- {% else %}
-
- {% endif %}
-{% endmacro %}
diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/page.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/page.html.twig
deleted file mode 100644
index 8b17685ea1..0000000000
--- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/page.html.twig
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-{% if page.header %}
-
-
-{% endif %}
-
-
-
-{{ page.breadcrumb }}
-
-{% if page.highlighted | render %}
- {{ page.highlighted }}
-{% endif %}
-
-{% if page.help %}
- {{ page.help }}
-{% endif %}
-
-
- {{ page.content }}
-
-
-
-
-{% if page.footer | render %}
-
-
-{% endif %}
diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/views/views-view.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/views/views-view.html.twig
deleted file mode 100644
index 37cc9e7a8c..0000000000
--- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/views/views-view.html.twig
+++ /dev/null
@@ -1,70 +0,0 @@
-{#
-/**
- * @file
- * Theme override for main view template.
- *
- * Available variables:
- * - attributes: Remaining HTML attributes for the element.
- * - css_name: A css-safe version of the view name.
- * - css_class: The user-specified classes names, if any.
- * - header: The optional header.
- * - footer: The optional footer.
- * - rows: The results of the view query, if any.
- * - empty: The content to display if there are no rows.
- * - pager: The optional pager next/prev links to display.
- * - exposed: Exposed widget form/info to display.
- * - feed_icons: Optional feed icons to display.
- * - more: An optional link to the next page of results.
- * - title: Title of the view, only used when displaying in the admin preview.
- * - title_prefix: Additional output populated by modules, intended to be
- * displayed in front of the view title.
- * - title_suffix: Additional output populated by modules, intended to be
- * displayed after the view title.
- * - attachment_before: An optional attachment view to be displayed before the
- * view content.
- * - attachment_after: An optional attachment view to be displayed after the
- * view content.
- * - dom_id: Unique id for every view being printed to give unique class for
- * Javascript.
- *
- * @see template_preprocess_views_view()
- */
-#}
-{%
- set classes = [
- dom_id ? 'js-view-dom-id-' ~ dom_id,
- ]
-%}
-
- {{ title_prefix }}
- {{ title }}
- {{ title_suffix }}
-
- {% if header %}
-
- {% endif %}
-
- {{ exposed }}
- {{ attachment_before }}
-
- {% if rows %}
-
- {{ rows }}
-
- {% endif %}
- {{ empty }}
- {{ pager }}
-
- {{ attachment_after }}
- {{ more }}
-
- {% if footer %}
-
- {% endif %}
-
- {{ feed_icons }}
-
diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/theme-settings.php b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/theme-settings.php
deleted file mode 100644
index dd106d1dbb..0000000000
--- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/theme-settings.php
+++ /dev/null
@@ -1,20 +0,0 @@
-getActiveTheme()->getName();
-
-/**
- * Implements hook_form_system_theme_settings_alter().
- *
- * Form override for theme settings.
- */
-function math_research_center_form_system_theme_settings_alter(array &$form, FormStateInterface $form_state) {
-
-}
diff --git a/docroot/profiles/humsci/su_humsci_profile/modules/humsci_default_content/humsci_default_content.info.yml b/docroot/profiles/humsci/su_humsci_profile/modules/humsci_default_content/humsci_default_content.info.yml
index 72ba60b581..2169a0b366 100644
--- a/docroot/profiles/humsci/su_humsci_profile/modules/humsci_default_content/humsci_default_content.info.yml
+++ b/docroot/profiles/humsci/su_humsci_profile/modules/humsci_default_content/humsci_default_content.info.yml
@@ -3,7 +3,7 @@ description: 'DO NOT INSTALL. This is for profile installation task only.'
core_version_requirement: '^9.4 || ^10'
hidden: true
type: module
-version: 9.4.27
+version: 9.5.1
default_content:
shortcut:
- 0c69448d-c6fa-4fb8-9b2e-f93f3a955baf
diff --git a/docroot/profiles/humsci/su_humsci_profile/modules/humsci_events_listeners/humsci_events_listeners.info.yml b/docroot/profiles/humsci/su_humsci_profile/modules/humsci_events_listeners/humsci_events_listeners.info.yml
index 2bbccfc217..c25a32dbb7 100644
--- a/docroot/profiles/humsci/su_humsci_profile/modules/humsci_events_listeners/humsci_events_listeners.info.yml
+++ b/docroot/profiles/humsci/su_humsci_profile/modules/humsci_events_listeners/humsci_events_listeners.info.yml
@@ -14,4 +14,6 @@ dependencies:
- 'hook_event_dispatcher:toolbar_event_dispatcher'
- 'hook_event_dispatcher:user_event_dispatcher'
- 'hook_event_dispatcher:views_event_dispatcher'
-version: 9.4.27
+ - 'rabbit_hole:rabbit_hole'
+ - 'drupal:path_alias'
+version: 9.5.1
diff --git a/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.info.yml b/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.info.yml
index ff827c74e3..4462610989 100644
--- a/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.info.yml
+++ b/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.info.yml
@@ -1,7 +1,7 @@
name: 'Stanford HumSci'
type: profile
description: 'Installation profile for HumSci Drupal'
-version: 9.4.27
+version: 9.5.1
core_version_requirement: '^9.4 || ^10'
themes:
- material_admin
@@ -58,7 +58,6 @@ install:
- 'admin_toolbar:admin_toolbar_links_access_filter'
- 'admin_toolbar:admin_toolbar_tools'
- 'allowed_formats:allowed_formats'
- - 'anchor_link:anchor_link'
- 'asset_injector:asset_injector'
- 'audio_embed_field:audio_embed_field'
- 'auto_entitylabel:auto_entitylabel'
@@ -98,7 +97,6 @@ install:
- 'environment_indicator:environment_indicator'
- 'externalauth:externalauth'
- 'extlink:extlink'
- - 'fakeobjects:fakeobjects'
- 'field_formatter_class:field_formatter_class'
- 'field_group:field_group'
- 'field_permissions:field_permissions'
diff --git a/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.install b/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.install
index 0c56d2f5ee..08858792e5 100644
--- a/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.install
+++ b/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.install
@@ -202,3 +202,22 @@ function su_humsci_profile_update_9406() {
// Install gin toolbar helper module.
\Drupal::service('module_installer')->install(['gin_toolbar']);
}
+
+/**
+ * Uninstall stable and bricks
+ */
+function su_humsci_profile_update_9500() {
+ /** @var \Drupal\Core\Extension\ThemeHandlerInterface $theme_handler */
+ $theme_handler = \Drupal::service('theme_handler');
+ $theme_installer = \Drupal::service('theme_installer');
+ if ($theme_handler->themeExists('classy')) {
+ $theme_installer->uninstall(['classy']);
+ }
+ if ($theme_handler->themeExists('stable')) {
+ $theme_installer->uninstall(['stable']);
+ }
+ if (!$theme_handler->themeExists('stable9')) {
+ $theme_installer->install(['stable9']);
+ }
+ \Drupal::service('module_installer')->uninstall(['bricks']);
+}
diff --git a/docroot/sites/dfetter2022__humsci/blt.yml b/docroot/sites/dfetter2022__humsci/blt.yml
deleted file mode 100644
index 6582d6035b..0000000000
--- a/docroot/sites/dfetter2022__humsci/blt.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-project:
- machine_name: dfetter2022__humsci
- human_name: dfetter2022__humsci
- local:
- protocol: http
- hostname: dfetter2022.suhumsci.loc
-drush:
- aliases:
- local: dfetter2022__humsci.local
- remote: dfetter2022__humsci.prod
-drupal:
- db: { }
diff --git a/docroot/sites/dfetter2022__humsci/default.local.drush.yml b/docroot/sites/dfetter2022__humsci/default.local.drush.yml
deleted file mode 100644
index fb3258e3f9..0000000000
--- a/docroot/sites/dfetter2022__humsci/default.local.drush.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-options:
- uri: '${project.local.uri}'
diff --git a/docroot/sites/dfetter2022__humsci/default.services.yml b/docroot/sites/dfetter2022__humsci/default.services.yml
deleted file mode 100644
index ff6797d954..0000000000
--- a/docroot/sites/dfetter2022__humsci/default.services.yml
+++ /dev/null
@@ -1,191 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the grace period for session
- # data. Sessions are deleted by the session garbage collector after one
- # session lifetime has elapsed since the user's last visit. When a session
- # is deleted, authenticated users are logged out, and the contents of the
- # user's session is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- # Set the session ID string length. The length can be between 22 to 256. The
- # PHP recommended value is 48. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 48
- sid_length: 48
- #
- # Set the number of bits in encoded session ID character. The possible
- # values are '4' (0-9, a-f), '5' (0-9, a-v), and '6' (0-9, a-z, A-Z, "-",
- # ","). The PHP recommended value is 6. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 6
- sid_bits_per_character: 6
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Enabling Twig debugging is not recommended in production environments.
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Enabling auto-reload is not recommended in production environments.
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Disabling the Twig cache is not recommended in production environments.
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags, X-Drupal-Cache-Contexts and X-Drupal-Cache-Max-Age
- # headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Enabling cacheability debugging is not recommended in production
- # environments.
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue: {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable: {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/dfetter2022__humsci/default.settings.php b/docroot/sites/dfetter2022__humsci/default.settings.php
deleted file mode 100644
index f3dca008fa..0000000000
--- a/docroot/sites/dfetter2022__humsci/default.settings.php
+++ /dev/null
@@ -1,796 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set a prefix for all database table names by using the
- * 'prefix' setting. If a prefix is specified, the table name will be prepended
- * with its value. Be sure to use valid database characters only, usually
- * alphanumeric and underscore. If no prefix is desired, do not set the 'prefix'
- * key or set its value to an empty string ''.
- *
- * For example, to have all database table prefixed with 'main_', set:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\mysql\Driver\Database\mysql\Connection::__construct()
- * - \Drupal\pgsql\Driver\Database\pgsql\Connection::__construct()
- * - \Drupal\sqlite\Driver\Database\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Additional public file schemes:
- *
- * Public schemes are URI schemes that allow download access to all users for
- * all files within that scheme.
- *
- * The "public" scheme is always public, and the "private" scheme is always
- * private, but other schemes, such as "https", "s3", "example", or others,
- * can be either public or private depending on the site. By default, they're
- * private, and access to individual files is controlled via
- * hook_file_download().
- *
- * Typically, if a scheme should be public, a module makes it public by
- * implementing hook_file_download(), and granting access to all users for all
- * files. This could be either the same module that provides the stream wrapper
- * for the scheme, or a different module that decides to make the scheme
- * public. However, in cases where a site needs to make a scheme public, but
- * is unable to add code in a module to do so, the scheme may be added to this
- * variable, the result of which is that system_file_download() grants public
- * access to all files within that scheme.
- */
-# $settings['file_additional_public_schemes'] = ['example'];
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- *
- * @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
diff --git a/docroot/sites/dfetter2022__humsci/services.yml b/docroot/sites/dfetter2022__humsci/services.yml
deleted file mode 100644
index e1bbbc7e21..0000000000
--- a/docroot/sites/dfetter2022__humsci/services.yml
+++ /dev/null
@@ -1,174 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the time from the user's last
- # visit to the active session may be deleted by the session garbage
- # collector. When a session is deleted, authenticated users are logged out,
- # and the contents of the user's $_SESSION variable is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Not recommended in production environments
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Not recommended in production environments
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Not recommended in production environments
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags and X-Drupal-Cache-Contexts headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Not recommended in production environments
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue:
- {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable:
- {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/dfetter2022__humsci/settings.php b/docroot/sites/dfetter2022__humsci/settings.php
deleted file mode 100644
index 127324cc75..0000000000
--- a/docroot/sites/dfetter2022__humsci/settings.php
+++ /dev/null
@@ -1,813 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set prefixes for some or all database table names
- * by using the 'prefix' setting. If a prefix is specified, the table
- * name will be prepended with its value. Be sure to use valid database
- * characters only, usually alphanumeric and underscore. If no prefixes
- * are desired, leave it as an empty string ''.
- *
- * To have all database names prefixed, set 'prefix' as a string:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Per-table prefixes are deprecated as of Drupal 8.2, and will be removed in
- * Drupal 9.0. After that, only a single prefix for all tables will be
- * supported.
- *
- * To provide prefixes for specific tables, set 'prefix' as an array.
- * The array's keys are the table names and the values are the prefixes.
- * The 'default' element is mandatory and holds the prefix for any tables
- * not specified elsewhere in the array. Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main_',
- * 'users' => 'shared_',
- * 'sessions' => 'shared_',
- * 'role' => 'shared_',
- * 'authmap' => 'shared_',
- * ],
- * @endcode
- * You can also use a reference to a schema/database as a prefix. This may be
- * useful if your Drupal installation exists in a schema that is not the default
- * or you want to access several databases from the same code base at the same
- * time.
- * Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main.',
- * 'users' => 'shared.',
- * 'sessions' => 'shared.',
- * 'role' => 'shared.',
- * 'authmap' => 'shared.',
- * ];
- * @endcode
- * NOTE: MySQL and SQLite's definition of a schema is a database.
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\Core\Database\Driver\mysql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\pgsql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
-require DRUPAL_ROOT . "/../vendor/acquia/blt/settings/blt.settings.php";
-/**
- * IMPORTANT.
- *
- * Do not include additional settings here. Instead, add them to settings
- * included by `blt.settings.php`. See BLT's documentation for more detail.
- *
- * @link https://docs.acquia.com/blt/
- */
diff --git a/docroot/sites/dfetter2022__humsci/settings/default.includes.settings.php b/docroot/sites/dfetter2022__humsci/settings/default.includes.settings.php
deleted file mode 100644
index bfefdd89f2..0000000000
--- a/docroot/sites/dfetter2022__humsci/settings/default.includes.settings.php
+++ /dev/null
@@ -1,50 +0,0 @@
-
- [
- 'default' =>
- [
- 'database' => $db_name,
- 'username' => '${drupal.db.username}',
- 'password' => '${drupal.db.password}',
- 'host' => '${drupal.db.host}',
- 'port' => '${drupal.db.port}',
- 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
- 'driver' => 'mysql',
- 'prefix' => '',
- ],
- ],
-];
-
-// Use development service parameters.
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/development.services.yml';
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/blt.development.services.yml';
-
-// Allow access to update.php.
-$settings['update_free_access'] = TRUE;
-
-/**
- * Assertions.
- *
- * The Drupal project primarily uses runtime assertions to enforce the
- * expectations of the API by failing when incorrect calls are made by code
- * under development.
- *
- * @see http://php.net/assert
- * @see https://www.drupal.org/node/2492225
- *
- * If you are using PHP 7.0 it is strongly recommended that you set
- * zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
- * or runtime) on development machines and to 0 in production.
- *
- * @see https://wiki.php.net/rfc/expectations
- */
-assert_options(ASSERT_ACTIVE, TRUE);
-Handle::register();
-
-/**
- * Show all error messages, with backtrace information.
- *
- * In case the error level could not be fetched from the database, as for
- * example the database connection failed, we rely only on this value.
- */
-$config['system.logging']['error_level'] = 'verbose';
-
-/**
- * Disable CSS and JS aggregation.
- */
-$config['system.performance']['css']['preprocess'] = FALSE;
-$config['system.performance']['js']['preprocess'] = FALSE;
-
-/**
- * Disable the render cache (this includes the page cache).
- *
- * Note: you should test with the render cache enabled, to ensure the correct
- * cacheability metadata is present. However, in the early stages of
- * development, you may want to disable it.
- *
- * This setting disables the render cache by using the Null cache back-end
- * defined by the development.services.yml file above.
- *
- * Do not use this setting until after the site is installed.
- */
-// $settings['cache']['bins']['render'] = 'cache.backend.null';
-/**
- * Disable Dynamic Page Cache.
- *
- * Note: you should test with Dynamic Page Cache enabled, to ensure the correct
- * cacheability metadata is present (and hence the expected behavior). However,
- * in the early stages of development, you may want to disable it.
- */
-// $settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
-/**
- * Allow test modules and themes to be installed.
- *
- * Drupal ignores test modules and themes by default for performance reasons.
- * During development it can be useful to install test extensions for debugging
- * purposes.
- */
-$settings['extension_discovery_scan_tests'] = FALSE;
-
-
-/**
- * Configure static caches.
- *
- * Note: you should test with the config, bootstrap, and discovery caches
- * enabled to test that metadata is cached as expected. However, in the early
- * stages of development, you may want to disable them. Overrides to these bins
- * must be explicitly set for each bin to change the default configuration
- * provided by Drupal core in core.services.yml.
- * See https://www.drupal.org/node/2754947
- */
-
-// $settings['cache']['bins']['bootstrap'] = 'cache.backend.null';
-// $settings['cache']['bins']['discovery'] = 'cache.backend.null';
-// $settings['cache']['bins']['config'] = 'cache.backend.null';
-/**
- * Enable access to rebuild.php.
- *
- * This setting can be enabled to allow Drupal's php and database cached
- * storage to be cleared via the rebuild.php page. Access to this page can also
- * be gained by generating a query string from rebuild_token_calculator.sh and
- * using these parameters in a request to rebuild.php.
- */
-$settings['rebuild_access'] = FALSE;
-
-/**
- * Skip file system permissions hardening.
- *
- * The system module will periodically check the permissions of your site's
- * site directory to ensure that it is not writable by the website user. For
- * sites that are managed with a version control system, this can cause problems
- * when files in that directory such as settings.php are updated, because the
- * user pulling in the changes won't have permissions to modify files in the
- * directory.
- */
-$settings['skip_permissions_hardening'] = TRUE;
-
-/**
- * Files paths.
- */
-$settings['file_private_path'] = EnvironmentDetector::getRepoRoot() . '/files-private/default';
-/**
- * Site path.
- *
- * @var $site_path
- * This is always set and exposed by the Drupal Kernel.
- */
-// phpcs:ignore
-$settings['file_public_path'] = 'sites/' . EnvironmentDetector::getSiteName($site_path) . '/files';
-
-/**
- * Trusted host configuration.
- *
- * See full description in default.settings.php.
- */
-$settings['trusted_host_patterns'] = [
- '^.+$',
-];
diff --git a/docroot/sites/dsresearch2022/blt.yml b/docroot/sites/dsresearch2022/blt.yml
deleted file mode 100644
index a95ea0eb4e..0000000000
--- a/docroot/sites/dsresearch2022/blt.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-project:
- machine_name: dsresearch2022
- human_name: dsresearch2022
- local:
- protocol: http
- hostname: local.dsresearch2022.com
-drush:
- aliases:
- local: dsresearch2022.local
- remote: dsresearch2022.prod
-drupal:
- db: { }
diff --git a/docroot/sites/dsresearch2022/default.local.drush.yml b/docroot/sites/dsresearch2022/default.local.drush.yml
deleted file mode 100644
index fb3258e3f9..0000000000
--- a/docroot/sites/dsresearch2022/default.local.drush.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-options:
- uri: '${project.local.uri}'
diff --git a/docroot/sites/dsresearch2022/default.services.yml b/docroot/sites/dsresearch2022/default.services.yml
deleted file mode 100644
index cdeb41fc49..0000000000
--- a/docroot/sites/dsresearch2022/default.services.yml
+++ /dev/null
@@ -1,206 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the grace period for session
- # data. Sessions are deleted by the session garbage collector after one
- # session lifetime has elapsed since the user's last visit. When a session
- # is deleted, authenticated users are logged out, and the contents of the
- # user's session is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- # Set the session ID string length. The length can be between 22 to 256. The
- # PHP recommended value is 48. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 48
- sid_length: 48
- #
- # Set the number of bits in encoded session ID character. The possible
- # values are '4' (0-9, a-f), '5' (0-9, a-v), and '6' (0-9, a-z, A-Z, "-",
- # ","). The PHP recommended value is 6. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 6
- sid_bits_per_character: 6
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Enabling Twig debugging is not recommended in production environments.
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Enabling auto-reload is not recommended in production environments.
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Disabling the Twig cache is not recommended in production environments.
- # @default true
- cache: true
- # File extensions:
- #
- # List of file extensions the Twig system is allowed to load via the
- # twig.loader.filesystem service. Files with other extensions will not be
- # loaded unless they are added here. For example, to allow a file named
- # 'example.partial' to be loaded, add 'partial' to this list. To load files
- # with no extension, add an empty string '' to the list.
- #
- # @default ['css', 'html', 'js', 'svg', 'twig']
- allowed_file_extensions:
- - css
- - html
- - js
- - svg
- - twig
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags, X-Drupal-Cache-Contexts and X-Drupal-Cache-Max-Age
- # headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Enabling cacheability debugging is not recommended in production
- # environments.
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue: {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable: {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/dsresearch2022/default.settings.php b/docroot/sites/dsresearch2022/default.settings.php
deleted file mode 100644
index f3dca008fa..0000000000
--- a/docroot/sites/dsresearch2022/default.settings.php
+++ /dev/null
@@ -1,796 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set a prefix for all database table names by using the
- * 'prefix' setting. If a prefix is specified, the table name will be prepended
- * with its value. Be sure to use valid database characters only, usually
- * alphanumeric and underscore. If no prefix is desired, do not set the 'prefix'
- * key or set its value to an empty string ''.
- *
- * For example, to have all database table prefixed with 'main_', set:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\mysql\Driver\Database\mysql\Connection::__construct()
- * - \Drupal\pgsql\Driver\Database\pgsql\Connection::__construct()
- * - \Drupal\sqlite\Driver\Database\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Additional public file schemes:
- *
- * Public schemes are URI schemes that allow download access to all users for
- * all files within that scheme.
- *
- * The "public" scheme is always public, and the "private" scheme is always
- * private, but other schemes, such as "https", "s3", "example", or others,
- * can be either public or private depending on the site. By default, they're
- * private, and access to individual files is controlled via
- * hook_file_download().
- *
- * Typically, if a scheme should be public, a module makes it public by
- * implementing hook_file_download(), and granting access to all users for all
- * files. This could be either the same module that provides the stream wrapper
- * for the scheme, or a different module that decides to make the scheme
- * public. However, in cases where a site needs to make a scheme public, but
- * is unable to add code in a module to do so, the scheme may be added to this
- * variable, the result of which is that system_file_download() grants public
- * access to all files within that scheme.
- */
-# $settings['file_additional_public_schemes'] = ['example'];
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- *
- * @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
diff --git a/docroot/sites/dsresearch2022/services.yml b/docroot/sites/dsresearch2022/services.yml
deleted file mode 100644
index e1bbbc7e21..0000000000
--- a/docroot/sites/dsresearch2022/services.yml
+++ /dev/null
@@ -1,174 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the time from the user's last
- # visit to the active session may be deleted by the session garbage
- # collector. When a session is deleted, authenticated users are logged out,
- # and the contents of the user's $_SESSION variable is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Not recommended in production environments
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Not recommended in production environments
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Not recommended in production environments
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags and X-Drupal-Cache-Contexts headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Not recommended in production environments
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue:
- {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable:
- {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/dsresearch2022/settings.php b/docroot/sites/dsresearch2022/settings.php
deleted file mode 100644
index 127324cc75..0000000000
--- a/docroot/sites/dsresearch2022/settings.php
+++ /dev/null
@@ -1,813 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set prefixes for some or all database table names
- * by using the 'prefix' setting. If a prefix is specified, the table
- * name will be prepended with its value. Be sure to use valid database
- * characters only, usually alphanumeric and underscore. If no prefixes
- * are desired, leave it as an empty string ''.
- *
- * To have all database names prefixed, set 'prefix' as a string:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Per-table prefixes are deprecated as of Drupal 8.2, and will be removed in
- * Drupal 9.0. After that, only a single prefix for all tables will be
- * supported.
- *
- * To provide prefixes for specific tables, set 'prefix' as an array.
- * The array's keys are the table names and the values are the prefixes.
- * The 'default' element is mandatory and holds the prefix for any tables
- * not specified elsewhere in the array. Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main_',
- * 'users' => 'shared_',
- * 'sessions' => 'shared_',
- * 'role' => 'shared_',
- * 'authmap' => 'shared_',
- * ],
- * @endcode
- * You can also use a reference to a schema/database as a prefix. This may be
- * useful if your Drupal installation exists in a schema that is not the default
- * or you want to access several databases from the same code base at the same
- * time.
- * Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main.',
- * 'users' => 'shared.',
- * 'sessions' => 'shared.',
- * 'role' => 'shared.',
- * 'authmap' => 'shared.',
- * ];
- * @endcode
- * NOTE: MySQL and SQLite's definition of a schema is a database.
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\Core\Database\Driver\mysql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\pgsql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
-require DRUPAL_ROOT . "/../vendor/acquia/blt/settings/blt.settings.php";
-/**
- * IMPORTANT.
- *
- * Do not include additional settings here. Instead, add them to settings
- * included by `blt.settings.php`. See BLT's documentation for more detail.
- *
- * @link https://docs.acquia.com/blt/
- */
diff --git a/docroot/sites/dsresearch2022/settings/default.includes.settings.php b/docroot/sites/dsresearch2022/settings/default.includes.settings.php
deleted file mode 100644
index bfefdd89f2..0000000000
--- a/docroot/sites/dsresearch2022/settings/default.includes.settings.php
+++ /dev/null
@@ -1,50 +0,0 @@
-
- [
- 'default' =>
- [
- 'database' => $db_name,
- 'username' => '${drupal.db.username}',
- 'password' => '${drupal.db.password}',
- 'host' => '${drupal.db.host}',
- 'port' => '${drupal.db.port}',
- 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
- 'driver' => 'mysql',
- 'prefix' => '',
- ],
- ],
-];
-
-// Use development service parameters.
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/development.services.yml';
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/blt.development.services.yml';
-
-// Allow access to update.php.
-$settings['update_free_access'] = TRUE;
-
-/**
- * Assertions.
- *
- * The Drupal project primarily uses runtime assertions to enforce the
- * expectations of the API by failing when incorrect calls are made by code
- * under development.
- *
- * @see http://php.net/assert
- * @see https://www.drupal.org/node/2492225
- *
- * If you are using PHP 7.0 it is strongly recommended that you set
- * zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
- * or runtime) on development machines and to 0 in production.
- *
- * @see https://wiki.php.net/rfc/expectations
- */
-assert_options(ASSERT_ACTIVE, TRUE);
-Handle::register();
-
-/**
- * Show all error messages, with backtrace information.
- *
- * In case the error level could not be fetched from the database, as for
- * example the database connection failed, we rely only on this value.
- */
-$config['system.logging']['error_level'] = 'verbose';
-
-/**
- * Disable CSS and JS aggregation.
- */
-$config['system.performance']['css']['preprocess'] = FALSE;
-$config['system.performance']['js']['preprocess'] = FALSE;
-
-/**
- * Disable the render cache (this includes the page cache).
- *
- * Note: you should test with the render cache enabled, to ensure the correct
- * cacheability metadata is present. However, in the early stages of
- * development, you may want to disable it.
- *
- * This setting disables the render cache by using the Null cache back-end
- * defined by the development.services.yml file above.
- *
- * Do not use this setting until after the site is installed.
- */
-// $settings['cache']['bins']['render'] = 'cache.backend.null';
-/**
- * Disable Dynamic Page Cache.
- *
- * Note: you should test with Dynamic Page Cache enabled, to ensure the correct
- * cacheability metadata is present (and hence the expected behavior). However,
- * in the early stages of development, you may want to disable it.
- */
-// $settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
-/**
- * Allow test modules and themes to be installed.
- *
- * Drupal ignores test modules and themes by default for performance reasons.
- * During development it can be useful to install test extensions for debugging
- * purposes.
- */
-$settings['extension_discovery_scan_tests'] = FALSE;
-
-
-/**
- * Configure static caches.
- *
- * Note: you should test with the config, bootstrap, and discovery caches
- * enabled to test that metadata is cached as expected. However, in the early
- * stages of development, you may want to disable them. Overrides to these bins
- * must be explicitly set for each bin to change the default configuration
- * provided by Drupal core in core.services.yml.
- * See https://www.drupal.org/node/2754947
- */
-
-// $settings['cache']['bins']['bootstrap'] = 'cache.backend.null';
-// $settings['cache']['bins']['discovery'] = 'cache.backend.null';
-// $settings['cache']['bins']['config'] = 'cache.backend.null';
-/**
- * Enable access to rebuild.php.
- *
- * This setting can be enabled to allow Drupal's php and database cached
- * storage to be cleared via the rebuild.php page. Access to this page can also
- * be gained by generating a query string from rebuild_token_calculator.sh and
- * using these parameters in a request to rebuild.php.
- */
-$settings['rebuild_access'] = FALSE;
-
-/**
- * Skip file system permissions hardening.
- *
- * The system module will periodically check the permissions of your site's
- * site directory to ensure that it is not writable by the website user. For
- * sites that are managed with a version control system, this can cause problems
- * when files in that directory such as settings.php are updated, because the
- * user pulling in the changes won't have permissions to modify files in the
- * directory.
- */
-$settings['skip_permissions_hardening'] = TRUE;
-
-/**
- * Files paths.
- */
-$settings['file_private_path'] = EnvironmentDetector::getRepoRoot() . '/files-private/default';
-/**
- * Site path.
- *
- * @var $site_path
- * This is always set and exposed by the Drupal Kernel.
- */
-// phpcs:ignore
-$settings['file_public_path'] = 'sites/' . EnvironmentDetector::getSiteName($site_path) . '/files';
-
-/**
- * Trusted host configuration.
- *
- * See full description in default.settings.php.
- */
-$settings['trusted_host_patterns'] = [
- '^.+$',
-];
diff --git a/docroot/sites/duboislab2022/blt.yml b/docroot/sites/duboislab2022/blt.yml
deleted file mode 100644
index 34ec3ff1c3..0000000000
--- a/docroot/sites/duboislab2022/blt.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-project:
- machine_name: duboislab2022
- human_name: duboislab2022
- local:
- protocol: http
- hostname: local.duboislab2022.com
-drush:
- aliases:
- local: duboislab2022.local
- remote: duboislab2022.prod
-drupal:
- db: { }
diff --git a/docroot/sites/duboislab2022/default.local.drush.yml b/docroot/sites/duboislab2022/default.local.drush.yml
deleted file mode 100644
index fb3258e3f9..0000000000
--- a/docroot/sites/duboislab2022/default.local.drush.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-options:
- uri: '${project.local.uri}'
diff --git a/docroot/sites/duboislab2022/default.services.yml b/docroot/sites/duboislab2022/default.services.yml
deleted file mode 100644
index cdeb41fc49..0000000000
--- a/docroot/sites/duboislab2022/default.services.yml
+++ /dev/null
@@ -1,206 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the grace period for session
- # data. Sessions are deleted by the session garbage collector after one
- # session lifetime has elapsed since the user's last visit. When a session
- # is deleted, authenticated users are logged out, and the contents of the
- # user's session is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- # Set the session ID string length. The length can be between 22 to 256. The
- # PHP recommended value is 48. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 48
- sid_length: 48
- #
- # Set the number of bits in encoded session ID character. The possible
- # values are '4' (0-9, a-f), '5' (0-9, a-v), and '6' (0-9, a-z, A-Z, "-",
- # ","). The PHP recommended value is 6. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 6
- sid_bits_per_character: 6
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Enabling Twig debugging is not recommended in production environments.
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Enabling auto-reload is not recommended in production environments.
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Disabling the Twig cache is not recommended in production environments.
- # @default true
- cache: true
- # File extensions:
- #
- # List of file extensions the Twig system is allowed to load via the
- # twig.loader.filesystem service. Files with other extensions will not be
- # loaded unless they are added here. For example, to allow a file named
- # 'example.partial' to be loaded, add 'partial' to this list. To load files
- # with no extension, add an empty string '' to the list.
- #
- # @default ['css', 'html', 'js', 'svg', 'twig']
- allowed_file_extensions:
- - css
- - html
- - js
- - svg
- - twig
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags, X-Drupal-Cache-Contexts and X-Drupal-Cache-Max-Age
- # headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Enabling cacheability debugging is not recommended in production
- # environments.
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue: {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable: {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/duboislab2022/default.settings.php b/docroot/sites/duboislab2022/default.settings.php
deleted file mode 100644
index f3dca008fa..0000000000
--- a/docroot/sites/duboislab2022/default.settings.php
+++ /dev/null
@@ -1,796 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set a prefix for all database table names by using the
- * 'prefix' setting. If a prefix is specified, the table name will be prepended
- * with its value. Be sure to use valid database characters only, usually
- * alphanumeric and underscore. If no prefix is desired, do not set the 'prefix'
- * key or set its value to an empty string ''.
- *
- * For example, to have all database table prefixed with 'main_', set:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\mysql\Driver\Database\mysql\Connection::__construct()
- * - \Drupal\pgsql\Driver\Database\pgsql\Connection::__construct()
- * - \Drupal\sqlite\Driver\Database\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Additional public file schemes:
- *
- * Public schemes are URI schemes that allow download access to all users for
- * all files within that scheme.
- *
- * The "public" scheme is always public, and the "private" scheme is always
- * private, but other schemes, such as "https", "s3", "example", or others,
- * can be either public or private depending on the site. By default, they're
- * private, and access to individual files is controlled via
- * hook_file_download().
- *
- * Typically, if a scheme should be public, a module makes it public by
- * implementing hook_file_download(), and granting access to all users for all
- * files. This could be either the same module that provides the stream wrapper
- * for the scheme, or a different module that decides to make the scheme
- * public. However, in cases where a site needs to make a scheme public, but
- * is unable to add code in a module to do so, the scheme may be added to this
- * variable, the result of which is that system_file_download() grants public
- * access to all files within that scheme.
- */
-# $settings['file_additional_public_schemes'] = ['example'];
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- *
- * @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
diff --git a/docroot/sites/duboislab2022/services.yml b/docroot/sites/duboislab2022/services.yml
deleted file mode 100644
index e1bbbc7e21..0000000000
--- a/docroot/sites/duboislab2022/services.yml
+++ /dev/null
@@ -1,174 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the time from the user's last
- # visit to the active session may be deleted by the session garbage
- # collector. When a session is deleted, authenticated users are logged out,
- # and the contents of the user's $_SESSION variable is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Not recommended in production environments
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Not recommended in production environments
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Not recommended in production environments
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags and X-Drupal-Cache-Contexts headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Not recommended in production environments
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue:
- {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable:
- {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/duboislab2022/settings.php b/docroot/sites/duboislab2022/settings.php
deleted file mode 100644
index 127324cc75..0000000000
--- a/docroot/sites/duboislab2022/settings.php
+++ /dev/null
@@ -1,813 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set prefixes for some or all database table names
- * by using the 'prefix' setting. If a prefix is specified, the table
- * name will be prepended with its value. Be sure to use valid database
- * characters only, usually alphanumeric and underscore. If no prefixes
- * are desired, leave it as an empty string ''.
- *
- * To have all database names prefixed, set 'prefix' as a string:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Per-table prefixes are deprecated as of Drupal 8.2, and will be removed in
- * Drupal 9.0. After that, only a single prefix for all tables will be
- * supported.
- *
- * To provide prefixes for specific tables, set 'prefix' as an array.
- * The array's keys are the table names and the values are the prefixes.
- * The 'default' element is mandatory and holds the prefix for any tables
- * not specified elsewhere in the array. Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main_',
- * 'users' => 'shared_',
- * 'sessions' => 'shared_',
- * 'role' => 'shared_',
- * 'authmap' => 'shared_',
- * ],
- * @endcode
- * You can also use a reference to a schema/database as a prefix. This may be
- * useful if your Drupal installation exists in a schema that is not the default
- * or you want to access several databases from the same code base at the same
- * time.
- * Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main.',
- * 'users' => 'shared.',
- * 'sessions' => 'shared.',
- * 'role' => 'shared.',
- * 'authmap' => 'shared.',
- * ];
- * @endcode
- * NOTE: MySQL and SQLite's definition of a schema is a database.
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\Core\Database\Driver\mysql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\pgsql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
-require DRUPAL_ROOT . "/../vendor/acquia/blt/settings/blt.settings.php";
-/**
- * IMPORTANT.
- *
- * Do not include additional settings here. Instead, add them to settings
- * included by `blt.settings.php`. See BLT's documentation for more detail.
- *
- * @link https://docs.acquia.com/blt/
- */
diff --git a/docroot/sites/duboislab2022/settings/default.includes.settings.php b/docroot/sites/duboislab2022/settings/default.includes.settings.php
deleted file mode 100644
index bfefdd89f2..0000000000
--- a/docroot/sites/duboislab2022/settings/default.includes.settings.php
+++ /dev/null
@@ -1,50 +0,0 @@
-
- [
- 'default' =>
- [
- 'database' => $db_name,
- 'username' => '${drupal.db.username}',
- 'password' => '${drupal.db.password}',
- 'host' => '${drupal.db.host}',
- 'port' => '${drupal.db.port}',
- 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
- 'driver' => 'mysql',
- 'prefix' => '',
- ],
- ],
-];
-
-// Use development service parameters.
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/development.services.yml';
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/blt.development.services.yml';
-
-// Allow access to update.php.
-$settings['update_free_access'] = TRUE;
-
-/**
- * Assertions.
- *
- * The Drupal project primarily uses runtime assertions to enforce the
- * expectations of the API by failing when incorrect calls are made by code
- * under development.
- *
- * @see http://php.net/assert
- * @see https://www.drupal.org/node/2492225
- *
- * If you are using PHP 7.0 it is strongly recommended that you set
- * zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
- * or runtime) on development machines and to 0 in production.
- *
- * @see https://wiki.php.net/rfc/expectations
- */
-assert_options(ASSERT_ACTIVE, TRUE);
-Handle::register();
-
-/**
- * Show all error messages, with backtrace information.
- *
- * In case the error level could not be fetched from the database, as for
- * example the database connection failed, we rely only on this value.
- */
-$config['system.logging']['error_level'] = 'verbose';
-
-/**
- * Disable CSS and JS aggregation.
- */
-$config['system.performance']['css']['preprocess'] = FALSE;
-$config['system.performance']['js']['preprocess'] = FALSE;
-
-/**
- * Disable the render cache (this includes the page cache).
- *
- * Note: you should test with the render cache enabled, to ensure the correct
- * cacheability metadata is present. However, in the early stages of
- * development, you may want to disable it.
- *
- * This setting disables the render cache by using the Null cache back-end
- * defined by the development.services.yml file above.
- *
- * Do not use this setting until after the site is installed.
- */
-// $settings['cache']['bins']['render'] = 'cache.backend.null';
-/**
- * Disable Dynamic Page Cache.
- *
- * Note: you should test with Dynamic Page Cache enabled, to ensure the correct
- * cacheability metadata is present (and hence the expected behavior). However,
- * in the early stages of development, you may want to disable it.
- */
-// $settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
-/**
- * Allow test modules and themes to be installed.
- *
- * Drupal ignores test modules and themes by default for performance reasons.
- * During development it can be useful to install test extensions for debugging
- * purposes.
- */
-$settings['extension_discovery_scan_tests'] = FALSE;
-
-
-/**
- * Configure static caches.
- *
- * Note: you should test with the config, bootstrap, and discovery caches
- * enabled to test that metadata is cached as expected. However, in the early
- * stages of development, you may want to disable them. Overrides to these bins
- * must be explicitly set for each bin to change the default configuration
- * provided by Drupal core in core.services.yml.
- * See https://www.drupal.org/node/2754947
- */
-
-// $settings['cache']['bins']['bootstrap'] = 'cache.backend.null';
-// $settings['cache']['bins']['discovery'] = 'cache.backend.null';
-// $settings['cache']['bins']['config'] = 'cache.backend.null';
-/**
- * Enable access to rebuild.php.
- *
- * This setting can be enabled to allow Drupal's php and database cached
- * storage to be cleared via the rebuild.php page. Access to this page can also
- * be gained by generating a query string from rebuild_token_calculator.sh and
- * using these parameters in a request to rebuild.php.
- */
-$settings['rebuild_access'] = FALSE;
-
-/**
- * Skip file system permissions hardening.
- *
- * The system module will periodically check the permissions of your site's
- * site directory to ensure that it is not writable by the website user. For
- * sites that are managed with a version control system, this can cause problems
- * when files in that directory such as settings.php are updated, because the
- * user pulling in the changes won't have permissions to modify files in the
- * directory.
- */
-$settings['skip_permissions_hardening'] = TRUE;
-
-/**
- * Files paths.
- */
-$settings['file_private_path'] = EnvironmentDetector::getRepoRoot() . '/files-private/default';
-/**
- * Site path.
- *
- * @var $site_path
- * This is always set and exposed by the Drupal Kernel.
- */
-// phpcs:ignore
-$settings['file_public_path'] = 'sites/' . EnvironmentDetector::getSiteName($site_path) . '/files';
-
-/**
- * Trusted host configuration.
- *
- * See full description in default.settings.php.
- */
-$settings['trusted_host_patterns'] = [
- '^.+$',
-];
diff --git a/docroot/sites/facultyaffairs_humsci2021/blt.yml b/docroot/sites/facultyaffairs_humsci2021/blt.yml
deleted file mode 100644
index 2b329a6757..0000000000
--- a/docroot/sites/facultyaffairs_humsci2021/blt.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-project:
- machine_name: facultyaffairs_humsci2021
- human_name: facultyaffairs_humsci2021
- local:
- protocol: http
- hostname: facultyaffairs-humsci2021.suhumsci.loc
-drush:
- aliases:
- local: facultyaffairs_humsci2021.local
- remote: facultyaffairs_humsci2021.prod
-drupal:
- db: { }
diff --git a/docroot/sites/facultyaffairs_humsci2021/default.local.drush.yml b/docroot/sites/facultyaffairs_humsci2021/default.local.drush.yml
deleted file mode 100644
index fb3258e3f9..0000000000
--- a/docroot/sites/facultyaffairs_humsci2021/default.local.drush.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-options:
- uri: '${project.local.uri}'
diff --git a/docroot/sites/facultyaffairs_humsci2021/default.services.yml b/docroot/sites/facultyaffairs_humsci2021/default.services.yml
deleted file mode 100644
index d57cf0e0bf..0000000000
--- a/docroot/sites/facultyaffairs_humsci2021/default.services.yml
+++ /dev/null
@@ -1,189 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the time from the user's last
- # visit to the active session may be deleted by the session garbage
- # collector. When a session is deleted, authenticated users are logged out,
- # and the contents of the user's $_SESSION variable is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- # Set the session ID string length. The length can be between 22 to 256. The
- # PHP recommended value is 48. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 48
- sid_length: 48
- #
- # Set the number of bits in encoded session ID character. The possible
- # values are '4' (0-9, a-f), '5' (0-9, a-v), and '6' (0-9, a-z, A-Z, "-",
- # ","). The PHP recommended value is 6. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 6
- sid_bits_per_character: 6
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Not recommended in production environments
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Not recommended in production environments
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Not recommended in production environments
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags, X-Drupal-Cache-Contexts and X-Drupal-Cache-Max-Age
- # headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Not recommended in production environments
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue: {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable: {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/facultyaffairs_humsci2021/default.settings.php b/docroot/sites/facultyaffairs_humsci2021/default.settings.php
deleted file mode 100644
index 64c749d4d0..0000000000
--- a/docroot/sites/facultyaffairs_humsci2021/default.settings.php
+++ /dev/null
@@ -1,804 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set prefixes for some or all database table names
- * by using the 'prefix' setting. If a prefix is specified, the table
- * name will be prepended with its value. Be sure to use valid database
- * characters only, usually alphanumeric and underscore. If no prefixes
- * are desired, leave it as an empty string ''.
- *
- * To have all database names prefixed, set 'prefix' as a string:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Per-table prefixes are deprecated as of Drupal 8.2, and will be removed in
- * Drupal 9.0. After that, only a single prefix for all tables will be
- * supported.
- *
- * To provide prefixes for specific tables, set 'prefix' as an array.
- * The array's keys are the table names and the values are the prefixes.
- * The 'default' element is mandatory and holds the prefix for any tables
- * not specified elsewhere in the array. Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main_',
- * 'users' => 'shared_',
- * 'sessions' => 'shared_',
- * 'role' => 'shared_',
- * 'authmap' => 'shared_',
- * ],
- * @endcode
- * You can also use a reference to a schema/database as a prefix. This may be
- * useful if your Drupal installation exists in a schema that is not the default
- * or you want to access several databases from the same code base at the same
- * time.
- * Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main.',
- * 'users' => 'shared.',
- * 'sessions' => 'shared.',
- * 'role' => 'shared.',
- * 'authmap' => 'shared.',
- * ];
- * @endcode
- * NOTE: MySQL and SQLite's definition of a schema is a database.
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\Core\Database\Driver\mysql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\pgsql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
diff --git a/docroot/sites/facultyaffairs_humsci2021/services.yml b/docroot/sites/facultyaffairs_humsci2021/services.yml
deleted file mode 100644
index e1bbbc7e21..0000000000
--- a/docroot/sites/facultyaffairs_humsci2021/services.yml
+++ /dev/null
@@ -1,174 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the time from the user's last
- # visit to the active session may be deleted by the session garbage
- # collector. When a session is deleted, authenticated users are logged out,
- # and the contents of the user's $_SESSION variable is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Not recommended in production environments
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Not recommended in production environments
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Not recommended in production environments
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags and X-Drupal-Cache-Contexts headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Not recommended in production environments
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue:
- {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable:
- {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/facultyaffairs_humsci2021/settings.php b/docroot/sites/facultyaffairs_humsci2021/settings.php
deleted file mode 100644
index 127324cc75..0000000000
--- a/docroot/sites/facultyaffairs_humsci2021/settings.php
+++ /dev/null
@@ -1,813 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set prefixes for some or all database table names
- * by using the 'prefix' setting. If a prefix is specified, the table
- * name will be prepended with its value. Be sure to use valid database
- * characters only, usually alphanumeric and underscore. If no prefixes
- * are desired, leave it as an empty string ''.
- *
- * To have all database names prefixed, set 'prefix' as a string:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Per-table prefixes are deprecated as of Drupal 8.2, and will be removed in
- * Drupal 9.0. After that, only a single prefix for all tables will be
- * supported.
- *
- * To provide prefixes for specific tables, set 'prefix' as an array.
- * The array's keys are the table names and the values are the prefixes.
- * The 'default' element is mandatory and holds the prefix for any tables
- * not specified elsewhere in the array. Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main_',
- * 'users' => 'shared_',
- * 'sessions' => 'shared_',
- * 'role' => 'shared_',
- * 'authmap' => 'shared_',
- * ],
- * @endcode
- * You can also use a reference to a schema/database as a prefix. This may be
- * useful if your Drupal installation exists in a schema that is not the default
- * or you want to access several databases from the same code base at the same
- * time.
- * Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main.',
- * 'users' => 'shared.',
- * 'sessions' => 'shared.',
- * 'role' => 'shared.',
- * 'authmap' => 'shared.',
- * ];
- * @endcode
- * NOTE: MySQL and SQLite's definition of a schema is a database.
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\Core\Database\Driver\mysql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\pgsql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
-require DRUPAL_ROOT . "/../vendor/acquia/blt/settings/blt.settings.php";
-/**
- * IMPORTANT.
- *
- * Do not include additional settings here. Instead, add them to settings
- * included by `blt.settings.php`. See BLT's documentation for more detail.
- *
- * @link https://docs.acquia.com/blt/
- */
diff --git a/docroot/sites/facultyaffairs_humsci2021/settings/default.includes.settings.php b/docroot/sites/facultyaffairs_humsci2021/settings/default.includes.settings.php
deleted file mode 100644
index bfefdd89f2..0000000000
--- a/docroot/sites/facultyaffairs_humsci2021/settings/default.includes.settings.php
+++ /dev/null
@@ -1,50 +0,0 @@
-
- [
- 'default' =>
- [
- 'database' => $db_name,
- 'username' => '${drupal.db.username}',
- 'password' => '${drupal.db.password}',
- 'host' => '${drupal.db.host}',
- 'port' => '${drupal.db.port}',
- 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
- 'driver' => 'mysql',
- 'prefix' => '',
- ],
- ],
-];
-
-// Use development service parameters.
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/development.services.yml';
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/blt.development.services.yml';
-
-// Allow access to update.php.
-$settings['update_free_access'] = TRUE;
-
-/**
- * Assertions.
- *
- * The Drupal project primarily uses runtime assertions to enforce the
- * expectations of the API by failing when incorrect calls are made by code
- * under development.
- *
- * @see http://php.net/assert
- * @see https://www.drupal.org/node/2492225
- *
- * If you are using PHP 7.0 it is strongly recommended that you set
- * zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
- * or runtime) on development machines and to 0 in production.
- *
- * @see https://wiki.php.net/rfc/expectations
- */
-assert_options(ASSERT_ACTIVE, TRUE);
-Handle::register();
-
-/**
- * Show all error messages, with backtrace information.
- *
- * In case the error level could not be fetched from the database, as for
- * example the database connection failed, we rely only on this value.
- */
-$config['system.logging']['error_level'] = 'verbose';
-
-/**
- * Disable CSS and JS aggregation.
- */
-$config['system.performance']['css']['preprocess'] = FALSE;
-$config['system.performance']['js']['preprocess'] = FALSE;
-
-/**
- * Disable the render cache (this includes the page cache).
- *
- * Note: you should test with the render cache enabled, to ensure the correct
- * cacheability metadata is present. However, in the early stages of
- * development, you may want to disable it.
- *
- * This setting disables the render cache by using the Null cache back-end
- * defined by the development.services.yml file above.
- *
- * Do not use this setting until after the site is installed.
- */
-// $settings['cache']['bins']['render'] = 'cache.backend.null';
-/**
- * Disable Dynamic Page Cache.
- *
- * Note: you should test with Dynamic Page Cache enabled, to ensure the correct
- * cacheability metadata is present (and hence the expected behavior). However,
- * in the early stages of development, you may want to disable it.
- */
-// $settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
-/**
- * Allow test modules and themes to be installed.
- *
- * Drupal ignores test modules and themes by default for performance reasons.
- * During development it can be useful to install test extensions for debugging
- * purposes.
- */
-$settings['extension_discovery_scan_tests'] = FALSE;
-
-
-/**
- * Configure static caches.
- *
- * Note: you should test with the config, bootstrap, and discovery caches
- * enabled to test that metadata is cached as expected. However, in the early
- * stages of development, you may want to disable them. Overrides to these bins
- * must be explicitly set for each bin to change the default configuration
- * provided by Drupal core in core.services.yml.
- * See https://www.drupal.org/node/2754947
- */
-
-// $settings['cache']['bins']['bootstrap'] = 'cache.backend.null';
-// $settings['cache']['bins']['discovery'] = 'cache.backend.null';
-// $settings['cache']['bins']['config'] = 'cache.backend.null';
-/**
- * Enable access to rebuild.php.
- *
- * This setting can be enabled to allow Drupal's php and database cached
- * storage to be cleared via the rebuild.php page. Access to this page can also
- * be gained by generating a query string from rebuild_token_calculator.sh and
- * using these parameters in a request to rebuild.php.
- */
-$settings['rebuild_access'] = FALSE;
-
-/**
- * Skip file system permissions hardening.
- *
- * The system module will periodically check the permissions of your site's
- * site directory to ensure that it is not writable by the website user. For
- * sites that are managed with a version control system, this can cause problems
- * when files in that directory such as settings.php are updated, because the
- * user pulling in the changes won't have permissions to modify files in the
- * directory.
- */
-$settings['skip_permissions_hardening'] = TRUE;
-
-/**
- * Files paths.
- */
-$settings['file_private_path'] = EnvironmentDetector::getRepoRoot() . '/files-private/default';
-/**
- * Site path.
- *
- * @var $site_path
- * This is always set and exposed by the Drupal Kernel.
- */
-// phpcs:ignore
-$settings['file_public_path'] = 'sites/' . EnvironmentDetector::getSiteName($site_path) . '/files';
-
-/**
- * Trusted host configuration.
- *
- * See full description in default.settings.php.
- */
-$settings['trusted_host_patterns'] = [
- '^.+$',
-];
diff --git a/docroot/sites/francestanford2022/blt.yml b/docroot/sites/francestanford2022/blt.yml
deleted file mode 100644
index 1e433c8a6a..0000000000
--- a/docroot/sites/francestanford2022/blt.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-project:
- machine_name: francestanford2022
- human_name: francestanford2022
- local:
- protocol: http
- hostname: local.francestanford2022.com
-drush:
- aliases:
- local: francestanford2022.local
- remote: francestanford2022.prod
-drupal:
- db: { }
diff --git a/docroot/sites/francestanford2022/default.local.drush.yml b/docroot/sites/francestanford2022/default.local.drush.yml
deleted file mode 100644
index fb3258e3f9..0000000000
--- a/docroot/sites/francestanford2022/default.local.drush.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-options:
- uri: '${project.local.uri}'
diff --git a/docroot/sites/francestanford2022/default.services.yml b/docroot/sites/francestanford2022/default.services.yml
deleted file mode 100644
index cdeb41fc49..0000000000
--- a/docroot/sites/francestanford2022/default.services.yml
+++ /dev/null
@@ -1,206 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the grace period for session
- # data. Sessions are deleted by the session garbage collector after one
- # session lifetime has elapsed since the user's last visit. When a session
- # is deleted, authenticated users are logged out, and the contents of the
- # user's session is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- # Set the session ID string length. The length can be between 22 to 256. The
- # PHP recommended value is 48. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 48
- sid_length: 48
- #
- # Set the number of bits in encoded session ID character. The possible
- # values are '4' (0-9, a-f), '5' (0-9, a-v), and '6' (0-9, a-z, A-Z, "-",
- # ","). The PHP recommended value is 6. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 6
- sid_bits_per_character: 6
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Enabling Twig debugging is not recommended in production environments.
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Enabling auto-reload is not recommended in production environments.
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Disabling the Twig cache is not recommended in production environments.
- # @default true
- cache: true
- # File extensions:
- #
- # List of file extensions the Twig system is allowed to load via the
- # twig.loader.filesystem service. Files with other extensions will not be
- # loaded unless they are added here. For example, to allow a file named
- # 'example.partial' to be loaded, add 'partial' to this list. To load files
- # with no extension, add an empty string '' to the list.
- #
- # @default ['css', 'html', 'js', 'svg', 'twig']
- allowed_file_extensions:
- - css
- - html
- - js
- - svg
- - twig
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags, X-Drupal-Cache-Contexts and X-Drupal-Cache-Max-Age
- # headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Enabling cacheability debugging is not recommended in production
- # environments.
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue: {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable: {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/francestanford2022/default.settings.php b/docroot/sites/francestanford2022/default.settings.php
deleted file mode 100644
index f3dca008fa..0000000000
--- a/docroot/sites/francestanford2022/default.settings.php
+++ /dev/null
@@ -1,796 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set a prefix for all database table names by using the
- * 'prefix' setting. If a prefix is specified, the table name will be prepended
- * with its value. Be sure to use valid database characters only, usually
- * alphanumeric and underscore. If no prefix is desired, do not set the 'prefix'
- * key or set its value to an empty string ''.
- *
- * For example, to have all database table prefixed with 'main_', set:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\mysql\Driver\Database\mysql\Connection::__construct()
- * - \Drupal\pgsql\Driver\Database\pgsql\Connection::__construct()
- * - \Drupal\sqlite\Driver\Database\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Additional public file schemes:
- *
- * Public schemes are URI schemes that allow download access to all users for
- * all files within that scheme.
- *
- * The "public" scheme is always public, and the "private" scheme is always
- * private, but other schemes, such as "https", "s3", "example", or others,
- * can be either public or private depending on the site. By default, they're
- * private, and access to individual files is controlled via
- * hook_file_download().
- *
- * Typically, if a scheme should be public, a module makes it public by
- * implementing hook_file_download(), and granting access to all users for all
- * files. This could be either the same module that provides the stream wrapper
- * for the scheme, or a different module that decides to make the scheme
- * public. However, in cases where a site needs to make a scheme public, but
- * is unable to add code in a module to do so, the scheme may be added to this
- * variable, the result of which is that system_file_download() grants public
- * access to all files within that scheme.
- */
-# $settings['file_additional_public_schemes'] = ['example'];
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- *
- * @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
diff --git a/docroot/sites/francestanford2022/services.yml b/docroot/sites/francestanford2022/services.yml
deleted file mode 100644
index e1bbbc7e21..0000000000
--- a/docroot/sites/francestanford2022/services.yml
+++ /dev/null
@@ -1,174 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the time from the user's last
- # visit to the active session may be deleted by the session garbage
- # collector. When a session is deleted, authenticated users are logged out,
- # and the contents of the user's $_SESSION variable is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Not recommended in production environments
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Not recommended in production environments
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Not recommended in production environments
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags and X-Drupal-Cache-Contexts headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Not recommended in production environments
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue:
- {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable:
- {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/francestanford2022/settings.php b/docroot/sites/francestanford2022/settings.php
deleted file mode 100644
index 127324cc75..0000000000
--- a/docroot/sites/francestanford2022/settings.php
+++ /dev/null
@@ -1,813 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set prefixes for some or all database table names
- * by using the 'prefix' setting. If a prefix is specified, the table
- * name will be prepended with its value. Be sure to use valid database
- * characters only, usually alphanumeric and underscore. If no prefixes
- * are desired, leave it as an empty string ''.
- *
- * To have all database names prefixed, set 'prefix' as a string:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Per-table prefixes are deprecated as of Drupal 8.2, and will be removed in
- * Drupal 9.0. After that, only a single prefix for all tables will be
- * supported.
- *
- * To provide prefixes for specific tables, set 'prefix' as an array.
- * The array's keys are the table names and the values are the prefixes.
- * The 'default' element is mandatory and holds the prefix for any tables
- * not specified elsewhere in the array. Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main_',
- * 'users' => 'shared_',
- * 'sessions' => 'shared_',
- * 'role' => 'shared_',
- * 'authmap' => 'shared_',
- * ],
- * @endcode
- * You can also use a reference to a schema/database as a prefix. This may be
- * useful if your Drupal installation exists in a schema that is not the default
- * or you want to access several databases from the same code base at the same
- * time.
- * Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main.',
- * 'users' => 'shared.',
- * 'sessions' => 'shared.',
- * 'role' => 'shared.',
- * 'authmap' => 'shared.',
- * ];
- * @endcode
- * NOTE: MySQL and SQLite's definition of a schema is a database.
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\Core\Database\Driver\mysql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\pgsql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
-require DRUPAL_ROOT . "/../vendor/acquia/blt/settings/blt.settings.php";
-/**
- * IMPORTANT.
- *
- * Do not include additional settings here. Instead, add them to settings
- * included by `blt.settings.php`. See BLT's documentation for more detail.
- *
- * @link https://docs.acquia.com/blt/
- */
diff --git a/docroot/sites/francestanford2022/settings/default.includes.settings.php b/docroot/sites/francestanford2022/settings/default.includes.settings.php
deleted file mode 100644
index bfefdd89f2..0000000000
--- a/docroot/sites/francestanford2022/settings/default.includes.settings.php
+++ /dev/null
@@ -1,50 +0,0 @@
-
- [
- 'default' =>
- [
- 'database' => $db_name,
- 'username' => '${drupal.db.username}',
- 'password' => '${drupal.db.password}',
- 'host' => '${drupal.db.host}',
- 'port' => '${drupal.db.port}',
- 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
- 'driver' => 'mysql',
- 'prefix' => '',
- ],
- ],
-];
-
-// Use development service parameters.
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/development.services.yml';
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/blt.development.services.yml';
-
-// Allow access to update.php.
-$settings['update_free_access'] = TRUE;
-
-/**
- * Assertions.
- *
- * The Drupal project primarily uses runtime assertions to enforce the
- * expectations of the API by failing when incorrect calls are made by code
- * under development.
- *
- * @see http://php.net/assert
- * @see https://www.drupal.org/node/2492225
- *
- * If you are using PHP 7.0 it is strongly recommended that you set
- * zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
- * or runtime) on development machines and to 0 in production.
- *
- * @see https://wiki.php.net/rfc/expectations
- */
-assert_options(ASSERT_ACTIVE, TRUE);
-Handle::register();
-
-/**
- * Show all error messages, with backtrace information.
- *
- * In case the error level could not be fetched from the database, as for
- * example the database connection failed, we rely only on this value.
- */
-$config['system.logging']['error_level'] = 'verbose';
-
-/**
- * Disable CSS and JS aggregation.
- */
-$config['system.performance']['css']['preprocess'] = FALSE;
-$config['system.performance']['js']['preprocess'] = FALSE;
-
-/**
- * Disable the render cache (this includes the page cache).
- *
- * Note: you should test with the render cache enabled, to ensure the correct
- * cacheability metadata is present. However, in the early stages of
- * development, you may want to disable it.
- *
- * This setting disables the render cache by using the Null cache back-end
- * defined by the development.services.yml file above.
- *
- * Do not use this setting until after the site is installed.
- */
-// $settings['cache']['bins']['render'] = 'cache.backend.null';
-/**
- * Disable Dynamic Page Cache.
- *
- * Note: you should test with Dynamic Page Cache enabled, to ensure the correct
- * cacheability metadata is present (and hence the expected behavior). However,
- * in the early stages of development, you may want to disable it.
- */
-// $settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
-/**
- * Allow test modules and themes to be installed.
- *
- * Drupal ignores test modules and themes by default for performance reasons.
- * During development it can be useful to install test extensions for debugging
- * purposes.
- */
-$settings['extension_discovery_scan_tests'] = FALSE;
-
-
-/**
- * Configure static caches.
- *
- * Note: you should test with the config, bootstrap, and discovery caches
- * enabled to test that metadata is cached as expected. However, in the early
- * stages of development, you may want to disable them. Overrides to these bins
- * must be explicitly set for each bin to change the default configuration
- * provided by Drupal core in core.services.yml.
- * See https://www.drupal.org/node/2754947
- */
-
-// $settings['cache']['bins']['bootstrap'] = 'cache.backend.null';
-// $settings['cache']['bins']['discovery'] = 'cache.backend.null';
-// $settings['cache']['bins']['config'] = 'cache.backend.null';
-/**
- * Enable access to rebuild.php.
- *
- * This setting can be enabled to allow Drupal's php and database cached
- * storage to be cleared via the rebuild.php page. Access to this page can also
- * be gained by generating a query string from rebuild_token_calculator.sh and
- * using these parameters in a request to rebuild.php.
- */
-$settings['rebuild_access'] = FALSE;
-
-/**
- * Skip file system permissions hardening.
- *
- * The system module will periodically check the permissions of your site's
- * site directory to ensure that it is not writable by the website user. For
- * sites that are managed with a version control system, this can cause problems
- * when files in that directory such as settings.php are updated, because the
- * user pulling in the changes won't have permissions to modify files in the
- * directory.
- */
-$settings['skip_permissions_hardening'] = TRUE;
-
-/**
- * Files paths.
- */
-$settings['file_private_path'] = EnvironmentDetector::getRepoRoot() . '/files-private/default';
-/**
- * Site path.
- *
- * @var $site_path
- * This is always set and exposed by the Drupal Kernel.
- */
-// phpcs:ignore
-$settings['file_public_path'] = 'sites/' . EnvironmentDetector::getSiteName($site_path) . '/files';
-
-/**
- * Trusted host configuration.
- *
- * See full description in default.settings.php.
- */
-$settings['trusted_host_patterns'] = [
- '^.+$',
-];
diff --git a/docroot/sites/gavin_wright2022__humsci/blt.yml b/docroot/sites/gavin_wright2022__humsci/blt.yml
deleted file mode 100644
index b010c528fe..0000000000
--- a/docroot/sites/gavin_wright2022__humsci/blt.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-project:
- machine_name: gavin_wright2022__humsci
- human_name: gavin_wright2022__humsci
- local:
- protocol: http
- hostname: local.gavin_wright2022__humsci.com
-drush:
- aliases:
- local: gavin_wright2022__humsci.local
- remote: gavin_wright2022__humsci.prod
-drupal:
- db: { }
diff --git a/docroot/sites/gavin_wright2022__humsci/default.local.drush.yml b/docroot/sites/gavin_wright2022__humsci/default.local.drush.yml
deleted file mode 100644
index fb3258e3f9..0000000000
--- a/docroot/sites/gavin_wright2022__humsci/default.local.drush.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-options:
- uri: '${project.local.uri}'
diff --git a/docroot/sites/gavin_wright2022__humsci/default.services.yml b/docroot/sites/gavin_wright2022__humsci/default.services.yml
deleted file mode 100644
index ff6797d954..0000000000
--- a/docroot/sites/gavin_wright2022__humsci/default.services.yml
+++ /dev/null
@@ -1,191 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the grace period for session
- # data. Sessions are deleted by the session garbage collector after one
- # session lifetime has elapsed since the user's last visit. When a session
- # is deleted, authenticated users are logged out, and the contents of the
- # user's session is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- # Set the session ID string length. The length can be between 22 to 256. The
- # PHP recommended value is 48. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 48
- sid_length: 48
- #
- # Set the number of bits in encoded session ID character. The possible
- # values are '4' (0-9, a-f), '5' (0-9, a-v), and '6' (0-9, a-z, A-Z, "-",
- # ","). The PHP recommended value is 6. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 6
- sid_bits_per_character: 6
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Enabling Twig debugging is not recommended in production environments.
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Enabling auto-reload is not recommended in production environments.
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Disabling the Twig cache is not recommended in production environments.
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags, X-Drupal-Cache-Contexts and X-Drupal-Cache-Max-Age
- # headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Enabling cacheability debugging is not recommended in production
- # environments.
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue: {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable: {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/gavin_wright2022__humsci/default.settings.php b/docroot/sites/gavin_wright2022__humsci/default.settings.php
deleted file mode 100644
index 72be7750b9..0000000000
--- a/docroot/sites/gavin_wright2022__humsci/default.settings.php
+++ /dev/null
@@ -1,773 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set a prefix for all database table names by using the
- * 'prefix' setting. If a prefix is specified, the table name will be prepended
- * with its value. Be sure to use valid database characters only, usually
- * alphanumeric and underscore. If no prefix is desired, do not set the 'prefix'
- * key or set its value to an empty string ''.
- *
- * For example, to have all database table prefixed with 'main_', set:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\mysql\Driver\Database\mysql\Connection::__construct()
- * - \Drupal\pgsql\Driver\Database\pgsql\Connection::__construct()
- * - \Drupal\sqlite\Driver\Database\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- *
- * @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
diff --git a/docroot/sites/gavin_wright2022__humsci/services.yml b/docroot/sites/gavin_wright2022__humsci/services.yml
deleted file mode 100644
index e1bbbc7e21..0000000000
--- a/docroot/sites/gavin_wright2022__humsci/services.yml
+++ /dev/null
@@ -1,174 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the time from the user's last
- # visit to the active session may be deleted by the session garbage
- # collector. When a session is deleted, authenticated users are logged out,
- # and the contents of the user's $_SESSION variable is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Not recommended in production environments
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Not recommended in production environments
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Not recommended in production environments
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags and X-Drupal-Cache-Contexts headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Not recommended in production environments
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue:
- {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable:
- {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/gavin_wright2022__humsci/settings.php b/docroot/sites/gavin_wright2022__humsci/settings.php
deleted file mode 100644
index 127324cc75..0000000000
--- a/docroot/sites/gavin_wright2022__humsci/settings.php
+++ /dev/null
@@ -1,813 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set prefixes for some or all database table names
- * by using the 'prefix' setting. If a prefix is specified, the table
- * name will be prepended with its value. Be sure to use valid database
- * characters only, usually alphanumeric and underscore. If no prefixes
- * are desired, leave it as an empty string ''.
- *
- * To have all database names prefixed, set 'prefix' as a string:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Per-table prefixes are deprecated as of Drupal 8.2, and will be removed in
- * Drupal 9.0. After that, only a single prefix for all tables will be
- * supported.
- *
- * To provide prefixes for specific tables, set 'prefix' as an array.
- * The array's keys are the table names and the values are the prefixes.
- * The 'default' element is mandatory and holds the prefix for any tables
- * not specified elsewhere in the array. Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main_',
- * 'users' => 'shared_',
- * 'sessions' => 'shared_',
- * 'role' => 'shared_',
- * 'authmap' => 'shared_',
- * ],
- * @endcode
- * You can also use a reference to a schema/database as a prefix. This may be
- * useful if your Drupal installation exists in a schema that is not the default
- * or you want to access several databases from the same code base at the same
- * time.
- * Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main.',
- * 'users' => 'shared.',
- * 'sessions' => 'shared.',
- * 'role' => 'shared.',
- * 'authmap' => 'shared.',
- * ];
- * @endcode
- * NOTE: MySQL and SQLite's definition of a schema is a database.
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\Core\Database\Driver\mysql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\pgsql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
-require DRUPAL_ROOT . "/../vendor/acquia/blt/settings/blt.settings.php";
-/**
- * IMPORTANT.
- *
- * Do not include additional settings here. Instead, add them to settings
- * included by `blt.settings.php`. See BLT's documentation for more detail.
- *
- * @link https://docs.acquia.com/blt/
- */
diff --git a/docroot/sites/gavin_wright2022__humsci/settings/default.includes.settings.php b/docroot/sites/gavin_wright2022__humsci/settings/default.includes.settings.php
deleted file mode 100644
index bfefdd89f2..0000000000
--- a/docroot/sites/gavin_wright2022__humsci/settings/default.includes.settings.php
+++ /dev/null
@@ -1,50 +0,0 @@
-
- [
- 'default' =>
- [
- 'database' => $db_name,
- 'username' => '${drupal.db.username}',
- 'password' => '${drupal.db.password}',
- 'host' => '${drupal.db.host}',
- 'port' => '${drupal.db.port}',
- 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
- 'driver' => 'mysql',
- 'prefix' => '',
- ],
- ],
-];
-
-// Use development service parameters.
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/development.services.yml';
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/blt.development.services.yml';
-
-// Allow access to update.php.
-$settings['update_free_access'] = TRUE;
-
-/**
- * Assertions.
- *
- * The Drupal project primarily uses runtime assertions to enforce the
- * expectations of the API by failing when incorrect calls are made by code
- * under development.
- *
- * @see http://php.net/assert
- * @see https://www.drupal.org/node/2492225
- *
- * If you are using PHP 7.0 it is strongly recommended that you set
- * zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
- * or runtime) on development machines and to 0 in production.
- *
- * @see https://wiki.php.net/rfc/expectations
- */
-assert_options(ASSERT_ACTIVE, TRUE);
-Handle::register();
-
-/**
- * Show all error messages, with backtrace information.
- *
- * In case the error level could not be fetched from the database, as for
- * example the database connection failed, we rely only on this value.
- */
-$config['system.logging']['error_level'] = 'verbose';
-
-/**
- * Disable CSS and JS aggregation.
- */
-$config['system.performance']['css']['preprocess'] = FALSE;
-$config['system.performance']['js']['preprocess'] = FALSE;
-
-/**
- * Disable the render cache (this includes the page cache).
- *
- * Note: you should test with the render cache enabled, to ensure the correct
- * cacheability metadata is present. However, in the early stages of
- * development, you may want to disable it.
- *
- * This setting disables the render cache by using the Null cache back-end
- * defined by the development.services.yml file above.
- *
- * Do not use this setting until after the site is installed.
- */
-// $settings['cache']['bins']['render'] = 'cache.backend.null';
-/**
- * Disable Dynamic Page Cache.
- *
- * Note: you should test with Dynamic Page Cache enabled, to ensure the correct
- * cacheability metadata is present (and hence the expected behavior). However,
- * in the early stages of development, you may want to disable it.
- */
-// $settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
-/**
- * Allow test modules and themes to be installed.
- *
- * Drupal ignores test modules and themes by default for performance reasons.
- * During development it can be useful to install test extensions for debugging
- * purposes.
- */
-$settings['extension_discovery_scan_tests'] = FALSE;
-
-
-/**
- * Configure static caches.
- *
- * Note: you should test with the config, bootstrap, and discovery caches
- * enabled to test that metadata is cached as expected. However, in the early
- * stages of development, you may want to disable them. Overrides to these bins
- * must be explicitly set for each bin to change the default configuration
- * provided by Drupal core in core.services.yml.
- * See https://www.drupal.org/node/2754947
- */
-
-// $settings['cache']['bins']['bootstrap'] = 'cache.backend.null';
-// $settings['cache']['bins']['discovery'] = 'cache.backend.null';
-// $settings['cache']['bins']['config'] = 'cache.backend.null';
-/**
- * Enable access to rebuild.php.
- *
- * This setting can be enabled to allow Drupal's php and database cached
- * storage to be cleared via the rebuild.php page. Access to this page can also
- * be gained by generating a query string from rebuild_token_calculator.sh and
- * using these parameters in a request to rebuild.php.
- */
-$settings['rebuild_access'] = FALSE;
-
-/**
- * Skip file system permissions hardening.
- *
- * The system module will periodically check the permissions of your site's
- * site directory to ensure that it is not writable by the website user. For
- * sites that are managed with a version control system, this can cause problems
- * when files in that directory such as settings.php are updated, because the
- * user pulling in the changes won't have permissions to modify files in the
- * directory.
- */
-$settings['skip_permissions_hardening'] = TRUE;
-
-/**
- * Files paths.
- */
-$settings['file_private_path'] = EnvironmentDetector::getRepoRoot() . '/files-private/default';
-/**
- * Site path.
- *
- * @var $site_path
- * This is always set and exposed by the Drupal Kernel.
- */
-// phpcs:ignore
-$settings['file_public_path'] = 'sites/' . EnvironmentDetector::getSiteName($site_path) . '/files';
-
-/**
- * Trusted host configuration.
- *
- * See full description in default.settings.php.
- */
-$settings['trusted_host_patterns'] = [
- '^.+$',
-];
diff --git a/docroot/sites/gus_humsci2021/blt.yml b/docroot/sites/gus_humsci2021/blt.yml
deleted file mode 100644
index 886cf738db..0000000000
--- a/docroot/sites/gus_humsci2021/blt.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-project:
- machine_name: gus_humsci2021
- human_name: gus_humsci2021
- local:
- protocol: http
- hostname: local.gus_humsci2021.com
-drush:
- aliases:
- local: gus_humsci2021.local
- remote: gus_humsci2021.prod
-drupal:
- db: { }
diff --git a/docroot/sites/gus_humsci2021/default.local.drush.yml b/docroot/sites/gus_humsci2021/default.local.drush.yml
deleted file mode 100644
index fb3258e3f9..0000000000
--- a/docroot/sites/gus_humsci2021/default.local.drush.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-options:
- uri: '${project.local.uri}'
diff --git a/docroot/sites/gus_humsci2021/default.services.yml b/docroot/sites/gus_humsci2021/default.services.yml
deleted file mode 100644
index e1f4cfbe23..0000000000
--- a/docroot/sites/gus_humsci2021/default.services.yml
+++ /dev/null
@@ -1,189 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the time from the user's last
- # visit to the active session may be deleted by the session garbage
- # collector. When a session is deleted, authenticated users are logged out,
- # and the contents of the user's $_SESSION variable is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- # Set the session ID string length. The length can be between 22 to 256. The
- # PHP recommended value is 48. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 48
- sid_length: 48
- #
- # Set the number of bits in encoded session ID character. The possible
- # values are '4' (0-9, a-f), '5' (0-9, a-v), and '6' (0-9, a-z, A-Z, "-",
- # ","). The PHP recommended value is 6. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 6
- sid_bits_per_character: 6
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Not recommended in production environments
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Not recommended in production environments
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Not recommended in production environments
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags, X-Drupal-Cache-Contexts and X-Drupal-Cache-Max-Age
- # headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Not recommended in production environments
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue: {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable: {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/gus_humsci2021/default.settings.php b/docroot/sites/gus_humsci2021/default.settings.php
deleted file mode 100644
index 64c749d4d0..0000000000
--- a/docroot/sites/gus_humsci2021/default.settings.php
+++ /dev/null
@@ -1,804 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set prefixes for some or all database table names
- * by using the 'prefix' setting. If a prefix is specified, the table
- * name will be prepended with its value. Be sure to use valid database
- * characters only, usually alphanumeric and underscore. If no prefixes
- * are desired, leave it as an empty string ''.
- *
- * To have all database names prefixed, set 'prefix' as a string:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Per-table prefixes are deprecated as of Drupal 8.2, and will be removed in
- * Drupal 9.0. After that, only a single prefix for all tables will be
- * supported.
- *
- * To provide prefixes for specific tables, set 'prefix' as an array.
- * The array's keys are the table names and the values are the prefixes.
- * The 'default' element is mandatory and holds the prefix for any tables
- * not specified elsewhere in the array. Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main_',
- * 'users' => 'shared_',
- * 'sessions' => 'shared_',
- * 'role' => 'shared_',
- * 'authmap' => 'shared_',
- * ],
- * @endcode
- * You can also use a reference to a schema/database as a prefix. This may be
- * useful if your Drupal installation exists in a schema that is not the default
- * or you want to access several databases from the same code base at the same
- * time.
- * Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main.',
- * 'users' => 'shared.',
- * 'sessions' => 'shared.',
- * 'role' => 'shared.',
- * 'authmap' => 'shared.',
- * ];
- * @endcode
- * NOTE: MySQL and SQLite's definition of a schema is a database.
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\Core\Database\Driver\mysql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\pgsql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
diff --git a/docroot/sites/gus_humsci2021/services.yml b/docroot/sites/gus_humsci2021/services.yml
deleted file mode 100644
index e1bbbc7e21..0000000000
--- a/docroot/sites/gus_humsci2021/services.yml
+++ /dev/null
@@ -1,174 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the time from the user's last
- # visit to the active session may be deleted by the session garbage
- # collector. When a session is deleted, authenticated users are logged out,
- # and the contents of the user's $_SESSION variable is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Not recommended in production environments
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Not recommended in production environments
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Not recommended in production environments
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags and X-Drupal-Cache-Contexts headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Not recommended in production environments
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue:
- {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable:
- {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/gus_humsci2021/settings.php b/docroot/sites/gus_humsci2021/settings.php
deleted file mode 100644
index 127324cc75..0000000000
--- a/docroot/sites/gus_humsci2021/settings.php
+++ /dev/null
@@ -1,813 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set prefixes for some or all database table names
- * by using the 'prefix' setting. If a prefix is specified, the table
- * name will be prepended with its value. Be sure to use valid database
- * characters only, usually alphanumeric and underscore. If no prefixes
- * are desired, leave it as an empty string ''.
- *
- * To have all database names prefixed, set 'prefix' as a string:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Per-table prefixes are deprecated as of Drupal 8.2, and will be removed in
- * Drupal 9.0. After that, only a single prefix for all tables will be
- * supported.
- *
- * To provide prefixes for specific tables, set 'prefix' as an array.
- * The array's keys are the table names and the values are the prefixes.
- * The 'default' element is mandatory and holds the prefix for any tables
- * not specified elsewhere in the array. Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main_',
- * 'users' => 'shared_',
- * 'sessions' => 'shared_',
- * 'role' => 'shared_',
- * 'authmap' => 'shared_',
- * ],
- * @endcode
- * You can also use a reference to a schema/database as a prefix. This may be
- * useful if your Drupal installation exists in a schema that is not the default
- * or you want to access several databases from the same code base at the same
- * time.
- * Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main.',
- * 'users' => 'shared.',
- * 'sessions' => 'shared.',
- * 'role' => 'shared.',
- * 'authmap' => 'shared.',
- * ];
- * @endcode
- * NOTE: MySQL and SQLite's definition of a schema is a database.
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\Core\Database\Driver\mysql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\pgsql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
-require DRUPAL_ROOT . "/../vendor/acquia/blt/settings/blt.settings.php";
-/**
- * IMPORTANT.
- *
- * Do not include additional settings here. Instead, add them to settings
- * included by `blt.settings.php`. See BLT's documentation for more detail.
- *
- * @link https://docs.acquia.com/blt/
- */
diff --git a/docroot/sites/gus_humsci2021/settings/default.includes.settings.php b/docroot/sites/gus_humsci2021/settings/default.includes.settings.php
deleted file mode 100644
index bfefdd89f2..0000000000
--- a/docroot/sites/gus_humsci2021/settings/default.includes.settings.php
+++ /dev/null
@@ -1,50 +0,0 @@
-
- [
- 'default' =>
- [
- 'database' => $db_name,
- 'username' => '${drupal.db.username}',
- 'password' => '${drupal.db.password}',
- 'host' => '${drupal.db.host}',
- 'port' => '${drupal.db.port}',
- 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
- 'driver' => 'mysql',
- 'prefix' => '',
- ],
- ],
-];
-
-// Use development service parameters.
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/development.services.yml';
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/blt.development.services.yml';
-
-// Allow access to update.php.
-$settings['update_free_access'] = TRUE;
-
-/**
- * Assertions.
- *
- * The Drupal project primarily uses runtime assertions to enforce the
- * expectations of the API by failing when incorrect calls are made by code
- * under development.
- *
- * @see http://php.net/assert
- * @see https://www.drupal.org/node/2492225
- *
- * If you are using PHP 7.0 it is strongly recommended that you set
- * zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
- * or runtime) on development machines and to 0 in production.
- *
- * @see https://wiki.php.net/rfc/expectations
- */
-assert_options(ASSERT_ACTIVE, TRUE);
-Handle::register();
-
-/**
- * Show all error messages, with backtrace information.
- *
- * In case the error level could not be fetched from the database, as for
- * example the database connection failed, we rely only on this value.
- */
-$config['system.logging']['error_level'] = 'verbose';
-
-/**
- * Disable CSS and JS aggregation.
- */
-$config['system.performance']['css']['preprocess'] = FALSE;
-$config['system.performance']['js']['preprocess'] = FALSE;
-
-/**
- * Disable the render cache (this includes the page cache).
- *
- * Note: you should test with the render cache enabled, to ensure the correct
- * cacheability metadata is present. However, in the early stages of
- * development, you may want to disable it.
- *
- * This setting disables the render cache by using the Null cache back-end
- * defined by the development.services.yml file above.
- *
- * Do not use this setting until after the site is installed.
- */
-// $settings['cache']['bins']['render'] = 'cache.backend.null';
-/**
- * Disable Dynamic Page Cache.
- *
- * Note: you should test with Dynamic Page Cache enabled, to ensure the correct
- * cacheability metadata is present (and hence the expected behavior). However,
- * in the early stages of development, you may want to disable it.
- */
-// $settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
-/**
- * Allow test modules and themes to be installed.
- *
- * Drupal ignores test modules and themes by default for performance reasons.
- * During development it can be useful to install test extensions for debugging
- * purposes.
- */
-$settings['extension_discovery_scan_tests'] = FALSE;
-
-
-/**
- * Configure static caches.
- *
- * Note: you should test with the config, bootstrap, and discovery caches
- * enabled to test that metadata is cached as expected. However, in the early
- * stages of development, you may want to disable them. Overrides to these bins
- * must be explicitly set for each bin to change the default configuration
- * provided by Drupal core in core.services.yml.
- * See https://www.drupal.org/node/2754947
- */
-
-// $settings['cache']['bins']['bootstrap'] = 'cache.backend.null';
-// $settings['cache']['bins']['discovery'] = 'cache.backend.null';
-// $settings['cache']['bins']['config'] = 'cache.backend.null';
-/**
- * Enable access to rebuild.php.
- *
- * This setting can be enabled to allow Drupal's php and database cached
- * storage to be cleared via the rebuild.php page. Access to this page can also
- * be gained by generating a query string from rebuild_token_calculator.sh and
- * using these parameters in a request to rebuild.php.
- */
-$settings['rebuild_access'] = FALSE;
-
-/**
- * Skip file system permissions hardening.
- *
- * The system module will periodically check the permissions of your site's
- * site directory to ensure that it is not writable by the website user. For
- * sites that are managed with a version control system, this can cause problems
- * when files in that directory such as settings.php are updated, because the
- * user pulling in the changes won't have permissions to modify files in the
- * directory.
- */
-$settings['skip_permissions_hardening'] = TRUE;
-
-/**
- * Files paths.
- */
-$settings['file_private_path'] = EnvironmentDetector::getRepoRoot() . '/files-private/default';
-/**
- * Site path.
- *
- * @var $site_path
- * This is always set and exposed by the Drupal Kernel.
- */
-// phpcs:ignore
-$settings['file_public_path'] = 'sites/' . EnvironmentDetector::getSiteName($site_path) . '/files';
-
-/**
- * Trusted host configuration.
- *
- * See full description in default.settings.php.
- */
-$settings['trusted_host_patterns'] = [
- '^.+$',
-];
diff --git a/docroot/sites/heidi_williams2022__humsci/blt.yml b/docroot/sites/heidi_williams2022__humsci/blt.yml
deleted file mode 100644
index 5406af182c..0000000000
--- a/docroot/sites/heidi_williams2022__humsci/blt.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-project:
- machine_name: heidi_williams2022__humsci
- human_name: heidi_williams2022__humsci
- local:
- protocol: http
- hostname: local.heidi_williams2022__humsci.com
-drush:
- aliases:
- local: heidi_williams2022__humsci.local
- remote: heidi_williams2022__humsci.prod
-drupal:
- db: { }
diff --git a/docroot/sites/heidi_williams2022__humsci/default.local.drush.yml b/docroot/sites/heidi_williams2022__humsci/default.local.drush.yml
deleted file mode 100644
index fb3258e3f9..0000000000
--- a/docroot/sites/heidi_williams2022__humsci/default.local.drush.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-options:
- uri: '${project.local.uri}'
diff --git a/docroot/sites/heidi_williams2022__humsci/default.services.yml b/docroot/sites/heidi_williams2022__humsci/default.services.yml
deleted file mode 100644
index ff6797d954..0000000000
--- a/docroot/sites/heidi_williams2022__humsci/default.services.yml
+++ /dev/null
@@ -1,191 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the grace period for session
- # data. Sessions are deleted by the session garbage collector after one
- # session lifetime has elapsed since the user's last visit. When a session
- # is deleted, authenticated users are logged out, and the contents of the
- # user's session is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- # Set the session ID string length. The length can be between 22 to 256. The
- # PHP recommended value is 48. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 48
- sid_length: 48
- #
- # Set the number of bits in encoded session ID character. The possible
- # values are '4' (0-9, a-f), '5' (0-9, a-v), and '6' (0-9, a-z, A-Z, "-",
- # ","). The PHP recommended value is 6. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 6
- sid_bits_per_character: 6
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Enabling Twig debugging is not recommended in production environments.
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Enabling auto-reload is not recommended in production environments.
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Disabling the Twig cache is not recommended in production environments.
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags, X-Drupal-Cache-Contexts and X-Drupal-Cache-Max-Age
- # headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Enabling cacheability debugging is not recommended in production
- # environments.
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue: {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable: {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/heidi_williams2022__humsci/default.settings.php b/docroot/sites/heidi_williams2022__humsci/default.settings.php
deleted file mode 100644
index 72be7750b9..0000000000
--- a/docroot/sites/heidi_williams2022__humsci/default.settings.php
+++ /dev/null
@@ -1,773 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set a prefix for all database table names by using the
- * 'prefix' setting. If a prefix is specified, the table name will be prepended
- * with its value. Be sure to use valid database characters only, usually
- * alphanumeric and underscore. If no prefix is desired, do not set the 'prefix'
- * key or set its value to an empty string ''.
- *
- * For example, to have all database table prefixed with 'main_', set:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\mysql\Driver\Database\mysql\Connection::__construct()
- * - \Drupal\pgsql\Driver\Database\pgsql\Connection::__construct()
- * - \Drupal\sqlite\Driver\Database\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- *
- * @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
diff --git a/docroot/sites/heidi_williams2022__humsci/services.yml b/docroot/sites/heidi_williams2022__humsci/services.yml
deleted file mode 100644
index e1bbbc7e21..0000000000
--- a/docroot/sites/heidi_williams2022__humsci/services.yml
+++ /dev/null
@@ -1,174 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the time from the user's last
- # visit to the active session may be deleted by the session garbage
- # collector. When a session is deleted, authenticated users are logged out,
- # and the contents of the user's $_SESSION variable is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Not recommended in production environments
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Not recommended in production environments
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Not recommended in production environments
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags and X-Drupal-Cache-Contexts headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Not recommended in production environments
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue:
- {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable:
- {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/heidi_williams2022__humsci/settings.php b/docroot/sites/heidi_williams2022__humsci/settings.php
deleted file mode 100644
index 127324cc75..0000000000
--- a/docroot/sites/heidi_williams2022__humsci/settings.php
+++ /dev/null
@@ -1,813 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set prefixes for some or all database table names
- * by using the 'prefix' setting. If a prefix is specified, the table
- * name will be prepended with its value. Be sure to use valid database
- * characters only, usually alphanumeric and underscore. If no prefixes
- * are desired, leave it as an empty string ''.
- *
- * To have all database names prefixed, set 'prefix' as a string:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Per-table prefixes are deprecated as of Drupal 8.2, and will be removed in
- * Drupal 9.0. After that, only a single prefix for all tables will be
- * supported.
- *
- * To provide prefixes for specific tables, set 'prefix' as an array.
- * The array's keys are the table names and the values are the prefixes.
- * The 'default' element is mandatory and holds the prefix for any tables
- * not specified elsewhere in the array. Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main_',
- * 'users' => 'shared_',
- * 'sessions' => 'shared_',
- * 'role' => 'shared_',
- * 'authmap' => 'shared_',
- * ],
- * @endcode
- * You can also use a reference to a schema/database as a prefix. This may be
- * useful if your Drupal installation exists in a schema that is not the default
- * or you want to access several databases from the same code base at the same
- * time.
- * Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main.',
- * 'users' => 'shared.',
- * 'sessions' => 'shared.',
- * 'role' => 'shared.',
- * 'authmap' => 'shared.',
- * ];
- * @endcode
- * NOTE: MySQL and SQLite's definition of a schema is a database.
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\Core\Database\Driver\mysql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\pgsql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
-require DRUPAL_ROOT . "/../vendor/acquia/blt/settings/blt.settings.php";
-/**
- * IMPORTANT.
- *
- * Do not include additional settings here. Instead, add them to settings
- * included by `blt.settings.php`. See BLT's documentation for more detail.
- *
- * @link https://docs.acquia.com/blt/
- */
diff --git a/docroot/sites/heidi_williams2022__humsci/settings/default.includes.settings.php b/docroot/sites/heidi_williams2022__humsci/settings/default.includes.settings.php
deleted file mode 100644
index bfefdd89f2..0000000000
--- a/docroot/sites/heidi_williams2022__humsci/settings/default.includes.settings.php
+++ /dev/null
@@ -1,50 +0,0 @@
-
- [
- 'default' =>
- [
- 'database' => $db_name,
- 'username' => '${drupal.db.username}',
- 'password' => '${drupal.db.password}',
- 'host' => '${drupal.db.host}',
- 'port' => '${drupal.db.port}',
- 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
- 'driver' => 'mysql',
- 'prefix' => '',
- ],
- ],
-];
-
-// Use development service parameters.
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/development.services.yml';
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/blt.development.services.yml';
-
-// Allow access to update.php.
-$settings['update_free_access'] = TRUE;
-
-/**
- * Assertions.
- *
- * The Drupal project primarily uses runtime assertions to enforce the
- * expectations of the API by failing when incorrect calls are made by code
- * under development.
- *
- * @see http://php.net/assert
- * @see https://www.drupal.org/node/2492225
- *
- * If you are using PHP 7.0 it is strongly recommended that you set
- * zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
- * or runtime) on development machines and to 0 in production.
- *
- * @see https://wiki.php.net/rfc/expectations
- */
-assert_options(ASSERT_ACTIVE, TRUE);
-Handle::register();
-
-/**
- * Show all error messages, with backtrace information.
- *
- * In case the error level could not be fetched from the database, as for
- * example the database connection failed, we rely only on this value.
- */
-$config['system.logging']['error_level'] = 'verbose';
-
-/**
- * Disable CSS and JS aggregation.
- */
-$config['system.performance']['css']['preprocess'] = FALSE;
-$config['system.performance']['js']['preprocess'] = FALSE;
-
-/**
- * Disable the render cache (this includes the page cache).
- *
- * Note: you should test with the render cache enabled, to ensure the correct
- * cacheability metadata is present. However, in the early stages of
- * development, you may want to disable it.
- *
- * This setting disables the render cache by using the Null cache back-end
- * defined by the development.services.yml file above.
- *
- * Do not use this setting until after the site is installed.
- */
-// $settings['cache']['bins']['render'] = 'cache.backend.null';
-/**
- * Disable Dynamic Page Cache.
- *
- * Note: you should test with Dynamic Page Cache enabled, to ensure the correct
- * cacheability metadata is present (and hence the expected behavior). However,
- * in the early stages of development, you may want to disable it.
- */
-// $settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
-/**
- * Allow test modules and themes to be installed.
- *
- * Drupal ignores test modules and themes by default for performance reasons.
- * During development it can be useful to install test extensions for debugging
- * purposes.
- */
-$settings['extension_discovery_scan_tests'] = FALSE;
-
-
-/**
- * Configure static caches.
- *
- * Note: you should test with the config, bootstrap, and discovery caches
- * enabled to test that metadata is cached as expected. However, in the early
- * stages of development, you may want to disable them. Overrides to these bins
- * must be explicitly set for each bin to change the default configuration
- * provided by Drupal core in core.services.yml.
- * See https://www.drupal.org/node/2754947
- */
-
-// $settings['cache']['bins']['bootstrap'] = 'cache.backend.null';
-// $settings['cache']['bins']['discovery'] = 'cache.backend.null';
-// $settings['cache']['bins']['config'] = 'cache.backend.null';
-/**
- * Enable access to rebuild.php.
- *
- * This setting can be enabled to allow Drupal's php and database cached
- * storage to be cleared via the rebuild.php page. Access to this page can also
- * be gained by generating a query string from rebuild_token_calculator.sh and
- * using these parameters in a request to rebuild.php.
- */
-$settings['rebuild_access'] = FALSE;
-
-/**
- * Skip file system permissions hardening.
- *
- * The system module will periodically check the permissions of your site's
- * site directory to ensure that it is not writable by the website user. For
- * sites that are managed with a version control system, this can cause problems
- * when files in that directory such as settings.php are updated, because the
- * user pulling in the changes won't have permissions to modify files in the
- * directory.
- */
-$settings['skip_permissions_hardening'] = TRUE;
-
-/**
- * Files paths.
- */
-$settings['file_private_path'] = EnvironmentDetector::getRepoRoot() . '/files-private/default';
-/**
- * Site path.
- *
- * @var $site_path
- * This is always set and exposed by the Drupal Kernel.
- */
-// phpcs:ignore
-$settings['file_public_path'] = 'sites/' . EnvironmentDetector::getSiteName($site_path) . '/files';
-
-/**
- * Trusted host configuration.
- *
- * See full description in default.settings.php.
- */
-$settings['trusted_host_patterns'] = [
- '^.+$',
-];
diff --git a/docroot/sites/humanitiescore2022/blt.yml b/docroot/sites/humanitiescore2022/blt.yml
deleted file mode 100644
index 276284d452..0000000000
--- a/docroot/sites/humanitiescore2022/blt.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-project:
- machine_name: humanitiescore2022
- human_name: humanitiescore2022
- local:
- protocol: http
- hostname: local.humanitiescore2022.com
-drush:
- aliases:
- local: humanitiescore2022.local
- remote: humanitiescore2022.prod
-drupal:
- db: { }
diff --git a/docroot/sites/humanitiescore2022/default.local.drush.yml b/docroot/sites/humanitiescore2022/default.local.drush.yml
deleted file mode 100644
index fb3258e3f9..0000000000
--- a/docroot/sites/humanitiescore2022/default.local.drush.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-options:
- uri: '${project.local.uri}'
diff --git a/docroot/sites/humanitiescore2022/default.services.yml b/docroot/sites/humanitiescore2022/default.services.yml
deleted file mode 100644
index ff6797d954..0000000000
--- a/docroot/sites/humanitiescore2022/default.services.yml
+++ /dev/null
@@ -1,191 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the grace period for session
- # data. Sessions are deleted by the session garbage collector after one
- # session lifetime has elapsed since the user's last visit. When a session
- # is deleted, authenticated users are logged out, and the contents of the
- # user's session is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- # Set the session ID string length. The length can be between 22 to 256. The
- # PHP recommended value is 48. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 48
- sid_length: 48
- #
- # Set the number of bits in encoded session ID character. The possible
- # values are '4' (0-9, a-f), '5' (0-9, a-v), and '6' (0-9, a-z, A-Z, "-",
- # ","). The PHP recommended value is 6. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 6
- sid_bits_per_character: 6
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Enabling Twig debugging is not recommended in production environments.
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Enabling auto-reload is not recommended in production environments.
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Disabling the Twig cache is not recommended in production environments.
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags, X-Drupal-Cache-Contexts and X-Drupal-Cache-Max-Age
- # headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Enabling cacheability debugging is not recommended in production
- # environments.
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue: {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable: {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/humanitiescore2022/default.settings.php b/docroot/sites/humanitiescore2022/default.settings.php
deleted file mode 100644
index 72be7750b9..0000000000
--- a/docroot/sites/humanitiescore2022/default.settings.php
+++ /dev/null
@@ -1,773 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set a prefix for all database table names by using the
- * 'prefix' setting. If a prefix is specified, the table name will be prepended
- * with its value. Be sure to use valid database characters only, usually
- * alphanumeric and underscore. If no prefix is desired, do not set the 'prefix'
- * key or set its value to an empty string ''.
- *
- * For example, to have all database table prefixed with 'main_', set:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\mysql\Driver\Database\mysql\Connection::__construct()
- * - \Drupal\pgsql\Driver\Database\pgsql\Connection::__construct()
- * - \Drupal\sqlite\Driver\Database\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- *
- * @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
diff --git a/docroot/sites/humanitiescore2022/services.yml b/docroot/sites/humanitiescore2022/services.yml
deleted file mode 100644
index e1bbbc7e21..0000000000
--- a/docroot/sites/humanitiescore2022/services.yml
+++ /dev/null
@@ -1,174 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the time from the user's last
- # visit to the active session may be deleted by the session garbage
- # collector. When a session is deleted, authenticated users are logged out,
- # and the contents of the user's $_SESSION variable is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Not recommended in production environments
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Not recommended in production environments
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Not recommended in production environments
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags and X-Drupal-Cache-Contexts headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Not recommended in production environments
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue:
- {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable:
- {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/humanitiescore2022/settings.php b/docroot/sites/humanitiescore2022/settings.php
deleted file mode 100644
index 127324cc75..0000000000
--- a/docroot/sites/humanitiescore2022/settings.php
+++ /dev/null
@@ -1,813 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set prefixes for some or all database table names
- * by using the 'prefix' setting. If a prefix is specified, the table
- * name will be prepended with its value. Be sure to use valid database
- * characters only, usually alphanumeric and underscore. If no prefixes
- * are desired, leave it as an empty string ''.
- *
- * To have all database names prefixed, set 'prefix' as a string:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Per-table prefixes are deprecated as of Drupal 8.2, and will be removed in
- * Drupal 9.0. After that, only a single prefix for all tables will be
- * supported.
- *
- * To provide prefixes for specific tables, set 'prefix' as an array.
- * The array's keys are the table names and the values are the prefixes.
- * The 'default' element is mandatory and holds the prefix for any tables
- * not specified elsewhere in the array. Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main_',
- * 'users' => 'shared_',
- * 'sessions' => 'shared_',
- * 'role' => 'shared_',
- * 'authmap' => 'shared_',
- * ],
- * @endcode
- * You can also use a reference to a schema/database as a prefix. This may be
- * useful if your Drupal installation exists in a schema that is not the default
- * or you want to access several databases from the same code base at the same
- * time.
- * Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main.',
- * 'users' => 'shared.',
- * 'sessions' => 'shared.',
- * 'role' => 'shared.',
- * 'authmap' => 'shared.',
- * ];
- * @endcode
- * NOTE: MySQL and SQLite's definition of a schema is a database.
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\Core\Database\Driver\mysql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\pgsql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
-require DRUPAL_ROOT . "/../vendor/acquia/blt/settings/blt.settings.php";
-/**
- * IMPORTANT.
- *
- * Do not include additional settings here. Instead, add them to settings
- * included by `blt.settings.php`. See BLT's documentation for more detail.
- *
- * @link https://docs.acquia.com/blt/
- */
diff --git a/docroot/sites/humanitiescore2022/settings/default.includes.settings.php b/docroot/sites/humanitiescore2022/settings/default.includes.settings.php
deleted file mode 100644
index bfefdd89f2..0000000000
--- a/docroot/sites/humanitiescore2022/settings/default.includes.settings.php
+++ /dev/null
@@ -1,50 +0,0 @@
-
- [
- 'default' =>
- [
- 'database' => $db_name,
- 'username' => '${drupal.db.username}',
- 'password' => '${drupal.db.password}',
- 'host' => '${drupal.db.host}',
- 'port' => '${drupal.db.port}',
- 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
- 'driver' => 'mysql',
- 'prefix' => '',
- ],
- ],
-];
-
-// Use development service parameters.
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/development.services.yml';
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/blt.development.services.yml';
-
-// Allow access to update.php.
-$settings['update_free_access'] = TRUE;
-
-/**
- * Assertions.
- *
- * The Drupal project primarily uses runtime assertions to enforce the
- * expectations of the API by failing when incorrect calls are made by code
- * under development.
- *
- * @see http://php.net/assert
- * @see https://www.drupal.org/node/2492225
- *
- * If you are using PHP 7.0 it is strongly recommended that you set
- * zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
- * or runtime) on development machines and to 0 in production.
- *
- * @see https://wiki.php.net/rfc/expectations
- */
-assert_options(ASSERT_ACTIVE, TRUE);
-Handle::register();
-
-/**
- * Show all error messages, with backtrace information.
- *
- * In case the error level could not be fetched from the database, as for
- * example the database connection failed, we rely only on this value.
- */
-$config['system.logging']['error_level'] = 'verbose';
-
-/**
- * Disable CSS and JS aggregation.
- */
-$config['system.performance']['css']['preprocess'] = FALSE;
-$config['system.performance']['js']['preprocess'] = FALSE;
-
-/**
- * Disable the render cache (this includes the page cache).
- *
- * Note: you should test with the render cache enabled, to ensure the correct
- * cacheability metadata is present. However, in the early stages of
- * development, you may want to disable it.
- *
- * This setting disables the render cache by using the Null cache back-end
- * defined by the development.services.yml file above.
- *
- * Do not use this setting until after the site is installed.
- */
-// $settings['cache']['bins']['render'] = 'cache.backend.null';
-/**
- * Disable Dynamic Page Cache.
- *
- * Note: you should test with Dynamic Page Cache enabled, to ensure the correct
- * cacheability metadata is present (and hence the expected behavior). However,
- * in the early stages of development, you may want to disable it.
- */
-// $settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
-/**
- * Allow test modules and themes to be installed.
- *
- * Drupal ignores test modules and themes by default for performance reasons.
- * During development it can be useful to install test extensions for debugging
- * purposes.
- */
-$settings['extension_discovery_scan_tests'] = FALSE;
-
-
-/**
- * Configure static caches.
- *
- * Note: you should test with the config, bootstrap, and discovery caches
- * enabled to test that metadata is cached as expected. However, in the early
- * stages of development, you may want to disable them. Overrides to these bins
- * must be explicitly set for each bin to change the default configuration
- * provided by Drupal core in core.services.yml.
- * See https://www.drupal.org/node/2754947
- */
-
-// $settings['cache']['bins']['bootstrap'] = 'cache.backend.null';
-// $settings['cache']['bins']['discovery'] = 'cache.backend.null';
-// $settings['cache']['bins']['config'] = 'cache.backend.null';
-/**
- * Enable access to rebuild.php.
- *
- * This setting can be enabled to allow Drupal's php and database cached
- * storage to be cleared via the rebuild.php page. Access to this page can also
- * be gained by generating a query string from rebuild_token_calculator.sh and
- * using these parameters in a request to rebuild.php.
- */
-$settings['rebuild_access'] = FALSE;
-
-/**
- * Skip file system permissions hardening.
- *
- * The system module will periodically check the permissions of your site's
- * site directory to ensure that it is not writable by the website user. For
- * sites that are managed with a version control system, this can cause problems
- * when files in that directory such as settings.php are updated, because the
- * user pulling in the changes won't have permissions to modify files in the
- * directory.
- */
-$settings['skip_permissions_hardening'] = TRUE;
-
-/**
- * Files paths.
- */
-$settings['file_private_path'] = EnvironmentDetector::getRepoRoot() . '/files-private/default';
-/**
- * Site path.
- *
- * @var $site_path
- * This is always set and exposed by the Drupal Kernel.
- */
-// phpcs:ignore
-$settings['file_public_path'] = 'sites/' . EnvironmentDetector::getSiteName($site_path) . '/files';
-
-/**
- * Trusted host configuration.
- *
- * See full description in default.settings.php.
- */
-$settings['trusted_host_patterns'] = [
- '^.+$',
-];
diff --git a/docroot/sites/insidehs2022/blt.yml b/docroot/sites/insidehs2022/blt.yml
deleted file mode 100644
index 2b32b8fdb9..0000000000
--- a/docroot/sites/insidehs2022/blt.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-project:
- machine_name: insidehs2022
- human_name: insidehs2022
- local:
- protocol: http
- hostname: insidehs2022.suhumsci.loc
-drush:
- aliases:
- local: insidehs2022.local
- remote: insidehs2022.prod
-drupal:
- db: { }
diff --git a/docroot/sites/insidehs2022/default.local.drush.yml b/docroot/sites/insidehs2022/default.local.drush.yml
deleted file mode 100644
index fb3258e3f9..0000000000
--- a/docroot/sites/insidehs2022/default.local.drush.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-options:
- uri: '${project.local.uri}'
diff --git a/docroot/sites/insidehs2022/default.services.yml b/docroot/sites/insidehs2022/default.services.yml
deleted file mode 100644
index cdeb41fc49..0000000000
--- a/docroot/sites/insidehs2022/default.services.yml
+++ /dev/null
@@ -1,206 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the grace period for session
- # data. Sessions are deleted by the session garbage collector after one
- # session lifetime has elapsed since the user's last visit. When a session
- # is deleted, authenticated users are logged out, and the contents of the
- # user's session is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- # Set the session ID string length. The length can be between 22 to 256. The
- # PHP recommended value is 48. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 48
- sid_length: 48
- #
- # Set the number of bits in encoded session ID character. The possible
- # values are '4' (0-9, a-f), '5' (0-9, a-v), and '6' (0-9, a-z, A-Z, "-",
- # ","). The PHP recommended value is 6. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 6
- sid_bits_per_character: 6
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Enabling Twig debugging is not recommended in production environments.
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Enabling auto-reload is not recommended in production environments.
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Disabling the Twig cache is not recommended in production environments.
- # @default true
- cache: true
- # File extensions:
- #
- # List of file extensions the Twig system is allowed to load via the
- # twig.loader.filesystem service. Files with other extensions will not be
- # loaded unless they are added here. For example, to allow a file named
- # 'example.partial' to be loaded, add 'partial' to this list. To load files
- # with no extension, add an empty string '' to the list.
- #
- # @default ['css', 'html', 'js', 'svg', 'twig']
- allowed_file_extensions:
- - css
- - html
- - js
- - svg
- - twig
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags, X-Drupal-Cache-Contexts and X-Drupal-Cache-Max-Age
- # headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Enabling cacheability debugging is not recommended in production
- # environments.
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue: {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable: {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/insidehs2022/default.settings.php b/docroot/sites/insidehs2022/default.settings.php
deleted file mode 100644
index f3dca008fa..0000000000
--- a/docroot/sites/insidehs2022/default.settings.php
+++ /dev/null
@@ -1,796 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set a prefix for all database table names by using the
- * 'prefix' setting. If a prefix is specified, the table name will be prepended
- * with its value. Be sure to use valid database characters only, usually
- * alphanumeric and underscore. If no prefix is desired, do not set the 'prefix'
- * key or set its value to an empty string ''.
- *
- * For example, to have all database table prefixed with 'main_', set:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\mysql\Driver\Database\mysql\Connection::__construct()
- * - \Drupal\pgsql\Driver\Database\pgsql\Connection::__construct()
- * - \Drupal\sqlite\Driver\Database\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Additional public file schemes:
- *
- * Public schemes are URI schemes that allow download access to all users for
- * all files within that scheme.
- *
- * The "public" scheme is always public, and the "private" scheme is always
- * private, but other schemes, such as "https", "s3", "example", or others,
- * can be either public or private depending on the site. By default, they're
- * private, and access to individual files is controlled via
- * hook_file_download().
- *
- * Typically, if a scheme should be public, a module makes it public by
- * implementing hook_file_download(), and granting access to all users for all
- * files. This could be either the same module that provides the stream wrapper
- * for the scheme, or a different module that decides to make the scheme
- * public. However, in cases where a site needs to make a scheme public, but
- * is unable to add code in a module to do so, the scheme may be added to this
- * variable, the result of which is that system_file_download() grants public
- * access to all files within that scheme.
- */
-# $settings['file_additional_public_schemes'] = ['example'];
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- *
- * @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
diff --git a/docroot/sites/insidehs2022/services.yml b/docroot/sites/insidehs2022/services.yml
deleted file mode 100644
index e1bbbc7e21..0000000000
--- a/docroot/sites/insidehs2022/services.yml
+++ /dev/null
@@ -1,174 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the time from the user's last
- # visit to the active session may be deleted by the session garbage
- # collector. When a session is deleted, authenticated users are logged out,
- # and the contents of the user's $_SESSION variable is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Not recommended in production environments
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Not recommended in production environments
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Not recommended in production environments
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags and X-Drupal-Cache-Contexts headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Not recommended in production environments
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue:
- {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable:
- {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/insidehs2022/settings.php b/docroot/sites/insidehs2022/settings.php
deleted file mode 100644
index 127324cc75..0000000000
--- a/docroot/sites/insidehs2022/settings.php
+++ /dev/null
@@ -1,813 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set prefixes for some or all database table names
- * by using the 'prefix' setting. If a prefix is specified, the table
- * name will be prepended with its value. Be sure to use valid database
- * characters only, usually alphanumeric and underscore. If no prefixes
- * are desired, leave it as an empty string ''.
- *
- * To have all database names prefixed, set 'prefix' as a string:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Per-table prefixes are deprecated as of Drupal 8.2, and will be removed in
- * Drupal 9.0. After that, only a single prefix for all tables will be
- * supported.
- *
- * To provide prefixes for specific tables, set 'prefix' as an array.
- * The array's keys are the table names and the values are the prefixes.
- * The 'default' element is mandatory and holds the prefix for any tables
- * not specified elsewhere in the array. Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main_',
- * 'users' => 'shared_',
- * 'sessions' => 'shared_',
- * 'role' => 'shared_',
- * 'authmap' => 'shared_',
- * ],
- * @endcode
- * You can also use a reference to a schema/database as a prefix. This may be
- * useful if your Drupal installation exists in a schema that is not the default
- * or you want to access several databases from the same code base at the same
- * time.
- * Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main.',
- * 'users' => 'shared.',
- * 'sessions' => 'shared.',
- * 'role' => 'shared.',
- * 'authmap' => 'shared.',
- * ];
- * @endcode
- * NOTE: MySQL and SQLite's definition of a schema is a database.
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\Core\Database\Driver\mysql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\pgsql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
-require DRUPAL_ROOT . "/../vendor/acquia/blt/settings/blt.settings.php";
-/**
- * IMPORTANT.
- *
- * Do not include additional settings here. Instead, add them to settings
- * included by `blt.settings.php`. See BLT's documentation for more detail.
- *
- * @link https://docs.acquia.com/blt/
- */
diff --git a/docroot/sites/insidehs2022/settings/default.includes.settings.php b/docroot/sites/insidehs2022/settings/default.includes.settings.php
deleted file mode 100644
index bfefdd89f2..0000000000
--- a/docroot/sites/insidehs2022/settings/default.includes.settings.php
+++ /dev/null
@@ -1,50 +0,0 @@
-
- [
- 'default' =>
- [
- 'database' => $db_name,
- 'username' => '${drupal.db.username}',
- 'password' => '${drupal.db.password}',
- 'host' => '${drupal.db.host}',
- 'port' => '${drupal.db.port}',
- 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
- 'driver' => 'mysql',
- 'prefix' => '',
- ],
- ],
-];
-
-// Use development service parameters.
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/development.services.yml';
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/blt.development.services.yml';
-
-// Allow access to update.php.
-$settings['update_free_access'] = TRUE;
-
-/**
- * Assertions.
- *
- * The Drupal project primarily uses runtime assertions to enforce the
- * expectations of the API by failing when incorrect calls are made by code
- * under development.
- *
- * @see http://php.net/assert
- * @see https://www.drupal.org/node/2492225
- *
- * If you are using PHP 7.0 it is strongly recommended that you set
- * zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
- * or runtime) on development machines and to 0 in production.
- *
- * @see https://wiki.php.net/rfc/expectations
- */
-assert_options(ASSERT_ACTIVE, TRUE);
-Handle::register();
-
-/**
- * Show all error messages, with backtrace information.
- *
- * In case the error level could not be fetched from the database, as for
- * example the database connection failed, we rely only on this value.
- */
-$config['system.logging']['error_level'] = 'verbose';
-
-/**
- * Disable CSS and JS aggregation.
- */
-$config['system.performance']['css']['preprocess'] = FALSE;
-$config['system.performance']['js']['preprocess'] = FALSE;
-
-/**
- * Disable the render cache (this includes the page cache).
- *
- * Note: you should test with the render cache enabled, to ensure the correct
- * cacheability metadata is present. However, in the early stages of
- * development, you may want to disable it.
- *
- * This setting disables the render cache by using the Null cache back-end
- * defined by the development.services.yml file above.
- *
- * Do not use this setting until after the site is installed.
- */
-// $settings['cache']['bins']['render'] = 'cache.backend.null';
-/**
- * Disable Dynamic Page Cache.
- *
- * Note: you should test with Dynamic Page Cache enabled, to ensure the correct
- * cacheability metadata is present (and hence the expected behavior). However,
- * in the early stages of development, you may want to disable it.
- */
-// $settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
-/**
- * Allow test modules and themes to be installed.
- *
- * Drupal ignores test modules and themes by default for performance reasons.
- * During development it can be useful to install test extensions for debugging
- * purposes.
- */
-$settings['extension_discovery_scan_tests'] = FALSE;
-
-
-/**
- * Configure static caches.
- *
- * Note: you should test with the config, bootstrap, and discovery caches
- * enabled to test that metadata is cached as expected. However, in the early
- * stages of development, you may want to disable them. Overrides to these bins
- * must be explicitly set for each bin to change the default configuration
- * provided by Drupal core in core.services.yml.
- * See https://www.drupal.org/node/2754947
- */
-
-// $settings['cache']['bins']['bootstrap'] = 'cache.backend.null';
-// $settings['cache']['bins']['discovery'] = 'cache.backend.null';
-// $settings['cache']['bins']['config'] = 'cache.backend.null';
-/**
- * Enable access to rebuild.php.
- *
- * This setting can be enabled to allow Drupal's php and database cached
- * storage to be cleared via the rebuild.php page. Access to this page can also
- * be gained by generating a query string from rebuild_token_calculator.sh and
- * using these parameters in a request to rebuild.php.
- */
-$settings['rebuild_access'] = FALSE;
-
-/**
- * Skip file system permissions hardening.
- *
- * The system module will periodically check the permissions of your site's
- * site directory to ensure that it is not writable by the website user. For
- * sites that are managed with a version control system, this can cause problems
- * when files in that directory such as settings.php are updated, because the
- * user pulling in the changes won't have permissions to modify files in the
- * directory.
- */
-$settings['skip_permissions_hardening'] = TRUE;
-
-/**
- * Files paths.
- */
-$settings['file_private_path'] = EnvironmentDetector::getRepoRoot() . '/files-private/default';
-/**
- * Site path.
- *
- * @var $site_path
- * This is always set and exposed by the Drupal Kernel.
- */
-// phpcs:ignore
-$settings['file_public_path'] = 'sites/' . EnvironmentDetector::getSiteName($site_path) . '/files';
-
-/**
- * Trusted host configuration.
- *
- * See full description in default.settings.php.
- */
-$settings['trusted_host_patterns'] = [
- '^.+$',
-];
diff --git a/docroot/sites/insidehs2023/blt.yml b/docroot/sites/insidehs2023/blt.yml
deleted file mode 100644
index eb7a2b32a0..0000000000
--- a/docroot/sites/insidehs2023/blt.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-project:
- machine_name: insidehs2023
- human_name: insidehs2023
- local:
- protocol: http
- hostname: local.insidehs2023.com
-drush:
- aliases:
- local: insidehs2023.local
- remote: insidehs2023.prod
-drupal:
- db: { }
diff --git a/docroot/sites/insidehs2023/default.local.drush.yml b/docroot/sites/insidehs2023/default.local.drush.yml
deleted file mode 100644
index fb3258e3f9..0000000000
--- a/docroot/sites/insidehs2023/default.local.drush.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-options:
- uri: '${project.local.uri}'
diff --git a/docroot/sites/insidehs2023/default.services.yml b/docroot/sites/insidehs2023/default.services.yml
deleted file mode 100644
index b4d27e05a5..0000000000
--- a/docroot/sites/insidehs2023/default.services.yml
+++ /dev/null
@@ -1,215 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the grace period for session
- # data. Sessions are deleted by the session garbage collector after one
- # session lifetime has elapsed since the user's last visit. When a session
- # is deleted, authenticated users are logged out, and the contents of the
- # user's session is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- # Set the session ID string length. The length can be between 22 to 256. The
- # PHP recommended value is 48. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 48
- sid_length: 48
- #
- # Set the number of bits in encoded session ID character. The possible
- # values are '4' (0-9, a-f), '5' (0-9, a-v), and '6' (0-9, a-z, A-Z, "-",
- # ","). The PHP recommended value is 6. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 6
- sid_bits_per_character: 6
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Enabling Twig debugging is not recommended in production environments.
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Enabling auto-reload is not recommended in production environments.
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Disabling the Twig cache is not recommended in production environments.
- # @default true
- cache: true
- # File extensions:
- #
- # List of file extensions the Twig system is allowed to load via the
- # twig.loader.filesystem service. Files with other extensions will not be
- # loaded unless they are added here. For example, to allow a file named
- # 'example.partial' to be loaded, add 'partial' to this list. To load files
- # with no extension, add an empty string '' to the list.
- #
- # @default ['css', 'html', 'js', 'svg', 'twig']
- allowed_file_extensions:
- - css
- - html
- - js
- - svg
- - twig
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Renderer cache debug:
- #
- # Allows cache debugging output for each rendered element.
- #
- # Enabling render cache debugging is not recommended in production
- # environments.
- # @default false
- debug: false
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags, X-Drupal-Cache-Contexts and X-Drupal-Cache-Max-Age
- # headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Enabling cacheability debugging is not recommended in production
- # environments.
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue: {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable: {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins. Do not include trailing
- # slashes with URLs.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/insidehs2023/default.settings.php b/docroot/sites/insidehs2023/default.settings.php
deleted file mode 100644
index 5615be3dc0..0000000000
--- a/docroot/sites/insidehs2023/default.settings.php
+++ /dev/null
@@ -1,815 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * For MySQL, MariaDB or equivalent databases the 'isolation_level' option can
- * be set. The recommended transaction isolation level for Drupal sites is
- * 'READ COMMITTED'. The 'REPEATABLE READ' option is supported but can result
- * in deadlocks, the other two options are 'READ UNCOMMITTED' and 'SERIALIZABLE'.
- * They are available but not supported; use them at your own risk. For more
- * info:
- * https://dev.mysql.com/doc/refman/5.7/en/innodb-transaction-isolation-levels.html
- *
- * On your settings.php, change the isolation level:
- * @code
- * $databases['default']['default']['init_commands'] = [
- * 'isolation_level' => 'SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED',
- * ];
- * @endcode
- *
- * You can optionally set a prefix for all database table names by using the
- * 'prefix' setting. If a prefix is specified, the table name will be prepended
- * with its value. Be sure to use valid database characters only, usually
- * alphanumeric and underscore. If no prefix is desired, do not set the 'prefix'
- * key or set its value to an empty string ''.
- *
- * For example, to have all database table prefixed with 'main_', set:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\mysql\Driver\Database\mysql\Connection::__construct()
- * - \Drupal\pgsql\Driver\Database\pgsql\Connection::__construct()
- * - \Drupal\sqlite\Driver\Database\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Reverse proxy addresses.
- *
- * Specify every reverse proxy IP address in your environment, as an array of
- * IPv4/IPv6 addresses or subnets in CIDR notation. This setting is required if
- * $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', 'e.f.g.h/24', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Additional public file schemes:
- *
- * Public schemes are URI schemes that allow download access to all users for
- * all files within that scheme.
- *
- * The "public" scheme is always public, and the "private" scheme is always
- * private, but other schemes, such as "https", "s3", "example", or others,
- * can be either public or private depending on the site. By default, they're
- * private, and access to individual files is controlled via
- * hook_file_download().
- *
- * Typically, if a scheme should be public, a module makes it public by
- * implementing hook_file_download(), and granting access to all users for all
- * files. This could be either the same module that provides the stream wrapper
- * for the scheme, or a different module that decides to make the scheme
- * public. However, in cases where a site needs to make a scheme public, but
- * is unable to add code in a module to do so, the scheme may be added to this
- * variable, the result of which is that system_file_download() grants public
- * access to all files within that scheme.
- */
-# $settings['file_additional_public_schemes'] = ['example'];
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'claro';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- *
- * @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * The default settings for migration sources.
- *
- * These settings are used as the default settings on the Credential form at
- * /upgrade/credentials.
- *
- * - migrate_source_version - The version of the source database. This can be
- * '6' or '7'. Defaults to '7'.
- * - migrate_source_connection - The key in the $databases array for the source
- * site.
- * - migrate_file_public_path - The location of the source Drupal 6 or Drupal 7
- * public files. This can be a local file directory containing the source
- * Drupal 6 or Drupal 7 site (e.g /var/www/docroot), or the site address
- * (e.g http://example.com).
- * - migrate_file_private_path - The location of the source Drupal 7 private
- * files. This can be a local file directory containing the source Drupal 7
- * site (e.g /var/www/docroot), or empty to use the same value as Public
- * files directory.
- *
- * Sample configuration for a drupal 6 source site with the source files in a
- * local directory.
- *
- * @code
- * $settings['migrate_source_version'] = '6';
- * $settings['migrate_source_connection'] = 'migrate';
- * $settings['migrate_file_public_path'] = '/var/www/drupal6';
- * @endcode
- *
- * Sample configuration for a drupal 7 source site with public source files on
- * the source site and the private files in a local directory.
- *
- * @code
- * $settings['migrate_source_version'] = '7';
- * $settings['migrate_source_connection'] = 'migrate';
- * $settings['migrate_file_public_path'] = 'https://drupal7.com';
- * $settings['migrate_file_private_path'] = '/var/www/drupal7';
- * @endcode
- */
-# $settings['migrate_source_connection'] = '';
-# $settings['migrate_source_version'] = '';
-# $settings['migrate_file_public_path'] = '';
-# $settings['migrate_file_private_path'] = '';
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
diff --git a/docroot/sites/insidehs2023/services.yml b/docroot/sites/insidehs2023/services.yml
deleted file mode 100644
index e1bbbc7e21..0000000000
--- a/docroot/sites/insidehs2023/services.yml
+++ /dev/null
@@ -1,174 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the time from the user's last
- # visit to the active session may be deleted by the session garbage
- # collector. When a session is deleted, authenticated users are logged out,
- # and the contents of the user's $_SESSION variable is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Not recommended in production environments
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Not recommended in production environments
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Not recommended in production environments
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags and X-Drupal-Cache-Contexts headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Not recommended in production environments
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue:
- {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable:
- {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/insidehs2023/settings.php b/docroot/sites/insidehs2023/settings.php
deleted file mode 100644
index 127324cc75..0000000000
--- a/docroot/sites/insidehs2023/settings.php
+++ /dev/null
@@ -1,813 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set prefixes for some or all database table names
- * by using the 'prefix' setting. If a prefix is specified, the table
- * name will be prepended with its value. Be sure to use valid database
- * characters only, usually alphanumeric and underscore. If no prefixes
- * are desired, leave it as an empty string ''.
- *
- * To have all database names prefixed, set 'prefix' as a string:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Per-table prefixes are deprecated as of Drupal 8.2, and will be removed in
- * Drupal 9.0. After that, only a single prefix for all tables will be
- * supported.
- *
- * To provide prefixes for specific tables, set 'prefix' as an array.
- * The array's keys are the table names and the values are the prefixes.
- * The 'default' element is mandatory and holds the prefix for any tables
- * not specified elsewhere in the array. Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main_',
- * 'users' => 'shared_',
- * 'sessions' => 'shared_',
- * 'role' => 'shared_',
- * 'authmap' => 'shared_',
- * ],
- * @endcode
- * You can also use a reference to a schema/database as a prefix. This may be
- * useful if your Drupal installation exists in a schema that is not the default
- * or you want to access several databases from the same code base at the same
- * time.
- * Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main.',
- * 'users' => 'shared.',
- * 'sessions' => 'shared.',
- * 'role' => 'shared.',
- * 'authmap' => 'shared.',
- * ];
- * @endcode
- * NOTE: MySQL and SQLite's definition of a schema is a database.
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\Core\Database\Driver\mysql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\pgsql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
-require DRUPAL_ROOT . "/../vendor/acquia/blt/settings/blt.settings.php";
-/**
- * IMPORTANT.
- *
- * Do not include additional settings here. Instead, add them to settings
- * included by `blt.settings.php`. See BLT's documentation for more detail.
- *
- * @link https://docs.acquia.com/blt/
- */
diff --git a/docroot/sites/insidehs2023/settings/default.includes.settings.php b/docroot/sites/insidehs2023/settings/default.includes.settings.php
deleted file mode 100644
index bfefdd89f2..0000000000
--- a/docroot/sites/insidehs2023/settings/default.includes.settings.php
+++ /dev/null
@@ -1,50 +0,0 @@
-
- [
- 'default' =>
- [
- 'database' => $db_name,
- 'username' => '${drupal.db.username}',
- 'password' => '${drupal.db.password}',
- 'host' => '${drupal.db.host}',
- 'port' => '${drupal.db.port}',
- 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
- 'driver' => 'mysql',
- 'prefix' => '',
- ],
- ],
-];
-
-// Use development service parameters.
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/development.services.yml';
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/blt.development.services.yml';
-
-// Allow access to update.php.
-$settings['update_free_access'] = TRUE;
-
-/**
- * Assertions.
- *
- * The Drupal project primarily uses runtime assertions to enforce the
- * expectations of the API by failing when incorrect calls are made by code
- * under development.
- *
- * @see http://php.net/assert
- * @see https://www.drupal.org/node/2492225
- *
- * If you are using PHP 7.0 it is strongly recommended that you set
- * zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
- * or runtime) on development machines and to 0 in production.
- *
- * @see https://wiki.php.net/rfc/expectations
- */
-assert_options(ASSERT_ACTIVE, TRUE);
-Handle::register();
-
-/**
- * Show all error messages, with backtrace information.
- *
- * In case the error level could not be fetched from the database, as for
- * example the database connection failed, we rely only on this value.
- */
-$config['system.logging']['error_level'] = 'verbose';
-
-/**
- * Disable CSS and JS aggregation.
- */
-$config['system.performance']['css']['preprocess'] = FALSE;
-$config['system.performance']['js']['preprocess'] = FALSE;
-
-/**
- * Disable the render cache (this includes the page cache).
- *
- * Note: you should test with the render cache enabled, to ensure the correct
- * cacheability metadata is present. However, in the early stages of
- * development, you may want to disable it.
- *
- * This setting disables the render cache by using the Null cache back-end
- * defined by the development.services.yml file above.
- *
- * Do not use this setting until after the site is installed.
- */
-// $settings['cache']['bins']['render'] = 'cache.backend.null';
-/**
- * Disable Dynamic Page Cache.
- *
- * Note: you should test with Dynamic Page Cache enabled, to ensure the correct
- * cacheability metadata is present (and hence the expected behavior). However,
- * in the early stages of development, you may want to disable it.
- */
-// $settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
-/**
- * Allow test modules and themes to be installed.
- *
- * Drupal ignores test modules and themes by default for performance reasons.
- * During development it can be useful to install test extensions for debugging
- * purposes.
- */
-$settings['extension_discovery_scan_tests'] = FALSE;
-
-
-/**
- * Configure static caches.
- *
- * Note: you should test with the config, bootstrap, and discovery caches
- * enabled to test that metadata is cached as expected. However, in the early
- * stages of development, you may want to disable them. Overrides to these bins
- * must be explicitly set for each bin to change the default configuration
- * provided by Drupal core in core.services.yml.
- * See https://www.drupal.org/node/2754947
- */
-
-// $settings['cache']['bins']['bootstrap'] = 'cache.backend.null';
-// $settings['cache']['bins']['discovery'] = 'cache.backend.null';
-// $settings['cache']['bins']['config'] = 'cache.backend.null';
-/**
- * Enable access to rebuild.php.
- *
- * This setting can be enabled to allow Drupal's php and database cached
- * storage to be cleared via the rebuild.php page. Access to this page can also
- * be gained by generating a query string from rebuild_token_calculator.sh and
- * using these parameters in a request to rebuild.php.
- */
-$settings['rebuild_access'] = FALSE;
-
-/**
- * Skip file system permissions hardening.
- *
- * The system module will periodically check the permissions of your site's
- * site directory to ensure that it is not writable by the website user. For
- * sites that are managed with a version control system, this can cause problems
- * when files in that directory such as settings.php are updated, because the
- * user pulling in the changes won't have permissions to modify files in the
- * directory.
- */
-$settings['skip_permissions_hardening'] = TRUE;
-
-/**
- * Files paths.
- */
-$settings['file_private_path'] = EnvironmentDetector::getRepoRoot() . '/files-private/default';
-/**
- * Site path.
- *
- * @var $site_path
- * This is always set and exposed by the Drupal Kernel.
- */
-// phpcs:ignore
-$settings['file_public_path'] = 'sites/' . EnvironmentDetector::getSiteName($site_path) . '/files';
-
-/**
- * Trusted host configuration.
- *
- * See full description in default.settings.php.
- */
-$settings['trusted_host_patterns'] = [
- '^.+$',
-];
diff --git a/docroot/sites/lowe2022/blt.yml b/docroot/sites/lowe2022/blt.yml
deleted file mode 100644
index 32806cb264..0000000000
--- a/docroot/sites/lowe2022/blt.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-project:
- machine_name: lowe2022
- human_name: lowe2022
- local:
- protocol: http
- hostname: local.lowe2022.com
-drush:
- aliases:
- local: lowe2022.local
- remote: lowe2022.prod
-drupal:
- db: { }
diff --git a/docroot/sites/lowe2022/default.local.drush.yml b/docroot/sites/lowe2022/default.local.drush.yml
deleted file mode 100644
index fb3258e3f9..0000000000
--- a/docroot/sites/lowe2022/default.local.drush.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-options:
- uri: '${project.local.uri}'
diff --git a/docroot/sites/lowe2022/default.services.yml b/docroot/sites/lowe2022/default.services.yml
deleted file mode 100644
index cdeb41fc49..0000000000
--- a/docroot/sites/lowe2022/default.services.yml
+++ /dev/null
@@ -1,206 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the grace period for session
- # data. Sessions are deleted by the session garbage collector after one
- # session lifetime has elapsed since the user's last visit. When a session
- # is deleted, authenticated users are logged out, and the contents of the
- # user's session is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- # Set the session ID string length. The length can be between 22 to 256. The
- # PHP recommended value is 48. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 48
- sid_length: 48
- #
- # Set the number of bits in encoded session ID character. The possible
- # values are '4' (0-9, a-f), '5' (0-9, a-v), and '6' (0-9, a-z, A-Z, "-",
- # ","). The PHP recommended value is 6. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 6
- sid_bits_per_character: 6
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Enabling Twig debugging is not recommended in production environments.
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Enabling auto-reload is not recommended in production environments.
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Disabling the Twig cache is not recommended in production environments.
- # @default true
- cache: true
- # File extensions:
- #
- # List of file extensions the Twig system is allowed to load via the
- # twig.loader.filesystem service. Files with other extensions will not be
- # loaded unless they are added here. For example, to allow a file named
- # 'example.partial' to be loaded, add 'partial' to this list. To load files
- # with no extension, add an empty string '' to the list.
- #
- # @default ['css', 'html', 'js', 'svg', 'twig']
- allowed_file_extensions:
- - css
- - html
- - js
- - svg
- - twig
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags, X-Drupal-Cache-Contexts and X-Drupal-Cache-Max-Age
- # headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Enabling cacheability debugging is not recommended in production
- # environments.
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue: {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable: {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/lowe2022/default.settings.php b/docroot/sites/lowe2022/default.settings.php
deleted file mode 100644
index f3dca008fa..0000000000
--- a/docroot/sites/lowe2022/default.settings.php
+++ /dev/null
@@ -1,796 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set a prefix for all database table names by using the
- * 'prefix' setting. If a prefix is specified, the table name will be prepended
- * with its value. Be sure to use valid database characters only, usually
- * alphanumeric and underscore. If no prefix is desired, do not set the 'prefix'
- * key or set its value to an empty string ''.
- *
- * For example, to have all database table prefixed with 'main_', set:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\mysql\Driver\Database\mysql\Connection::__construct()
- * - \Drupal\pgsql\Driver\Database\pgsql\Connection::__construct()
- * - \Drupal\sqlite\Driver\Database\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Additional public file schemes:
- *
- * Public schemes are URI schemes that allow download access to all users for
- * all files within that scheme.
- *
- * The "public" scheme is always public, and the "private" scheme is always
- * private, but other schemes, such as "https", "s3", "example", or others,
- * can be either public or private depending on the site. By default, they're
- * private, and access to individual files is controlled via
- * hook_file_download().
- *
- * Typically, if a scheme should be public, a module makes it public by
- * implementing hook_file_download(), and granting access to all users for all
- * files. This could be either the same module that provides the stream wrapper
- * for the scheme, or a different module that decides to make the scheme
- * public. However, in cases where a site needs to make a scheme public, but
- * is unable to add code in a module to do so, the scheme may be added to this
- * variable, the result of which is that system_file_download() grants public
- * access to all files within that scheme.
- */
-# $settings['file_additional_public_schemes'] = ['example'];
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- *
- * @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
diff --git a/docroot/sites/lowe2022/services.yml b/docroot/sites/lowe2022/services.yml
deleted file mode 100644
index e1bbbc7e21..0000000000
--- a/docroot/sites/lowe2022/services.yml
+++ /dev/null
@@ -1,174 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the time from the user's last
- # visit to the active session may be deleted by the session garbage
- # collector. When a session is deleted, authenticated users are logged out,
- # and the contents of the user's $_SESSION variable is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Not recommended in production environments
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Not recommended in production environments
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Not recommended in production environments
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags and X-Drupal-Cache-Contexts headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Not recommended in production environments
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue:
- {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable:
- {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/lowe2022/settings.php b/docroot/sites/lowe2022/settings.php
deleted file mode 100644
index 127324cc75..0000000000
--- a/docroot/sites/lowe2022/settings.php
+++ /dev/null
@@ -1,813 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set prefixes for some or all database table names
- * by using the 'prefix' setting. If a prefix is specified, the table
- * name will be prepended with its value. Be sure to use valid database
- * characters only, usually alphanumeric and underscore. If no prefixes
- * are desired, leave it as an empty string ''.
- *
- * To have all database names prefixed, set 'prefix' as a string:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Per-table prefixes are deprecated as of Drupal 8.2, and will be removed in
- * Drupal 9.0. After that, only a single prefix for all tables will be
- * supported.
- *
- * To provide prefixes for specific tables, set 'prefix' as an array.
- * The array's keys are the table names and the values are the prefixes.
- * The 'default' element is mandatory and holds the prefix for any tables
- * not specified elsewhere in the array. Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main_',
- * 'users' => 'shared_',
- * 'sessions' => 'shared_',
- * 'role' => 'shared_',
- * 'authmap' => 'shared_',
- * ],
- * @endcode
- * You can also use a reference to a schema/database as a prefix. This may be
- * useful if your Drupal installation exists in a schema that is not the default
- * or you want to access several databases from the same code base at the same
- * time.
- * Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main.',
- * 'users' => 'shared.',
- * 'sessions' => 'shared.',
- * 'role' => 'shared.',
- * 'authmap' => 'shared.',
- * ];
- * @endcode
- * NOTE: MySQL and SQLite's definition of a schema is a database.
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\Core\Database\Driver\mysql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\pgsql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
-require DRUPAL_ROOT . "/../vendor/acquia/blt/settings/blt.settings.php";
-/**
- * IMPORTANT.
- *
- * Do not include additional settings here. Instead, add them to settings
- * included by `blt.settings.php`. See BLT's documentation for more detail.
- *
- * @link https://docs.acquia.com/blt/
- */
diff --git a/docroot/sites/lowe2022/settings/default.includes.settings.php b/docroot/sites/lowe2022/settings/default.includes.settings.php
deleted file mode 100644
index bfefdd89f2..0000000000
--- a/docroot/sites/lowe2022/settings/default.includes.settings.php
+++ /dev/null
@@ -1,50 +0,0 @@
-
- [
- 'default' =>
- [
- 'database' => $db_name,
- 'username' => '${drupal.db.username}',
- 'password' => '${drupal.db.password}',
- 'host' => '${drupal.db.host}',
- 'port' => '${drupal.db.port}',
- 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
- 'driver' => 'mysql',
- 'prefix' => '',
- ],
- ],
-];
-
-// Use development service parameters.
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/development.services.yml';
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/blt.development.services.yml';
-
-// Allow access to update.php.
-$settings['update_free_access'] = TRUE;
-
-/**
- * Assertions.
- *
- * The Drupal project primarily uses runtime assertions to enforce the
- * expectations of the API by failing when incorrect calls are made by code
- * under development.
- *
- * @see http://php.net/assert
- * @see https://www.drupal.org/node/2492225
- *
- * If you are using PHP 7.0 it is strongly recommended that you set
- * zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
- * or runtime) on development machines and to 0 in production.
- *
- * @see https://wiki.php.net/rfc/expectations
- */
-assert_options(ASSERT_ACTIVE, TRUE);
-Handle::register();
-
-/**
- * Show all error messages, with backtrace information.
- *
- * In case the error level could not be fetched from the database, as for
- * example the database connection failed, we rely only on this value.
- */
-$config['system.logging']['error_level'] = 'verbose';
-
-/**
- * Disable CSS and JS aggregation.
- */
-$config['system.performance']['css']['preprocess'] = FALSE;
-$config['system.performance']['js']['preprocess'] = FALSE;
-
-/**
- * Disable the render cache (this includes the page cache).
- *
- * Note: you should test with the render cache enabled, to ensure the correct
- * cacheability metadata is present. However, in the early stages of
- * development, you may want to disable it.
- *
- * This setting disables the render cache by using the Null cache back-end
- * defined by the development.services.yml file above.
- *
- * Do not use this setting until after the site is installed.
- */
-// $settings['cache']['bins']['render'] = 'cache.backend.null';
-/**
- * Disable Dynamic Page Cache.
- *
- * Note: you should test with Dynamic Page Cache enabled, to ensure the correct
- * cacheability metadata is present (and hence the expected behavior). However,
- * in the early stages of development, you may want to disable it.
- */
-// $settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
-/**
- * Allow test modules and themes to be installed.
- *
- * Drupal ignores test modules and themes by default for performance reasons.
- * During development it can be useful to install test extensions for debugging
- * purposes.
- */
-$settings['extension_discovery_scan_tests'] = FALSE;
-
-
-/**
- * Configure static caches.
- *
- * Note: you should test with the config, bootstrap, and discovery caches
- * enabled to test that metadata is cached as expected. However, in the early
- * stages of development, you may want to disable them. Overrides to these bins
- * must be explicitly set for each bin to change the default configuration
- * provided by Drupal core in core.services.yml.
- * See https://www.drupal.org/node/2754947
- */
-
-// $settings['cache']['bins']['bootstrap'] = 'cache.backend.null';
-// $settings['cache']['bins']['discovery'] = 'cache.backend.null';
-// $settings['cache']['bins']['config'] = 'cache.backend.null';
-/**
- * Enable access to rebuild.php.
- *
- * This setting can be enabled to allow Drupal's php and database cached
- * storage to be cleared via the rebuild.php page. Access to this page can also
- * be gained by generating a query string from rebuild_token_calculator.sh and
- * using these parameters in a request to rebuild.php.
- */
-$settings['rebuild_access'] = FALSE;
-
-/**
- * Skip file system permissions hardening.
- *
- * The system module will periodically check the permissions of your site's
- * site directory to ensure that it is not writable by the website user. For
- * sites that are managed with a version control system, this can cause problems
- * when files in that directory such as settings.php are updated, because the
- * user pulling in the changes won't have permissions to modify files in the
- * directory.
- */
-$settings['skip_permissions_hardening'] = TRUE;
-
-/**
- * Files paths.
- */
-$settings['file_private_path'] = EnvironmentDetector::getRepoRoot() . '/files-private/default';
-/**
- * Site path.
- *
- * @var $site_path
- * This is always set and exposed by the Drupal Kernel.
- */
-// phpcs:ignore
-$settings['file_public_path'] = 'sites/' . EnvironmentDetector::getSiteName($site_path) . '/files';
-
-/**
- * Trusted host configuration.
- *
- * See full description in default.settings.php.
- */
-$settings['trusted_host_patterns'] = [
- '^.+$',
-];
diff --git a/docroot/sites/mrc/settings.php b/docroot/sites/mrc/settings.php
index 4e25735e1b..a525d5fd92 100644
--- a/docroot/sites/mrc/settings.php
+++ b/docroot/sites/mrc/settings.php
@@ -1,7 +1,5 @@
'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set prefixes for some or all database table names
- * by using the 'prefix' setting. If a prefix is specified, the table
- * name will be prepended with its value. Be sure to use valid database
- * characters only, usually alphanumeric and underscore. If no prefixes
- * are desired, leave it as an empty string ''.
- *
- * To have all database names prefixed, set 'prefix' as a string:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Per-table prefixes are deprecated as of Drupal 8.2, and will be removed in
- * Drupal 9.0. After that, only a single prefix for all tables will be
- * supported.
- *
- * To provide prefixes for specific tables, set 'prefix' as an array.
- * The array's keys are the table names and the values are the prefixes.
- * The 'default' element is mandatory and holds the prefix for any tables
- * not specified elsewhere in the array. Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main_',
- * 'users' => 'shared_',
- * 'sessions' => 'shared_',
- * 'role' => 'shared_',
- * 'authmap' => 'shared_',
- * ],
- * @endcode
- * You can also use a reference to a schema/database as a prefix. This may be
- * useful if your Drupal installation exists in a schema that is not the default
- * or you want to access several databases from the same code base at the same
- * time.
- * Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main.',
- * 'users' => 'shared.',
- * 'sessions' => 'shared.',
- * 'role' => 'shared.',
- * 'authmap' => 'shared.',
- * ];
- * @endcode
- * NOTE: MySQL and SQLite's definition of a schema is a database.
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\Core\Database\Driver\mysql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\pgsql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager.
- *
- * If your Drupal site fails to connect to updates.drupal.org using HTTPS to
- * fetch Drupal core, module and theme update status, you may uncomment this
- * setting and set it to TRUE to allow an insecure fallback to HTTP. Note that
- * doing so will open your site up to a potential man-in-the-middle attack. You
- * should instead attempt to resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_ALL
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_ALL | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_ALL
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_ALL
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_ALL | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
diff --git a/docroot/sites/mrc2021/services.yml b/docroot/sites/mrc2021/services.yml
deleted file mode 100644
index e1bbbc7e21..0000000000
--- a/docroot/sites/mrc2021/services.yml
+++ /dev/null
@@ -1,174 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the time from the user's last
- # visit to the active session may be deleted by the session garbage
- # collector. When a session is deleted, authenticated users are logged out,
- # and the contents of the user's $_SESSION variable is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Not recommended in production environments
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Not recommended in production environments
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Not recommended in production environments
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags and X-Drupal-Cache-Contexts headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Not recommended in production environments
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue:
- {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable:
- {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/mrc2021/settings.php b/docroot/sites/mrc2021/settings.php
deleted file mode 100644
index a525d5fd92..0000000000
--- a/docroot/sites/mrc2021/settings.php
+++ /dev/null
@@ -1,790 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set prefixes for some or all database table names
- * by using the 'prefix' setting. If a prefix is specified, the table
- * name will be prepended with its value. Be sure to use valid database
- * characters only, usually alphanumeric and underscore. If no prefixes
- * are desired, leave it as an empty string ''.
- *
- * To have all database names prefixed, set 'prefix' as a string:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Per-table prefixes are deprecated as of Drupal 8.2, and will be removed in
- * Drupal 9.0. After that, only a single prefix for all tables will be
- * supported.
- *
- * To provide prefixes for specific tables, set 'prefix' as an array.
- * The array's keys are the table names and the values are the prefixes.
- * The 'default' element is mandatory and holds the prefix for any tables
- * not specified elsewhere in the array. Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main_',
- * 'users' => 'shared_',
- * 'sessions' => 'shared_',
- * 'role' => 'shared_',
- * 'authmap' => 'shared_',
- * ],
- * @endcode
- * You can also use a reference to a schema/database as a prefix. This may be
- * useful if your Drupal installation exists in a schema that is not the default
- * or you want to access several databases from the same code base at the same
- * time.
- * Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main.',
- * 'users' => 'shared.',
- * 'sessions' => 'shared.',
- * 'role' => 'shared.',
- * 'authmap' => 'shared.',
- * ];
- * @endcode
- * NOTE: MySQL and SQLite's definition of a schema is a database.
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\Core\Database\Driver\mysql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\pgsql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager.
- *
- * If your Drupal site fails to connect to updates.drupal.org using HTTPS to
- * fetch Drupal core, module and theme update status, you may uncomment this
- * setting and set it to TRUE to allow an insecure fallback to HTTP. Note that
- * doing so will open your site up to a potential man-in-the-middle attack. You
- * should instead attempt to resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_ALL
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_ALL | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_ALL
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_ALL
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_ALL | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
-require DRUPAL_ROOT . "/../vendor/acquia/blt/settings/blt.settings.php";
-/**
- * IMPORTANT.
- *
- * Do not include additional settings here. Instead, add them to settings
- * included by `blt.settings.php`. See BLT's documentation for more detail.
- *
- * @link https://docs.acquia.com/blt/
- */
diff --git a/docroot/sites/mrc2021/settings/default.includes.settings.php b/docroot/sites/mrc2021/settings/default.includes.settings.php
deleted file mode 100644
index bfefdd89f2..0000000000
--- a/docroot/sites/mrc2021/settings/default.includes.settings.php
+++ /dev/null
@@ -1,50 +0,0 @@
-
- [
- 'default' =>
- [
- 'database' => $db_name,
- 'username' => '${drupal.db.username}',
- 'password' => '${drupal.db.password}',
- 'host' => '${drupal.db.host}',
- 'port' => '${drupal.db.port}',
- 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
- 'driver' => 'mysql',
- 'prefix' => '',
- ],
- ],
-];
-
-// Use development service parameters.
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/development.services.yml';
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/blt.development.services.yml';
-
-// Allow access to update.php.
-$settings['update_free_access'] = TRUE;
-
-/**
- * Assertions.
- *
- * The Drupal project primarily uses runtime assertions to enforce the
- * expectations of the API by failing when incorrect calls are made by code
- * under development.
- *
- * @see http://php.net/assert
- * @see https://www.drupal.org/node/2492225
- *
- * If you are using PHP 7.0 it is strongly recommended that you set
- * zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
- * or runtime) on development machines and to 0 in production.
- *
- * @see https://wiki.php.net/rfc/expectations
- */
-assert_options(ASSERT_ACTIVE, TRUE);
-Handle::register();
-
-/**
- * Show all error messages, with backtrace information.
- *
- * In case the error level could not be fetched from the database, as for
- * example the database connection failed, we rely only on this value.
- */
-$config['system.logging']['error_level'] = 'verbose';
-
-/**
- * Disable CSS and JS aggregation.
- */
-$config['system.performance']['css']['preprocess'] = FALSE;
-$config['system.performance']['js']['preprocess'] = FALSE;
-
-/**
- * Disable the render cache (this includes the page cache).
- *
- * Note: you should test with the render cache enabled, to ensure the correct
- * cacheability metadata is present. However, in the early stages of
- * development, you may want to disable it.
- *
- * This setting disables the render cache by using the Null cache back-end
- * defined by the development.services.yml file above.
- *
- * Do not use this setting until after the site is installed.
- */
-// $settings['cache']['bins']['render'] = 'cache.backend.null';
-/**
- * Disable Dynamic Page Cache.
- *
- * Note: you should test with Dynamic Page Cache enabled, to ensure the correct
- * cacheability metadata is present (and hence the expected behavior). However,
- * in the early stages of development, you may want to disable it.
- */
-// $settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
-/**
- * Allow test modules and themes to be installed.
- *
- * Drupal ignores test modules and themes by default for performance reasons.
- * During development it can be useful to install test extensions for debugging
- * purposes.
- */
-$settings['extension_discovery_scan_tests'] = FALSE;
-
-
-/**
- * Configure static caches.
- *
- * Note: you should test with the config, bootstrap, and discovery caches
- * enabled to test that metadata is cached as expected. However, in the early
- * stages of development, you may want to disable them. Overrides to these bins
- * must be explicitly set for each bin to change the default configuration
- * provided by Drupal core in core.services.yml.
- * See https://www.drupal.org/node/2754947
- */
-
-// $settings['cache']['bins']['bootstrap'] = 'cache.backend.null';
-// $settings['cache']['bins']['discovery'] = 'cache.backend.null';
-// $settings['cache']['bins']['config'] = 'cache.backend.null';
-/**
- * Enable access to rebuild.php.
- *
- * This setting can be enabled to allow Drupal's php and database cached
- * storage to be cleared via the rebuild.php page. Access to this page can also
- * be gained by generating a query string from rebuild_token_calculator.sh and
- * using these parameters in a request to rebuild.php.
- */
-$settings['rebuild_access'] = FALSE;
-
-/**
- * Skip file system permissions hardening.
- *
- * The system module will periodically check the permissions of your site's
- * site directory to ensure that it is not writable by the website user. For
- * sites that are managed with a version control system, this can cause problems
- * when files in that directory such as settings.php are updated, because the
- * user pulling in the changes won't have permissions to modify files in the
- * directory.
- */
-$settings['skip_permissions_hardening'] = TRUE;
-
-/**
- * Files paths.
- */
-$settings['file_private_path'] = EnvironmentDetector::getRepoRoot() . '/files-private/default';
-/**
- * Site path.
- *
- * @var $site_path
- * This is always set and exposed by the Drupal Kernel.
- */
-// phpcs:ignore
-$settings['file_public_path'] = 'sites/' . EnvironmentDetector::getSiteName($site_path) . '/files';
-
-/**
- * Trusted host configuration.
- *
- * See full description in default.settings.php.
- */
-$settings['trusted_host_patterns'] = [
- '^.+$',
-];
diff --git a/docroot/sites/popstudies2023/blt.yml b/docroot/sites/popstudies2023/blt.yml
deleted file mode 100644
index 46cc09affd..0000000000
--- a/docroot/sites/popstudies2023/blt.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-project:
- machine_name: popstudies2023
- human_name: popstudies2023
- local:
- protocol: http
- hostname: local.popstudies2023.com
-drush:
- aliases:
- local: popstudies2023.local
- remote: popstudies2023.prod
-drupal:
- db: { }
diff --git a/docroot/sites/popstudies2023/default.local.drush.yml b/docroot/sites/popstudies2023/default.local.drush.yml
deleted file mode 100644
index fb3258e3f9..0000000000
--- a/docroot/sites/popstudies2023/default.local.drush.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-options:
- uri: '${project.local.uri}'
diff --git a/docroot/sites/popstudies2023/default.services.yml b/docroot/sites/popstudies2023/default.services.yml
deleted file mode 100644
index b4d27e05a5..0000000000
--- a/docroot/sites/popstudies2023/default.services.yml
+++ /dev/null
@@ -1,215 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the grace period for session
- # data. Sessions are deleted by the session garbage collector after one
- # session lifetime has elapsed since the user's last visit. When a session
- # is deleted, authenticated users are logged out, and the contents of the
- # user's session is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- # Set the session ID string length. The length can be between 22 to 256. The
- # PHP recommended value is 48. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 48
- sid_length: 48
- #
- # Set the number of bits in encoded session ID character. The possible
- # values are '4' (0-9, a-f), '5' (0-9, a-v), and '6' (0-9, a-z, A-Z, "-",
- # ","). The PHP recommended value is 6. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 6
- sid_bits_per_character: 6
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Enabling Twig debugging is not recommended in production environments.
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Enabling auto-reload is not recommended in production environments.
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Disabling the Twig cache is not recommended in production environments.
- # @default true
- cache: true
- # File extensions:
- #
- # List of file extensions the Twig system is allowed to load via the
- # twig.loader.filesystem service. Files with other extensions will not be
- # loaded unless they are added here. For example, to allow a file named
- # 'example.partial' to be loaded, add 'partial' to this list. To load files
- # with no extension, add an empty string '' to the list.
- #
- # @default ['css', 'html', 'js', 'svg', 'twig']
- allowed_file_extensions:
- - css
- - html
- - js
- - svg
- - twig
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Renderer cache debug:
- #
- # Allows cache debugging output for each rendered element.
- #
- # Enabling render cache debugging is not recommended in production
- # environments.
- # @default false
- debug: false
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags, X-Drupal-Cache-Contexts and X-Drupal-Cache-Max-Age
- # headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Enabling cacheability debugging is not recommended in production
- # environments.
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue: {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable: {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins. Do not include trailing
- # slashes with URLs.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/popstudies2023/default.settings.php b/docroot/sites/popstudies2023/default.settings.php
deleted file mode 100644
index 5615be3dc0..0000000000
--- a/docroot/sites/popstudies2023/default.settings.php
+++ /dev/null
@@ -1,815 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * For MySQL, MariaDB or equivalent databases the 'isolation_level' option can
- * be set. The recommended transaction isolation level for Drupal sites is
- * 'READ COMMITTED'. The 'REPEATABLE READ' option is supported but can result
- * in deadlocks, the other two options are 'READ UNCOMMITTED' and 'SERIALIZABLE'.
- * They are available but not supported; use them at your own risk. For more
- * info:
- * https://dev.mysql.com/doc/refman/5.7/en/innodb-transaction-isolation-levels.html
- *
- * On your settings.php, change the isolation level:
- * @code
- * $databases['default']['default']['init_commands'] = [
- * 'isolation_level' => 'SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED',
- * ];
- * @endcode
- *
- * You can optionally set a prefix for all database table names by using the
- * 'prefix' setting. If a prefix is specified, the table name will be prepended
- * with its value. Be sure to use valid database characters only, usually
- * alphanumeric and underscore. If no prefix is desired, do not set the 'prefix'
- * key or set its value to an empty string ''.
- *
- * For example, to have all database table prefixed with 'main_', set:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\mysql\Driver\Database\mysql\Connection::__construct()
- * - \Drupal\pgsql\Driver\Database\pgsql\Connection::__construct()
- * - \Drupal\sqlite\Driver\Database\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Reverse proxy addresses.
- *
- * Specify every reverse proxy IP address in your environment, as an array of
- * IPv4/IPv6 addresses or subnets in CIDR notation. This setting is required if
- * $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', 'e.f.g.h/24', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Additional public file schemes:
- *
- * Public schemes are URI schemes that allow download access to all users for
- * all files within that scheme.
- *
- * The "public" scheme is always public, and the "private" scheme is always
- * private, but other schemes, such as "https", "s3", "example", or others,
- * can be either public or private depending on the site. By default, they're
- * private, and access to individual files is controlled via
- * hook_file_download().
- *
- * Typically, if a scheme should be public, a module makes it public by
- * implementing hook_file_download(), and granting access to all users for all
- * files. This could be either the same module that provides the stream wrapper
- * for the scheme, or a different module that decides to make the scheme
- * public. However, in cases where a site needs to make a scheme public, but
- * is unable to add code in a module to do so, the scheme may be added to this
- * variable, the result of which is that system_file_download() grants public
- * access to all files within that scheme.
- */
-# $settings['file_additional_public_schemes'] = ['example'];
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'claro';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- *
- * @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * The default settings for migration sources.
- *
- * These settings are used as the default settings on the Credential form at
- * /upgrade/credentials.
- *
- * - migrate_source_version - The version of the source database. This can be
- * '6' or '7'. Defaults to '7'.
- * - migrate_source_connection - The key in the $databases array for the source
- * site.
- * - migrate_file_public_path - The location of the source Drupal 6 or Drupal 7
- * public files. This can be a local file directory containing the source
- * Drupal 6 or Drupal 7 site (e.g /var/www/docroot), or the site address
- * (e.g http://example.com).
- * - migrate_file_private_path - The location of the source Drupal 7 private
- * files. This can be a local file directory containing the source Drupal 7
- * site (e.g /var/www/docroot), or empty to use the same value as Public
- * files directory.
- *
- * Sample configuration for a drupal 6 source site with the source files in a
- * local directory.
- *
- * @code
- * $settings['migrate_source_version'] = '6';
- * $settings['migrate_source_connection'] = 'migrate';
- * $settings['migrate_file_public_path'] = '/var/www/drupal6';
- * @endcode
- *
- * Sample configuration for a drupal 7 source site with public source files on
- * the source site and the private files in a local directory.
- *
- * @code
- * $settings['migrate_source_version'] = '7';
- * $settings['migrate_source_connection'] = 'migrate';
- * $settings['migrate_file_public_path'] = 'https://drupal7.com';
- * $settings['migrate_file_private_path'] = '/var/www/drupal7';
- * @endcode
- */
-# $settings['migrate_source_connection'] = '';
-# $settings['migrate_source_version'] = '';
-# $settings['migrate_file_public_path'] = '';
-# $settings['migrate_file_private_path'] = '';
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
diff --git a/docroot/sites/popstudies2023/services.yml b/docroot/sites/popstudies2023/services.yml
deleted file mode 100644
index e1bbbc7e21..0000000000
--- a/docroot/sites/popstudies2023/services.yml
+++ /dev/null
@@ -1,174 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the time from the user's last
- # visit to the active session may be deleted by the session garbage
- # collector. When a session is deleted, authenticated users are logged out,
- # and the contents of the user's $_SESSION variable is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Not recommended in production environments
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Not recommended in production environments
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Not recommended in production environments
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags and X-Drupal-Cache-Contexts headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Not recommended in production environments
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue:
- {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable:
- {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/popstudies2023/settings.php b/docroot/sites/popstudies2023/settings.php
deleted file mode 100644
index 127324cc75..0000000000
--- a/docroot/sites/popstudies2023/settings.php
+++ /dev/null
@@ -1,813 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set prefixes for some or all database table names
- * by using the 'prefix' setting. If a prefix is specified, the table
- * name will be prepended with its value. Be sure to use valid database
- * characters only, usually alphanumeric and underscore. If no prefixes
- * are desired, leave it as an empty string ''.
- *
- * To have all database names prefixed, set 'prefix' as a string:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Per-table prefixes are deprecated as of Drupal 8.2, and will be removed in
- * Drupal 9.0. After that, only a single prefix for all tables will be
- * supported.
- *
- * To provide prefixes for specific tables, set 'prefix' as an array.
- * The array's keys are the table names and the values are the prefixes.
- * The 'default' element is mandatory and holds the prefix for any tables
- * not specified elsewhere in the array. Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main_',
- * 'users' => 'shared_',
- * 'sessions' => 'shared_',
- * 'role' => 'shared_',
- * 'authmap' => 'shared_',
- * ],
- * @endcode
- * You can also use a reference to a schema/database as a prefix. This may be
- * useful if your Drupal installation exists in a schema that is not the default
- * or you want to access several databases from the same code base at the same
- * time.
- * Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main.',
- * 'users' => 'shared.',
- * 'sessions' => 'shared.',
- * 'role' => 'shared.',
- * 'authmap' => 'shared.',
- * ];
- * @endcode
- * NOTE: MySQL and SQLite's definition of a schema is a database.
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\Core\Database\Driver\mysql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\pgsql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
-require DRUPAL_ROOT . "/../vendor/acquia/blt/settings/blt.settings.php";
-/**
- * IMPORTANT.
- *
- * Do not include additional settings here. Instead, add them to settings
- * included by `blt.settings.php`. See BLT's documentation for more detail.
- *
- * @link https://docs.acquia.com/blt/
- */
diff --git a/docroot/sites/popstudies2023/settings/default.includes.settings.php b/docroot/sites/popstudies2023/settings/default.includes.settings.php
deleted file mode 100644
index bfefdd89f2..0000000000
--- a/docroot/sites/popstudies2023/settings/default.includes.settings.php
+++ /dev/null
@@ -1,50 +0,0 @@
-
- [
- 'default' =>
- [
- 'database' => $db_name,
- 'username' => '${drupal.db.username}',
- 'password' => '${drupal.db.password}',
- 'host' => '${drupal.db.host}',
- 'port' => '${drupal.db.port}',
- 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
- 'driver' => 'mysql',
- 'prefix' => '',
- ],
- ],
-];
-
-// Use development service parameters.
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/development.services.yml';
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/blt.development.services.yml';
-
-// Allow access to update.php.
-$settings['update_free_access'] = TRUE;
-
-/**
- * Assertions.
- *
- * The Drupal project primarily uses runtime assertions to enforce the
- * expectations of the API by failing when incorrect calls are made by code
- * under development.
- *
- * @see http://php.net/assert
- * @see https://www.drupal.org/node/2492225
- *
- * If you are using PHP 7.0 it is strongly recommended that you set
- * zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
- * or runtime) on development machines and to 0 in production.
- *
- * @see https://wiki.php.net/rfc/expectations
- */
-assert_options(ASSERT_ACTIVE, TRUE);
-Handle::register();
-
-/**
- * Show all error messages, with backtrace information.
- *
- * In case the error level could not be fetched from the database, as for
- * example the database connection failed, we rely only on this value.
- */
-$config['system.logging']['error_level'] = 'verbose';
-
-/**
- * Disable CSS and JS aggregation.
- */
-$config['system.performance']['css']['preprocess'] = FALSE;
-$config['system.performance']['js']['preprocess'] = FALSE;
-
-/**
- * Disable the render cache (this includes the page cache).
- *
- * Note: you should test with the render cache enabled, to ensure the correct
- * cacheability metadata is present. However, in the early stages of
- * development, you may want to disable it.
- *
- * This setting disables the render cache by using the Null cache back-end
- * defined by the development.services.yml file above.
- *
- * Do not use this setting until after the site is installed.
- */
-// $settings['cache']['bins']['render'] = 'cache.backend.null';
-/**
- * Disable Dynamic Page Cache.
- *
- * Note: you should test with Dynamic Page Cache enabled, to ensure the correct
- * cacheability metadata is present (and hence the expected behavior). However,
- * in the early stages of development, you may want to disable it.
- */
-// $settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
-/**
- * Allow test modules and themes to be installed.
- *
- * Drupal ignores test modules and themes by default for performance reasons.
- * During development it can be useful to install test extensions for debugging
- * purposes.
- */
-$settings['extension_discovery_scan_tests'] = FALSE;
-
-
-/**
- * Configure static caches.
- *
- * Note: you should test with the config, bootstrap, and discovery caches
- * enabled to test that metadata is cached as expected. However, in the early
- * stages of development, you may want to disable them. Overrides to these bins
- * must be explicitly set for each bin to change the default configuration
- * provided by Drupal core in core.services.yml.
- * See https://www.drupal.org/node/2754947
- */
-
-// $settings['cache']['bins']['bootstrap'] = 'cache.backend.null';
-// $settings['cache']['bins']['discovery'] = 'cache.backend.null';
-// $settings['cache']['bins']['config'] = 'cache.backend.null';
-/**
- * Enable access to rebuild.php.
- *
- * This setting can be enabled to allow Drupal's php and database cached
- * storage to be cleared via the rebuild.php page. Access to this page can also
- * be gained by generating a query string from rebuild_token_calculator.sh and
- * using these parameters in a request to rebuild.php.
- */
-$settings['rebuild_access'] = FALSE;
-
-/**
- * Skip file system permissions hardening.
- *
- * The system module will periodically check the permissions of your site's
- * site directory to ensure that it is not writable by the website user. For
- * sites that are managed with a version control system, this can cause problems
- * when files in that directory such as settings.php are updated, because the
- * user pulling in the changes won't have permissions to modify files in the
- * directory.
- */
-$settings['skip_permissions_hardening'] = TRUE;
-
-/**
- * Files paths.
- */
-$settings['file_private_path'] = EnvironmentDetector::getRepoRoot() . '/files-private/default';
-/**
- * Site path.
- *
- * @var $site_path
- * This is always set and exposed by the Drupal Kernel.
- */
-// phpcs:ignore
-$settings['file_public_path'] = 'sites/' . EnvironmentDetector::getSiteName($site_path) . '/files';
-
-/**
- * Trusted host configuration.
- *
- * See full description in default.settings.php.
- */
-$settings['trusted_host_patterns'] = [
- '^.+$',
-];
diff --git a/docroot/sites/researchadmin_humsci2022/blt.yml b/docroot/sites/researchadmin_humsci2022/blt.yml
deleted file mode 100644
index 3d18e8cc21..0000000000
--- a/docroot/sites/researchadmin_humsci2022/blt.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-project:
- machine_name: researchadmin_humsci2022
- human_name: researchadmin_humsci2022
- local:
- protocol: http
- hostname: local.researchadmin_humsci2022.com
-drush:
- aliases:
- local: researchadmin_humsci2022.local
- remote: researchadmin_humsci2022.prod
-drupal:
- db: { }
diff --git a/docroot/sites/researchadmin_humsci2022/default.local.drush.yml b/docroot/sites/researchadmin_humsci2022/default.local.drush.yml
deleted file mode 100644
index fb3258e3f9..0000000000
--- a/docroot/sites/researchadmin_humsci2022/default.local.drush.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-options:
- uri: '${project.local.uri}'
diff --git a/docroot/sites/researchadmin_humsci2022/default.services.yml b/docroot/sites/researchadmin_humsci2022/default.services.yml
deleted file mode 100644
index cdeb41fc49..0000000000
--- a/docroot/sites/researchadmin_humsci2022/default.services.yml
+++ /dev/null
@@ -1,206 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the grace period for session
- # data. Sessions are deleted by the session garbage collector after one
- # session lifetime has elapsed since the user's last visit. When a session
- # is deleted, authenticated users are logged out, and the contents of the
- # user's session is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- # Set the session ID string length. The length can be between 22 to 256. The
- # PHP recommended value is 48. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 48
- sid_length: 48
- #
- # Set the number of bits in encoded session ID character. The possible
- # values are '4' (0-9, a-f), '5' (0-9, a-v), and '6' (0-9, a-z, A-Z, "-",
- # ","). The PHP recommended value is 6. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 6
- sid_bits_per_character: 6
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Enabling Twig debugging is not recommended in production environments.
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Enabling auto-reload is not recommended in production environments.
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Disabling the Twig cache is not recommended in production environments.
- # @default true
- cache: true
- # File extensions:
- #
- # List of file extensions the Twig system is allowed to load via the
- # twig.loader.filesystem service. Files with other extensions will not be
- # loaded unless they are added here. For example, to allow a file named
- # 'example.partial' to be loaded, add 'partial' to this list. To load files
- # with no extension, add an empty string '' to the list.
- #
- # @default ['css', 'html', 'js', 'svg', 'twig']
- allowed_file_extensions:
- - css
- - html
- - js
- - svg
- - twig
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags, X-Drupal-Cache-Contexts and X-Drupal-Cache-Max-Age
- # headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Enabling cacheability debugging is not recommended in production
- # environments.
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue: {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable: {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/researchadmin_humsci2022/default.settings.php b/docroot/sites/researchadmin_humsci2022/default.settings.php
deleted file mode 100644
index f3dca008fa..0000000000
--- a/docroot/sites/researchadmin_humsci2022/default.settings.php
+++ /dev/null
@@ -1,796 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set a prefix for all database table names by using the
- * 'prefix' setting. If a prefix is specified, the table name will be prepended
- * with its value. Be sure to use valid database characters only, usually
- * alphanumeric and underscore. If no prefix is desired, do not set the 'prefix'
- * key or set its value to an empty string ''.
- *
- * For example, to have all database table prefixed with 'main_', set:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\mysql\Driver\Database\mysql\Connection::__construct()
- * - \Drupal\pgsql\Driver\Database\pgsql\Connection::__construct()
- * - \Drupal\sqlite\Driver\Database\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Additional public file schemes:
- *
- * Public schemes are URI schemes that allow download access to all users for
- * all files within that scheme.
- *
- * The "public" scheme is always public, and the "private" scheme is always
- * private, but other schemes, such as "https", "s3", "example", or others,
- * can be either public or private depending on the site. By default, they're
- * private, and access to individual files is controlled via
- * hook_file_download().
- *
- * Typically, if a scheme should be public, a module makes it public by
- * implementing hook_file_download(), and granting access to all users for all
- * files. This could be either the same module that provides the stream wrapper
- * for the scheme, or a different module that decides to make the scheme
- * public. However, in cases where a site needs to make a scheme public, but
- * is unable to add code in a module to do so, the scheme may be added to this
- * variable, the result of which is that system_file_download() grants public
- * access to all files within that scheme.
- */
-# $settings['file_additional_public_schemes'] = ['example'];
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- *
- * @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
diff --git a/docroot/sites/researchadmin_humsci2022/services.yml b/docroot/sites/researchadmin_humsci2022/services.yml
deleted file mode 100644
index e1bbbc7e21..0000000000
--- a/docroot/sites/researchadmin_humsci2022/services.yml
+++ /dev/null
@@ -1,174 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the time from the user's last
- # visit to the active session may be deleted by the session garbage
- # collector. When a session is deleted, authenticated users are logged out,
- # and the contents of the user's $_SESSION variable is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Not recommended in production environments
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Not recommended in production environments
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Not recommended in production environments
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags and X-Drupal-Cache-Contexts headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Not recommended in production environments
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue:
- {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable:
- {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/researchadmin_humsci2022/settings.php b/docroot/sites/researchadmin_humsci2022/settings.php
deleted file mode 100644
index 127324cc75..0000000000
--- a/docroot/sites/researchadmin_humsci2022/settings.php
+++ /dev/null
@@ -1,813 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set prefixes for some or all database table names
- * by using the 'prefix' setting. If a prefix is specified, the table
- * name will be prepended with its value. Be sure to use valid database
- * characters only, usually alphanumeric and underscore. If no prefixes
- * are desired, leave it as an empty string ''.
- *
- * To have all database names prefixed, set 'prefix' as a string:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Per-table prefixes are deprecated as of Drupal 8.2, and will be removed in
- * Drupal 9.0. After that, only a single prefix for all tables will be
- * supported.
- *
- * To provide prefixes for specific tables, set 'prefix' as an array.
- * The array's keys are the table names and the values are the prefixes.
- * The 'default' element is mandatory and holds the prefix for any tables
- * not specified elsewhere in the array. Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main_',
- * 'users' => 'shared_',
- * 'sessions' => 'shared_',
- * 'role' => 'shared_',
- * 'authmap' => 'shared_',
- * ],
- * @endcode
- * You can also use a reference to a schema/database as a prefix. This may be
- * useful if your Drupal installation exists in a schema that is not the default
- * or you want to access several databases from the same code base at the same
- * time.
- * Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main.',
- * 'users' => 'shared.',
- * 'sessions' => 'shared.',
- * 'role' => 'shared.',
- * 'authmap' => 'shared.',
- * ];
- * @endcode
- * NOTE: MySQL and SQLite's definition of a schema is a database.
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\Core\Database\Driver\mysql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\pgsql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
-require DRUPAL_ROOT . "/../vendor/acquia/blt/settings/blt.settings.php";
-/**
- * IMPORTANT.
- *
- * Do not include additional settings here. Instead, add them to settings
- * included by `blt.settings.php`. See BLT's documentation for more detail.
- *
- * @link https://docs.acquia.com/blt/
- */
diff --git a/docroot/sites/researchadmin_humsci2022/settings/default.includes.settings.php b/docroot/sites/researchadmin_humsci2022/settings/default.includes.settings.php
deleted file mode 100644
index bfefdd89f2..0000000000
--- a/docroot/sites/researchadmin_humsci2022/settings/default.includes.settings.php
+++ /dev/null
@@ -1,50 +0,0 @@
-
- [
- 'default' =>
- [
- 'database' => $db_name,
- 'username' => '${drupal.db.username}',
- 'password' => '${drupal.db.password}',
- 'host' => '${drupal.db.host}',
- 'port' => '${drupal.db.port}',
- 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
- 'driver' => 'mysql',
- 'prefix' => '',
- ],
- ],
-];
-
-// Use development service parameters.
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/development.services.yml';
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/blt.development.services.yml';
-
-// Allow access to update.php.
-$settings['update_free_access'] = TRUE;
-
-/**
- * Assertions.
- *
- * The Drupal project primarily uses runtime assertions to enforce the
- * expectations of the API by failing when incorrect calls are made by code
- * under development.
- *
- * @see http://php.net/assert
- * @see https://www.drupal.org/node/2492225
- *
- * If you are using PHP 7.0 it is strongly recommended that you set
- * zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
- * or runtime) on development machines and to 0 in production.
- *
- * @see https://wiki.php.net/rfc/expectations
- */
-assert_options(ASSERT_ACTIVE, TRUE);
-Handle::register();
-
-/**
- * Show all error messages, with backtrace information.
- *
- * In case the error level could not be fetched from the database, as for
- * example the database connection failed, we rely only on this value.
- */
-$config['system.logging']['error_level'] = 'verbose';
-
-/**
- * Disable CSS and JS aggregation.
- */
-$config['system.performance']['css']['preprocess'] = FALSE;
-$config['system.performance']['js']['preprocess'] = FALSE;
-
-/**
- * Disable the render cache (this includes the page cache).
- *
- * Note: you should test with the render cache enabled, to ensure the correct
- * cacheability metadata is present. However, in the early stages of
- * development, you may want to disable it.
- *
- * This setting disables the render cache by using the Null cache back-end
- * defined by the development.services.yml file above.
- *
- * Do not use this setting until after the site is installed.
- */
-// $settings['cache']['bins']['render'] = 'cache.backend.null';
-/**
- * Disable Dynamic Page Cache.
- *
- * Note: you should test with Dynamic Page Cache enabled, to ensure the correct
- * cacheability metadata is present (and hence the expected behavior). However,
- * in the early stages of development, you may want to disable it.
- */
-// $settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
-/**
- * Allow test modules and themes to be installed.
- *
- * Drupal ignores test modules and themes by default for performance reasons.
- * During development it can be useful to install test extensions for debugging
- * purposes.
- */
-$settings['extension_discovery_scan_tests'] = FALSE;
-
-
-/**
- * Configure static caches.
- *
- * Note: you should test with the config, bootstrap, and discovery caches
- * enabled to test that metadata is cached as expected. However, in the early
- * stages of development, you may want to disable them. Overrides to these bins
- * must be explicitly set for each bin to change the default configuration
- * provided by Drupal core in core.services.yml.
- * See https://www.drupal.org/node/2754947
- */
-
-// $settings['cache']['bins']['bootstrap'] = 'cache.backend.null';
-// $settings['cache']['bins']['discovery'] = 'cache.backend.null';
-// $settings['cache']['bins']['config'] = 'cache.backend.null';
-/**
- * Enable access to rebuild.php.
- *
- * This setting can be enabled to allow Drupal's php and database cached
- * storage to be cleared via the rebuild.php page. Access to this page can also
- * be gained by generating a query string from rebuild_token_calculator.sh and
- * using these parameters in a request to rebuild.php.
- */
-$settings['rebuild_access'] = FALSE;
-
-/**
- * Skip file system permissions hardening.
- *
- * The system module will periodically check the permissions of your site's
- * site directory to ensure that it is not writable by the website user. For
- * sites that are managed with a version control system, this can cause problems
- * when files in that directory such as settings.php are updated, because the
- * user pulling in the changes won't have permissions to modify files in the
- * directory.
- */
-$settings['skip_permissions_hardening'] = TRUE;
-
-/**
- * Files paths.
- */
-$settings['file_private_path'] = EnvironmentDetector::getRepoRoot() . '/files-private/default';
-/**
- * Site path.
- *
- * @var $site_path
- * This is always set and exposed by the Drupal Kernel.
- */
-// phpcs:ignore
-$settings['file_public_path'] = 'sites/' . EnvironmentDetector::getSiteName($site_path) . '/files';
-
-/**
- * Trusted host configuration.
- *
- * See full description in default.settings.php.
- */
-$settings['trusted_host_patterns'] = [
- '^.+$',
-];
diff --git a/docroot/sites/shenlab2022/blt.yml b/docroot/sites/shenlab2022/blt.yml
deleted file mode 100644
index c10e69424b..0000000000
--- a/docroot/sites/shenlab2022/blt.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-project:
- machine_name: shenlab2022
- human_name: shenlab2022
- local:
- protocol: http
- hostname: local.shenlab2022.com
-drush:
- aliases:
- local: shenlab2022.local
- remote: shenlab2022.prod
-drupal:
- db: { }
diff --git a/docroot/sites/shenlab2022/default.local.drush.yml b/docroot/sites/shenlab2022/default.local.drush.yml
deleted file mode 100644
index fb3258e3f9..0000000000
--- a/docroot/sites/shenlab2022/default.local.drush.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-options:
- uri: '${project.local.uri}'
diff --git a/docroot/sites/shenlab2022/default.services.yml b/docroot/sites/shenlab2022/default.services.yml
deleted file mode 100644
index cdeb41fc49..0000000000
--- a/docroot/sites/shenlab2022/default.services.yml
+++ /dev/null
@@ -1,206 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the grace period for session
- # data. Sessions are deleted by the session garbage collector after one
- # session lifetime has elapsed since the user's last visit. When a session
- # is deleted, authenticated users are logged out, and the contents of the
- # user's session is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- # Set the session ID string length. The length can be between 22 to 256. The
- # PHP recommended value is 48. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 48
- sid_length: 48
- #
- # Set the number of bits in encoded session ID character. The possible
- # values are '4' (0-9, a-f), '5' (0-9, a-v), and '6' (0-9, a-z, A-Z, "-",
- # ","). The PHP recommended value is 6. See
- # https://www.php.net/manual/session.security.ini.php for more information.
- # This value should be kept in sync with
- # \Drupal\Core\Session\SessionConfiguration::__construct()
- # @default 6
- sid_bits_per_character: 6
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Enabling Twig debugging is not recommended in production environments.
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Enabling auto-reload is not recommended in production environments.
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Disabling the Twig cache is not recommended in production environments.
- # @default true
- cache: true
- # File extensions:
- #
- # List of file extensions the Twig system is allowed to load via the
- # twig.loader.filesystem service. Files with other extensions will not be
- # loaded unless they are added here. For example, to allow a file named
- # 'example.partial' to be loaded, add 'partial' to this list. To load files
- # with no extension, add an empty string '' to the list.
- #
- # @default ['css', 'html', 'js', 'svg', 'twig']
- allowed_file_extensions:
- - css
- - html
- - js
- - svg
- - twig
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags, X-Drupal-Cache-Contexts and X-Drupal-Cache-Max-Age
- # headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Enabling cacheability debugging is not recommended in production
- # environments.
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue: {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable: {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/shenlab2022/default.settings.php b/docroot/sites/shenlab2022/default.settings.php
deleted file mode 100644
index f3dca008fa..0000000000
--- a/docroot/sites/shenlab2022/default.settings.php
+++ /dev/null
@@ -1,796 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set a prefix for all database table names by using the
- * 'prefix' setting. If a prefix is specified, the table name will be prepended
- * with its value. Be sure to use valid database characters only, usually
- * alphanumeric and underscore. If no prefix is desired, do not set the 'prefix'
- * key or set its value to an empty string ''.
- *
- * For example, to have all database table prefixed with 'main_', set:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\mysql\Driver\Database\mysql\Connection::__construct()
- * - \Drupal\pgsql\Driver\Database\pgsql\Connection::__construct()
- * - \Drupal\sqlite\Driver\Database\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Additional public file schemes:
- *
- * Public schemes are URI schemes that allow download access to all users for
- * all files within that scheme.
- *
- * The "public" scheme is always public, and the "private" scheme is always
- * private, but other schemes, such as "https", "s3", "example", or others,
- * can be either public or private depending on the site. By default, they're
- * private, and access to individual files is controlled via
- * hook_file_download().
- *
- * Typically, if a scheme should be public, a module makes it public by
- * implementing hook_file_download(), and granting access to all users for all
- * files. This could be either the same module that provides the stream wrapper
- * for the scheme, or a different module that decides to make the scheme
- * public. However, in cases where a site needs to make a scheme public, but
- * is unable to add code in a module to do so, the scheme may be added to this
- * variable, the result of which is that system_file_download() grants public
- * access to all files within that scheme.
- */
-# $settings['file_additional_public_schemes'] = ['example'];
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- *
- * @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
diff --git a/docroot/sites/shenlab2022/services.yml b/docroot/sites/shenlab2022/services.yml
deleted file mode 100644
index e1bbbc7e21..0000000000
--- a/docroot/sites/shenlab2022/services.yml
+++ /dev/null
@@ -1,174 +0,0 @@
-parameters:
- session.storage.options:
- # Default ini options for sessions.
- #
- # Some distributions of Linux (most notably Debian) ship their PHP
- # installations with garbage collection (gc) disabled. Since Drupal depends
- # on PHP's garbage collection for clearing sessions, ensure that garbage
- # collection occurs by using the most common settings.
- # @default 1
- gc_probability: 1
- # @default 100
- gc_divisor: 100
- #
- # Set session lifetime (in seconds), i.e. the time from the user's last
- # visit to the active session may be deleted by the session garbage
- # collector. When a session is deleted, authenticated users are logged out,
- # and the contents of the user's $_SESSION variable is discarded.
- # @default 200000
- gc_maxlifetime: 200000
- #
- # Set session cookie lifetime (in seconds), i.e. the time from the session
- # is created to the cookie expires, i.e. when the browser is expected to
- # discard the cookie. The value 0 means "until the browser is closed".
- # @default 2000000
- cookie_lifetime: 2000000
- #
- # Drupal automatically generates a unique session cookie name based on the
- # full domain name used to access the site. This mechanism is sufficient
- # for most use-cases, including multi-site deployments. However, if it is
- # desired that a session can be reused across different subdomains, the
- # cookie domain needs to be set to the shared base domain. Doing so assures
- # that users remain logged in as they cross between various subdomains.
- # To maximize compatibility and normalize the behavior across user agents,
- # the cookie domain should start with a dot.
- #
- # @default none
- # cookie_domain: '.example.com'
- #
- twig.config:
- # Twig debugging:
- #
- # When debugging is enabled:
- # - The markup of each Twig template is surrounded by HTML comments that
- # contain theming information, such as template file name suggestions.
- # - Note that this debugging markup will cause automated tests that directly
- # check rendered HTML to fail. When running automated tests, 'debug'
- # should be set to FALSE.
- # - The dump() function can be used in Twig templates to output information
- # about template variables.
- # - Twig templates are automatically recompiled whenever the source code
- # changes (see auto_reload below).
- #
- # For more information about debugging Twig templates, see
- # https://www.drupal.org/node/1906392.
- #
- # Not recommended in production environments
- # @default false
- debug: false
- # Twig auto-reload:
- #
- # Automatically recompile Twig templates whenever the source code changes.
- # If you don't provide a value for auto_reload, it will be determined
- # based on the value of debug.
- #
- # Not recommended in production environments
- # @default null
- auto_reload: null
- # Twig cache:
- #
- # By default, Twig templates will be compiled and stored in the filesystem
- # to increase performance. Disabling the Twig cache will recompile the
- # templates from source each time they are used. In most cases the
- # auto_reload setting above should be enabled rather than disabling the
- # Twig cache.
- #
- # Not recommended in production environments
- # @default true
- cache: true
- renderer.config:
- # Renderer required cache contexts:
- #
- # The Renderer will automatically associate these cache contexts with every
- # render array, hence varying every render array by these cache contexts.
- #
- # @default ['languages:language_interface', 'theme', 'user.permissions']
- required_cache_contexts: ['languages:language_interface', 'theme', 'user.permissions']
- # Renderer automatic placeholdering conditions:
- #
- # Drupal allows portions of the page to be automatically deferred when
- # rendering to improve cache performance. That is especially helpful for
- # cache contexts that vary widely, such as the active user. On some sites
- # those may be different, however, such as sites with only a handful of
- # users. If you know what the high-cardinality cache contexts are for your
- # site, specify those here. If you're not sure, the defaults are fairly safe
- # in general.
- #
- # For more information about rendering optimizations see
- # https://www.drupal.org/developing/api/8/render/arrays/cacheability#optimizing
- auto_placeholder_conditions:
- # Max-age at or below which caching is not considered worthwhile.
- #
- # Disable by setting to -1.
- #
- # @default 0
- max-age: 0
- # Cache contexts with a high cardinality.
- #
- # Disable by setting to [].
- #
- # @default ['session', 'user']
- contexts: ['session', 'user']
- # Tags with a high invalidation frequency.
- #
- # Disable by setting to [].
- #
- # @default []
- tags: []
- # Cacheability debugging:
- #
- # Responses with cacheability metadata (CacheableResponseInterface instances)
- # get X-Drupal-Cache-Tags and X-Drupal-Cache-Contexts headers.
- #
- # For more information about debugging cacheable responses, see
- # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
- #
- # Not recommended in production environments
- # @default false
- http.response.debug_cacheability_headers: false
- factory.keyvalue:
- {}
- # Default key/value storage service to use.
- # @default keyvalue.database
- # default: keyvalue.database
- # Collection-specific overrides.
- # state: keyvalue.database
- factory.keyvalue.expirable:
- {}
- # Default key/value expirable storage service to use.
- # @default keyvalue.database.expirable
- # default: keyvalue.database.expirable
- # Allowed protocols for URL generation.
- filter_protocols:
- - http
- - https
- - ftp
- - news
- - nntp
- - tel
- - telnet
- - mailto
- - irc
- - ssh
- - sftp
- - webcal
- - rtsp
-
- # Configure Cross-Site HTTP requests (CORS).
- # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- # for more information about the topic in general.
- # Note: By default the configuration is disabled.
- cors.config:
- enabled: false
- # Specify allowed headers, like 'x-allowed-header'.
- allowedHeaders: []
- # Specify allowed request methods, specify ['*'] to allow all possible ones.
- allowedMethods: []
- # Configure requests allowed from specific origins.
- allowedOrigins: ['*']
- # Sets the Access-Control-Expose-Headers header.
- exposedHeaders: false
- # Sets the Access-Control-Max-Age header.
- maxAge: false
- # Sets the Access-Control-Allow-Credentials header.
- supportsCredentials: false
diff --git a/docroot/sites/shenlab2022/settings.php b/docroot/sites/shenlab2022/settings.php
deleted file mode 100644
index 127324cc75..0000000000
--- a/docroot/sites/shenlab2022/settings.php
+++ /dev/null
@@ -1,813 +0,0 @@
- 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'port' => '3306',
- * 'driver' => 'mysql',
- * 'prefix' => '',
- * 'collation' => 'utf8mb4_general_ci',
- * ];
- * @endcode
- */
-$databases = [];
-
-/**
- * Customizing database settings.
- *
- * Many of the values of the $databases array can be customized for your
- * particular database system. Refer to the sample in the section above as a
- * starting point.
- *
- * The "driver" property indicates what Drupal database driver the
- * connection should use. This is usually the same as the name of the
- * database type, such as mysql or sqlite, but not always. The other
- * properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
- * username, password, host, and database name.
- *
- * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers
- * can be provided by contributed or custom modules. To use a contributed or
- * custom driver, the "namespace" property must be set to the namespace of the
- * driver. The code in this namespace must be autoloadable prior to connecting
- * to the database, and therefore, prior to when module root namespaces are
- * added to the autoloader. To add the driver's namespace to the autoloader,
- * set the "autoload" property to the PSR-4 base directory of the driver's
- * namespace. This is optional for projects managed with Composer if the
- * driver's namespace is in Composer's autoloader.
- *
- * For each database, you may optionally specify multiple "target" databases.
- * A target database allows Drupal to try to send certain queries to a
- * different database if it can but fall back to the default connection if not.
- * That is useful for primary/replica replication, as Drupal may try to connect
- * to a replica server when appropriate and if one is not available will simply
- * fall back to the single primary server (The terms primary/replica are
- * traditionally referred to as master/slave in database server documentation).
- *
- * The general format for the $databases array is as follows:
- * @code
- * $databases['default']['default'] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['default']['replica'][] = $info_array;
- * $databases['extra']['default'] = $info_array;
- * @endcode
- *
- * In the above example, $info_array is an array of settings described above.
- * The first line sets a "default" database that has one primary database
- * (the second level default). The second and third lines create an array
- * of potential replica databases. Drupal will select one at random for a given
- * request as needed. The fourth line creates a new database with a name of
- * "extra".
- *
- * You can optionally set prefixes for some or all database table names
- * by using the 'prefix' setting. If a prefix is specified, the table
- * name will be prepended with its value. Be sure to use valid database
- * characters only, usually alphanumeric and underscore. If no prefixes
- * are desired, leave it as an empty string ''.
- *
- * To have all database names prefixed, set 'prefix' as a string:
- * @code
- * 'prefix' => 'main_',
- * @endcode
- *
- * Per-table prefixes are deprecated as of Drupal 8.2, and will be removed in
- * Drupal 9.0. After that, only a single prefix for all tables will be
- * supported.
- *
- * To provide prefixes for specific tables, set 'prefix' as an array.
- * The array's keys are the table names and the values are the prefixes.
- * The 'default' element is mandatory and holds the prefix for any tables
- * not specified elsewhere in the array. Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main_',
- * 'users' => 'shared_',
- * 'sessions' => 'shared_',
- * 'role' => 'shared_',
- * 'authmap' => 'shared_',
- * ],
- * @endcode
- * You can also use a reference to a schema/database as a prefix. This may be
- * useful if your Drupal installation exists in a schema that is not the default
- * or you want to access several databases from the same code base at the same
- * time.
- * Example:
- * @code
- * 'prefix' => [
- * 'default' => 'main.',
- * 'users' => 'shared.',
- * 'sessions' => 'shared.',
- * 'role' => 'shared.',
- * 'authmap' => 'shared.',
- * ];
- * @endcode
- * NOTE: MySQL and SQLite's definition of a schema is a database.
- *
- * Advanced users can add or override initial commands to execute when
- * connecting to the database server, as well as PDO connection settings. For
- * example, to enable MySQL SELECT queries to exceed the max_join_size system
- * variable, and to reduce the database connection timeout to 5 seconds:
- * @code
- * $databases['default']['default'] = [
- * 'init_commands' => [
- * 'big_selects' => 'SET SQL_BIG_SELECTS=1',
- * ],
- * 'pdo' => [
- * PDO::ATTR_TIMEOUT => 5,
- * ],
- * ];
- * @endcode
- *
- * WARNING: The above defaults are designed for database portability. Changing
- * them may cause unexpected behavior, including potential data loss. See
- * https://www.drupal.org/developing/api/database/configuration for more
- * information on these defaults and the potential issues.
- *
- * More details can be found in the constructor methods for each driver:
- * - \Drupal\Core\Database\Driver\mysql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\pgsql\Connection::__construct()
- * - \Drupal\Core\Database\Driver\sqlite\Connection::__construct()
- *
- * Sample Database configuration format for PostgreSQL (pgsql):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'pgsql',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- *
- * Sample Database configuration format for SQLite (sqlite):
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'sqlite',
- * 'database' => '/path/to/databasefilename',
- * ];
- * @endcode
- *
- * Sample Database configuration format for a driver in a contributed module:
- * @code
- * $databases['default']['default'] = [
- * 'driver' => 'my_driver',
- * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
- * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
- * 'database' => 'databasename',
- * 'username' => 'sqlusername',
- * 'password' => 'sqlpassword',
- * 'host' => 'localhost',
- * 'prefix' => '',
- * ];
- * @endcode
- */
-
-/**
- * Location of the site configuration files.
- *
- * The $settings['config_sync_directory'] specifies the location of file system
- * directory used for syncing configuration data. On install, the directory is
- * created. This is used for configuration imports.
- *
- * The default location for this directory is inside a randomly-named
- * directory in the public files path. The setting below allows you to set
- * its location.
- */
-# $settings['config_sync_directory'] = '/directory/outside/webroot';
-
-/**
- * Settings:
- *
- * $settings contains environment-specific configuration, such as the files
- * directory and reverse proxy address, and temporary configuration, such as
- * security overrides.
- *
- * @see \Drupal\Core\Site\Settings::get()
- */
-
-/**
- * Salt for one-time login links, cancel links, form tokens, etc.
- *
- * This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that if your
- * site is deployed on a cluster of web servers, you must ensure that this
- * variable has the same value on each server.
- *
- * For enhanced security, you may set this variable to the contents of a file
- * outside your document root; you should also ensure that this file is not
- * stored with backups of your database.
- *
- * Example:
- * @code
- * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt');
- * @endcode
- */
-$settings['hash_salt'] = '';
-
-/**
- * Deployment identifier.
- *
- * Drupal's dependency injection container will be automatically invalidated and
- * rebuilt when the Drupal core version changes. When updating contributed or
- * custom code that changes the container, changing this identifier will also
- * allow the container to be invalidated as soon as code is deployed.
- */
-# $settings['deployment_identifier'] = \Drupal::VERSION;
-
-/**
- * Access control for update.php script.
- *
- * If you are updating your Drupal installation using the update.php script but
- * are not logged in using either an account with the "Administer software
- * updates" permission or the site maintenance account (the account that was
- * created during installation), you will need to modify the access check
- * statement below. Change the FALSE to a TRUE to disable the access check.
- * After finishing the upgrade, be sure to open this file again and change the
- * TRUE back to a FALSE!
- */
-$settings['update_free_access'] = FALSE;
-
-/**
- * Fallback to HTTP for Update Manager and for fetching security advisories.
- *
- * If your site fails to connect to updates.drupal.org over HTTPS (either when
- * fetching data on available updates, or when fetching the feed of critical
- * security announcements), you may uncomment this setting and set it to TRUE to
- * allow an insecure fallback to HTTP. Note that doing so will open your site up
- * to a potential man-in-the-middle attack. You should instead attempt to
- * resolve the issues before enabling this option.
- * @see https://www.drupal.org/docs/system-requirements/php-requirements#openssl
- * @see https://en.wikipedia.org/wiki/Man-in-the-middle_attack
- * @see \Drupal\update\UpdateFetcher
- * @see \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher
- */
-# $settings['update_fetch_with_http_fallback'] = TRUE;
-
-/**
- * External access proxy settings:
- *
- * If your site must access the Internet via a web proxy then you can enter the
- * proxy settings here. Set the full URL of the proxy, including the port, in
- * variables:
- * - $settings['http_client_config']['proxy']['http']: The proxy URL for HTTP
- * requests.
- * - $settings['http_client_config']['proxy']['https']: The proxy URL for HTTPS
- * requests.
- * You can pass in the user name and password for basic authentication in the
- * URLs in these settings.
- *
- * You can also define an array of host names that can be accessed directly,
- * bypassing the proxy, in $settings['http_client_config']['proxy']['no'].
- */
-# $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080';
-# $settings['http_client_config']['proxy']['no'] = ['127.0.0.1', 'localhost'];
-
-/**
- * Reverse Proxy Configuration:
- *
- * Reverse proxy servers are often used to enhance the performance
- * of heavily visited sites and may also provide other site caching,
- * security, or encryption benefits. In an environment where Drupal
- * is behind a reverse proxy, the real IP address of the client should
- * be determined such that the correct client IP address is available
- * to Drupal's logging, statistics, and access management systems. In
- * the most simple scenario, the proxy server will add an
- * X-Forwarded-For header to the request that contains the client IP
- * address. However, HTTP headers are vulnerable to spoofing, where a
- * malicious client could bypass restrictions by setting the
- * X-Forwarded-For header directly. Therefore, Drupal's proxy
- * configuration requires the IP addresses of all remote proxies to be
- * specified in $settings['reverse_proxy_addresses'] to work correctly.
- *
- * Enable this setting to get Drupal to determine the client IP from the
- * X-Forwarded-For header. If you are unsure about this setting, do not have a
- * reverse proxy, or Drupal operates in a shared hosting environment, this
- * setting should remain commented out.
- *
- * In order for this setting to be used you must specify every possible
- * reverse proxy IP address in $settings['reverse_proxy_addresses'].
- * If a complete list of reverse proxies is not available in your
- * environment (for example, if you use a CDN) you may set the
- * $_SERVER['REMOTE_ADDR'] variable directly in settings.php.
- * Be aware, however, that it is likely that this would allow IP
- * address spoofing unless more advanced precautions are taken.
- */
-# $settings['reverse_proxy'] = TRUE;
-
-/**
- * Specify every reverse proxy IP address in your environment.
- * This setting is required if $settings['reverse_proxy'] is TRUE.
- */
-# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...];
-
-/**
- * Reverse proxy trusted headers.
- *
- * Sets which headers to trust from your reverse proxy.
- *
- * Common values are:
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * - \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * - \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- *
- * Note the default value of
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @endcode
- * is not secure by default. The value should be set to only the specific
- * headers the reverse proxy uses. For example:
- * @code
- * \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @endcode
- * This would trust the following headers:
- * - X_FORWARDED_FOR
- * - X_FORWARDED_HOST
- * - X_FORWARDED_PROTO
- * - X_FORWARDED_PORT
- *
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO
- * @see \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED
- * @see \Symfony\Component\HttpFoundation\Request::setTrustedProxies
- */
-# $settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_FOR | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_HOST | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PORT | \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_PROTO | \Symfony\Component\HttpFoundation\Request::HEADER_FORWARDED;
-
-
-/**
- * Page caching:
- *
- * By default, Drupal sends a "Vary: Cookie" HTTP header for anonymous page
- * views. This tells a HTTP proxy that it may return a page from its local
- * cache without contacting the web server, if the user sends the same Cookie
- * header as the user who originally requested the cached page. Without "Vary:
- * Cookie", authenticated users would also be served the anonymous page from
- * the cache. If the site has mostly anonymous users except a few known
- * editors/administrators, the Vary header can be omitted. This allows for
- * better caching in HTTP proxies (including reverse proxies), i.e. even if
- * clients send different cookies, they still get content served from the cache.
- * However, authenticated users should access the site directly (i.e. not use an
- * HTTP proxy, and bypass the reverse proxy if one is used) in order to avoid
- * getting cached pages from the proxy.
- */
-# $settings['omit_vary_cookie'] = TRUE;
-
-
-/**
- * Cache TTL for client error (4xx) responses.
- *
- * Items cached per-URL tend to result in a large number of cache items, and
- * this can be problematic on 404 pages which by their nature are unbounded. A
- * fixed TTL can be set for these items, defaulting to one hour, so that cache
- * backends which do not support LRU can purge older entries. To disable caching
- * of client error responses set the value to 0. Currently applies only to
- * page_cache module.
- */
-# $settings['cache_ttl_4xx'] = 3600;
-
-/**
- * Expiration of cached forms.
- *
- * Drupal's Form API stores details of forms in a cache and these entries are
- * kept for at least 6 hours by default. Expired entries are cleared by cron.
- *
- * @see \Drupal\Core\Form\FormCache::setCache()
- */
-# $settings['form_cache_expiration'] = 21600;
-
-/**
- * Class Loader.
- *
- * If the APCu extension is detected, the classloader will be optimized to use
- * it. Set to FALSE to disable this.
- *
- * @see https://getcomposer.org/doc/articles/autoloader-optimization.md
- */
-# $settings['class_loader_auto_detect'] = FALSE;
-
-/**
- * Authorized file system operations:
- *
- * The Update Manager module included with Drupal provides a mechanism for
- * site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
- * disables all functionality related to these authorized file operations.
- *
- * @see https://www.drupal.org/node/244924
- *
- * Remove the leading hash signs to disable.
- */
-# $settings['allow_authorize_operations'] = FALSE;
-
-/**
- * Default mode for directories and files written by Drupal.
- *
- * Value should be in PHP Octal Notation, with leading zero.
- */
-# $settings['file_chmod_directory'] = 0775;
-# $settings['file_chmod_file'] = 0664;
-
-/**
- * Public file base URL:
- *
- * An alternative base URL to be used for serving public files. This must
- * include any leading directory path.
- *
- * A different value from the domain used by Drupal to be used for accessing
- * public files. This can be used for a simple CDN integration, or to improve
- * security by serving user-uploaded files from a different domain or subdomain
- * pointing to the same server. Do not include a trailing slash.
- */
-# $settings['file_public_base_url'] = 'http://downloads.example.com/files';
-
-/**
- * Public file path:
- *
- * A local file system path where public files will be stored. This directory
- * must exist and be writable by Drupal. This directory must be relative to
- * the Drupal installation directory and be accessible over the web.
- */
-# $settings['file_public_path'] = 'sites/default/files';
-
-/**
- * Private file path:
- *
- * A local file system path where private files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * Note: Caches need to be cleared when this value is changed to make the
- * private:// stream wrapper available to the system.
- *
- * See https://www.drupal.org/documentation/modules/file for more information
- * about securing private files.
- */
-# $settings['file_private_path'] = '';
-
-/**
- * Temporary file path:
- *
- * A local file system path where temporary files will be stored. This directory
- * must be absolute, outside of the Drupal installation directory and not
- * accessible over the web.
- *
- * If this is not set, the default for the operating system will be used.
- *
- * @see \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory()
- */
-# $settings['file_temp_path'] = '/tmp';
-
-/**
- * Session write interval:
- *
- * Set the minimum interval between each session write to database.
- * For performance reasons it defaults to 180.
- */
-# $settings['session_write_interval'] = 180;
-
-/**
- * String overrides:
- *
- * To override specific strings on your site with or without enabling the Locale
- * module, add an entry to this list. This functionality allows you to change
- * a small number of your site's default English language interface strings.
- *
- * Remove the leading hash signs to enable.
- *
- * The "en" part of the variable name, is dynamic and can be any langcode of
- * any added language. (eg locale_custom_strings_de for german).
- */
-# $settings['locale_custom_strings_en'][''] = [
-# 'forum' => 'Discussion board',
-# '@count min' => '@count minutes',
-# ];
-
-/**
- * A custom theme for the offline page:
- *
- * This applies when the site is explicitly set to maintenance mode through the
- * administration page or when the database is inactive due to an error.
- * The template file should also be copied into the theme. It is located inside
- * 'core/modules/system/templates/maintenance-page.html.twig'.
- *
- * Note: This setting does not apply to installation and update pages.
- */
-# $settings['maintenance_theme'] = 'bartik';
-
-/**
- * PHP settings:
- *
- * To see what PHP settings are possible, including whether they can be set at
- * runtime (by using ini_set()), read the PHP documentation:
- * http://php.net/manual/ini.list.php
- * See \Drupal\Core\DrupalKernel::bootEnvironment() for required runtime
- * settings and the .htaccess file for non-runtime settings.
- * Settings defined there should not be duplicated here so as to avoid conflict
- * issues.
- */
-
-/**
- * If you encounter a situation where users post a large amount of text, and
- * the result is stripped out upon viewing but can still be edited, Drupal's
- * output filter may not have sufficient memory to process it. If you
- * experience this issue, you may wish to uncomment the following two lines
- * and increase the limits of these variables. For more information, see
- * http://php.net/manual/pcre.configuration.php.
- */
-# ini_set('pcre.backtrack_limit', 200000);
-# ini_set('pcre.recursion_limit', 200000);
-
-/**
- * Add Permissions-Policy header to disable Google FLoC.
- *
- * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header
- * to disable Google's Federated Learning of Cohorts feature, introduced in
- * Chrome 89.
- *
- * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more
- * information about FLoC.
- *
- * If you don't wish to disable FLoC in Chrome, you can set this value
- * to FALSE.
- */
-# $settings['block_interest_cohort'] = TRUE;
-
-/**
- * Configuration overrides.
- *
- * To globally override specific configuration values for this site,
- * set them here. You usually don't need to use this feature. This is
- * useful in a configuration file for a vhost or directory, rather than
- * the default settings.php.
- *
- * Note that any values you provide in these variable overrides will not be
- * viewable from the Drupal administration interface. The administration
- * interface displays the values stored in configuration so that you can stage
- * changes to other environments that don't have the overrides.
- *
- * There are particular configuration values that are risky to override. For
- * example, overriding the list of installed modules in 'core.extension' is not
- * supported as module install or uninstall has not occurred. Other examples
- * include field storage configuration, because it has effects on database
- * structure, and 'core.menu.static_menu_link_overrides' since this is cached in
- * a way that is not config override aware. Also, note that changing
- * configuration values in settings.php will not fire any of the configuration
- * change events.
- */
-# $config['system.site']['name'] = 'My Drupal site';
-# $config['user.settings']['anonymous'] = 'Visitor';
-
-/**
- * Fast 404 pages:
- *
- * Drupal can generate fully themed 404 pages. However, some of these responses
- * are for images or other resource files that are not displayed to the user.
- * This can waste bandwidth, and also generate server load.
- *
- * The options below return a simple, fast 404 page for URLs matching a
- * specific pattern:
- * - $config['system.performance']['fast_404']['exclude_paths']: A regular
- * expression to match paths to exclude, such as images generated by image
- * styles, or dynamically-resized images. The default pattern provided below
- * also excludes the private file system. If you need to add more paths, you
- * can add '|path' to the expression.
- * - $config['system.performance']['fast_404']['paths']: A regular expression to
- * match paths that should return a simple 404 page, rather than the fully
- * themed 404 page. If you don't have any aliases ending in htm or html you
- * can add '|s?html?' to the expression.
- * - $config['system.performance']['fast_404']['html']: The html to return for
- * simple 404 pages.
- *
- * Remove the leading hash signs if you would like to alter this functionality.
- */
-# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//';
-# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
-# $config['system.performance']['fast_404']['html'] = '404 Not FoundNot Found
The requested URL "@path" was not found on this server.
';
-
-/**
- * Load services definition file.
- */
-$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
-
-/**
- * Override the default service container class.
- *
- * This is useful for example to trace the service container for performance
- * tracking purposes, for testing a service container with an error condition or
- * to test a service container that throws an exception.
- */
-# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
-
-/**
- * Override the default yaml parser class.
- *
- * Provide a fully qualified class name here if you would like to provide an
- * alternate implementation YAML parser. The class must implement the
- * \Drupal\Component\Serialization\SerializationInterface interface.
- */
-# $settings['yaml_parser_class'] = NULL;
-
-/**
- * Trusted host configuration.
- *
- * Drupal core can use the Symfony trusted host mechanism to prevent HTTP Host
- * header spoofing.
- *
- * To enable the trusted host mechanism, you enable your allowable hosts
- * in $settings['trusted_host_patterns']. This should be an array of regular
- * expression patterns, without delimiters, representing the hosts you would
- * like to allow.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^www\.example\.com$',
- * ];
- * @endcode
- * will allow the site to only run from www.example.com.
- *
- * If you are running multisite, or if you are running your site from
- * different domain names (eg, you don't redirect http://www.example.com to
- * http://example.com), you should specify all of the host patterns that are
- * allowed by your site.
- *
- * For example:
- * @code
- * $settings['trusted_host_patterns'] = [
- * '^example\.com$',
- * '^.+\.example\.com$',
- * '^example\.org$',
- * '^.+\.example\.org$',
- * ];
- * @endcode
- * will allow the site to run off of all variants of example.com and
- * example.org, with all subdomains included.
- */
-
-/**
- * The default list of directories that will be ignored by Drupal's file API.
- *
- * By default ignore node_modules and bower_components folders to avoid issues
- * with common frontend tools and recursive scanning of directories looking for
- * extensions.
- *
- * @see \Drupal\Core\File\FileSystemInterface::scanDirectory()
- * @see \Drupal\Core\Extension\ExtensionDiscovery::scanDirectory()
- */
-$settings['file_scan_ignore_directories'] = [
- 'node_modules',
- 'bower_components',
-];
-
-/**
- * The default number of entities to update in a batch process.
- *
- * This is used by update and post-update functions that need to go through and
- * change all the entities on a site, so it is useful to increase this number
- * if your hosting configuration (i.e. RAM allocation, CPU speed) allows for a
- * larger number of entities to be processed in a single batch run.
- */
-$settings['entity_update_batch_size'] = 50;
-
-/**
- * Entity update backup.
- *
- * This is used to inform the entity storage handler that the backup tables as
- * well as the original entity type and field storage definitions should be
- * retained after a successful entity update process.
- */
-$settings['entity_update_backup'] = TRUE;
-
-/**
- * Node migration type.
- *
- * This is used to force the migration system to use the classic node migrations
- * instead of the default complete node migrations. The migration system will
- * use the classic node migration only if there are existing migrate_map tables
- * for the classic node migrations and they contain data. These tables may not
- * exist if you are developing custom migrations and do not want to use the
- * complete node migrations. Set this to TRUE to force the use of the classic
- * node migrations.
- */
-$settings['migrate_node_migrate_type_classic'] = FALSE;
-
-/**
- * Load local development override configuration, if available.
- *
- * Create a settings.local.php file to override variables on secondary (staging,
- * development, etc.) installations of this site.
- *
- * Typical uses of settings.local.php include:
- * - Disabling caching.
- * - Disabling JavaScript/CSS compression.
- * - Rerouting outgoing emails.
- *
- * Keep this code block at the end of this file to take full effect.
- */
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
-require DRUPAL_ROOT . "/../vendor/acquia/blt/settings/blt.settings.php";
-/**
- * IMPORTANT.
- *
- * Do not include additional settings here. Instead, add them to settings
- * included by `blt.settings.php`. See BLT's documentation for more detail.
- *
- * @link https://docs.acquia.com/blt/
- */
diff --git a/docroot/sites/shenlab2022/settings/default.includes.settings.php b/docroot/sites/shenlab2022/settings/default.includes.settings.php
deleted file mode 100644
index bfefdd89f2..0000000000
--- a/docroot/sites/shenlab2022/settings/default.includes.settings.php
+++ /dev/null
@@ -1,50 +0,0 @@
-
- [
- 'default' =>
- [
- 'database' => $db_name,
- 'username' => '${drupal.db.username}',
- 'password' => '${drupal.db.password}',
- 'host' => '${drupal.db.host}',
- 'port' => '${drupal.db.port}',
- 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
- 'driver' => 'mysql',
- 'prefix' => '',
- ],
- ],
-];
-
-// Use development service parameters.
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/development.services.yml';
-$settings['container_yamls'][] = EnvironmentDetector::getRepoRoot() . '/docroot/sites/blt.development.services.yml';
-
-// Allow access to update.php.
-$settings['update_free_access'] = TRUE;
-
-/**
- * Assertions.
- *
- * The Drupal project primarily uses runtime assertions to enforce the
- * expectations of the API by failing when incorrect calls are made by code
- * under development.
- *
- * @see http://php.net/assert
- * @see https://www.drupal.org/node/2492225
- *
- * If you are using PHP 7.0 it is strongly recommended that you set
- * zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess
- * or runtime) on development machines and to 0 in production.
- *
- * @see https://wiki.php.net/rfc/expectations
- */
-assert_options(ASSERT_ACTIVE, TRUE);
-Handle::register();
-
-/**
- * Show all error messages, with backtrace information.
- *
- * In case the error level could not be fetched from the database, as for
- * example the database connection failed, we rely only on this value.
- */
-$config['system.logging']['error_level'] = 'verbose';
-
-/**
- * Disable CSS and JS aggregation.
- */
-$config['system.performance']['css']['preprocess'] = FALSE;
-$config['system.performance']['js']['preprocess'] = FALSE;
-
-/**
- * Disable the render cache (this includes the page cache).
- *
- * Note: you should test with the render cache enabled, to ensure the correct
- * cacheability metadata is present. However, in the early stages of
- * development, you may want to disable it.
- *
- * This setting disables the render cache by using the Null cache back-end
- * defined by the development.services.yml file above.
- *
- * Do not use this setting until after the site is installed.
- */
-// $settings['cache']['bins']['render'] = 'cache.backend.null';
-/**
- * Disable Dynamic Page Cache.
- *
- * Note: you should test with Dynamic Page Cache enabled, to ensure the correct
- * cacheability metadata is present (and hence the expected behavior). However,
- * in the early stages of development, you may want to disable it.
- */
-// $settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
-/**
- * Allow test modules and themes to be installed.
- *
- * Drupal ignores test modules and themes by default for performance reasons.
- * During development it can be useful to install test extensions for debugging
- * purposes.
- */
-$settings['extension_discovery_scan_tests'] = FALSE;
-
-
-/**
- * Configure static caches.
- *
- * Note: you should test with the config, bootstrap, and discovery caches
- * enabled to test that metadata is cached as expected. However, in the early
- * stages of development, you may want to disable them. Overrides to these bins
- * must be explicitly set for each bin to change the default configuration
- * provided by Drupal core in core.services.yml.
- * See https://www.drupal.org/node/2754947
- */
-
-// $settings['cache']['bins']['bootstrap'] = 'cache.backend.null';
-// $settings['cache']['bins']['discovery'] = 'cache.backend.null';
-// $settings['cache']['bins']['config'] = 'cache.backend.null';
-/**
- * Enable access to rebuild.php.
- *
- * This setting can be enabled to allow Drupal's php and database cached
- * storage to be cleared via the rebuild.php page. Access to this page can also
- * be gained by generating a query string from rebuild_token_calculator.sh and
- * using these parameters in a request to rebuild.php.
- */
-$settings['rebuild_access'] = FALSE;
-
-/**
- * Skip file system permissions hardening.
- *
- * The system module will periodically check the permissions of your site's
- * site directory to ensure that it is not writable by the website user. For
- * sites that are managed with a version control system, this can cause problems
- * when files in that directory such as settings.php are updated, because the
- * user pulling in the changes won't have permissions to modify files in the
- * directory.
- */
-$settings['skip_permissions_hardening'] = TRUE;
-
-/**
- * Files paths.
- */
-$settings['file_private_path'] = EnvironmentDetector::getRepoRoot() . '/files-private/default';
-/**
- * Site path.
- *
- * @var $site_path
- * This is always set and exposed by the Drupal Kernel.
- */
-// phpcs:ignore
-$settings['file_public_path'] = 'sites/' . EnvironmentDetector::getSiteName($site_path) . '/files';
-
-/**
- * Trusted host configuration.
- *
- * See full description in default.settings.php.
- */
-$settings['trusted_host_patterns'] = [
- '^.+$',
-];
diff --git a/docroot/sites/sites.php b/docroot/sites/sites.php
index 017e4e6337..d83610f977 100644
--- a/docroot/sites/sites.php
+++ b/docroot/sites/sites.php
@@ -88,23 +88,11 @@
// Manually point URL's that don't match their site paths.
$sites['iranian-studies.stanford.edu'] = 'iranianstudies';
-$sites['mrc.stanford.edu'] = 'mrc2021';
-$sites['gus-humsci.stanford.edu'] = 'gus_humsci2021';
-$sites['dfetter.humsci.stanford.edu'] = 'dfetter2022__humsci';
-$sites['heidi-williams.humsci.stanford.edu'] = 'heidi_williams2022__humsci';
-$sites['gavin-wright.humsci.stanford.edu'] = 'gavin_wright2022__humsci';
-$sites['humanitiescore.stanford.edu'] = 'humanitiescore2022';
$sites['facultyaffairs-humsci.stanford.edu'] = 'facultyaffairs_humsci2021';
-$sites['lowe.stanford.edu'] = 'lowe2022';
-$sites['shenlab.stanford.edu'] = 'shenlab2022';
-$sites['duboislab.stanford.edu'] = 'duboislab2022';
-$sites['francestanford.stanford.edu'] = 'francestanford2022';
$sites['hsweb-userguide-traditional.stanford.edu'] = 'swshumsci_sandbox';
-$sites['researchadmin-humsci.stanford.edu'] = 'researchadmin_humsci2022';
-$sites['insidehs.stanford.edu'] = 'insidehs2023';
$sites['hsweb-referencecolorful.stanford.edu'] = 'hsweb_userguide';
-$sites['popstudies.stanford.edu'] = 'popstudies2023';
$sites['mcs.stanford.edu'] = 'mcs2023';
+$sites['philit.stanford.edu'] = 'philit2023';
if (file_exists(__DIR__ . '/local.sites.php')) {
diff --git a/docroot/themes/humsci/humsci_airy/css/humsci_airy-ckeditor.css b/docroot/themes/humsci/humsci_airy/css/humsci_airy-ckeditor.css
index f3fa1b5a21..34451ea503 100644
--- a/docroot/themes/humsci/humsci_airy/css/humsci_airy-ckeditor.css
+++ b/docroot/themes/humsci/humsci_airy/css/humsci_airy-ckeditor.css
@@ -1 +1 @@
-/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@400;700&display=swap";html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:0;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot");src:url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff") format("woff"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf") format("truetype"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg#fontawesome") format("svg")}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot");src:url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff") format("woff"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf") format("truetype"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg#fontawesome") format("svg")}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:block;src:url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot");src:url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff") format("woff"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf") format("truetype"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg#fontawesome") format("svg")}.su-fa-times-circle::before{content:""}.su-fa-info-circle::before{content:""}.su-fa-bell::before{content:""}.su-fa-exclamation-circle::before{content:""}.su-fa-exclamation-triangle::before{content:""}.su-fa-check-circle::before{content:""}@font-face{font-family:"Stanford";src:url("https://www-media.stanford.edu/assets/fonts/stanford.woff") format("woff"),url("https://www-media.stanford.edu/assets/fonts/stanford.ttf") format("truetype");font-weight:300}.su-aspect-ratio{position:relative}.su-aspect-ratio::before{display:block;content:"";width:100%;padding-top:56.25%}.su-aspect-ratio>img,.su-aspect-ratio>video{-o-object-fit:cover;object-fit:cover}.su-aspect-ratio>*{position:relative;z-index:5}.su-aspect-ratio>*:first-child{position:absolute;z-index:1;width:100%;height:100%;left:0;bottom:0}.su-aspect-ratio--4x3{position:relative}.su-aspect-ratio--4x3::before{display:block;content:"";width:100%;padding-top:75%}.su-aspect-ratio--4x3>img,.su-aspect-ratio--4x3>video{-o-object-fit:cover;object-fit:cover}.su-aspect-ratio--4x3>*{position:relative;z-index:5}.su-aspect-ratio--4x3>*:first-child{position:absolute;z-index:1;width:100%;height:100%;left:0;bottom:0}.su-aspect-ratio--1x1{position:relative}.su-aspect-ratio--1x1::before{display:block;content:"";width:100%;padding-top:100%}.su-aspect-ratio--1x1>img,.su-aspect-ratio--1x1>video{-o-object-fit:cover;object-fit:cover}.su-aspect-ratio--1x1>*{position:relative;z-index:5}.su-aspect-ratio--1x1>*:first-child{position:absolute;z-index:1;width:100%;height:100%;left:0;bottom:0}.su-sr-only-element{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.su-sr-only-text{overflow:hidden;text-indent:101%;white-space:nowrap}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}body{background-color:#fff;overflow-x:hidden}.lt-ie9 *{filter:none !important}[hidden]{display:none !important}figure{margin:0}img{margin:0;padding:0;display:block;height:auto;max-width:100%}.su-embed-container{padding-bottom:56.25%;position:relative;height:0;overflow:hidden;max-width:100%}.su-embed-container iframe,.su-embed-container object,.su-embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}body{background-color:#fff;overflow-x:hidden}.lt-ie9 *{filter:none !important}[hidden]{display:none !important}.flex-container{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.flex-container--collapse{margin-top:0;margin-bottom:0}@media only screen and (min-width: 576px){.flex-container--collapse{margin-top:0;margin-bottom:0}}@media only screen and (min-width: 768px){.flex-container--collapse{margin-top:0;margin-bottom:0}}@media only screen and (min-width: 992px){.flex-container--collapse{margin-top:0;margin-bottom:0}}@media only screen and (min-width: 1200px){.flex-container--collapse{margin-top:0;margin-bottom:0}}@media only screen and (min-width: 1500px){.flex-container--collapse{margin-top:0;margin-bottom:0}}.flex-container--row-gap>*{margin:0 0 20px}@media only screen and (min-width: 576px){.flex-container--row-gap>*{margin:0 0 20px}}@media only screen and (min-width: 768px){.flex-container--row-gap>*{margin:0 0 20px}}@media only screen and (min-width: 992px){.flex-container--row-gap>*{margin:0 0 36px}}@media only screen and (min-width: 1200px){.flex-container--row-gap>*{margin:0 0 40px}}@media only screen and (min-width: 1500px){.flex-container--row-gap>*{margin:0 0 48px}}.flex-2xl-12-of-12,.flex-2xl-11-of-12,.flex-2xl-10-of-12,.flex-2xl-9-of-12,.flex-2xl-8-of-12,.flex-2xl-7-of-12,.flex-2xl-6-of-12,.flex-2xl-5-of-12,.flex-2xl-4-of-12,.flex-2xl-3-of-12,.flex-2xl-2-of-12,.flex-2xl-1-of-12,.flex-xl-12-of-12,.flex-xl-11-of-12,.flex-xl-10-of-12,.flex-xl-9-of-12,.flex-xl-8-of-12,.flex-xl-7-of-12,.flex-xl-6-of-12,.flex-xl-5-of-12,.flex-xl-4-of-12,.flex-xl-3-of-12,.flex-xl-2-of-12,.flex-xl-1-of-12,.flex-lg-12-of-12,.flex-lg-11-of-12,.flex-lg-10-of-12,.flex-lg-9-of-12,.flex-lg-8-of-12,.flex-lg-7-of-12,.flex-lg-6-of-12,.flex-lg-5-of-12,.flex-lg-4-of-12,.flex-lg-3-of-12,.flex-lg-2-of-12,.flex-lg-1-of-12,.flex-md-12-of-12,.flex-md-11-of-12,.flex-md-10-of-12,.flex-md-9-of-12,.flex-md-8-of-12,.flex-md-7-of-12,.flex-md-6-of-12,.flex-md-5-of-12,.flex-md-4-of-12,.flex-md-3-of-12,.flex-md-2-of-12,.flex-md-1-of-12,.flex-sm-12-of-12,.flex-sm-11-of-12,.flex-sm-10-of-12,.flex-sm-9-of-12,.flex-sm-8-of-12,.flex-sm-7-of-12,.flex-sm-6-of-12,.flex-sm-5-of-12,.flex-sm-4-of-12,.flex-sm-3-of-12,.flex-sm-2-of-12,.flex-sm-1-of-12,.flex-xs-12-of-12,.flex-12-of-12,.flex-xs-11-of-12,.flex-11-of-12,.flex-xs-10-of-12,.flex-10-of-12,.flex-xs-9-of-12,.flex-9-of-12,.flex-xs-8-of-12,.flex-8-of-12,.flex-xs-7-of-12,.flex-7-of-12,.flex-xs-6-of-12,.flex-6-of-12,.flex-xs-5-of-12,.flex-5-of-12,.flex-xs-4-of-12,.flex-4-of-12,.flex-xs-3-of-12,.flex-3-of-12,.flex-xs-2-of-12,.flex-2-of-12,.flex-xs-1-of-12,.flex-1-of-12,.flex-auto{position:relative;width:100%;min-height:1px}.flex-auto{flex:0 0 auto;width:auto;max-width:none}@media only screen and (min-width: 0){.flex-push-xs-0{margin-left:0}.flex-push-xs-1{margin-left:8.3333333333%}.flex-push-xs-2{margin-left:16.6666666667%}.flex-push-xs-3{margin-left:25%}.flex-push-xs-4{margin-left:33.3333333333%}.flex-push-xs-5{margin-left:41.6666666667%}.flex-push-xs-6{margin-left:50%}.flex-push-xs-7{margin-left:58.3333333333%}.flex-push-xs-8{margin-left:66.6666666667%}.flex-push-xs-9{margin-left:75%}.flex-push-xs-10{margin-left:83.3333333333%}.flex-push-xs-11{margin-left:91.6666666667%}}@media only screen and (min-width: 576px){.flex-push-sm-0{margin-left:0}.flex-push-sm-1{margin-left:8.3333333333%}.flex-push-sm-2{margin-left:16.6666666667%}.flex-push-sm-3{margin-left:25%}.flex-push-sm-4{margin-left:33.3333333333%}.flex-push-sm-5{margin-left:41.6666666667%}.flex-push-sm-6{margin-left:50%}.flex-push-sm-7{margin-left:58.3333333333%}.flex-push-sm-8{margin-left:66.6666666667%}.flex-push-sm-9{margin-left:75%}.flex-push-sm-10{margin-left:83.3333333333%}.flex-push-sm-11{margin-left:91.6666666667%}}@media only screen and (min-width: 768px){.flex-push-md-0{margin-left:0}.flex-push-md-1{margin-left:8.3333333333%}.flex-push-md-2{margin-left:16.6666666667%}.flex-push-md-3{margin-left:25%}.flex-push-md-4{margin-left:33.3333333333%}.flex-push-md-5{margin-left:41.6666666667%}.flex-push-md-6{margin-left:50%}.flex-push-md-7{margin-left:58.3333333333%}.flex-push-md-8{margin-left:66.6666666667%}.flex-push-md-9{margin-left:75%}.flex-push-md-10{margin-left:83.3333333333%}.flex-push-md-11{margin-left:91.6666666667%}}@media only screen and (min-width: 992px){.flex-push-lg-0{margin-left:0}.flex-push-lg-1{margin-left:8.3333333333%}.flex-push-lg-2{margin-left:16.6666666667%}.flex-push-lg-3{margin-left:25%}.flex-push-lg-4{margin-left:33.3333333333%}.flex-push-lg-5{margin-left:41.6666666667%}.flex-push-lg-6{margin-left:50%}.flex-push-lg-7{margin-left:58.3333333333%}.flex-push-lg-8{margin-left:66.6666666667%}.flex-push-lg-9{margin-left:75%}.flex-push-lg-10{margin-left:83.3333333333%}.flex-push-lg-11{margin-left:91.6666666667%}}@media only screen and (min-width: 1200px){.flex-push-xl-0{margin-left:0}.flex-push-xl-1{margin-left:8.3333333333%}.flex-push-xl-2{margin-left:16.6666666667%}.flex-push-xl-3{margin-left:25%}.flex-push-xl-4{margin-left:33.3333333333%}.flex-push-xl-5{margin-left:41.6666666667%}.flex-push-xl-6{margin-left:50%}.flex-push-xl-7{margin-left:58.3333333333%}.flex-push-xl-8{margin-left:66.6666666667%}.flex-push-xl-9{margin-left:75%}.flex-push-xl-10{margin-left:83.3333333333%}.flex-push-xl-11{margin-left:91.6666666667%}}@media only screen and (min-width: 1500px){.flex-push-2xl-0{margin-left:0}.flex-push-2xl-1{margin-left:8.3333333333%}.flex-push-2xl-2{margin-left:16.6666666667%}.flex-push-2xl-3{margin-left:25%}.flex-push-2xl-4{margin-left:33.3333333333%}.flex-push-2xl-5{margin-left:41.6666666667%}.flex-push-2xl-6{margin-left:50%}.flex-push-2xl-7{margin-left:58.3333333333%}.flex-push-2xl-8{margin-left:66.6666666667%}.flex-push-2xl-9{margin-left:75%}.flex-push-2xl-10{margin-left:83.3333333333%}.flex-push-2xl-11{margin-left:91.6666666667%}}@media only screen and (min-width: 576px){.flex-1-of-12{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media only screen and (min-width: 768px){.flex-1-of-12{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media only screen and (min-width: 992px){.flex-1-of-12{flex:0 0 calc(8.3333333333% - 33px);max-width:calc(8.3333333333% - 33px)}}@media only screen and (min-width: 1200px){.flex-1-of-12{flex:0 0 calc(8.3333333333% - 36.6666666667px);max-width:calc(8.3333333333% - 36.6666666667px)}}@media only screen and (min-width: 1500px){.flex-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 576px){.flex-2-of-12{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media only screen and (min-width: 768px){.flex-2-of-12{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media only screen and (min-width: 992px){.flex-2-of-12{flex:0 0 calc(16.6666666667% - 30px);max-width:calc(16.6666666667% - 30px)}}@media only screen and (min-width: 1200px){.flex-2-of-12{flex:0 0 calc(16.6666666667% - 33.3333333333px);max-width:calc(16.6666666667% - 33.3333333333px)}}@media only screen and (min-width: 1500px){.flex-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 576px){.flex-3-of-12{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media only screen and (min-width: 768px){.flex-3-of-12{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media only screen and (min-width: 992px){.flex-3-of-12{flex:0 0 calc(25% - 27px);max-width:calc(25% - 27px)}}@media only screen and (min-width: 1200px){.flex-3-of-12{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}}@media only screen and (min-width: 1500px){.flex-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 576px){.flex-4-of-12{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media only screen and (min-width: 768px){.flex-4-of-12{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media only screen and (min-width: 992px){.flex-4-of-12{flex:0 0 calc(33.3333333333% - 24px);max-width:calc(33.3333333333% - 24px)}}@media only screen and (min-width: 1200px){.flex-4-of-12{flex:0 0 calc(33.3333333333% - 26.6666666667px);max-width:calc(33.3333333333% - 26.6666666667px)}}@media only screen and (min-width: 1500px){.flex-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 576px){.flex-5-of-12{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media only screen and (min-width: 768px){.flex-5-of-12{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media only screen and (min-width: 992px){.flex-5-of-12{flex:0 0 calc(41.6666666667% - 21px);max-width:calc(41.6666666667% - 21px)}}@media only screen and (min-width: 1200px){.flex-5-of-12{flex:0 0 calc(41.6666666667% - 23.3333333333px);max-width:calc(41.6666666667% - 23.3333333333px)}}@media only screen and (min-width: 1500px){.flex-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 576px){.flex-6-of-12{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media only screen and (min-width: 768px){.flex-6-of-12{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media only screen and (min-width: 992px){.flex-6-of-12{flex:0 0 calc(50% - 18px);max-width:calc(50% - 18px)}}@media only screen and (min-width: 1200px){.flex-6-of-12{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media only screen and (min-width: 1500px){.flex-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 576px){.flex-7-of-12{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media only screen and (min-width: 768px){.flex-7-of-12{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media only screen and (min-width: 992px){.flex-7-of-12{flex:0 0 calc(58.3333333333% - 15px);max-width:calc(58.3333333333% - 15px)}}@media only screen and (min-width: 1200px){.flex-7-of-12{flex:0 0 calc(58.3333333333% - 16.6666666667px);max-width:calc(58.3333333333% - 16.6666666667px)}}@media only screen and (min-width: 1500px){.flex-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 576px){.flex-8-of-12{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media only screen and (min-width: 768px){.flex-8-of-12{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media only screen and (min-width: 992px){.flex-8-of-12{flex:0 0 calc(66.6666666667% - 12px);max-width:calc(66.6666666667% - 12px)}}@media only screen and (min-width: 1200px){.flex-8-of-12{flex:0 0 calc(66.6666666667% - 13.3333333333px);max-width:calc(66.6666666667% - 13.3333333333px)}}@media only screen and (min-width: 1500px){.flex-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 576px){.flex-9-of-12{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media only screen and (min-width: 768px){.flex-9-of-12{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media only screen and (min-width: 992px){.flex-9-of-12{flex:0 0 calc(75% - 9px);max-width:calc(75% - 9px)}}@media only screen and (min-width: 1200px){.flex-9-of-12{flex:0 0 calc(75% - 10px);max-width:calc(75% - 10px)}}@media only screen and (min-width: 1500px){.flex-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 576px){.flex-10-of-12{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media only screen and (min-width: 768px){.flex-10-of-12{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media only screen and (min-width: 992px){.flex-10-of-12{flex:0 0 calc(83.3333333333% - 6px);max-width:calc(83.3333333333% - 6px)}}@media only screen and (min-width: 1200px){.flex-10-of-12{flex:0 0 calc(83.3333333333% - 6.6666666667px);max-width:calc(83.3333333333% - 6.6666666667px)}}@media only screen and (min-width: 1500px){.flex-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 576px){.flex-11-of-12{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media only screen and (min-width: 768px){.flex-11-of-12{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media only screen and (min-width: 992px){.flex-11-of-12{flex:0 0 calc(91.6666666667% - 3px);max-width:calc(91.6666666667% - 3px)}}@media only screen and (min-width: 1200px){.flex-11-of-12{flex:0 0 calc(91.6666666667% - 3.3333333333px);max-width:calc(91.6666666667% - 3.3333333333px)}}@media only screen and (min-width: 1500px){.flex-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 0){.flex-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 576px){.flex-sm-1-of-12{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media only screen and (min-width: 768px){.flex-sm-1-of-12{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media only screen and (min-width: 992px){.flex-sm-1-of-12{flex:0 0 calc(8.3333333333% - 33px);max-width:calc(8.3333333333% - 33px)}}@media only screen and (min-width: 1200px){.flex-sm-1-of-12{flex:0 0 calc(8.3333333333% - 36.6666666667px);max-width:calc(8.3333333333% - 36.6666666667px)}}@media only screen and (min-width: 1500px){.flex-sm-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 576px){.flex-sm-2-of-12{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media only screen and (min-width: 768px){.flex-sm-2-of-12{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media only screen and (min-width: 992px){.flex-sm-2-of-12{flex:0 0 calc(16.6666666667% - 30px);max-width:calc(16.6666666667% - 30px)}}@media only screen and (min-width: 1200px){.flex-sm-2-of-12{flex:0 0 calc(16.6666666667% - 33.3333333333px);max-width:calc(16.6666666667% - 33.3333333333px)}}@media only screen and (min-width: 1500px){.flex-sm-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 576px){.flex-sm-3-of-12{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media only screen and (min-width: 768px){.flex-sm-3-of-12{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media only screen and (min-width: 992px){.flex-sm-3-of-12{flex:0 0 calc(25% - 27px);max-width:calc(25% - 27px)}}@media only screen and (min-width: 1200px){.flex-sm-3-of-12{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}}@media only screen and (min-width: 1500px){.flex-sm-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 576px){.flex-sm-4-of-12{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media only screen and (min-width: 768px){.flex-sm-4-of-12{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media only screen and (min-width: 992px){.flex-sm-4-of-12{flex:0 0 calc(33.3333333333% - 24px);max-width:calc(33.3333333333% - 24px)}}@media only screen and (min-width: 1200px){.flex-sm-4-of-12{flex:0 0 calc(33.3333333333% - 26.6666666667px);max-width:calc(33.3333333333% - 26.6666666667px)}}@media only screen and (min-width: 1500px){.flex-sm-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 576px){.flex-sm-5-of-12{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media only screen and (min-width: 768px){.flex-sm-5-of-12{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media only screen and (min-width: 992px){.flex-sm-5-of-12{flex:0 0 calc(41.6666666667% - 21px);max-width:calc(41.6666666667% - 21px)}}@media only screen and (min-width: 1200px){.flex-sm-5-of-12{flex:0 0 calc(41.6666666667% - 23.3333333333px);max-width:calc(41.6666666667% - 23.3333333333px)}}@media only screen and (min-width: 1500px){.flex-sm-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 576px){.flex-sm-6-of-12{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media only screen and (min-width: 768px){.flex-sm-6-of-12{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media only screen and (min-width: 992px){.flex-sm-6-of-12{flex:0 0 calc(50% - 18px);max-width:calc(50% - 18px)}}@media only screen and (min-width: 1200px){.flex-sm-6-of-12{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media only screen and (min-width: 1500px){.flex-sm-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 576px){.flex-sm-7-of-12{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media only screen and (min-width: 768px){.flex-sm-7-of-12{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media only screen and (min-width: 992px){.flex-sm-7-of-12{flex:0 0 calc(58.3333333333% - 15px);max-width:calc(58.3333333333% - 15px)}}@media only screen and (min-width: 1200px){.flex-sm-7-of-12{flex:0 0 calc(58.3333333333% - 16.6666666667px);max-width:calc(58.3333333333% - 16.6666666667px)}}@media only screen and (min-width: 1500px){.flex-sm-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 576px){.flex-sm-8-of-12{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media only screen and (min-width: 768px){.flex-sm-8-of-12{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media only screen and (min-width: 992px){.flex-sm-8-of-12{flex:0 0 calc(66.6666666667% - 12px);max-width:calc(66.6666666667% - 12px)}}@media only screen and (min-width: 1200px){.flex-sm-8-of-12{flex:0 0 calc(66.6666666667% - 13.3333333333px);max-width:calc(66.6666666667% - 13.3333333333px)}}@media only screen and (min-width: 1500px){.flex-sm-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 576px){.flex-sm-9-of-12{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media only screen and (min-width: 768px){.flex-sm-9-of-12{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media only screen and (min-width: 992px){.flex-sm-9-of-12{flex:0 0 calc(75% - 9px);max-width:calc(75% - 9px)}}@media only screen and (min-width: 1200px){.flex-sm-9-of-12{flex:0 0 calc(75% - 10px);max-width:calc(75% - 10px)}}@media only screen and (min-width: 1500px){.flex-sm-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 576px){.flex-sm-10-of-12{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media only screen and (min-width: 768px){.flex-sm-10-of-12{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media only screen and (min-width: 992px){.flex-sm-10-of-12{flex:0 0 calc(83.3333333333% - 6px);max-width:calc(83.3333333333% - 6px)}}@media only screen and (min-width: 1200px){.flex-sm-10-of-12{flex:0 0 calc(83.3333333333% - 6.6666666667px);max-width:calc(83.3333333333% - 6.6666666667px)}}@media only screen and (min-width: 1500px){.flex-sm-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 576px){.flex-sm-11-of-12{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media only screen and (min-width: 768px){.flex-sm-11-of-12{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media only screen and (min-width: 992px){.flex-sm-11-of-12{flex:0 0 calc(91.6666666667% - 3px);max-width:calc(91.6666666667% - 3px)}}@media only screen and (min-width: 1200px){.flex-sm-11-of-12{flex:0 0 calc(91.6666666667% - 3.3333333333px);max-width:calc(91.6666666667% - 3.3333333333px)}}@media only screen and (min-width: 1500px){.flex-sm-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 576px){.flex-sm-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 768px){.flex-sm-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 992px){.flex-sm-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1200px){.flex-sm-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1500px){.flex-sm-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 768px){.flex-md-1-of-12{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media only screen and (min-width: 992px){.flex-md-1-of-12{flex:0 0 calc(8.3333333333% - 33px);max-width:calc(8.3333333333% - 33px)}}@media only screen and (min-width: 1200px){.flex-md-1-of-12{flex:0 0 calc(8.3333333333% - 36.6666666667px);max-width:calc(8.3333333333% - 36.6666666667px)}}@media only screen and (min-width: 1500px){.flex-md-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 768px){.flex-md-2-of-12{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media only screen and (min-width: 992px){.flex-md-2-of-12{flex:0 0 calc(16.6666666667% - 30px);max-width:calc(16.6666666667% - 30px)}}@media only screen and (min-width: 1200px){.flex-md-2-of-12{flex:0 0 calc(16.6666666667% - 33.3333333333px);max-width:calc(16.6666666667% - 33.3333333333px)}}@media only screen and (min-width: 1500px){.flex-md-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 768px){.flex-md-3-of-12{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media only screen and (min-width: 992px){.flex-md-3-of-12{flex:0 0 calc(25% - 27px);max-width:calc(25% - 27px)}}@media only screen and (min-width: 1200px){.flex-md-3-of-12{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}}@media only screen and (min-width: 1500px){.flex-md-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 768px){.flex-md-4-of-12{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media only screen and (min-width: 992px){.flex-md-4-of-12{flex:0 0 calc(33.3333333333% - 24px);max-width:calc(33.3333333333% - 24px)}}@media only screen and (min-width: 1200px){.flex-md-4-of-12{flex:0 0 calc(33.3333333333% - 26.6666666667px);max-width:calc(33.3333333333% - 26.6666666667px)}}@media only screen and (min-width: 1500px){.flex-md-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 768px){.flex-md-5-of-12{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media only screen and (min-width: 992px){.flex-md-5-of-12{flex:0 0 calc(41.6666666667% - 21px);max-width:calc(41.6666666667% - 21px)}}@media only screen and (min-width: 1200px){.flex-md-5-of-12{flex:0 0 calc(41.6666666667% - 23.3333333333px);max-width:calc(41.6666666667% - 23.3333333333px)}}@media only screen and (min-width: 1500px){.flex-md-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 768px){.flex-md-6-of-12{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media only screen and (min-width: 992px){.flex-md-6-of-12{flex:0 0 calc(50% - 18px);max-width:calc(50% - 18px)}}@media only screen and (min-width: 1200px){.flex-md-6-of-12{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media only screen and (min-width: 1500px){.flex-md-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 768px){.flex-md-7-of-12{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media only screen and (min-width: 992px){.flex-md-7-of-12{flex:0 0 calc(58.3333333333% - 15px);max-width:calc(58.3333333333% - 15px)}}@media only screen and (min-width: 1200px){.flex-md-7-of-12{flex:0 0 calc(58.3333333333% - 16.6666666667px);max-width:calc(58.3333333333% - 16.6666666667px)}}@media only screen and (min-width: 1500px){.flex-md-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 768px){.flex-md-8-of-12{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media only screen and (min-width: 992px){.flex-md-8-of-12{flex:0 0 calc(66.6666666667% - 12px);max-width:calc(66.6666666667% - 12px)}}@media only screen and (min-width: 1200px){.flex-md-8-of-12{flex:0 0 calc(66.6666666667% - 13.3333333333px);max-width:calc(66.6666666667% - 13.3333333333px)}}@media only screen and (min-width: 1500px){.flex-md-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 768px){.flex-md-9-of-12{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media only screen and (min-width: 992px){.flex-md-9-of-12{flex:0 0 calc(75% - 9px);max-width:calc(75% - 9px)}}@media only screen and (min-width: 1200px){.flex-md-9-of-12{flex:0 0 calc(75% - 10px);max-width:calc(75% - 10px)}}@media only screen and (min-width: 1500px){.flex-md-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 768px){.flex-md-10-of-12{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media only screen and (min-width: 992px){.flex-md-10-of-12{flex:0 0 calc(83.3333333333% - 6px);max-width:calc(83.3333333333% - 6px)}}@media only screen and (min-width: 1200px){.flex-md-10-of-12{flex:0 0 calc(83.3333333333% - 6.6666666667px);max-width:calc(83.3333333333% - 6.6666666667px)}}@media only screen and (min-width: 1500px){.flex-md-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 768px){.flex-md-11-of-12{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media only screen and (min-width: 992px){.flex-md-11-of-12{flex:0 0 calc(91.6666666667% - 3px);max-width:calc(91.6666666667% - 3px)}}@media only screen and (min-width: 1200px){.flex-md-11-of-12{flex:0 0 calc(91.6666666667% - 3.3333333333px);max-width:calc(91.6666666667% - 3.3333333333px)}}@media only screen and (min-width: 1500px){.flex-md-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 768px){.flex-md-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 992px){.flex-md-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1200px){.flex-md-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1500px){.flex-md-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 992px){.flex-lg-1-of-12{flex:0 0 calc(8.3333333333% - 33px);max-width:calc(8.3333333333% - 33px)}}@media only screen and (min-width: 1200px){.flex-lg-1-of-12{flex:0 0 calc(8.3333333333% - 36.6666666667px);max-width:calc(8.3333333333% - 36.6666666667px)}}@media only screen and (min-width: 1500px){.flex-lg-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 992px){.flex-lg-2-of-12{flex:0 0 calc(16.6666666667% - 30px);max-width:calc(16.6666666667% - 30px)}}@media only screen and (min-width: 1200px){.flex-lg-2-of-12{flex:0 0 calc(16.6666666667% - 33.3333333333px);max-width:calc(16.6666666667% - 33.3333333333px)}}@media only screen and (min-width: 1500px){.flex-lg-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 992px){.flex-lg-3-of-12{flex:0 0 calc(25% - 27px);max-width:calc(25% - 27px)}}@media only screen and (min-width: 1200px){.flex-lg-3-of-12{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}}@media only screen and (min-width: 1500px){.flex-lg-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 992px){.flex-lg-4-of-12{flex:0 0 calc(33.3333333333% - 24px);max-width:calc(33.3333333333% - 24px)}}@media only screen and (min-width: 1200px){.flex-lg-4-of-12{flex:0 0 calc(33.3333333333% - 26.6666666667px);max-width:calc(33.3333333333% - 26.6666666667px)}}@media only screen and (min-width: 1500px){.flex-lg-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 992px){.flex-lg-5-of-12{flex:0 0 calc(41.6666666667% - 21px);max-width:calc(41.6666666667% - 21px)}}@media only screen and (min-width: 1200px){.flex-lg-5-of-12{flex:0 0 calc(41.6666666667% - 23.3333333333px);max-width:calc(41.6666666667% - 23.3333333333px)}}@media only screen and (min-width: 1500px){.flex-lg-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 992px){.flex-lg-6-of-12{flex:0 0 calc(50% - 18px);max-width:calc(50% - 18px)}}@media only screen and (min-width: 1200px){.flex-lg-6-of-12{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media only screen and (min-width: 1500px){.flex-lg-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 992px){.flex-lg-7-of-12{flex:0 0 calc(58.3333333333% - 15px);max-width:calc(58.3333333333% - 15px)}}@media only screen and (min-width: 1200px){.flex-lg-7-of-12{flex:0 0 calc(58.3333333333% - 16.6666666667px);max-width:calc(58.3333333333% - 16.6666666667px)}}@media only screen and (min-width: 1500px){.flex-lg-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 992px){.flex-lg-8-of-12{flex:0 0 calc(66.6666666667% - 12px);max-width:calc(66.6666666667% - 12px)}}@media only screen and (min-width: 1200px){.flex-lg-8-of-12{flex:0 0 calc(66.6666666667% - 13.3333333333px);max-width:calc(66.6666666667% - 13.3333333333px)}}@media only screen and (min-width: 1500px){.flex-lg-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 992px){.flex-lg-9-of-12{flex:0 0 calc(75% - 9px);max-width:calc(75% - 9px)}}@media only screen and (min-width: 1200px){.flex-lg-9-of-12{flex:0 0 calc(75% - 10px);max-width:calc(75% - 10px)}}@media only screen and (min-width: 1500px){.flex-lg-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 992px){.flex-lg-10-of-12{flex:0 0 calc(83.3333333333% - 6px);max-width:calc(83.3333333333% - 6px)}}@media only screen and (min-width: 1200px){.flex-lg-10-of-12{flex:0 0 calc(83.3333333333% - 6.6666666667px);max-width:calc(83.3333333333% - 6.6666666667px)}}@media only screen and (min-width: 1500px){.flex-lg-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 992px){.flex-lg-11-of-12{flex:0 0 calc(91.6666666667% - 3px);max-width:calc(91.6666666667% - 3px)}}@media only screen and (min-width: 1200px){.flex-lg-11-of-12{flex:0 0 calc(91.6666666667% - 3.3333333333px);max-width:calc(91.6666666667% - 3.3333333333px)}}@media only screen and (min-width: 1500px){.flex-lg-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 992px){.flex-lg-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1200px){.flex-lg-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1500px){.flex-lg-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1200px){.flex-xl-1-of-12{flex:0 0 calc(8.3333333333% - 36.6666666667px);max-width:calc(8.3333333333% - 36.6666666667px)}}@media only screen and (min-width: 1500px){.flex-xl-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 1200px){.flex-xl-2-of-12{flex:0 0 calc(16.6666666667% - 33.3333333333px);max-width:calc(16.6666666667% - 33.3333333333px)}}@media only screen and (min-width: 1500px){.flex-xl-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 1200px){.flex-xl-3-of-12{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}}@media only screen and (min-width: 1500px){.flex-xl-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 1200px){.flex-xl-4-of-12{flex:0 0 calc(33.3333333333% - 26.6666666667px);max-width:calc(33.3333333333% - 26.6666666667px)}}@media only screen and (min-width: 1500px){.flex-xl-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 1200px){.flex-xl-5-of-12{flex:0 0 calc(41.6666666667% - 23.3333333333px);max-width:calc(41.6666666667% - 23.3333333333px)}}@media only screen and (min-width: 1500px){.flex-xl-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 1200px){.flex-xl-6-of-12{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media only screen and (min-width: 1500px){.flex-xl-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 1200px){.flex-xl-7-of-12{flex:0 0 calc(58.3333333333% - 16.6666666667px);max-width:calc(58.3333333333% - 16.6666666667px)}}@media only screen and (min-width: 1500px){.flex-xl-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 1200px){.flex-xl-8-of-12{flex:0 0 calc(66.6666666667% - 13.3333333333px);max-width:calc(66.6666666667% - 13.3333333333px)}}@media only screen and (min-width: 1500px){.flex-xl-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 1200px){.flex-xl-9-of-12{flex:0 0 calc(75% - 10px);max-width:calc(75% - 10px)}}@media only screen and (min-width: 1500px){.flex-xl-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 1200px){.flex-xl-10-of-12{flex:0 0 calc(83.3333333333% - 6.6666666667px);max-width:calc(83.3333333333% - 6.6666666667px)}}@media only screen and (min-width: 1500px){.flex-xl-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 1200px){.flex-xl-11-of-12{flex:0 0 calc(91.6666666667% - 3.3333333333px);max-width:calc(91.6666666667% - 3.3333333333px)}}@media only screen and (min-width: 1500px){.flex-xl-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 1200px){.flex-xl-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1500px){.flex-xl-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1500px){.flex-2xl-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 1500px){.flex-2xl-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 1500px){.flex-2xl-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 1500px){.flex-2xl-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 1500px){.flex-2xl-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 1500px){.flex-2xl-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 1500px){.flex-2xl-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 1500px){.flex-2xl-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 1500px){.flex-2xl-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 1500px){.flex-2xl-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 1500px){.flex-2xl-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 1500px){.flex-2xl-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@keyframes colorfulSplashFont{0%{opacity:0;transform:scale(0.9)}100%{opacity:100%;transform:scale(1)}}@keyframes traditionalSplashFont{0%{opacity:0}100%{opacity:100%}}@keyframes colorfulLeadFont{0%{opacity:0;transform:scale(0.9) translateY(8px)}100%{opacity:100%;transform:scale(1) translateY(0)}}@keyframes traditionalLeadFont{0%{opacity:0}100%{opacity:100%}}.hb-text-reset{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none}.hb-heading-1{font-weight:600;font-size:3.6rem;line-height:112%}@media(min-width: 768px){.hb-heading-1{font-size:4.6rem}}.hb-heading-2{font-weight:600;font-size:3.2rem;line-height:112%}@media(min-width: 768px){.hb-heading-2{font-size:3.8rem}}.hb-heading-3{font-weight:600;font-size:2.4rem;line-height:120%}@media(min-width: 768px){.hb-heading-3{font-size:2.7rem;line-height:117%}}.hb-heading-4{font-weight:600;font-size:2rem;line-height:122%}.hb-heading-5{font-weight:600;font-size:1.8rem;line-height:124%}.hb-heading-6{text-transform:uppercase;font-weight:600;font-size:1.6rem;line-height:128%}.hb-body-small{font-weight:400;font-size:1.6rem;line-height:122%}.hb-body-medium{font-weight:400;font-size:1.8rem;line-height:127%}.hb-link,.hb-link.ext{color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms}.hb-link:hover,.hb-link:focus,.hb-link.ext:hover,.hb-link.ext:focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}.hb-link:hover,.hb-link:focus,.hb-link.ext:hover,.hb-link.ext:focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}.hb-link:hover,.hb-link:focus,.hb-link.ext:hover,.hb-link.ext:focus{color:#000}.hb-dark-pattern .hb-link:hover,.hb-dark-inversion .views-element-container .hb-link:hover,.hb-dark-pattern .hb-link:focus,.hb-dark-inversion .views-element-container .hb-link:focus,.hb-dark-pattern .hb-link.ext:hover,.hb-dark-inversion .views-element-container .hb-link.ext:hover,.hb-dark-pattern .hb-link.ext:focus,.hb-dark-inversion .views-element-container .hb-link.ext:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-link-inline{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat}.hb-link-inline:hover,.hb-link-inline:focus{color:#002429;color:var(--palette--tertiary-darken-20)}.hb-link-inline:hover,.hb-link-inline:focus{background-position-y:-50%}.hb-dark-pattern .hb-link-inline:hover,.hb-dark-inversion .views-element-container .hb-link-inline:hover,.hb-dark-pattern .hb-link-inline:focus,.hb-dark-inversion .views-element-container .hb-link-inline:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer .hb-link-inline{background-image:none}.hb-local-footer .hb-link-inline:hover,.hb-local-footer .hb-link-inline:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern .hb-link-inline,.hb-dark-inversion .views-element-container .hb-link-inline{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern .hb-link-inline:hover,.hb-dark-pattern .hb-link-inline:focus,.hb-dark-inversion .views-element-container .hb-link-inline:hover,.hb-dark-inversion .views-element-container .hb-link-inline:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hb-highlighted-label .field-label{font-size:1.6rem;font-style:normal;text-transform:inherit;color:#148762;color:var(--palette--secondary)}.hb-well .hb-highlighted-label .field-label{color:#0c523b !important;color:var(--palette--secondary-darken-12) !important}.views-row .hb-highlighted-label,.views-row .hb-highlighted-label a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;font-style:normal;text-transform:uppercase;color:#000;font-weight:700;font-size:1.5rem;margin-bottom:0.4rem;font-size:1.6rem;font-style:normal;text-transform:inherit;color:#148762;color:var(--palette--secondary)}.hb-well .views-row .hb-highlighted-label,.hb-well .views-row .hb-highlighted-label a{color:#0c523b !important;color:var(--palette--secondary-darken-12) !important}.hb-subtitle{font-weight:600;line-height:122%;font-size:1.6rem}@media(min-width: 992px){.hb-subtitle{font-size:1.8rem}}.hb-descriptor,.descriptor{color:#413e39;font-size:1.6rem}@media(min-width: 992px){.hb-descriptor,.descriptor{font-size:1.8rem}}.views-row .hb-descriptor,.views-row .hb-descriptor a,.views-row .descriptor,.views-row .descriptor a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#413e39;font-size:1.6rem}@media(min-width: 992px){.views-row .hb-descriptor,.views-row .hb-descriptor a,.views-row .descriptor,.views-row .descriptor a{font-size:1.8rem}}.hb-pill{display:inline-block;font-size:1.4rem;text-decoration:none;transition:background-color 150ms ease-in-out;margin-bottom:0.5rem;background-color:#8ff0ff;background-color:var(--palette--tertiary-highlight-darken-10);color:#413e39;padding:0.1rem 1.2rem;border-radius:1.3rem;border:2px solid rgba(0,0,0,0)}.hb-dark-pattern .hb-pill,.hb-dark-inversion .views-element-container .hb-pill{color:#413e39 !important}a.hb-pill{display:inline-block;font-size:1.4rem;text-decoration:none;transition:background-color 150ms ease-in-out;margin-bottom:0.5rem;background-color:#8ff0ff;background-color:var(--palette--tertiary-highlight-darken-10);color:#413e39;padding:0.1rem 1.2rem;border-radius:1.3rem;border:2px solid rgba(0,0,0,0);background-image:none}.hb-dark-pattern a.hb-pill,.hb-dark-inversion .views-element-container a.hb-pill{color:#413e39 !important}a.hb-pill .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000000' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hb-dark-pattern a.hb-pill,.hb-dark-inversion .views-element-container a.hb-pill{border-color:rgba(0,0,0,0)}a.hb-pill:focus,a.hb-pill:hover{border-color:#8ff0ff;border-color:var(--palette--tertiary-highlight-darken-10);background-color:#fff}.hb-dark-pattern a.hb-pill:focus,.hb-dark-inversion .views-element-container a.hb-pill:focus,.hb-dark-pattern a.hb-pill:hover,.hb-dark-inversion .views-element-container a.hb-pill:hover{border-color:rgba(0,0,0,0)}.hb-blockquote{position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.hb-blockquote{padding:4.4rem 2.8rem}}.hb-blockquote::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .hb-blockquote::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .hb-blockquote::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .hb-blockquote::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-blockquote::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-blockquote::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-blockquote::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-blockquote::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-blockquote::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .hb-blockquote::before,.hs-paragraph-style--well .hb-blockquote::before,.hs-paragraph-style--well-full-width .hb-blockquote::before,.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote::before{background-color:#f1f0ee}.hb-dark-pattern .hb-blockquote,.hb-dark-inversion .views-element-container .hb-blockquote{border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .hb-blockquote::before,.hb-dark-inversion .views-element-container .hb-blockquote::before{background-color:#002429;background-color:var(--palette--primary-dark)}@media(min-width: 992px){.hb-blockquote{font-size:2.8rem}}.hb-blockquote-black-text .hb-blockquote{color:#000}.hb-blockquote>p,.hb-blockquote>div{margin:0}.hb-blockquote>p::before,.hb-blockquote>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.hb-blockquote>p::after,.hb-blockquote>div::after{position:absolute;content:close-quote;margin-right:1rem}.hb-dark-pattern .hb-blockquote,.hb-dark-inversion .views-element-container .hb-blockquote{color:#fff}.hb-blockquote .views-row hb-blockquote,.hb-blockquote .views-row hb-blockquote a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.hb-blockquote .views-row hb-blockquote,.hb-blockquote .views-row hb-blockquote a{padding:4.4rem 2.8rem}}.hb-blockquote .views-row hb-blockquote::before,.hb-blockquote .views-row hb-blockquote a::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .hb-blockquote .views-row hb-blockquote::before,.hb-spotlight .hb-blockquote .views-row hb-blockquote a::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .hb-blockquote .views-row hb-blockquote::before,.hc-pairing-lake .hb-spotlight .hb-blockquote .views-row hb-blockquote a::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .hb-blockquote .views-row hb-blockquote::before,.hc-pairing-ocean .hb-blockquote .views-row hb-blockquote a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-blockquote .views-row hb-blockquote::before,.hc-pairing-mountain .hb-blockquote .views-row hb-blockquote a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-blockquote .views-row hb-blockquote::before,.hc-pairing-cardinal .hb-blockquote .views-row hb-blockquote a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-blockquote .views-row hb-blockquote::before,.hc-pairing-lake .hb-blockquote .views-row hb-blockquote a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-blockquote .views-row hb-blockquote::before,.hc-pairing-canyon .hb-blockquote .views-row hb-blockquote a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-blockquote .views-row hb-blockquote::before,.hc-pairing-cliff .hb-blockquote .views-row hb-blockquote a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .hb-blockquote .views-row hb-blockquote::before,.hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote::before,.hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote::before,.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote::before,.hb-callout-box .hb-blockquote .views-row hb-blockquote a::before,.hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a::before,.hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote a::before,.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote a::before{background-color:#f1f0ee}.hb-dark-pattern .hb-blockquote .views-row hb-blockquote,.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote,.hb-dark-pattern .hb-blockquote .views-row hb-blockquote a,.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote a{border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .hb-blockquote .views-row hb-blockquote::before,.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote::before,.hb-dark-pattern .hb-blockquote .views-row hb-blockquote a::before,.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote a::before{background-color:#002429;background-color:var(--palette--primary-dark)}@media(min-width: 992px){.hb-blockquote .views-row hb-blockquote,.hb-blockquote .views-row hb-blockquote a{font-size:2.8rem}}.hb-blockquote-black-text .hb-blockquote .views-row hb-blockquote,.hb-blockquote-black-text .hb-blockquote .views-row hb-blockquote a{color:#000}.hb-blockquote .views-row hb-blockquote>p,.hb-blockquote .views-row hb-blockquote>div,.hb-blockquote .views-row hb-blockquote a>p,.hb-blockquote .views-row hb-blockquote a>div{margin:0}.hb-blockquote .views-row hb-blockquote>p::before,.hb-blockquote .views-row hb-blockquote>div::before,.hb-blockquote .views-row hb-blockquote a>p::before,.hb-blockquote .views-row hb-blockquote a>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.hb-blockquote .views-row hb-blockquote>p::after,.hb-blockquote .views-row hb-blockquote>div::after,.hb-blockquote .views-row hb-blockquote a>p::after,.hb-blockquote .views-row hb-blockquote a>div::after{position:absolute;content:close-quote;margin-right:1rem}.hb-dark-pattern .hb-blockquote .views-row hb-blockquote,.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote,.hb-dark-pattern .hb-blockquote .views-row hb-blockquote a,.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote a{color:#fff}.hb-blockquote .views-row hb-blockquote>p::before,.hb-blockquote .views-row hb-blockquote>p::after,.hb-blockquote .views-row hb-blockquote>div::before,.hb-blockquote .views-row hb-blockquote>div::after,.hb-blockquote .views-row hb-blockquote a>p::before,.hb-blockquote .views-row hb-blockquote a>p::after,.hb-blockquote .views-row hb-blockquote a>div::before,.hb-blockquote .views-row hb-blockquote a>div::after{content:none}.highlight-block-left{position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.highlight-block-left{padding:4.4rem 2.8rem}}.highlight-block-left::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-left::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-left::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .highlight-block-left::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .highlight-block-left::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .highlight-block-left::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .highlight-block-left::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .highlight-block-left::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .highlight-block-left::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .highlight-block-left::before,.hs-paragraph-style--well .highlight-block-left::before,.hs-paragraph-style--well-full-width .highlight-block-left::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left::before{background-color:#f1f0ee}.hb-dark-pattern .highlight-block-left,.hb-dark-inversion .views-element-container .highlight-block-left{border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .highlight-block-left::before,.hb-dark-inversion .views-element-container .highlight-block-left::before{background-color:#002429;background-color:var(--palette--primary-dark)}@media(min-width: 992px){.highlight-block-left{font-size:2.8rem}}.hb-blockquote-black-text .highlight-block-left{color:#000}.highlight-block-left>p,.highlight-block-left>div{margin:0}.highlight-block-left>p::before,.highlight-block-left>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.highlight-block-left>p::after,.highlight-block-left>div::after{position:absolute;content:close-quote;margin-right:1rem}.hb-dark-pattern .highlight-block-left,.hb-dark-inversion .views-element-container .highlight-block-left{color:#fff}.highlight-block-left .views-row highlight-block-left,.highlight-block-left .views-row highlight-block-left a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.highlight-block-left .views-row highlight-block-left,.highlight-block-left .views-row highlight-block-left a{padding:4.4rem 2.8rem}}.highlight-block-left .views-row highlight-block-left::before,.highlight-block-left .views-row highlight-block-left a::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-left .views-row highlight-block-left::before,.hb-spotlight .highlight-block-left .views-row highlight-block-left a::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-left .views-row highlight-block-left::before,.hc-pairing-lake .hb-spotlight .highlight-block-left .views-row highlight-block-left a::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .highlight-block-left .views-row highlight-block-left::before,.hc-pairing-ocean .highlight-block-left .views-row highlight-block-left a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .highlight-block-left .views-row highlight-block-left::before,.hc-pairing-mountain .highlight-block-left .views-row highlight-block-left a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .highlight-block-left .views-row highlight-block-left::before,.hc-pairing-cardinal .highlight-block-left .views-row highlight-block-left a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .highlight-block-left .views-row highlight-block-left::before,.hc-pairing-lake .highlight-block-left .views-row highlight-block-left a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .highlight-block-left .views-row highlight-block-left::before,.hc-pairing-canyon .highlight-block-left .views-row highlight-block-left a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .highlight-block-left .views-row highlight-block-left::before,.hc-pairing-cliff .highlight-block-left .views-row highlight-block-left a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .highlight-block-left .views-row highlight-block-left::before,.hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left::before,.hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left::before,.hb-callout-box .highlight-block-left .views-row highlight-block-left a::before,.hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a::before,.hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left a::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left a::before{background-color:#f1f0ee}.hb-dark-pattern .highlight-block-left .views-row highlight-block-left,.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left,.hb-dark-pattern .highlight-block-left .views-row highlight-block-left a,.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left a{border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .highlight-block-left .views-row highlight-block-left::before,.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left::before,.hb-dark-pattern .highlight-block-left .views-row highlight-block-left a::before,.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left a::before{background-color:#002429;background-color:var(--palette--primary-dark)}@media(min-width: 992px){.highlight-block-left .views-row highlight-block-left,.highlight-block-left .views-row highlight-block-left a{font-size:2.8rem}}.hb-blockquote-black-text .highlight-block-left .views-row highlight-block-left,.hb-blockquote-black-text .highlight-block-left .views-row highlight-block-left a{color:#000}.highlight-block-left .views-row highlight-block-left>p,.highlight-block-left .views-row highlight-block-left>div,.highlight-block-left .views-row highlight-block-left a>p,.highlight-block-left .views-row highlight-block-left a>div{margin:0}.highlight-block-left .views-row highlight-block-left>p::before,.highlight-block-left .views-row highlight-block-left>div::before,.highlight-block-left .views-row highlight-block-left a>p::before,.highlight-block-left .views-row highlight-block-left a>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.highlight-block-left .views-row highlight-block-left>p::after,.highlight-block-left .views-row highlight-block-left>div::after,.highlight-block-left .views-row highlight-block-left a>p::after,.highlight-block-left .views-row highlight-block-left a>div::after{position:absolute;content:close-quote;margin-right:1rem}.hb-dark-pattern .highlight-block-left .views-row highlight-block-left,.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left,.hb-dark-pattern .highlight-block-left .views-row highlight-block-left a,.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left a{color:#fff}.highlight-block-left .views-row highlight-block-left>p::before,.highlight-block-left .views-row highlight-block-left>p::after,.highlight-block-left .views-row highlight-block-left>div::before,.highlight-block-left .views-row highlight-block-left>div::after,.highlight-block-left .views-row highlight-block-left a>p::before,.highlight-block-left .views-row highlight-block-left a>p::after,.highlight-block-left .views-row highlight-block-left a>div::before,.highlight-block-left .views-row highlight-block-left a>div::after{content:none}.highlight-block-right{position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.highlight-block-right{padding:4.4rem 2.8rem}}.highlight-block-right::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-right::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-right::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .highlight-block-right::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .highlight-block-right::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .highlight-block-right::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .highlight-block-right::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .highlight-block-right::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .highlight-block-right::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .highlight-block-right::before,.hs-paragraph-style--well .highlight-block-right::before,.hs-paragraph-style--well-full-width .highlight-block-right::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right::before{background-color:#f1f0ee}.hb-dark-pattern .highlight-block-right,.hb-dark-inversion .views-element-container .highlight-block-right{border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .highlight-block-right::before,.hb-dark-inversion .views-element-container .highlight-block-right::before{background-color:#002429;background-color:var(--palette--primary-dark)}@media(min-width: 992px){.highlight-block-right{font-size:2.8rem}}.hb-blockquote-black-text .highlight-block-right{color:#000}.highlight-block-right>p,.highlight-block-right>div{margin:0}.highlight-block-right>p::before,.highlight-block-right>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.highlight-block-right>p::after,.highlight-block-right>div::after{position:absolute;content:close-quote;margin-right:1rem}.hb-dark-pattern .highlight-block-right,.hb-dark-inversion .views-element-container .highlight-block-right{color:#fff}.highlight-block-right .views-row highlight-block-right,.highlight-block-right .views-row highlight-block-right a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.highlight-block-right .views-row highlight-block-right,.highlight-block-right .views-row highlight-block-right a{padding:4.4rem 2.8rem}}.highlight-block-right .views-row highlight-block-right::before,.highlight-block-right .views-row highlight-block-right a::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-right .views-row highlight-block-right::before,.hb-spotlight .highlight-block-right .views-row highlight-block-right a::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-right .views-row highlight-block-right::before,.hc-pairing-lake .hb-spotlight .highlight-block-right .views-row highlight-block-right a::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .highlight-block-right .views-row highlight-block-right::before,.hc-pairing-ocean .highlight-block-right .views-row highlight-block-right a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .highlight-block-right .views-row highlight-block-right::before,.hc-pairing-mountain .highlight-block-right .views-row highlight-block-right a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .highlight-block-right .views-row highlight-block-right::before,.hc-pairing-cardinal .highlight-block-right .views-row highlight-block-right a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .highlight-block-right .views-row highlight-block-right::before,.hc-pairing-lake .highlight-block-right .views-row highlight-block-right a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .highlight-block-right .views-row highlight-block-right::before,.hc-pairing-canyon .highlight-block-right .views-row highlight-block-right a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .highlight-block-right .views-row highlight-block-right::before,.hc-pairing-cliff .highlight-block-right .views-row highlight-block-right a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .highlight-block-right .views-row highlight-block-right::before,.hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right::before,.hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right::before,.hb-callout-box .highlight-block-right .views-row highlight-block-right a::before,.hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a::before,.hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right a::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right a::before{background-color:#f1f0ee}.hb-dark-pattern .highlight-block-right .views-row highlight-block-right,.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right,.hb-dark-pattern .highlight-block-right .views-row highlight-block-right a,.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right a{border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .highlight-block-right .views-row highlight-block-right::before,.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right::before,.hb-dark-pattern .highlight-block-right .views-row highlight-block-right a::before,.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right a::before{background-color:#002429;background-color:var(--palette--primary-dark)}@media(min-width: 992px){.highlight-block-right .views-row highlight-block-right,.highlight-block-right .views-row highlight-block-right a{font-size:2.8rem}}.hb-blockquote-black-text .highlight-block-right .views-row highlight-block-right,.hb-blockquote-black-text .highlight-block-right .views-row highlight-block-right a{color:#000}.highlight-block-right .views-row highlight-block-right>p,.highlight-block-right .views-row highlight-block-right>div,.highlight-block-right .views-row highlight-block-right a>p,.highlight-block-right .views-row highlight-block-right a>div{margin:0}.highlight-block-right .views-row highlight-block-right>p::before,.highlight-block-right .views-row highlight-block-right>div::before,.highlight-block-right .views-row highlight-block-right a>p::before,.highlight-block-right .views-row highlight-block-right a>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.highlight-block-right .views-row highlight-block-right>p::after,.highlight-block-right .views-row highlight-block-right>div::after,.highlight-block-right .views-row highlight-block-right a>p::after,.highlight-block-right .views-row highlight-block-right a>div::after{position:absolute;content:close-quote;margin-right:1rem}.hb-dark-pattern .highlight-block-right .views-row highlight-block-right,.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right,.hb-dark-pattern .highlight-block-right .views-row highlight-block-right a,.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right a{color:#fff}.highlight-block-right .views-row highlight-block-right>p::before,.highlight-block-right .views-row highlight-block-right>p::after,.highlight-block-right .views-row highlight-block-right>div::before,.highlight-block-right .views-row highlight-block-right>div::after,.highlight-block-right .views-row highlight-block-right a>p::before,.highlight-block-right .views-row highlight-block-right a>p::after,.highlight-block-right .views-row highlight-block-right a>div::before,.highlight-block-right .views-row highlight-block-right a>div::after{content:none}.hb-title h1,.hb-title h2,.hb-title h3,.hb-title h4,.hb-title h5,.hb-title h6{font-weight:600;font-size:3.6rem;line-height:112%;margin:0}@media(min-width: 768px){.hb-title h1,.hb-title h2,.hb-title h3,.hb-title h4,.hb-title h5,.hb-title h6{font-size:4.6rem}}.hb-title::before{border-bottom:solid 0.4rem;border-color:#148762;border-color:var(--palette--secondary);content:"";display:block;vertical-align:middle;width:5.5rem;margin-right:1rem}.hb-text-align-left{text-align:left}.hb-text-align-center{text-align:center}.hb-text-align-right{text-align:right}.fa,.fab,.fal,.far,.fas{color:#148762;color:var(--palette--secondary)}.hb-dark-pattern .fa,.hb-dark-pattern .fab,.hb-dark-pattern .fal,.hb-dark-pattern .far,.hb-dark-pattern .fas{color:#e4f4ee;color:var(--palette--secondary-highlight)}a.fa,a.fab,a.fal,a.far,a.fas,a>.fa,a>.fab,a>.fal,a>.far,a>.fas,a>.fontawesome-icon-inline>.fa,a>.fontawesome-icon-inline>.fab,a>.fontawesome-icon-inline>.fal,a>.fontawesome-icon-inline>.far,a>.fontawesome-icon-inline>.fas{text-decoration:none;transition:color 150ms ease-in-out}a.fa:hover,a.fa:focus,a.fab:hover,a.fab:focus,a.fal:hover,a.fal:focus,a.far:hover,a.far:focus,a.fas:hover,a.fas:focus,a>.fa:hover,a>.fa:focus,a>.fab:hover,a>.fab:focus,a>.fal:hover,a>.fal:focus,a>.far:hover,a>.far:focus,a>.fas:hover,a>.fas:focus,a>.fontawesome-icon-inline>.fa:hover,a>.fontawesome-icon-inline>.fa:focus,a>.fontawesome-icon-inline>.fab:hover,a>.fontawesome-icon-inline>.fab:focus,a>.fontawesome-icon-inline>.fal:hover,a>.fontawesome-icon-inline>.fal:focus,a>.fontawesome-icon-inline>.far:hover,a>.fontawesome-icon-inline>.far:focus,a>.fontawesome-icon-inline>.fas:hover,a>.fontawesome-icon-inline>.fas:focus{color:#0c523b;color:var(--palette--secondary-darken-12)}.hb-dark-pattern a.fa:hover,.hb-dark-pattern a.fa:focus,.hb-dark-pattern a.fab:hover,.hb-dark-pattern a.fab:focus,.hb-dark-pattern a.fal:hover,.hb-dark-pattern a.fal:focus,.hb-dark-pattern a.far:hover,.hb-dark-pattern a.far:focus,.hb-dark-pattern a.fas:hover,.hb-dark-pattern a.fas:focus,.hb-dark-pattern a>.fa:hover,.hb-dark-pattern a>.fa:focus,.hb-dark-pattern a>.fab:hover,.hb-dark-pattern a>.fab:focus,.hb-dark-pattern a>.fal:hover,.hb-dark-pattern a>.fal:focus,.hb-dark-pattern a>.far:hover,.hb-dark-pattern a>.far:focus,.hb-dark-pattern a>.fas:hover,.hb-dark-pattern a>.fas:focus,.hb-dark-pattern a>.fontawesome-icon-inline>.fa:hover,.hb-dark-pattern a>.fontawesome-icon-inline>.fa:focus,.hb-dark-pattern a>.fontawesome-icon-inline>.fab:hover,.hb-dark-pattern a>.fontawesome-icon-inline>.fab:focus,.hb-dark-pattern a>.fontawesome-icon-inline>.fal:hover,.hb-dark-pattern a>.fontawesome-icon-inline>.fal:focus,.hb-dark-pattern a>.fontawesome-icon-inline>.far:hover,.hb-dark-pattern a>.fontawesome-icon-inline>.far:focus,.hb-dark-pattern a>.fontawesome-icon-inline>.fas:hover,.hb-dark-pattern a>.fontawesome-icon-inline>.fas:focus{color:#8ff0ff !important;color:var(--palette--tertiary-highlight-darken-10) !important}.fa-fw.fa-border{box-sizing:content-box}.fa-ext,.fa-mailto{display:none}.hb-position-relative{position:relative}.hb-columns{display:flex;flex-wrap:wrap}.hb-columns>div{width:50%;padding-right:1.1rem}.hb-inline,.hb-inline-pipe{margin-bottom:2rem}@media(min-width: 576px){.hb-inline,.hb-inline-pipe{display:flex;flex-wrap:wrap}}.hb-inline>div,.hb-inline-pipe>div{margin-bottom:1.6rem;padding-right:2rem}.hb-inline-pipe>div{padding-right:0}@media(min-width: 576px){.hb-inline-pipe>div{display:flex}}@media(min-width: 576px){.hb-inline-pipe>div::after{margin:0 1rem;content:"|";color:#413e39}}.hb-inline-pipe>div:last-child{margin-bottom:2rem}@media(min-width: 576px){.hb-inline-pipe>div:last-child{margin-bottom:initial}}.hb-inline-pipe>div:last-child::after{content:""}.hs-well,.hb-well,.pullquote{background-color:#f1f0ee;padding:2rem 1.8rem;border:0 none}.hb-dark-pattern .hs-well,.hb-dark-inversion .views-element-container .hs-well,.hb-dark-pattern .hb-well,.hb-dark-inversion .views-element-container .hb-well,.hb-dark-pattern .pullquote,.hb-dark-inversion .views-element-container .pullquote{color:#000}.hb-three-column__sidebar-1 .hs-well,.hb-three-column__sidebar-2 .hs-well,.hb-three-column__sidebar-1 .hb-well,.hb-three-column__sidebar-2 .hb-well,.hb-three-column__sidebar-1 .pullquote,.hb-three-column__sidebar-2 .pullquote{position:relative;z-index:1}.hb-divider{width:100%;border-bottom:1px solid;border-color:#b6b1a9}.hb-borderless{border:0 none;padding:0}.hb-views-divider .views-row:not(:last-of-type){width:100%;border-bottom:1px solid;border-color:#b6b1a9;padding-bottom:4.8rem}@media(min-width: 768px){.hb-three-column-w-image .hb-main-body-detail-image{float:right;margin:0 0 2.8rem 2.8rem}.hb-three-column-w-image .hb-main-body-detail-image::after{clear:both;content:"";display:table}}.hb-heading-link-color:is(h1,h2,h3,h4,h5,h6,span) a:not([class]),.hb-heading-link-color .hb-card__title a{color:#007c8f;color:var(--palette--tertiary);border-bottom-color:inherit}.hb-heading-link-color:is(h1,h2,h3,h4,h5,h6,span) a:not([class]):hover,.hb-heading-link-color:is(h1,h2,h3,h4,h5,h6,span) a:not([class]):focus,.hb-heading-link-color .hb-card__title a:hover,.hb-heading-link-color .hb-card__title a:focus{color:#002429;color:var(--palette--tertiary-darken-20)}.hb-carousel-reset-height .paragraph--type--hs-carousel .hb-hero-overlay__text{min-height:initial !important}.hb-accordion-toggle-all{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms;cursor:pointer;float:right;margin-bottom:1.6rem}.hb-accordion-toggle-all:hover,.hb-accordion-toggle-all:focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}.hb-accordion-toggle-all:hover,.hb-accordion-toggle-all:focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}.hb-accordion-toggle-all:hover,.hb-accordion-toggle-all:focus{color:#000}.hb-dark-pattern .hb-accordion-toggle-all:hover,.hb-dark-inversion .views-element-container .hb-accordion-toggle-all:hover,.hb-dark-pattern .hb-accordion-toggle-all:focus,.hb-dark-inversion .views-element-container .hb-accordion-toggle-all:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-timeline-checklist .hb-timeline-item__heading::before{border-radius:initial}.hb-timeline-checklist .ptype-hs-timeline-item:last-of-type .hb-timeline-item[open]::after,.hb-timeline-checklist .views-view-pattern .hb-timeline-item:last-of-type .hb-timeline-item[open]::after{border-radius:initial}.hb-timeline-border .ptype-hs-timeline-item:last-of-type,.hb-timeline-border .views-view-pattern .hb-timeline-item:last-of-type{padding-bottom:2.8rem;border-bottom:1px solid #000}.hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary){border-color:#00505c;border-color:var(--palette--primary);color:#000;border-width:0.2rem;background-color:rgba(0,0,0,0)}.hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E");background-size:1.8rem;transition:transform 150ms ease-in-out}.hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover{color:#148762;color:var(--palette--secondary)}.hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23148762' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.hc-pairing-ocean .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23148762' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-mountain .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%2300638e' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%238c1515' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-lake .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%233f3c30' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-canyon .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%238c1515' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-cliff .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%2300505c' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hb-accordion-secondary .ptype-hs-accordion details[open]{border-color:#00505c;border-color:var(--palette--primary);border-width:0.2rem;border-bottom:none}.hb-accordion-secondary .ptype-hs-accordion details[open] summary:not(.hb-timeline-item__summary){background:rgba(0,0,0,0);border-bottom:none}.hb-accordion-secondary .ptype-hs-accordion details[open] summary:not(.hb-timeline-item__summary)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.hb-accordion-secondary .ptype-hs-accordion details[open] .revealed-details{border-color:#00505c;border-color:var(--palette--primary);border-width:0.2rem;border-top:none}.hb-single-category.label-hidden{font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-single-category.label-hidden::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-single-category.label-hidden::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-single-category.label-hidden,.hb-dark-inversion .views-element-container .hb-single-category.label-hidden{color:#fff}.hb-single-category.entity-reference div:not([class]){font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-single-category.entity-reference div:not([class])::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-single-category.entity-reference div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-single-category.entity-reference div:not([class]),.hb-dark-inversion .views-element-container .hb-single-category.entity-reference div:not([class]){color:#fff}.hb-single-category a{text-decoration:none;border-bottom:1px solid;border-color:rgba(0,0,0,0);transition:border-color 150ms ease-in-out;background-image:none;line-height:134%;color:#000}.hb-single-category a:hover,.hb-single-category a:focus{border-color:#000}.hb-dark-pattern .hb-single-category a,.hb-dark-inversion .views-element-container .hb-single-category a{color:#fff;border-color:rgba(0,0,0,0)}.hb-single-category a:hover,.hb-single-category a:focus{color:#000}.views-row .hb-single-category{font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.views-row .hb-single-category::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.views-row .hb-single-category::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .views-row .hb-single-category,.hb-dark-inversion .views-element-container .views-row .hb-single-category{color:#fff}.views-row .hb-single-category.entity-reference div:not([class]){font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.views-row .hb-single-category.entity-reference div:not([class])::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.views-row .hb-single-category.entity-reference div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .views-row .hb-single-category.entity-reference div:not([class]),.hb-dark-inversion .views-element-container .views-row .hb-single-category.entity-reference div:not([class]){color:#fff}.views-row .hb-single-category a{text-decoration:none;border-bottom:1px solid;border-color:rgba(0,0,0,0);transition:border-color 150ms ease-in-out;background-image:none;line-height:134%;color:#000}.views-row .hb-single-category a:hover,.views-row .hb-single-category a:focus{border-color:#000}.hb-dark-pattern .views-row .hb-single-category a,.hb-dark-inversion .views-element-container .views-row .hb-single-category a{color:#fff;border-color:rgba(0,0,0,0)}.views-row .hb-single-category a:hover,.views-row .hb-single-category a:focus{color:#000}.hb-categories.entity-reference div div:not([class]){font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-categories.entity-reference div div:not([class])::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-categories.entity-reference div div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-categories.entity-reference div div:not([class]),.hb-dark-inversion .views-element-container .hb-categories.entity-reference div div:not([class]){color:#fff}.hb-categories.string div div{font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-categories.string div div::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-categories.string div div::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-categories.string div div,.hb-dark-inversion .views-element-container .hb-categories.string div div{color:#fff}.hb-categories.label-hidden>div:not([class]){font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-categories.label-hidden>div:not([class])::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-categories.label-hidden>div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-categories.label-hidden>div:not([class]),.hb-dark-inversion .views-element-container .hb-categories.label-hidden>div:not([class]){color:#fff}.hb-categories ol,.hb-categories ul{list-style-type:none;padding:0;margin:0 0 1rem}.hb-categories ol li,.hb-categories ul li{font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-categories ol li::before,.hb-categories ul li::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-categories ol li::before,.hb-categories ul li::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-categories ol li,.hb-dark-inversion .views-element-container .hb-categories ol li,.hb-dark-pattern .hb-categories ul li,.hb-dark-inversion .views-element-container .hb-categories ul li{color:#fff}.hb-categories a{text-decoration:none;border-bottom:1px solid;border-color:rgba(0,0,0,0);transition:border-color 150ms ease-in-out;background-image:none;line-height:134%;color:#000}.hb-categories a:hover,.hb-categories a:focus{border-color:#000}.hb-dark-pattern .hb-categories a,.hb-dark-inversion .views-element-container .hb-categories a{color:#fff;border-color:rgba(0,0,0,0)}.hb-categories a:hover,.hb-categories a:focus{color:#000}.hb-pill-link-list ol,.hb-pill-link-list ul,.hb-pill-list ol,.hb-pill-list ul{padding:0;margin:0}.hb-pill-link-list li:nth-child(n),.hb-pill-list li:nth-child(n){display:inline-block;margin-right:0.8rem;margin-bottom:0.8rem;padding-left:0}.hb-pill-link-list li:nth-child(n)::before,.hb-pill-list li:nth-child(n)::before{display:none}.hb-pill-link-list div:not([class])>div:not([class]),.hb-pill-list div:not([class])>div:not([class]){display:inline-block;margin-right:0.8rem;margin-bottom:0.8rem}.hb-pill-link-list.label-hidden>div:not([class]),.hb-pill-list.label-hidden>div:not([class]){display:inline-block;margin-right:0.8rem;margin-bottom:0.8rem}.hb-pill-link-list a{display:inline-block;font-size:1.4rem;text-decoration:none;transition:background-color 150ms ease-in-out;margin-bottom:0.5rem;background-color:#8ff0ff;background-color:var(--palette--tertiary-highlight-darken-10);color:#413e39;padding:0.1rem 1.2rem;border-radius:1.3rem;border:2px solid rgba(0,0,0,0);background-image:none;background-image:none !important;color:inherit !important}.hb-dark-pattern .hb-pill-link-list a,.hb-dark-inversion .views-element-container .hb-pill-link-list a{color:#413e39 !important}.hb-pill-link-list a .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000000' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hb-dark-pattern .hb-pill-link-list a,.hb-dark-inversion .views-element-container .hb-pill-link-list a{border-color:rgba(0,0,0,0)}.hb-pill-link-list a:focus,.hb-pill-link-list a:hover{border-color:#8ff0ff;border-color:var(--palette--tertiary-highlight-darken-10);background-color:#fff}.hb-dark-pattern .hb-pill-link-list a:focus,.hb-dark-inversion .views-element-container .hb-pill-link-list a:focus,.hb-dark-pattern .hb-pill-link-list a:hover,.hb-dark-inversion .views-element-container .hb-pill-link-list a:hover{border-color:rgba(0,0,0,0)}.hb-pill-link-list a .fa-ext::after{height:1.1rem;margin-bottom:0}.hb-pill-list div:not([class])>div:not([class]),.hb-pill-list.label-hidden>div:not([class]),.hb-pill-list li:nth-child(n){display:inline-block;font-size:1.4rem;text-decoration:none;transition:background-color 150ms ease-in-out;margin-bottom:0.5rem;background-color:#8ff0ff;background-color:var(--palette--tertiary-highlight-darken-10);color:#413e39;padding:0.1rem 1.2rem;border-radius:1.3rem;border:2px solid rgba(0,0,0,0)}.hb-dark-pattern .hb-pill-list div:not([class])>div:not([class]),.hb-dark-inversion .views-element-container .hb-pill-list div:not([class])>div:not([class]),.hb-dark-pattern .hb-pill-list.label-hidden>div:not([class]),.hb-dark-inversion .views-element-container .hb-pill-list.label-hidden>div:not([class]),.hb-dark-pattern .hb-pill-list li:nth-child(n),.hb-dark-inversion .views-element-container .hb-pill-list li:nth-child(n){color:#413e39 !important}.hb-list-reset ul:not([class]){list-style-type:disc}.hb-list-reset ul:not([class]) ul{list-style-type:circle}.hb-list-reset ul:not([class]) ul ul{list-style-type:square}.hb-list-reset ul:not([class]) li{overflow:visible;padding-left:0}.hb-list-reset ul:not([class]) li::before{content:none}.hb-list-reset ol:not([class]){list-style-type:decimal;padding-left:revert}.hb-list-reset ol:not([class]) li{overflow:visible;padding-left:0}.hb-list-reset ol:not([class]) li::before{content:none}.hb-card-image-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}@media(min-width: 768px){.hb-card-image-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}.hb-card-image-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}@media(min-width: 768px){.hb-card-image-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}.hb-card-image-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}@media(min-width: 768px){.hb-card-image-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}.hb-card-image-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}@media(min-width: 768px){.hb-card-image-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}.hb-card-image-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}@media(min-width: 768px){.hb-card-image-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}.hb-card-image-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}@media(min-width: 768px){.hb-card-image-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}.hb-card-image-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}@media(min-width: 768px){.hb-card-image-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}.hb-card-image-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}@media(min-width: 768px){.hb-card-image-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}.hb-card-image-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}@media(min-width: 768px){.hb-card-image-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}.hb-card-image-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}@media(min-width: 768px){.hb-card-image-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}.hb-card-image-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}@media(min-width: 768px){.hb-card-image-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}.hb-card-image-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}@media(min-width: 768px){.hb-card-image-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}.hb-card-image-xs-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}@media(min-width: 768px){.hb-card-image-xs-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}.hb-card-image-xs-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}@media(min-width: 768px){.hb-card-image-xs-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}.hb-card-image-xs-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}@media(min-width: 768px){.hb-card-image-xs-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}.hb-card-image-xs-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}@media(min-width: 768px){.hb-card-image-xs-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}.hb-card-image-xs-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}@media(min-width: 768px){.hb-card-image-xs-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}.hb-card-image-xs-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}@media(min-width: 768px){.hb-card-image-xs-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}.hb-card-image-xs-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}@media(min-width: 768px){.hb-card-image-xs-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}.hb-card-image-xs-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}@media(min-width: 768px){.hb-card-image-xs-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}.hb-card-image-xs-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}@media(min-width: 768px){.hb-card-image-xs-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}.hb-card-image-xs-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}@media(min-width: 768px){.hb-card-image-xs-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}.hb-card-image-xs-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}@media(min-width: 768px){.hb-card-image-xs-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}.hb-card-image-xs-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}@media(min-width: 768px){.hb-card-image-xs-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}@media(min-width: 576px){.hb-card-image-sm-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 576px){.hb-card-image-sm-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 576px){.hb-card-image-sm-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 576px){.hb-card-image-sm-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 576px){.hb-card-image-sm-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 576px){.hb-card-image-sm-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 576px){.hb-card-image-sm-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 576px){.hb-card-image-sm-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 576px){.hb-card-image-sm-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 576px){.hb-card-image-sm-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 576px){.hb-card-image-sm-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 576px){.hb-card-image-sm-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}@media(min-width: 768px){.hb-card-image-md-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 768px){.hb-card-image-md-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 768px){.hb-card-image-md-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 768px){.hb-card-image-md-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 768px){.hb-card-image-md-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 768px){.hb-card-image-md-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 768px){.hb-card-image-md-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 768px){.hb-card-image-md-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 768px){.hb-card-image-md-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 768px){.hb-card-image-md-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 768px){.hb-card-image-md-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 768px){.hb-card-image-md-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}@media(min-width: 992px){.hb-card-image-lg-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 992px){.hb-card-image-lg-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 992px){.hb-card-image-lg-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 992px){.hb-card-image-lg-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 992px){.hb-card-image-lg-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 992px){.hb-card-image-lg-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 992px){.hb-card-image-lg-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 992px){.hb-card-image-lg-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 992px){.hb-card-image-lg-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 992px){.hb-card-image-lg-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 992px){.hb-card-image-lg-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 992px){.hb-card-image-lg-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}@media(min-width: 1200px){.hb-card-image-xl-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 1200px){.hb-card-image-xl-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 1200px){.hb-card-image-xl-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 1200px){.hb-card-image-xl-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 1200px){.hb-card-image-xl-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 1200px){.hb-card-image-xl-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 1200px){.hb-card-image-xl-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 1200px){.hb-card-image-xl-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 1200px){.hb-card-image-xl-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 1200px){.hb-card-image-xl-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 1200px){.hb-card-image-xl-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 1200px){.hb-card-image-xl-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}@media(min-width: 1500px){.hb-card-image-2xl-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 1500px){.hb-card-image-2xl-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 1500px){.hb-card-image-2xl-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 1500px){.hb-card-image-2xl-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 1500px){.hb-card-image-2xl-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 1500px){.hb-card-image-2xl-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 1500px){.hb-card-image-2xl-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 1500px){.hb-card-image-2xl-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 1500px){.hb-card-image-2xl-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 1500px){.hb-card-image-2xl-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 1500px){.hb-card-image-2xl-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 1500px){.hb-card-image-2xl-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}.hb-raised-cards--uniform-height .hs-paragraph-style .ptype-hs-postcard,.hb-raised-cards--uniform-height .field-hs-row-components .ptype-hs-postcard,.hb-raised-cards--uniform-height .hs-paragraph-style .hb-grid__item,.hb-raised-cards--uniform-height .field-hs-row-components .hb-grid__item,.hb-raised-cards--uniform-height .hb-grid .hb-grid__item,.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-postcard{display:flex}.hb-raised-cards--uniform-height .hs-paragraph-style .ptype-hs-postcard div:only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-row-components .ptype-hs-postcard div:only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .hs-paragraph-style .hb-grid__item div:only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-row-components .hb-grid__item div:only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .hb-grid .hb-grid__item div:only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-postcard div:only-child:not(.hb-card__date-tile,.hb-pill){width:100%}.hb-raised-cards--uniform-height .hs-paragraph-style .paragraph-item .hb-card,.hb-raised-cards--uniform-height .field-hs-row-components .paragraph-item .hb-card,.hb-raised-cards--uniform-height .hs-paragraph-style .paragraph-item .hb-vertical-linked-card,.hb-raised-cards--uniform-height .field-hs-row-components .paragraph-item .hb-vertical-linked-card,.hb-raised-cards--uniform-height .field-hs-collection-items .paragraph-item .hb-vertical-linked-card,.hb-raised-cards--uniform-height .field-hs-collection-items .paragraph-item .hb-card,.hb-raised-cards--uniform-height .hb-timeline,.hb-raised-cards--uniform-height .hb-timeline .hb-timelime__wrapper{height:100%}.hb-raised-cards--uniform-height .field-hs-row-components .ptype-hs-testimonial div:not([class]):only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-row-components .ptype-hs-testimonial div.contextual-region,.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-testimonial div:not([class]):only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-testimonial div.contextual-region,.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-timeline div:not([class]):only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-timeline div.contextual-region{height:100%}.hb-raised-cards--uniform-height .field-hs-row-components .paragraph-item .hb-testimonial,.hb-raised-cards--uniform-height .field-hs-collection-items .paragraph-item .hb-testimonial{display:flex;height:inherit}.hb-raised-cards--uniform-height .field-hs-row-components .paragraph-item .hb-testimonial__wrapper,.hb-raised-cards--uniform-height .field-hs-collection-items .paragraph-item .hb-testimonial__wrapper{width:100%}.hb-raised-cards .hb-card{background-color:#fff;flex-grow:1;box-shadow:0.1rem 0.75rem 3.5rem rgba(0,0,0,.12)}@supports((-o-object-fit: cover) or (object-fit: cover)){.hb-raised-cards .hb-card{align-items:stretch}.hb-raised-cards .hb-card__graphics{margin:0}.hb-raised-cards .hb-card__graphics img{height:100%;-o-object-fit:cover;object-fit:cover}.hb-raised-cards .hb-card__img{height:100%}.hb-raised-cards .hb-card.hb-card--horizontal .hb-card__img *:not(.field-media-image-caption){height:100%}.hb-raised-cards .hb-card.hb-card--horizontal .hb-caption-credit-image>[data-once=contextual-render]{position:absolute}}.hb-raised-cards .hb-card__content{padding:2.4rem}.hb-raised-cards .hb-card.hb-card--horizontal-date-stacked.hb-card--no-image .hb-card__graphics--has-date .hb-card__date-tile{top:2.2rem;left:-1.4rem}.hb-raised-cards .hb-card.hb-card--horizontal-date-stacked.hb-card--no-image .hb-card__graphics--has-date+.hb-card__content{padding-left:0}.hb-raised-cards .hb-card.hb-card--date-stacked.hb-card--no-image .hb-card__date-tile{top:2.2rem;left:-1.4rem}.hb-raised-cards .hb-card__title:only-child{margin:0}.hb-raised-cards .hb-testimonial,.hb-raised-cards .hb-timelime__wrapper{background-color:#fff;box-shadow:0.1rem 0.75rem 3.5rem rgba(0,0,0,.12);padding:3.2rem 2.4rem;margin-top:0}.hb-raised-cards .hs-paragraph-style--well .hb-testimonial__wrapper::before,.hb-raised-cards .hs-paragraph-style--well-full-width .hb-testimonial__wrapper::before{background-color:#fff}.hb-raised-cards .hb-dark-pattern .hb-card,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card{color:#000}.hb-raised-cards .hb-dark-pattern .hb-card .field-content,.hb-raised-cards .hb-dark-pattern .hb-card .views-label,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card .field-content,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card .views-label{color:#000}.hb-raised-cards .hb-dark-pattern .hb-card a,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card a{color:#007c8f;color:var(--palette--tertiary)}.hb-raised-cards .hb-dark-pattern .hb-card a:hover,.hb-raised-cards .hb-dark-pattern .hb-card a:focus,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card a:hover,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card a:focus{color:#002429;color:var(--palette--tertiary-darken-20)}.hb-raised-cards .hb-dark-pattern .hb-card__date-tile .field-content,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__date-tile .field-content{color:#fff}.hb-raised-cards .hb-dark-pattern .hb-card__title a,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__title a{border-bottom-color:#007c8f;border-bottom-color:var(--palette--tertiary)}.hb-raised-cards .hb-dark-pattern .hb-card__title a:hover,.hb-raised-cards .hb-dark-pattern .hb-card__title a:focus,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__title a:hover,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__title a:focus{border-bottom-color:#002429 !important;border-bottom-color:var(--palette--tertiary-darken-20) !important}.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a{color:rgba(0,0,0,0)}.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover,.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:focus{color:rgba(0,0,0,0)}.hb-table-col-1-of-12{width:8.3333333333%}.hb-table-col-2-of-12{width:16.6666666667%}.hb-table-col-3-of-12{width:25%}.hb-table-col-4-of-12{width:33.3333333333%}.hb-table-col-5-of-12{width:41.6666666667%}.hb-table-col-6-of-12{width:50%}.hb-table-col-7-of-12{width:58.3333333333%}.hb-table-col-8-of-12{width:66.6666666667%}.hb-table-col-9-of-12{width:75%}.hb-table-col-10-of-12{width:83.3333333333%}.hb-table-col-11-of-12{width:91.6666666667%}.hb-table-col-12-of-12{width:100%}.hb-table-col-xs-1-of-12{width:8.3333333333%}.hb-table-col-xs-2-of-12{width:16.6666666667%}.hb-table-col-xs-3-of-12{width:25%}.hb-table-col-xs-4-of-12{width:33.3333333333%}.hb-table-col-xs-5-of-12{width:41.6666666667%}.hb-table-col-xs-6-of-12{width:50%}.hb-table-col-xs-7-of-12{width:58.3333333333%}.hb-table-col-xs-8-of-12{width:66.6666666667%}.hb-table-col-xs-9-of-12{width:75%}.hb-table-col-xs-10-of-12{width:83.3333333333%}.hb-table-col-xs-11-of-12{width:91.6666666667%}.hb-table-col-xs-12-of-12{width:100%}@media(min-width: 576px){.hb-table-col-sm-1-of-12{width:8.3333333333%}.hb-table-col-sm-2-of-12{width:16.6666666667%}.hb-table-col-sm-3-of-12{width:25%}.hb-table-col-sm-4-of-12{width:33.3333333333%}.hb-table-col-sm-5-of-12{width:41.6666666667%}.hb-table-col-sm-6-of-12{width:50%}.hb-table-col-sm-7-of-12{width:58.3333333333%}.hb-table-col-sm-8-of-12{width:66.6666666667%}.hb-table-col-sm-9-of-12{width:75%}.hb-table-col-sm-10-of-12{width:83.3333333333%}.hb-table-col-sm-11-of-12{width:91.6666666667%}.hb-table-col-sm-12-of-12{width:100%}}@media(min-width: 768px){.hb-table-col-md-1-of-12{width:8.3333333333%}.hb-table-col-md-2-of-12{width:16.6666666667%}.hb-table-col-md-3-of-12{width:25%}.hb-table-col-md-4-of-12{width:33.3333333333%}.hb-table-col-md-5-of-12{width:41.6666666667%}.hb-table-col-md-6-of-12{width:50%}.hb-table-col-md-7-of-12{width:58.3333333333%}.hb-table-col-md-8-of-12{width:66.6666666667%}.hb-table-col-md-9-of-12{width:75%}.hb-table-col-md-10-of-12{width:83.3333333333%}.hb-table-col-md-11-of-12{width:91.6666666667%}.hb-table-col-md-12-of-12{width:100%}}@media(min-width: 992px){.hb-table-col-lg-1-of-12{width:8.3333333333%}.hb-table-col-lg-2-of-12{width:16.6666666667%}.hb-table-col-lg-3-of-12{width:25%}.hb-table-col-lg-4-of-12{width:33.3333333333%}.hb-table-col-lg-5-of-12{width:41.6666666667%}.hb-table-col-lg-6-of-12{width:50%}.hb-table-col-lg-7-of-12{width:58.3333333333%}.hb-table-col-lg-8-of-12{width:66.6666666667%}.hb-table-col-lg-9-of-12{width:75%}.hb-table-col-lg-10-of-12{width:83.3333333333%}.hb-table-col-lg-11-of-12{width:91.6666666667%}.hb-table-col-lg-12-of-12{width:100%}}@media(min-width: 1200px){.hb-table-col-xl-1-of-12{width:8.3333333333%}.hb-table-col-xl-2-of-12{width:16.6666666667%}.hb-table-col-xl-3-of-12{width:25%}.hb-table-col-xl-4-of-12{width:33.3333333333%}.hb-table-col-xl-5-of-12{width:41.6666666667%}.hb-table-col-xl-6-of-12{width:50%}.hb-table-col-xl-7-of-12{width:58.3333333333%}.hb-table-col-xl-8-of-12{width:66.6666666667%}.hb-table-col-xl-9-of-12{width:75%}.hb-table-col-xl-10-of-12{width:83.3333333333%}.hb-table-col-xl-11-of-12{width:91.6666666667%}.hb-table-col-xl-12-of-12{width:100%}}@media(min-width: 1500px){.hb-table-col-2xl-1-of-12{width:8.3333333333%}.hb-table-col-2xl-2-of-12{width:16.6666666667%}.hb-table-col-2xl-3-of-12{width:25%}.hb-table-col-2xl-4-of-12{width:33.3333333333%}.hb-table-col-2xl-5-of-12{width:41.6666666667%}.hb-table-col-2xl-6-of-12{width:50%}.hb-table-col-2xl-7-of-12{width:58.3333333333%}.hb-table-col-2xl-8-of-12{width:66.6666666667%}.hb-table-col-2xl-9-of-12{width:75%}.hb-table-col-2xl-10-of-12{width:83.3333333333%}.hb-table-col-2xl-11-of-12{width:91.6666666667%}.hb-table-col-2xl-12-of-12{width:100%}}.hc-pairing-ocean{--palette--primary: #00505c;--palette--secondary: #148762;--palette--tertiary: #007c8f;--palette--primary-hero-overlay: rgba(0, 36, 41, 0.8);--palette--primary-dark: #002429;--palette--secondary-active: #00ce9d;--palette--secondary-highlight: #e4f4ee;--palette--secondary-highlight-darken: #9cd6c0;--palette--secondary-darken-12: #0c523b;--palette--tertiary-highlight: #c2f7ff;--palette--tertiary-highlight-darken-10: #8ff0ff;--palette--tertiary-reversed: #00d5f5;--palette--tertiary-reversed-darken-10: #00a9c2;--palette--tertiary-darken-20: #002429;--palette--spotlight: #e4f4ee;--palette--spotlight-lighten-8: #e3f4ed}.hc-pairing-mountain{--palette--primary: #64305f;--palette--secondary: #00638e;--palette--tertiary: #148762;--palette--primary-hero-overlay: rgba(100, 48, 95, 0.82);--palette--primary-dark: #64305f;--palette--secondary-active: #0098db;--palette--secondary-highlight: #d5effe;--palette--secondary-highlight-darken: #71c9fc;--palette--secondary-darken-12: #003851;--palette--tertiary-highlight: #befde5;--palette--tertiary-highlight-darken-10: #8dfbd1;--palette--tertiary-reversed: #74fbc7;--palette--tertiary-reversed-darken-10: #42fab3;--palette--tertiary-darken-20: #072e22;--palette--spotlight: #e4f5ff;--palette--spotlight-lighten-8: #e3f5fe}.hc-pairing-cardinal{--palette--primary: #600e0e;--palette--secondary: #8c1515;--palette--tertiary: #b1040e;--palette--primary-hero-overlay: rgba(47, 36, 36, 0.79);--palette--primary-dark: #2f2424;--palette--secondary-active: #b1040e;--palette--secondary-highlight: #e8e9ea;--palette--secondary-highlight-darken: #b3b6b9;--palette--secondary-darken-12: #570d0d;--palette--tertiary-highlight: #e8e9ea;--palette--tertiary-highlight-darken-10: #cdd0d2;--palette--tertiary-reversed: #cecfd1;--palette--tertiary-reversed-darken-10: #b4b5b8;--palette--tertiary-darken-20: #4d0206;--palette--spotlight: #e9e6e2;--palette--spotlight-lighten-8: #e6e3e0}.hc-pairing-lake{--palette--primary: #005160;--palette--secondary: #3f3c30;--palette--tertiary: #616a5d;--palette--primary-hero-overlay: rgba(0, 101, 119, 0.84);--palette--primary-dark: #00343e;--palette--secondary-active: #8c897d;--palette--secondary-highlight: #ece8e1;--palette--secondary-highlight-darken: #aaa194;--palette--secondary-darken-12: black;--palette--tertiary-highlight: #e3ddd1;--palette--tertiary-highlight-darken-10: #b2aca3;--palette--tertiary-reversed: #fdfcf2;--palette--tertiary-reversed-darken-10: #c6c4b5;--palette--tertiary-darken-20: #171916;--palette--spotlight: #e1eadd;--palette--spotlight-lighten-8: #dde8dc}.hc-pairing-canyon{--palette--primary: #005160;--palette--secondary: #8c1515;--palette--tertiary: #007c92;--palette--primary-hero-overlay: rgba(0, 80, 92, 0.83);--palette--primary-dark: #00343e;--palette--secondary-active: #b1040e;--palette--secondary-highlight: #e8e9ea;--palette--secondary-highlight-darken: #a8a8a8;--palette--secondary-darken-12: #2c0606;--palette--tertiary-highlight: #dbdbdb;--palette--tertiary-highlight-darken-10: #b1b1b1;--palette--tertiary-reversed: #ebebeb;--palette--tertiary-reversed-darken-10: #b8b8b8;--palette--tertiary-darken-20: #000b0d;--palette--spotlight: #dfedef;--palette--spotlight-lighten-8: #dcebed}.hc-pairing-cliff{--palette--primary: #8c1515;--palette--secondary: #00505c;--palette--tertiary: #8c1515;--palette--primary-hero-overlay: rgba(140, 21, 21, 0.88);--palette--primary-dark: #8c1515;--palette--secondary-active: #8c1515;--palette--secondary-highlight: #e8e9ea;--palette--secondary-highlight-darken: #a8a8a8;--palette--secondary-darken-12: black;--palette--tertiary-highlight: #e8e9ea;--palette--tertiary-highlight-darken-10: #c2c2c2;--palette--tertiary-reversed: #cecfd1;--palette--tertiary-reversed-darken-10: #999b9c;--palette--tertiary-darken-20: #090101;--palette--spotlight: #dfedef;--palette--spotlight-lighten-8: #dcebed}.hb-display-more-link-text .hb-card__decorative-link a,.hb-display-more-link-text .field-hs-postcard-link a{font-size:1.8rem;text-decoration:none;border:none;background:none;padding:0;color:#148762;color:var(--palette--secondary);font-weight:700}.hb-display-more-link-text .hb-card__decorative-link a::after,.hb-display-more-link-text .field-hs-postcard-link a::after{content:"";display:inline-block;background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 150ms ease-in-out;will-change:contents}.hc-pairing-ocean .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-ocean .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-mountain .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cardinal .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-lake .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-canyon .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cliff .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-display-more-link-text .hb-card__decorative-link a:hover,.hb-display-more-link-text .hb-card__decorative-link a:focus,.hb-display-more-link-text .field-hs-postcard-link a:hover,.hb-display-more-link-text .field-hs-postcard-link a:focus{color:#0c523b;color:var(--palette--secondary-darken-12);background-image:none;background-color:rgba(0,0,0,0)}.hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.hc-pairing-ocean .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-ocean .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-ocean .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-ocean .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-mountain .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-mountain .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-mountain .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23003851' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cardinal .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cardinal .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23570d0d' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-lake .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-lake .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-lake .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-canyon .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-canyon .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-canyon .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%232c0606' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cliff .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cliff .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cliff .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-display-more-link-text .hb-card__decorative-link a::after,.hb-display-more-link-text .field-hs-postcard-link a::after{height:1.9rem;width:1.9rem;margin-bottom:-0.4rem}.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a{color:#00d5f5;color:var(--palette--tertiary-reversed)}.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300d5f5' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300d5f5' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2374fbc7' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23cecfd1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23fdfcf2' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ebebeb' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23cecfd1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover,.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus{color:#e4f4ee;color:var(--palette--secondary-highlight)}.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e4f4ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e4f4ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23d5effe' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ece8e1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-display-more-link-text .hb-card__decorative-link a::before,.hb-display-more-link-text .field-hs-postcard-link a::before{display:none}.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a{color:#fff}.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a::after,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a:hover,.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a:focus,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a:hover,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a:focus,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a:hover,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a:focus,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a:hover,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a:focus{color:#d9d7d2}.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a:hover::after,.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a:focus::after,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a:hover::after,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a:focus::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a:hover::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a:focus::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a:hover::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23d9d7d2' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hb-dark-pattern{color:#fff;background-color:#002429;background-color:var(--palette--primary-dark)}.views-element-container .hb-dark-pattern{padding:2.4rem}.views-element-container .hb-dark-pattern .field-content,.views-element-container .hb-dark-pattern .views-label{color:#fff}.hb-dark-inversion .views-element-container{color:#fff;background-color:#002429;background-color:var(--palette--primary-dark);padding:2.4rem}.hb-dark-inversion .views-element-container .field-content,.hb-dark-inversion .views-element-container .views-label{color:#fff}.field-media-image+.field-media-image-caption{color:#fff;font-style:italic;font-size:1.2rem;position:absolute;bottom:0;width:100%;z-index:5;text-align:right;line-height:120%;height:auto;padding:1.6rem 0.7rem 0.8rem 15%;background:linear-gradient(to top, #000000, transparent)}@media(min-width: 576px){.field-media-image+.field-media-image-caption{padding:2.4rem 1.2rem 1.6rem 15%}}@media(min-width: 768px){.paragraph--type--hs-carousel .field-media-image+.field-media-image-caption{padding:2.4rem 1.2rem 1.6rem 58%}}@media(min-width: 576px){.hb-card__graphics--has-date .field-media-image+.field-media-image-caption{padding:2.4rem 1.2rem 1.6rem 10rem}}.field-media-image+.field-media-image-caption p,.field-media-image+.field-media-image-caption h1,.field-media-image+.field-media-image-caption h2,.field-media-image+.field-media-image-caption h3,.field-media-image+.field-media-image-caption h4,.field-media-image+.field-media-image-caption h5,.field-media-image+.field-media-image-caption h6,.field-media-image+.field-media-image-caption blockquote,.field-media-image+.field-media-image-caption cite,.field-media-image+.field-media-image-caption code,.field-media-image+.field-media-image-caption li,.field-media-image+.field-media-image-caption dd,.field-media-image+.field-media-image-caption dt,.field-media-image+.field-media-image-caption span,.field-media-image+.field-media-image-caption strong,.field-media-image+.field-media-image-caption em,.field-media-image+.field-media-image-caption a,.field-media-image+.field-media-image-caption .hs-button,.field-media-image+.field-media-image-caption .hs-button--big,.field-media-image+.field-media-image-caption .hs-secondary-button,.field-media-image+.field-media-image-caption .hs-more-link,.field-media-image+.field-media-image-caption .hs-external-link,.field-media-image+.field-media-image-caption .hs-file-link,.field-media-image+.field-media-image-caption .hs-pdf-link,.field-media-image+.field-media-image-caption .hs-private-link{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;font-style:italic;color:#fff}.field-media-image+.field-media-image-caption h1 a,.field-media-image+.field-media-image-caption h2 a,.field-media-image+.field-media-image-caption h3 a,.field-media-image+.field-media-image-caption h4 a,.field-media-image+.field-media-image-caption h5 a,.field-media-image+.field-media-image-caption h6 a,.field-media-image+.field-media-image-caption a{color:#fff;text-decoration:underline !important;display:inline}.field-media-image+.field-media-image-caption h1 a::before,.field-media-image+.field-media-image-caption h1 a::after,.field-media-image+.field-media-image-caption h2 a::before,.field-media-image+.field-media-image-caption h2 a::after,.field-media-image+.field-media-image-caption h3 a::before,.field-media-image+.field-media-image-caption h3 a::after,.field-media-image+.field-media-image-caption h4 a::before,.field-media-image+.field-media-image-caption h4 a::after,.field-media-image+.field-media-image-caption h5 a::before,.field-media-image+.field-media-image-caption h5 a::after,.field-media-image+.field-media-image-caption h6 a::before,.field-media-image+.field-media-image-caption h6 a::after,.field-media-image+.field-media-image-caption a::before,.field-media-image+.field-media-image-caption a::after{display:none !important}.field-media-image+.field-media-image-caption h1 a:hover,.field-media-image+.field-media-image-caption h1 a:focus,.field-media-image+.field-media-image-caption h2 a:hover,.field-media-image+.field-media-image-caption h2 a:focus,.field-media-image+.field-media-image-caption h3 a:hover,.field-media-image+.field-media-image-caption h3 a:focus,.field-media-image+.field-media-image-caption h4 a:hover,.field-media-image+.field-media-image-caption h4 a:focus,.field-media-image+.field-media-image-caption h5 a:hover,.field-media-image+.field-media-image-caption h5 a:focus,.field-media-image+.field-media-image-caption h6 a:hover,.field-media-image+.field-media-image-caption h6 a:focus,.field-media-image+.field-media-image-caption a:hover,.field-media-image+.field-media-image-caption a:focus{text-decoration:none !important;box-shadow:none}.field-media-image+.field-media-image-caption dl,.field-media-image+.field-media-image-caption ul,.field-media-image+.field-media-image-caption ol{margin:0;padding:0;display:inline-block}.field-media-image+.field-media-image-caption li::before{display:none}.field-media-image+.field-media-image-caption strong{font-weight:600}.field-media-image+.field-media-image-caption h1,.field-media-image+.field-media-image-caption h2,.field-media-image+.field-media-image-caption h3,.field-media-image+.field-media-image-caption h4,.field-media-image+.field-media-image-caption h5,.field-media-image+.field-media-image-caption h6,.field-media-image+.field-media-image-caption blockquote,.field-media-image+.field-media-image-caption cite,.field-media-image+.field-media-image-caption code,.field-media-image+.field-media-image-caption li,.field-media-image+.field-media-image-caption dd,.field-media-image+.field-media-image-caption dt,.field-media-image+.field-media-image-caption span,.field-media-image+.field-media-image-caption strong,.field-media-image+.field-media-image-caption em,.field-media-image+.field-media-image-caption p,.field-media-image+.field-media-image-caption .hs-button,.field-media-image+.field-media-image-caption .hs-button--big,.field-media-image+.field-media-image-caption .hs-secondary-button,.field-media-image+.field-media-image-caption .hs-more-link,.field-media-image+.field-media-image-caption .hs-external-link,.field-media-image+.field-media-image-caption .hs-file-link,.field-media-image+.field-media-image-caption .hs-pdf-link,.field-media-image+.field-media-image-caption .hs-private-link{display:inline;margin-right:0.15rem}.field-media-image+.field-media-image-caption code,.field-media-image+.field-media-image-caption h1,.field-media-image+.field-media-image-caption h2,.field-media-image+.field-media-image-caption h3,.field-media-image+.field-media-image-caption .hs-font-splash{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}.field-media-image+.field-media-image-caption blockquote{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}.field-media-image+.field-media-image-caption blockquote:nth-child(n)::before,.field-media-image+.field-media-image-caption blockquote:nth-child(n)::after,.field-media-image+.field-media-image-caption blockquote:nth-child(n)>*::before,.field-media-image+.field-media-image-caption blockquote:nth-child(n)>*::after{display:none}.field-media-image+.field-media-image-caption hr{display:none !important}.hb-vertical-linked-card .field-hs-postcard-image .field-media-image+.field-media-image-caption{font-size:1.2rem}@media(min-width: 576px){.hb-vertical-linked-card .field-hs-postcard-image .field-media-image+.field-media-image-caption{padding-bottom:3.6rem;padding-left:1.2rem;font-size:1.1rem;z-index:0}}.node figure{position:relative;z-index:1;box-sizing:border-box;margin-bottom:2.8rem}.node figure article:not(.hb-media-video):not(.hb-media-embed){position:relative}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption{color:#fff;font-style:italic;font-size:1.2rem;position:absolute;bottom:0;width:100%;z-index:5;text-align:right;line-height:120%;height:auto;padding:1.6rem 0.7rem 0.8rem 15%;background:linear-gradient(to top, #000000, transparent)}@media(min-width: 576px){.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption{padding:2.4rem 1.2rem 1.6rem 15%}}@media(min-width: 768px){.paragraph--type--hs-carousel .node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption{padding:2.4rem 1.2rem 1.6rem 58%}}@media(min-width: 576px){.hb-card__graphics--has-date .node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption{padding:2.4rem 1.2rem 1.6rem 10rem}}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption p,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption blockquote,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption cite,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption code,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption li,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption dd,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption dt,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption span,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption strong,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption em,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-button,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-button--big,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-secondary-button,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-more-link,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-external-link,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-file-link,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-pdf-link,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-private-link{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;font-style:italic;color:#fff}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a{color:#fff;text-decoration:underline !important;display:inline}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a::after{display:none !important}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a:focus{text-decoration:none !important;box-shadow:none}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption dl,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption ul,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption ol{margin:0;padding:0;display:inline-block}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption li::before{display:none}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption strong{font-weight:600}.field-media-embeddable div iframe[src*=soundcloud],.field-media-embeddable div iframe[src*=issuu]{width:100%}.hb-media-embed__twitter .field-media-embeddable div{position:relative;padding-bottom:66.6vh;height:0}.hb-media-embed__twitter iframe{position:absolute;top:0;left:0;width:100%;height:100%}li.cke_panel_listItem a:hover,li.cke_panel_listItem a:focus{box-shadow:initial}body.cke_editable{margin:0.8rem}drupal-media{position:relative;z-index:1}drupal-media figure,drupal-media article{display:block;width:100%}drupal-media[data-align=right]{float:none}drupal-media .media-library-item__edit{right:auto}drupal-media .hb-media-image.align-right,drupal-media .hb-media-image.align-center,drupal-media .caption.align-right,drupal-media .caption.align-center{margin:initial}drupal-media .hb-media-image.align-right,drupal-media .caption.align-right{width:auto;padding:0 0 2.8rem 2.8rem}drupal-media .hb-media-image.align-left,drupal-media .caption.align-left{width:auto;margin:initial;padding:0 2.8rem 2.8rem 0}.media-library-item__edit{z-index:2}.hs-breakout-box{background-color:#e4f4ee;background-color:var(--palette--spotlight);padding:2rem 1.8rem;border:0 none;display:table}.js .field--widget-paragraphs .tabledrag-handle .handle{width:calc(100% + 2px)}.ck-editor .ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items{flex-wrap:wrap}.field-hs-text-area::after,.field-hs-priv-text-area::after{clear:both;content:"";display:table}.field-hs-text-area h1,.field-hs-text-area h2,.field-hs-text-area h3,.field-hs-text-area h4,.field-hs-text-area h5,.field-hs-text-area h6,.field-hs-priv-text-area h1,.field-hs-priv-text-area h2,.field-hs-priv-text-area h3,.field-hs-priv-text-area h4,.field-hs-priv-text-area h5,.field-hs-priv-text-area h6{margin-left:0;margin-right:0}.field-hs-text-area h2:only-child,.field-hs-text-area h3:only-child,.field-hs-text-area h4:only-child,.field-hs-text-area h5:only-child,.field-hs-text-area h6:only-child,.field-hs-priv-text-area h2:only-child,.field-hs-priv-text-area h3:only-child,.field-hs-priv-text-area h4:only-child,.field-hs-priv-text-area h5:only-child,.field-hs-priv-text-area h6:only-child{margin:0}.field-hs-text-area h1,.field-hs-priv-text-area h1{margin-top:4.8rem;margin-bottom:1.6rem}.field-hs-text-area h2,.field-hs-priv-text-area h2{margin-top:3.2rem;margin-bottom:1.2rem}@media(min-width: 768px){.field-hs-text-area h2,.field-hs-priv-text-area h2{margin-top:4.8rem;margin-bottom:1.4rem}}.field-hs-text-area h3,.field-hs-priv-text-area h3{margin-top:2.8rem;margin-bottom:1rem}.field-hs-text-area h4,.field-hs-priv-text-area h4{margin-top:1.8rem;margin-bottom:0.4rem}.field-hs-text-area h5,.field-hs-priv-text-area h5{margin-top:1.8rem;margin-bottom:0.3rem}.field-hs-text-area h6,.field-hs-priv-text-area h6{margin-top:1.8rem;margin-bottom:0.3rem}.field-hs-text-area a:not([href]):not([class]),.field-hs-priv-text-area a:not([href]):not([class]){border-bottom:0;transition:none;background-image:none}.field-hs-text-area a,.field-hs-priv-text-area a{overflow:hidden}.field-hs-text-area a img,.field-hs-priv-text-area a img{transform:scale(1);transition:transform 150ms ease-in-out}.field-hs-text-area a img:hover,.field-hs-text-area a img:focus,.field-hs-priv-text-area a img:hover,.field-hs-priv-text-area a img:focus{transform:scale(1.07)}.field-hs-text-area .hs-well,.field-hs-text-area .pullquote,.field-hs-priv-text-area .hs-well,.field-hs-priv-text-area .pullquote{display:table}.hs-caption,.views-row hs-caption,.views-row hs-caption a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#413e39;font-size:1.4rem}.hb-dark-pattern .hs-caption,.hb-dark-pattern .views-row hs-caption,.hb-dark-pattern .views-row hs-caption a{color:#fff}.caption,.views-row caption,.views-row caption a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#413e39;font-size:1.4rem}.hb-dark-pattern .caption,.hb-dark-pattern .views-row caption,.hb-dark-pattern .views-row caption a{color:#fff}.hs-credits,.views-row hs-credits,.views-row hs-credits a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#413e39;font-style:italic;font-size:1.4rem}.hb-dark-pattern .hs-credits,.hb-dark-pattern .views-row hs-credits,.hb-dark-pattern .views-row hs-credits a{color:#fff}.credits,.views-row credits,.views-row credits a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#413e39;font-style:italic;font-size:1.4rem}.hb-dark-pattern .credits,.hb-dark-pattern .views-row credits,.hb-dark-pattern .views-row credits a{color:#fff}.caption figcaption{text-align:right}.hs-font-lead,.summary{font-size:2rem;font-weight:600;line-height:127%;color:#413e39}@media(min-width: 992px){.hs-font-lead,.summary{font-size:2.2rem}}.hb-dark-pattern .hs-font-lead,.hb-dark-pattern .summary{color:#f1f0ee}li .hs-font-lead,li .summary{margin:-0.3rem 0 0}.hb-has-animation-enhancements .hs-font-lead.animate{animation-timing-function:ease-in-out;animation-duration:2000ms;animation-fill-mode:forwards;animation-name:colorfulLeadFont}@media screen and (prefers-reduced-motion: reduce){.hb-has-animation-enhancements .hs-font-lead.animate{animation:none}}.hb-has-animation-enhancements .hs-font-splash.animate{animation-timing-function:ease-in-out;animation-duration:2000ms;animation-fill-mode:forwards;animation-name:colorfulSplashFont}@media screen and (prefers-reduced-motion: reduce){.hb-has-animation-enhancements .hs-font-splash.animate{animation:none}}.hs-font-splash,.hs-font-splash .infotext{font-weight:600;font-size:3.6rem;line-height:112%;color:#00505c;color:var(--palette--primary)}@media(min-width: 768px){.hs-font-splash,.hs-font-splash .infotext{font-size:4.6rem}}@media(min-width: 768px){.hs-font-splash,.hs-font-splash .infotext{margin:4.8rem 0 1.6rem}}.hb-dark-pattern .hs-font-splash,.hb-dark-pattern .hs-font-splash .infotext{color:#f1f0ee}li .hs-font-splash,li .hs-font-splash .infotext{margin:-0.3rem 0 0}.hs-short-line-length{max-width:70rem}.hs-table--borderless thead th{border:0}.hs-table--borderless td{border-left:0;border-right:0}.emphasized-text,.hs-emphasized-text{font-style:italic;font-weight:inherit;font-size:inherit}.views-row .hs-emphasized-text,.views-row .hs-emphasized-text a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;font-style:italic;font-weight:inherit;font-size:inherit}.align-right{max-width:100%;margin:0 0 2.8rem 2.8rem}@media(min-width: 576px){.align-right{max-width:50%}}@media(min-width: 768px){.align-right{max-width:75%}}.align-left{max-width:100%;margin:0 2.8rem 2.8rem 0}@media(min-width: 576px){.align-left{max-width:50%}}@media(min-width: 768px){.align-left{max-width:75%}}.align-center{margin:0 auto 2.8rem}.align-center img{margin:0 auto}blockquote:nth-child(n){position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){blockquote:nth-child(n){padding:4.4rem 2.8rem}}blockquote:nth-child(n)::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight blockquote:nth-child(n)::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight blockquote:nth-child(n)::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean blockquote:nth-child(n)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain blockquote:nth-child(n)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal blockquote:nth-child(n)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake blockquote:nth-child(n)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon blockquote:nth-child(n)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff blockquote:nth-child(n)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box blockquote:nth-child(n)::before,.hs-paragraph-style--well blockquote:nth-child(n)::before,.hs-paragraph-style--well-full-width blockquote:nth-child(n)::before,.hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width blockquote:nth-child(n)::before{background-color:#f1f0ee}.hb-dark-pattern blockquote:nth-child(n),.hb-dark-inversion .views-element-container blockquote:nth-child(n){border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern blockquote:nth-child(n)::before,.hb-dark-inversion .views-element-container blockquote:nth-child(n)::before{background-color:#002429;background-color:var(--palette--primary-dark)}@media(min-width: 992px){blockquote:nth-child(n){font-size:2.8rem}}.hb-blockquote-black-text blockquote:nth-child(n){color:#000}blockquote:nth-child(n)>p,blockquote:nth-child(n)>div{margin:0}blockquote:nth-child(n)>p::before,blockquote:nth-child(n)>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}blockquote:nth-child(n)>p::after,blockquote:nth-child(n)>div::after{position:absolute;content:close-quote;margin-right:1rem}.hb-dark-pattern blockquote:nth-child(n),.hb-dark-inversion .views-element-container blockquote:nth-child(n){color:#fff}.hb-local-footer blockquote:nth-child(n){margin:0 0 2rem}a[href*="//"].hs-external-link,.hs-external-link a[href*="//"]{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to right, #c2f7ff calc(100% - 16px) transparent calc(100% - 16px));background-image:linear-gradient(to right, var(--palette--tertiary-highlight) calc(100% - 16px), transparent calc(100% - 16px));background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;margin-right:0.2rem;position:relative}a[href*="//"].hs-external-link:hover,a[href*="//"].hs-external-link:focus,.hs-external-link a[href*="//"]:hover,.hs-external-link a[href*="//"]:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a[href*="//"].hs-external-link:hover,a[href*="//"].hs-external-link:focus,.hs-external-link a[href*="//"]:hover,.hs-external-link a[href*="//"]:focus{background-position-y:-50%}.hb-dark-pattern a[href*="//"].hs-external-link:hover,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover,.hb-dark-pattern a[href*="//"].hs-external-link:focus,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus,.hb-dark-pattern .hs-external-link a[href*="//"]:hover,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover,.hb-dark-pattern .hs-external-link a[href*="//"]:focus,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a[href*="//"].hs-external-link,.hb-local-footer .hs-external-link a[href*="//"]{background-image:none}.hb-local-footer a[href*="//"].hs-external-link:hover,.hb-local-footer a[href*="//"].hs-external-link:focus,.hb-local-footer .hs-external-link a[href*="//"]:hover,.hb-local-footer .hs-external-link a[href*="//"]:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a[href*="//"].hs-external-link,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link,.hb-dark-pattern .hs-external-link a[href*="//"],.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a[href*="//"].hs-external-link:hover,.hb-dark-pattern a[href*="//"].hs-external-link:focus,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus,.hb-dark-pattern .hs-external-link a[href*="//"]:hover,.hb-dark-pattern .hs-external-link a[href*="//"]:focus,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a[href*="//"].hs-external-link::after,.hs-external-link a[href*="//"]::after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23007c8f' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");display:inline-block;position:relative;background-position:center right;background-repeat:no-repeat;background-size:1.1rem;height:2rem;width:1.1rem;margin-bottom:-0.5rem;padding-left:1.5rem}.hc-pairing-ocean a[href*="//"].hs-external-link::after,.hc-pairing-ocean .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23007c8f' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain a[href*="//"].hs-external-link::after,.hc-pairing-mountain .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23148762' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal a[href*="//"].hs-external-link::after,.hc-pairing-cardinal .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23b1040e' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake a[href*="//"].hs-external-link::after,.hc-pairing-lake .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23616a5d' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon a[href*="//"].hs-external-link::after,.hc-pairing-canyon .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23007c92' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff a[href*="//"].hs-external-link::after,.hc-pairing-cliff .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%238c1515' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a[href*="//"].hs-external-link:hover::after,a[href*="//"].hs-external-link:focus::after,.hs-external-link a[href*="//"]:hover::after,.hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-ocean a[href*="//"].hs-external-link:hover::after,.hc-pairing-ocean a[href*="//"].hs-external-link:focus::after,.hc-pairing-ocean .hs-external-link a[href*="//"]:hover::after,.hc-pairing-ocean .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain a[href*="//"].hs-external-link:hover::after,.hc-pairing-mountain a[href*="//"].hs-external-link:focus::after,.hc-pairing-mountain .hs-external-link a[href*="//"]:hover::after,.hc-pairing-mountain .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23072e22' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal a[href*="//"].hs-external-link:hover::after,.hc-pairing-cardinal a[href*="//"].hs-external-link:focus::after,.hc-pairing-cardinal .hs-external-link a[href*="//"]:hover::after,.hc-pairing-cardinal .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake a[href*="//"].hs-external-link:hover::after,.hc-pairing-lake a[href*="//"].hs-external-link:focus::after,.hc-pairing-lake .hs-external-link a[href*="//"]:hover::after,.hc-pairing-lake .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23171916' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon a[href*="//"].hs-external-link:hover::after,.hc-pairing-canyon a[href*="//"].hs-external-link:focus::after,.hc-pairing-canyon .hs-external-link a[href*="//"]:hover::after,.hc-pairing-canyon .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000b0d' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff a[href*="//"].hs-external-link:hover::after,.hc-pairing-cliff a[href*="//"].hs-external-link:focus::after,.hc-pairing-cliff .hs-external-link a[href*="//"]:hover::after,.hc-pairing-cliff .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23090101' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hb-dark-pattern a[href*="//"].hs-external-link::after,.hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%2300d5f5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-ocean .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-ocean .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%2300d5f5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-mountain .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%2374fbc7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23cecfd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-lake .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23fdfcf2' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-canyon .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23ebebeb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-cliff .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23cecfd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-ocean .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-ocean .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-ocean .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-ocean .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-mountain .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-mountain .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-mountain .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-lake .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-lake .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-lake .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-canyon .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-canyon .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-canyon .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-cliff .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-cliff .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-cliff .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-private-link,.hs-private-link a,a.private-link,.private-link a{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;color:#148762;color:var(--palette--secondary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to left, #c2f7ff calc(100% - 18px) transparent calc(100% - 18px));background-image:linear-gradient(to left, var(--palette--tertiary-highlight) calc(100% - 18px), transparent calc(100% - 18px))}a.hs-private-link:hover,a.hs-private-link:focus,.hs-private-link a:hover,.hs-private-link a:focus,a.private-link:hover,a.private-link:focus,.private-link a:hover,.private-link a:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a.hs-private-link:hover,a.hs-private-link:focus,.hs-private-link a:hover,.hs-private-link a:focus,a.private-link:hover,a.private-link:focus,.private-link a:hover,.private-link a:focus{background-position-y:-50%}.hb-dark-pattern a.hs-private-link:hover,.hb-dark-inversion .views-element-container a.hs-private-link:hover,.hb-dark-pattern a.hs-private-link:focus,.hb-dark-inversion .views-element-container a.hs-private-link:focus,.hb-dark-pattern .hs-private-link a:hover,.hb-dark-inversion .views-element-container .hs-private-link a:hover,.hb-dark-pattern .hs-private-link a:focus,.hb-dark-inversion .views-element-container .hs-private-link a:focus,.hb-dark-pattern a.private-link:hover,.hb-dark-inversion .views-element-container a.private-link:hover,.hb-dark-pattern a.private-link:focus,.hb-dark-inversion .views-element-container a.private-link:focus,.hb-dark-pattern .private-link a:hover,.hb-dark-inversion .views-element-container .private-link a:hover,.hb-dark-pattern .private-link a:focus,.hb-dark-inversion .views-element-container .private-link a:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a.hs-private-link,.hb-local-footer .hs-private-link a,.hb-local-footer a.private-link,.hb-local-footer .private-link a{background-image:none}.hb-local-footer a.hs-private-link:hover,.hb-local-footer a.hs-private-link:focus,.hb-local-footer .hs-private-link a:hover,.hb-local-footer .hs-private-link a:focus,.hb-local-footer a.private-link:hover,.hb-local-footer a.private-link:focus,.hb-local-footer .private-link a:hover,.hb-local-footer .private-link a:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a.hs-private-link,.hb-dark-inversion .views-element-container a.hs-private-link,.hb-dark-pattern .hs-private-link a,.hb-dark-inversion .views-element-container .hs-private-link a,.hb-dark-pattern a.private-link,.hb-dark-inversion .views-element-container a.private-link,.hb-dark-pattern .private-link a,.hb-dark-inversion .views-element-container .private-link a{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-private-link:hover,.hb-dark-pattern a.hs-private-link:focus,.hb-dark-inversion .views-element-container a.hs-private-link:hover,.hb-dark-inversion .views-element-container a.hs-private-link:focus,.hb-dark-pattern .hs-private-link a:hover,.hb-dark-pattern .hs-private-link a:focus,.hb-dark-inversion .views-element-container .hs-private-link a:hover,.hb-dark-inversion .views-element-container .hs-private-link a:focus,.hb-dark-pattern a.private-link:hover,.hb-dark-pattern a.private-link:focus,.hb-dark-inversion .views-element-container a.private-link:hover,.hb-dark-inversion .views-element-container a.private-link:focus,.hb-dark-pattern .private-link a:hover,.hb-dark-pattern .private-link a:focus,.hb-dark-inversion .views-element-container .private-link a:hover,.hb-dark-inversion .views-element-container .private-link a:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hb-dark-pattern a.private-link:hover .fa-ext::after,.hb-dark-pattern a.private-link:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hb-dark-pattern .private-link a:hover .fa-ext::after,.hb-dark-pattern .private-link a:focus .fa-ext::after,.hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-private-link::before,.hs-private-link a::before,a.private-link::before,.private-link a::before{content:"";display:inline-block;height:1.6rem;width:1.6rem;margin-bottom:-0.2rem;margin-right:0.2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23148762' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover}.hc-pairing-ocean a.hs-private-link::before,.hc-pairing-ocean .hs-private-link a::before,.hc-pairing-ocean a.private-link::before,.hc-pairing-ocean .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23148762' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-mountain a.hs-private-link::before,.hc-pairing-mountain .hs-private-link a::before,.hc-pairing-mountain a.private-link::before,.hc-pairing-mountain .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-cardinal a.hs-private-link::before,.hc-pairing-cardinal .hs-private-link a::before,.hc-pairing-cardinal a.private-link::before,.hc-pairing-cardinal .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-lake a.hs-private-link::before,.hc-pairing-lake .hs-private-link a::before,.hc-pairing-lake a.private-link::before,.hc-pairing-lake .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-canyon a.hs-private-link::before,.hc-pairing-canyon .hs-private-link a::before,.hc-pairing-canyon a.private-link::before,.hc-pairing-canyon .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-cliff a.hs-private-link::before,.hc-pairing-cliff .hs-private-link a::before,.hc-pairing-cliff a.private-link::before,.hc-pairing-cliff .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}a.hs-private-link:hover::before,.hs-private-link a:hover::before,a.private-link:hover::before,.private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23002429' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-ocean a.hs-private-link:hover::before,.hc-pairing-ocean .hs-private-link a:hover::before,.hc-pairing-ocean a.private-link:hover::before,.hc-pairing-ocean .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23002429' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-mountain a.hs-private-link:hover::before,.hc-pairing-mountain .hs-private-link a:hover::before,.hc-pairing-mountain a.private-link:hover::before,.hc-pairing-mountain .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23072e22' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-cardinal a.hs-private-link:hover::before,.hc-pairing-cardinal .hs-private-link a:hover::before,.hc-pairing-cardinal a.private-link:hover::before,.hc-pairing-cardinal .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%234d0206' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-lake a.hs-private-link:hover::before,.hc-pairing-lake .hs-private-link a:hover::before,.hc-pairing-lake a.private-link:hover::before,.hc-pairing-lake .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23171916' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-canyon a.hs-private-link:hover::before,.hc-pairing-canyon .hs-private-link a:hover::before,.hc-pairing-canyon a.private-link:hover::before,.hc-pairing-canyon .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000b0d' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-cliff a.hs-private-link:hover::before,.hc-pairing-cliff .hs-private-link a:hover::before,.hc-pairing-cliff a.private-link:hover::before,.hc-pairing-cliff .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23090101' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hs-mailto-link a,a.hs-mailto-link{background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to right, #c2f7ff calc(100% - 22px) transparent calc(100% - 22px));background-image:linear-gradient(to right, var(--palette--tertiary-highlight) calc(100% - 22px), transparent calc(100% - 22px))}.hs-mailto-link a span.fa-mailto,a.hs-mailto-link span.fa-mailto{margin-left:0.4rem}.hs-mailto-link a span.fa-mailto span.fa-envelope,a.hs-mailto-link span.fa-mailto span.fa-envelope{color:#007c8f;color:var(--palette--tertiary)}.hs-mailto-link a:hover span.fa-mailto span.fa-envelope,.hs-mailto-link a:focus span.fa-mailto span.fa-envelope,a.hs-mailto-link:hover span.fa-mailto span.fa-envelope,a.hs-mailto-link:focus span.fa-mailto span.fa-envelope{color:#002429;color:var(--palette--tertiary-darken-20)}.hs-mailto-link a .fa-mailto,a.hs-mailto-link .fa-mailto{display:initial}a.hs-more-link,button.hs-more-link,.hs-more-link a,.hs-more-link button{margin-bottom:2rem;font-size:1.8rem;text-decoration:none;border:none;background:none;padding:0;color:#148762;color:var(--palette--secondary);font-weight:700}a.hs-more-link::after,button.hs-more-link::after,.hs-more-link a::after,.hs-more-link button::after{content:"";display:inline-block;background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 150ms ease-in-out;will-change:contents}.hc-pairing-ocean a.hs-more-link::after,.hc-pairing-ocean button.hs-more-link::after,.hc-pairing-ocean .hs-more-link a::after,.hc-pairing-ocean .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain a.hs-more-link::after,.hc-pairing-mountain button.hs-more-link::after,.hc-pairing-mountain .hs-more-link a::after,.hc-pairing-mountain .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal a.hs-more-link::after,.hc-pairing-cardinal button.hs-more-link::after,.hc-pairing-cardinal .hs-more-link a::after,.hc-pairing-cardinal .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake a.hs-more-link::after,.hc-pairing-lake button.hs-more-link::after,.hc-pairing-lake .hs-more-link a::after,.hc-pairing-lake .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon a.hs-more-link::after,.hc-pairing-canyon button.hs-more-link::after,.hc-pairing-canyon .hs-more-link a::after,.hc-pairing-canyon .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff a.hs-more-link::after,.hc-pairing-cliff button.hs-more-link::after,.hc-pairing-cliff .hs-more-link a::after,.hc-pairing-cliff .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}a.hs-more-link:hover,a.hs-more-link:focus,button.hs-more-link:hover,button.hs-more-link:focus,.hs-more-link a:hover,.hs-more-link a:focus,.hs-more-link button:hover,.hs-more-link button:focus{color:#0c523b;color:var(--palette--secondary-darken-12);background-image:none;background-color:rgba(0,0,0,0)}a.hs-more-link:hover::after,a.hs-more-link:focus::after,button.hs-more-link:hover::after,button.hs-more-link:focus::after,.hs-more-link a:hover::after,.hs-more-link a:focus::after,.hs-more-link button:hover::after,.hs-more-link button:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.hc-pairing-ocean a.hs-more-link:hover::after,.hc-pairing-ocean a.hs-more-link:focus::after,.hc-pairing-ocean button.hs-more-link:hover::after,.hc-pairing-ocean button.hs-more-link:focus::after,.hc-pairing-ocean .hs-more-link a:hover::after,.hc-pairing-ocean .hs-more-link a:focus::after,.hc-pairing-ocean .hs-more-link button:hover::after,.hc-pairing-ocean .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain a.hs-more-link:hover::after,.hc-pairing-mountain a.hs-more-link:focus::after,.hc-pairing-mountain button.hs-more-link:hover::after,.hc-pairing-mountain button.hs-more-link:focus::after,.hc-pairing-mountain .hs-more-link a:hover::after,.hc-pairing-mountain .hs-more-link a:focus::after,.hc-pairing-mountain .hs-more-link button:hover::after,.hc-pairing-mountain .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23003851' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal a.hs-more-link:hover::after,.hc-pairing-cardinal a.hs-more-link:focus::after,.hc-pairing-cardinal button.hs-more-link:hover::after,.hc-pairing-cardinal button.hs-more-link:focus::after,.hc-pairing-cardinal .hs-more-link a:hover::after,.hc-pairing-cardinal .hs-more-link a:focus::after,.hc-pairing-cardinal .hs-more-link button:hover::after,.hc-pairing-cardinal .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23570d0d' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake a.hs-more-link:hover::after,.hc-pairing-lake a.hs-more-link:focus::after,.hc-pairing-lake button.hs-more-link:hover::after,.hc-pairing-lake button.hs-more-link:focus::after,.hc-pairing-lake .hs-more-link a:hover::after,.hc-pairing-lake .hs-more-link a:focus::after,.hc-pairing-lake .hs-more-link button:hover::after,.hc-pairing-lake .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon a.hs-more-link:hover::after,.hc-pairing-canyon a.hs-more-link:focus::after,.hc-pairing-canyon button.hs-more-link:hover::after,.hc-pairing-canyon button.hs-more-link:focus::after,.hc-pairing-canyon .hs-more-link a:hover::after,.hc-pairing-canyon .hs-more-link a:focus::after,.hc-pairing-canyon .hs-more-link button:hover::after,.hc-pairing-canyon .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%232c0606' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff a.hs-more-link:hover::after,.hc-pairing-cliff a.hs-more-link:focus::after,.hc-pairing-cliff button.hs-more-link:hover::after,.hc-pairing-cliff button.hs-more-link:focus::after,.hc-pairing-cliff .hs-more-link a:hover::after,.hc-pairing-cliff .hs-more-link a:focus::after,.hc-pairing-cliff .hs-more-link button:hover::after,.hc-pairing-cliff .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}a.hs-more-link::after,button.hs-more-link::after,.hs-more-link a::after,.hs-more-link button::after{height:1.9rem;width:1.9rem;margin-bottom:-0.4rem}.hb-dark-pattern a.hs-more-link,.hb-dark-inversion .views-element-container a.hs-more-link,.hb-dark-pattern button.hs-more-link,.hb-dark-inversion .views-element-container button.hs-more-link,.hb-dark-pattern .hs-more-link a,.hb-dark-inversion .views-element-container .hs-more-link a,.hb-dark-pattern .hs-more-link button,.hb-dark-inversion .views-element-container .hs-more-link button{color:#00d5f5;color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-more-link::after,.hb-dark-inversion .views-element-container a.hs-more-link::after,.hb-dark-pattern button.hs-more-link::after,.hb-dark-inversion .views-element-container button.hs-more-link::after,.hb-dark-pattern .hs-more-link a::after,.hb-dark-inversion .views-element-container .hs-more-link a::after,.hb-dark-pattern .hs-more-link button::after,.hb-dark-inversion .views-element-container .hs-more-link button::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300d5f5' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern a.hs-more-link::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-ocean .hb-dark-pattern button.hs-more-link::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link a::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link button::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300d5f5' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-more-link::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-mountain .hb-dark-pattern button.hs-more-link::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link a::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link button::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2374fbc7' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-more-link::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-cardinal .hb-dark-pattern button.hs-more-link::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link a::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link button::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23cecfd1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-more-link::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-lake .hb-dark-pattern button.hs-more-link::after,.hc-pairing-lake .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link a::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link button::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23fdfcf2' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-more-link::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-canyon .hb-dark-pattern button.hs-more-link::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link a::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link button::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ebebeb' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-more-link::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-cliff .hb-dark-pattern button.hs-more-link::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link a::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link button::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23cecfd1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-dark-pattern a.hs-more-link:hover,.hb-dark-pattern a.hs-more-link:focus,.hb-dark-inversion .views-element-container a.hs-more-link:hover,.hb-dark-inversion .views-element-container a.hs-more-link:focus,.hb-dark-pattern button.hs-more-link:hover,.hb-dark-pattern button.hs-more-link:focus,.hb-dark-inversion .views-element-container button.hs-more-link:hover,.hb-dark-inversion .views-element-container button.hs-more-link:focus,.hb-dark-pattern .hs-more-link a:hover,.hb-dark-pattern .hs-more-link a:focus,.hb-dark-inversion .views-element-container .hs-more-link a:hover,.hb-dark-inversion .views-element-container .hs-more-link a:focus,.hb-dark-pattern .hs-more-link button:hover,.hb-dark-pattern .hs-more-link button:focus,.hb-dark-inversion .views-element-container .hs-more-link button:hover,.hb-dark-inversion .views-element-container .hs-more-link button:focus{color:#e4f4ee;color:var(--palette--secondary-highlight)}.hb-dark-pattern a.hs-more-link:hover::after,.hb-dark-pattern a.hs-more-link:focus::after,.hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hb-dark-pattern button.hs-more-link:hover::after,.hb-dark-pattern button.hs-more-link:focus::after,.hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hb-dark-pattern .hs-more-link a:hover::after,.hb-dark-pattern .hs-more-link a:focus::after,.hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hb-dark-pattern .hs-more-link button:hover::after,.hb-dark-pattern .hs-more-link button:focus::after,.hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e4f4ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-ocean .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-ocean .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-ocean .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e4f4ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-mountain .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-mountain .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-mountain .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23d5effe' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-cardinal .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-cardinal .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-lake .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-lake .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-lake .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ece8e1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-canyon .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-canyon .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-canyon .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-cliff .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-cliff .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-cliff .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}a.hs-pdf-link{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;color:#148762;color:var(--palette--secondary)}a.hs-pdf-link:hover,a.hs-pdf-link:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a.hs-pdf-link:hover,a.hs-pdf-link:focus{background-position-y:-50%}.hb-dark-pattern a.hs-pdf-link:hover,.hb-dark-inversion .views-element-container a.hs-pdf-link:hover,.hb-dark-pattern a.hs-pdf-link:focus,.hb-dark-inversion .views-element-container a.hs-pdf-link:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a.hs-pdf-link{background-image:none}.hb-local-footer a.hs-pdf-link:hover,.hb-local-footer a.hs-pdf-link:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a.hs-pdf-link,.hb-dark-inversion .views-element-container a.hs-pdf-link{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-pdf-link:hover,.hb-dark-pattern a.hs-pdf-link:focus,.hb-dark-inversion .views-element-container a.hs-pdf-link:hover,.hb-dark-inversion .views-element-container a.hs-pdf-link:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-pdf-link::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;margin-right:0.5rem}.hb-dark-pattern a.hs-pdf-link::before{color:var(--palette--secondary-highlight)}a.hs-pdf-link:hover,a.hs-pdf-link:focus{background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to left, #c2f7ff calc(100% - 0.9em) transparent calc(100% - 0.9em));background-image:linear-gradient(to left, var(--palette--tertiary-highlight) calc(100% - 0.9em), transparent calc(100% - 0.9em))}a.hs-pdf-link--outline{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;color:#148762;color:var(--palette--secondary)}a.hs-pdf-link--outline:hover,a.hs-pdf-link--outline:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a.hs-pdf-link--outline:hover,a.hs-pdf-link--outline:focus{background-position-y:-50%}.hb-dark-pattern a.hs-pdf-link--outline:hover,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover,.hb-dark-pattern a.hs-pdf-link--outline:focus,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a.hs-pdf-link--outline{background-image:none}.hb-local-footer a.hs-pdf-link--outline:hover,.hb-local-footer a.hs-pdf-link--outline:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a.hs-pdf-link--outline,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-pdf-link--outline:hover,.hb-dark-pattern a.hs-pdf-link--outline:focus,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-pdf-link--outline::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;margin-right:0.5rem}.hb-dark-pattern a.hs-pdf-link--outline::before{color:var(--palette--secondary-highlight)}a.hs-pdf-link--outline:hover,a.hs-pdf-link--outline:focus{background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to left, #c2f7ff calc(100% - 0.9em) transparent calc(100% - 0.9em));background-image:linear-gradient(to left, var(--palette--tertiary-highlight) calc(100% - 0.9em), transparent calc(100% - 0.9em))}a.hs-pdf-link--outline::before{font-weight:400}a.hs-file-link{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;color:#148762;color:var(--palette--secondary)}a.hs-file-link:hover,a.hs-file-link:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a.hs-file-link:hover,a.hs-file-link:focus{background-position-y:-50%}.hb-dark-pattern a.hs-file-link:hover,.hb-dark-inversion .views-element-container a.hs-file-link:hover,.hb-dark-pattern a.hs-file-link:focus,.hb-dark-inversion .views-element-container a.hs-file-link:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a.hs-file-link{background-image:none}.hb-local-footer a.hs-file-link:hover,.hb-local-footer a.hs-file-link:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a.hs-file-link,.hb-dark-inversion .views-element-container a.hs-file-link{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-file-link:hover,.hb-dark-pattern a.hs-file-link:focus,.hb-dark-inversion .views-element-container a.hs-file-link:hover,.hb-dark-inversion .views-element-container a.hs-file-link:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-file-link::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;margin-right:0.5rem}.hb-dark-pattern a.hs-file-link::before{color:var(--palette--secondary-highlight)}a.hs-file-link:hover,a.hs-file-link:focus{background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to left, #c2f7ff calc(100% - 0.9em) transparent calc(100% - 0.9em));background-image:linear-gradient(to left, var(--palette--tertiary-highlight) calc(100% - 0.9em), transparent calc(100% - 0.9em))}a.hs-file-link--outline{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;color:#148762;color:var(--palette--secondary)}a.hs-file-link--outline:hover,a.hs-file-link--outline:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a.hs-file-link--outline:hover,a.hs-file-link--outline:focus{background-position-y:-50%}.hb-dark-pattern a.hs-file-link--outline:hover,.hb-dark-inversion .views-element-container a.hs-file-link--outline:hover,.hb-dark-pattern a.hs-file-link--outline:focus,.hb-dark-inversion .views-element-container a.hs-file-link--outline:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a.hs-file-link--outline{background-image:none}.hb-local-footer a.hs-file-link--outline:hover,.hb-local-footer a.hs-file-link--outline:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a.hs-file-link--outline,.hb-dark-inversion .views-element-container a.hs-file-link--outline{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-file-link--outline:hover,.hb-dark-pattern a.hs-file-link--outline:focus,.hb-dark-inversion .views-element-container a.hs-file-link--outline:hover,.hb-dark-inversion .views-element-container a.hs-file-link--outline:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-file-link--outline::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;margin-right:0.5rem}.hb-dark-pattern a.hs-file-link--outline::before{color:var(--palette--secondary-highlight)}a.hs-file-link--outline:hover,a.hs-file-link--outline:focus{background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to left, #c2f7ff calc(100% - 0.9em) transparent calc(100% - 0.9em));background-image:linear-gradient(to left, var(--palette--tertiary-highlight) calc(100% - 0.9em), transparent calc(100% - 0.9em))}a.hs-file-link--outline::before{font-weight:400}:root{--palette--primary: #00505c;--palette--secondary: #148762;--palette--tertiary: #007c8f;--palette--primary-hero-overlay: rgba(0, 36, 41, 0.8);--palette--primary-dark: #002429;--palette--secondary-active: #00ce9d;--palette--secondary-highlight: #e4f4ee;--palette--secondary-highlight-darken: #9cd6c0;--palette--secondary-darken-12: #0c523b;--palette--tertiary-highlight: #c2f7ff;--palette--tertiary-highlight-darken-10: #8ff0ff;--palette--tertiary-reversed: #00d5f5;--palette--tertiary-reversed-darken-10: #00a9c2;--palette--tertiary-darken-20: #002429;--palette--spotlight: #e4f4ee;--palette--spotlight-lighten-8: #e3f4ed;--palette--primary: #600e0e;--palette--secondary: #8c1515;--palette--tertiary: #b1040e;--palette--primary-hero-overlay: rgba(28, 29, 30, 0.85);--palette--primary-dark: #330808;--palette--secondary-active: #b1040e;--palette--secondary-highlight: #e8e9ea;--palette--secondary-highlight-darken: #b3b6b9;--palette--secondary-darken-12: #343639;--palette--tertiary-highlight: #f4f4f4;--palette--tertiary-highlight-darken-10: #dbdbdb;--palette--tertiary-reversed: #dbdcde;--palette--tertiary-reversed-darken-10: #c0c2c6;--palette--tertiary-darken-20: #4d0206;--palette--spotlight: #dde0e0;--palette--spotlight-lighten-8: #D9DEDE}.ck-editor__main{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}.ck-editor__main .hb-media-video{margin:0;width:100%;max-width:none}.ck-editor__main .field-media-oembed-video{position:relative;aspect-ratio:16/9}.ck-editor__main .drupal-media,.ck-editor__main .field-media-oembed-video,.ck-editor__main .media-oembed-content{width:100%;height:100%}.ck.ck-content{font-size:16px}@media(min-width: 992px){.ck.ck-content{font-size:18px}}.ck.ck-content .hs-font-lead,.ck.ck-content .summary{font-size:20px}@media(min-width: 992px){.ck.ck-content .hs-font-lead,.ck.ck-content .summary{font-size:22px}}.ck.ck-content .hs-font-splash{font-size:36px}@media(min-width: 768px){.ck.ck-content .hs-font-splash{margin:48px 0 16px}}@media(min-width: 768px){.ck.ck-content .hs-font-splash{font-size:46px}}.ck.ck-content .hs-breakout-box{padding:20px 18px;display:inline-block}.ck.ck-content .hs-caption,.ck.ck-content .hs-credits{font-size:14px}.ck.ck-content a{text-decoration:underline}.ck.ck-content .hs-more-link{margin-bottom:20px;font-size:18px;text-decoration:none}.ck.ck-content .hs-more-link::after{height:19px;width:19px;margin-bottom:-4px;margin-left:8px}.ck.ck-content a[href*="//"].hs-external-link::after,.ck.ck-content .hs-external-link a[href*="//"]::after{margin-bottom:-5px;padding-left:15px;width:11px;height:20px;background-size:11px}.ck.ck-content .hs-file-link,.ck.ck-content .hs-pdf-link,.ck.ck-content .hs-private-link{margin-right:5px}.ck.ck-content .hs-private-link::before{margin-bottom:-2px;margin-right:2px;width:16px;height:16px}.ck.ck-content .hs-button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inline-block;width:auto;font-weight:600;font-size:1.6rem;line-height:1.4;text-decoration:none;text-align:center;border-width:0.2rem;border-style:solid;transition:background-color 150ms ease-in-out,border-color 150ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:30px;padding:0.4rem 2rem;color:#fff;background-color:#148762;background-color:var(--palette--secondary);border-color:#148762;border-color:var(--palette--secondary)}.ck.ck-content .hs-button:hover{cursor:pointer}.ck.ck-content .hs-button:hover,.ck.ck-content .hs-button:focus,.ck.ck-content .hs-button:active{background-image:none;outline:none}.ck.ck-content .hs-button:hover{background-color:#0c523b;background-color:var(--palette--secondary-darken-12);border-color:#0c523b;border-color:var(--palette--secondary-darken-12);color:#fff}.ck.ck-content .hs-button:active,.ck.ck-content .hs-button:focus{background-color:#148762;background-color:var(--palette--secondary);border-color:#fff;color:#fff}.ck.ck-content .hs-button:active,.ck.ck-content .hs-button:focus{box-shadow:0 0 0 0.2rem #00ce9d;box-shadow:0 0 0 0.2rem var(--palette--secondary-active)}.ck.ck-content .hs-secondary-button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inline-block;width:auto;font-weight:600;font-size:1.6rem;line-height:1.4;text-decoration:none;text-align:center;border-width:0.2rem;border-style:solid;transition:background-color 150ms ease-in-out,border-color 150ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:30px;padding:0.4rem 2rem;border-color:#148762;border-color:var(--palette--secondary);color:#148762;color:var(--palette--secondary)}.ck.ck-content .hs-secondary-button:hover{cursor:pointer}.ck.ck-content .hs-secondary-button:hover,.ck.ck-content .hs-secondary-button:focus,.ck.ck-content .hs-secondary-button:active{background-image:none;outline:none}.ck.ck-content .hs-secondary-button:hover{color:#fff;background-color:#148762;background-color:var(--palette--secondary);border-color:#148762;border-color:var(--palette--secondary)}.ck.ck-content .hs-secondary-button:active,.ck.ck-content .hs-secondary-button:focus{background-color:rgba(0,0,0,0);color:#148762;color:var(--palette--secondary);box-shadow:0 0 0 0.2rem #fff,0 0 0 0.4rem #00ce9d;box-shadow:0 0 0 0.2rem #fff,0 0 0 0.4rem var(--palette--secondary-active)}.hb-dark-pattern .ck.ck-content .hs-secondary-button{color:#00d5f5;color:var(--palette--tertiary-reversed);border-color:#00d5f5;border-color:var(--palette--tertiary-reversed)}.hb-dark-pattern .ck.ck-content .hs-secondary-button:hover{background-color:rgba(0,0,0,0)}.hb-dark-pattern .ck.ck-content .hs-secondary-button:active,.hb-dark-pattern .ck.ck-content .hs-secondary-button:focus{background-color:rgba(0,0,0,0);box-shadow:none}.hb-dark-pattern .ck.ck-content .hs-secondary-button:hover,.hb-dark-pattern .ck.ck-content .hs-secondary-button:active,.hb-dark-pattern .ck.ck-content .hs-secondary-button:focus{color:#e4f4ee;color:var(--palette--secondary-highlight);border-color:#e4f4ee;border-color:var(--palette--secondary-highlight)}.ck.ck-content .hs-button,.ck.ck-content .hs-button--big,.ck.ck-content .hs-secondary-button{font-size:16px;border-width:2px;padding:4px 20px}.ck.ck-content .hs-button--big{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inline-block;width:auto;font-weight:600;font-size:1.6rem;line-height:1.4;text-decoration:none;text-align:center;border-width:0.2rem;border-style:solid;transition:background-color 150ms ease-in-out,border-color 150ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:30px;padding:0.4rem 2rem;color:#fff;background-color:#148762;background-color:var(--palette--secondary);border-color:#148762;border-color:var(--palette--secondary);font-size:18px;border-width:3px;padding:8px 20px}.ck.ck-content .hs-button--big:hover{cursor:pointer}.ck.ck-content .hs-button--big:hover,.ck.ck-content .hs-button--big:focus,.ck.ck-content .hs-button--big:active{background-image:none;outline:none}.ck.ck-content .hs-button--big:hover{background-color:#0c523b;background-color:var(--palette--secondary-darken-12);border-color:#0c523b;border-color:var(--palette--secondary-darken-12);color:#fff}.ck.ck-content .hs-button--big:active,.ck.ck-content .hs-button--big:focus{background-color:#148762;background-color:var(--palette--secondary);border-color:#fff;color:#fff}.ck.ck-content .hs-button--big:active,.ck.ck-content .hs-button--big:focus{box-shadow:0 0 0 0.2rem #00ce9d;box-shadow:0 0 0 0.2rem var(--palette--secondary-active)}.ck.ck-content table{width:100%;border-collapse:collapse;font-size:1.3rem;text-align:left;border:1px solid;border-color:#d9d7d2;width:100%;font-size:13px;table-layout:fixed}.hb-dark-pattern .ck.ck-content table{color:#000;background-color:#fff}@media(min-width: 576px){.ck.ck-content table{font-size:1.6rem}}@media(min-width: 576px){.ck.ck-content table{font-size:16px}}.ck.ck-content table th,.ck.ck-content table td{padding:1.6rem;vertical-align:top;border:1px solid;border-color:#d9d7d2;padding:16px}.ck.ck-content table th a:hover .fa-ext::after,.ck.ck-content table th a:focus .fa-ext::after,.ck.ck-content table td a:hover .fa-ext::after,.ck.ck-content table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .ck.ck-content table th a:hover .fa-ext::after,.hc-pairing-ocean .ck.ck-content table th a:focus .fa-ext::after,.hc-pairing-ocean .ck.ck-content table td a:hover .fa-ext::after,.hc-pairing-ocean .ck.ck-content table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .ck.ck-content table th a:hover .fa-ext::after,.hc-pairing-mountain .ck.ck-content table th a:focus .fa-ext::after,.hc-pairing-mountain .ck.ck-content table td a:hover .fa-ext::after,.hc-pairing-mountain .ck.ck-content table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23072e22' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .ck.ck-content table th a:hover .fa-ext::after,.hc-pairing-cardinal .ck.ck-content table th a:focus .fa-ext::after,.hc-pairing-cardinal .ck.ck-content table td a:hover .fa-ext::after,.hc-pairing-cardinal .ck.ck-content table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .ck.ck-content table th a:hover .fa-ext::after,.hc-pairing-lake .ck.ck-content table th a:focus .fa-ext::after,.hc-pairing-lake .ck.ck-content table td a:hover .fa-ext::after,.hc-pairing-lake .ck.ck-content table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23171916' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .ck.ck-content table th a:hover .fa-ext::after,.hc-pairing-canyon .ck.ck-content table th a:focus .fa-ext::after,.hc-pairing-canyon .ck.ck-content table td a:hover .fa-ext::after,.hc-pairing-canyon .ck.ck-content table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000b0d' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .ck.ck-content table th a:hover .fa-ext::after,.hc-pairing-cliff .ck.ck-content table th a:focus .fa-ext::after,.hc-pairing-cliff .ck.ck-content table td a:hover .fa-ext::after,.hc-pairing-cliff .ck.ck-content table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23090101' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ck.ck-content table thead th{position:sticky;top:0;border-color:#fff}.ck.ck-content table thead th a,.ck.ck-content table thead th a:not([class]){color:#fff;background-image:none}.ck.ck-content table thead th a:hover,.ck.ck-content table thead th a:focus,.ck.ck-content table thead th a:not([class]):hover,.ck.ck-content table thead th a:not([class]):focus{color:#e4f4ee;color:var(--palette--secondary-highlight);box-shadow:none}.ck.ck-content table thead tr{text-transform:uppercase;background-color:#00505c;background-color:var(--palette--primary);color:#fff;font-weight:700}.hb-dark-pattern .ck.ck-content table thead tr,.hb-dark-inversion .views-element-container .ck.ck-content table thead tr{background-color:#0c523b;background-color:var(--palette--secondary-darken-12)}.ck.ck-content table tr:nth-child(even){background-color:#f1f0ee}.ck.ck-content blockquote:nth-child(n){padding:40px 0 24px;font-size:24px;border-left:none;overflow:visible}.ck.ck-content blockquote:nth-child(n)::before{width:68px;height:40px;top:-20px;right:calc(50% - 34px)}.ck.ck-content ul{list-style-type:none;margin:0 0 3.2rem;padding-left:2.2rem;margin:0 0 32px;padding-left:22px}.ck.ck-content ul ul{margin:1rem 0 0}.ck.ck-content ul li{position:relative;line-height:122%;margin-bottom:1rem;padding-left:1.8rem;overflow:hidden}.ck.ck-content ul li::before{content:"";display:block;height:0.6rem;width:0.6rem;border-radius:50%;background-color:#148762;background-color:var(--palette--secondary);position:absolute;left:0;top:0.8rem}.hb-dark-pattern .ck.ck-content ul li::before,.hb-dark-inversion .views-element-container .ck.ck-content ul li::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hb-raised-cards .hb-dark-pattern .ck.ck-content ul li::before,.hb-dark-inversion .hb-raised-cards .views-element-container .ck.ck-content ul li::before{background-color:#148762;background-color:var(--palette--secondary)}.ck.ck-content ul li ul>li:first-of-type{margin-top:1rem}.ck.ck-content ul li ul>li:last-of-type{margin-bottom:0}.ck.ck-content ul li ul>li::before{background-color:rgba(0,0,0,0);border-color:#148762;border-color:var(--palette--secondary);border-width:1px;border-style:solid;content:"";counter-increment:inherit;top:0.8rem;min-width:inherit}.ck.ck-content ul li li ul>li::before{border-radius:0;border:0;background-color:#148762;background-color:var(--palette--secondary);top:0.8rem;min-width:inherit}.ck.ck-content ul li ol>li:first-of-type{margin-top:1rem}.ck.ck-content ul li ol>li:last-of-type{margin-bottom:0}.ck.ck-content ul li ol>li::before{content:counter(li, lower-alpha) ".";height:0;width:auto}.ck.ck-content ul li li ol>li::before{content:counter(li, lower-roman) "."}.ck.ck-content ul li{margin-bottom:10px;padding-left:18px}.ck.ck-content ul li::before{height:6px;top:8px;width:6px}.ck.ck-content ol{counter-reset:li;list-style-type:none;margin:0 0 3.2rem;padding-left:0.8rem;margin:0 0 32px;padding-left:8px}.ck.ck-content ol ol{margin:1rem 0 0}.ck.ck-content ol li{position:relative;line-height:122%;margin-bottom:1rem;padding-left:3.8rem;overflow:hidden}.ck.ck-content ol li::before{content:counter(li) ".";counter-increment:li;font-size:1.6rem;font-weight:600;color:#148762;color:var(--palette--secondary);position:absolute;left:0;top:0;min-width:3rem;text-align:right}@media(min-width: 992px){.ck.ck-content ol li::before{top:0.1rem}}.hb-dark-pattern .ck.ck-content ol li::before{color:#e4f4ee;color:var(--palette--secondary-highlight)}.ck.ck-content ol li ul>li:first-of-type{margin-top:1rem}.ck.ck-content ol li ul>li:last-of-type{margin-bottom:0}.ck.ck-content ol li ul>li::before{background-color:rgba(0,0,0,0);border-color:#148762;border-color:var(--palette--secondary);border-width:1px;border-style:solid;content:"";counter-increment:inherit;top:0.8rem;min-width:inherit}.ck.ck-content ol li li ul>li::before{border-radius:0;border:0;background-color:#148762;background-color:var(--palette--secondary);top:0.8rem;min-width:inherit}.ck.ck-content ol li ol>li:first-of-type{margin-top:1rem}.ck.ck-content ol li ol>li:last-of-type{margin-bottom:0}.ck.ck-content ol li ol>li::before{content:counter(li, lower-alpha) ".";height:0;width:auto}.ck.ck-content ol li li ol>li::before{content:counter(li, lower-roman) "."}.ck.ck-content ol ul>li::before{margin-left:1.6rem}.ck.ck-content ol li{margin-bottom:10px;padding-left:38px}.ck.ck-content ol li::before{font-size:16px;min-width:30px}.ck.ck-content .table table td,.ck.ck-content .table table th{padding:16px}.ck.ck-content .table table.hs-table--borderless td,.ck.ck-content .table table.hs-table--borderless th{border-left:0;border-right:0}.ck .drupal-media [data-drupal-media-preview]{pointer-events:none}.paragraph-type--stanford-gallery .hs-paragraphs-tabs.tabs{display:none}
\ No newline at end of file
+/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@400;700&display=swap";html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:0;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot");src:url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff") format("woff"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf") format("truetype"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg#fontawesome") format("svg")}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot");src:url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff") format("woff"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf") format("truetype"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg#fontawesome") format("svg")}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:block;src:url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot");src:url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff") format("woff"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf") format("truetype"),url("../../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg#fontawesome") format("svg")}.su-fa-times-circle::before{content:""}.su-fa-info-circle::before{content:""}.su-fa-bell::before{content:""}.su-fa-exclamation-circle::before{content:""}.su-fa-exclamation-triangle::before{content:""}.su-fa-check-circle::before{content:""}@font-face{font-family:"Stanford";src:url("https://www-media.stanford.edu/assets/fonts/stanford.woff") format("woff"),url("https://www-media.stanford.edu/assets/fonts/stanford.ttf") format("truetype");font-weight:300}.su-aspect-ratio{position:relative}.su-aspect-ratio::before{display:block;content:"";width:100%;padding-top:56.25%}.su-aspect-ratio>img,.su-aspect-ratio>video{-o-object-fit:cover;object-fit:cover}.su-aspect-ratio>*{position:relative;z-index:5}.su-aspect-ratio>*:first-child{position:absolute;z-index:1;width:100%;height:100%;left:0;bottom:0}.su-aspect-ratio--4x3{position:relative}.su-aspect-ratio--4x3::before{display:block;content:"";width:100%;padding-top:75%}.su-aspect-ratio--4x3>img,.su-aspect-ratio--4x3>video{-o-object-fit:cover;object-fit:cover}.su-aspect-ratio--4x3>*{position:relative;z-index:5}.su-aspect-ratio--4x3>*:first-child{position:absolute;z-index:1;width:100%;height:100%;left:0;bottom:0}.su-aspect-ratio--1x1{position:relative}.su-aspect-ratio--1x1::before{display:block;content:"";width:100%;padding-top:100%}.su-aspect-ratio--1x1>img,.su-aspect-ratio--1x1>video{-o-object-fit:cover;object-fit:cover}.su-aspect-ratio--1x1>*{position:relative;z-index:5}.su-aspect-ratio--1x1>*:first-child{position:absolute;z-index:1;width:100%;height:100%;left:0;bottom:0}.su-sr-only-element{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.su-sr-only-text{overflow:hidden;text-indent:101%;white-space:nowrap}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}body{background-color:#fff;overflow-x:hidden}.lt-ie9 *{filter:none !important}[hidden]{display:none !important}figure{margin:0}img{margin:0;padding:0;display:block;height:auto;max-width:100%}.su-embed-container{padding-bottom:56.25%;position:relative;height:0;overflow:hidden;max-width:100%}.su-embed-container iframe,.su-embed-container object,.su-embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}body{background-color:#fff;overflow-x:hidden}.lt-ie9 *{filter:none !important}[hidden]{display:none !important}.flex-container{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.flex-container--collapse{margin-top:0;margin-bottom:0}@media only screen and (min-width: 576px){.flex-container--collapse{margin-top:0;margin-bottom:0}}@media only screen and (min-width: 768px){.flex-container--collapse{margin-top:0;margin-bottom:0}}@media only screen and (min-width: 992px){.flex-container--collapse{margin-top:0;margin-bottom:0}}@media only screen and (min-width: 1200px){.flex-container--collapse{margin-top:0;margin-bottom:0}}@media only screen and (min-width: 1500px){.flex-container--collapse{margin-top:0;margin-bottom:0}}.flex-container--row-gap>*{margin:0 0 20px}@media only screen and (min-width: 576px){.flex-container--row-gap>*{margin:0 0 20px}}@media only screen and (min-width: 768px){.flex-container--row-gap>*{margin:0 0 20px}}@media only screen and (min-width: 992px){.flex-container--row-gap>*{margin:0 0 36px}}@media only screen and (min-width: 1200px){.flex-container--row-gap>*{margin:0 0 40px}}@media only screen and (min-width: 1500px){.flex-container--row-gap>*{margin:0 0 48px}}.flex-2xl-12-of-12,.flex-2xl-11-of-12,.flex-2xl-10-of-12,.flex-2xl-9-of-12,.flex-2xl-8-of-12,.flex-2xl-7-of-12,.flex-2xl-6-of-12,.flex-2xl-5-of-12,.flex-2xl-4-of-12,.flex-2xl-3-of-12,.flex-2xl-2-of-12,.flex-2xl-1-of-12,.flex-xl-12-of-12,.flex-xl-11-of-12,.flex-xl-10-of-12,.flex-xl-9-of-12,.flex-xl-8-of-12,.flex-xl-7-of-12,.flex-xl-6-of-12,.flex-xl-5-of-12,.flex-xl-4-of-12,.flex-xl-3-of-12,.flex-xl-2-of-12,.flex-xl-1-of-12,.flex-lg-12-of-12,.flex-lg-11-of-12,.flex-lg-10-of-12,.flex-lg-9-of-12,.flex-lg-8-of-12,.flex-lg-7-of-12,.flex-lg-6-of-12,.flex-lg-5-of-12,.flex-lg-4-of-12,.flex-lg-3-of-12,.flex-lg-2-of-12,.flex-lg-1-of-12,.flex-md-12-of-12,.flex-md-11-of-12,.flex-md-10-of-12,.flex-md-9-of-12,.flex-md-8-of-12,.flex-md-7-of-12,.flex-md-6-of-12,.flex-md-5-of-12,.flex-md-4-of-12,.flex-md-3-of-12,.flex-md-2-of-12,.flex-md-1-of-12,.flex-sm-12-of-12,.flex-sm-11-of-12,.flex-sm-10-of-12,.flex-sm-9-of-12,.flex-sm-8-of-12,.flex-sm-7-of-12,.flex-sm-6-of-12,.flex-sm-5-of-12,.flex-sm-4-of-12,.flex-sm-3-of-12,.flex-sm-2-of-12,.flex-sm-1-of-12,.flex-xs-12-of-12,.flex-12-of-12,.flex-xs-11-of-12,.flex-11-of-12,.flex-xs-10-of-12,.flex-10-of-12,.flex-xs-9-of-12,.flex-9-of-12,.flex-xs-8-of-12,.flex-8-of-12,.flex-xs-7-of-12,.flex-7-of-12,.flex-xs-6-of-12,.flex-6-of-12,.flex-xs-5-of-12,.flex-5-of-12,.flex-xs-4-of-12,.flex-4-of-12,.flex-xs-3-of-12,.flex-3-of-12,.flex-xs-2-of-12,.flex-2-of-12,.flex-xs-1-of-12,.flex-1-of-12,.flex-auto{position:relative;width:100%;min-height:1px}.flex-auto{flex:0 0 auto;width:auto;max-width:none}@media only screen and (min-width: 0){.flex-push-xs-0{margin-left:0}.flex-push-xs-1{margin-left:8.3333333333%}.flex-push-xs-2{margin-left:16.6666666667%}.flex-push-xs-3{margin-left:25%}.flex-push-xs-4{margin-left:33.3333333333%}.flex-push-xs-5{margin-left:41.6666666667%}.flex-push-xs-6{margin-left:50%}.flex-push-xs-7{margin-left:58.3333333333%}.flex-push-xs-8{margin-left:66.6666666667%}.flex-push-xs-9{margin-left:75%}.flex-push-xs-10{margin-left:83.3333333333%}.flex-push-xs-11{margin-left:91.6666666667%}}@media only screen and (min-width: 576px){.flex-push-sm-0{margin-left:0}.flex-push-sm-1{margin-left:8.3333333333%}.flex-push-sm-2{margin-left:16.6666666667%}.flex-push-sm-3{margin-left:25%}.flex-push-sm-4{margin-left:33.3333333333%}.flex-push-sm-5{margin-left:41.6666666667%}.flex-push-sm-6{margin-left:50%}.flex-push-sm-7{margin-left:58.3333333333%}.flex-push-sm-8{margin-left:66.6666666667%}.flex-push-sm-9{margin-left:75%}.flex-push-sm-10{margin-left:83.3333333333%}.flex-push-sm-11{margin-left:91.6666666667%}}@media only screen and (min-width: 768px){.flex-push-md-0{margin-left:0}.flex-push-md-1{margin-left:8.3333333333%}.flex-push-md-2{margin-left:16.6666666667%}.flex-push-md-3{margin-left:25%}.flex-push-md-4{margin-left:33.3333333333%}.flex-push-md-5{margin-left:41.6666666667%}.flex-push-md-6{margin-left:50%}.flex-push-md-7{margin-left:58.3333333333%}.flex-push-md-8{margin-left:66.6666666667%}.flex-push-md-9{margin-left:75%}.flex-push-md-10{margin-left:83.3333333333%}.flex-push-md-11{margin-left:91.6666666667%}}@media only screen and (min-width: 992px){.flex-push-lg-0{margin-left:0}.flex-push-lg-1{margin-left:8.3333333333%}.flex-push-lg-2{margin-left:16.6666666667%}.flex-push-lg-3{margin-left:25%}.flex-push-lg-4{margin-left:33.3333333333%}.flex-push-lg-5{margin-left:41.6666666667%}.flex-push-lg-6{margin-left:50%}.flex-push-lg-7{margin-left:58.3333333333%}.flex-push-lg-8{margin-left:66.6666666667%}.flex-push-lg-9{margin-left:75%}.flex-push-lg-10{margin-left:83.3333333333%}.flex-push-lg-11{margin-left:91.6666666667%}}@media only screen and (min-width: 1200px){.flex-push-xl-0{margin-left:0}.flex-push-xl-1{margin-left:8.3333333333%}.flex-push-xl-2{margin-left:16.6666666667%}.flex-push-xl-3{margin-left:25%}.flex-push-xl-4{margin-left:33.3333333333%}.flex-push-xl-5{margin-left:41.6666666667%}.flex-push-xl-6{margin-left:50%}.flex-push-xl-7{margin-left:58.3333333333%}.flex-push-xl-8{margin-left:66.6666666667%}.flex-push-xl-9{margin-left:75%}.flex-push-xl-10{margin-left:83.3333333333%}.flex-push-xl-11{margin-left:91.6666666667%}}@media only screen and (min-width: 1500px){.flex-push-2xl-0{margin-left:0}.flex-push-2xl-1{margin-left:8.3333333333%}.flex-push-2xl-2{margin-left:16.6666666667%}.flex-push-2xl-3{margin-left:25%}.flex-push-2xl-4{margin-left:33.3333333333%}.flex-push-2xl-5{margin-left:41.6666666667%}.flex-push-2xl-6{margin-left:50%}.flex-push-2xl-7{margin-left:58.3333333333%}.flex-push-2xl-8{margin-left:66.6666666667%}.flex-push-2xl-9{margin-left:75%}.flex-push-2xl-10{margin-left:83.3333333333%}.flex-push-2xl-11{margin-left:91.6666666667%}}@media only screen and (min-width: 576px){.flex-1-of-12{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media only screen and (min-width: 768px){.flex-1-of-12{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media only screen and (min-width: 992px){.flex-1-of-12{flex:0 0 calc(8.3333333333% - 33px);max-width:calc(8.3333333333% - 33px)}}@media only screen and (min-width: 1200px){.flex-1-of-12{flex:0 0 calc(8.3333333333% - 36.6666666667px);max-width:calc(8.3333333333% - 36.6666666667px)}}@media only screen and (min-width: 1500px){.flex-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 576px){.flex-2-of-12{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media only screen and (min-width: 768px){.flex-2-of-12{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media only screen and (min-width: 992px){.flex-2-of-12{flex:0 0 calc(16.6666666667% - 30px);max-width:calc(16.6666666667% - 30px)}}@media only screen and (min-width: 1200px){.flex-2-of-12{flex:0 0 calc(16.6666666667% - 33.3333333333px);max-width:calc(16.6666666667% - 33.3333333333px)}}@media only screen and (min-width: 1500px){.flex-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 576px){.flex-3-of-12{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media only screen and (min-width: 768px){.flex-3-of-12{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media only screen and (min-width: 992px){.flex-3-of-12{flex:0 0 calc(25% - 27px);max-width:calc(25% - 27px)}}@media only screen and (min-width: 1200px){.flex-3-of-12{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}}@media only screen and (min-width: 1500px){.flex-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 576px){.flex-4-of-12{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media only screen and (min-width: 768px){.flex-4-of-12{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media only screen and (min-width: 992px){.flex-4-of-12{flex:0 0 calc(33.3333333333% - 24px);max-width:calc(33.3333333333% - 24px)}}@media only screen and (min-width: 1200px){.flex-4-of-12{flex:0 0 calc(33.3333333333% - 26.6666666667px);max-width:calc(33.3333333333% - 26.6666666667px)}}@media only screen and (min-width: 1500px){.flex-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 576px){.flex-5-of-12{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media only screen and (min-width: 768px){.flex-5-of-12{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media only screen and (min-width: 992px){.flex-5-of-12{flex:0 0 calc(41.6666666667% - 21px);max-width:calc(41.6666666667% - 21px)}}@media only screen and (min-width: 1200px){.flex-5-of-12{flex:0 0 calc(41.6666666667% - 23.3333333333px);max-width:calc(41.6666666667% - 23.3333333333px)}}@media only screen and (min-width: 1500px){.flex-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 576px){.flex-6-of-12{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media only screen and (min-width: 768px){.flex-6-of-12{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media only screen and (min-width: 992px){.flex-6-of-12{flex:0 0 calc(50% - 18px);max-width:calc(50% - 18px)}}@media only screen and (min-width: 1200px){.flex-6-of-12{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media only screen and (min-width: 1500px){.flex-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 576px){.flex-7-of-12{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media only screen and (min-width: 768px){.flex-7-of-12{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media only screen and (min-width: 992px){.flex-7-of-12{flex:0 0 calc(58.3333333333% - 15px);max-width:calc(58.3333333333% - 15px)}}@media only screen and (min-width: 1200px){.flex-7-of-12{flex:0 0 calc(58.3333333333% - 16.6666666667px);max-width:calc(58.3333333333% - 16.6666666667px)}}@media only screen and (min-width: 1500px){.flex-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 576px){.flex-8-of-12{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media only screen and (min-width: 768px){.flex-8-of-12{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media only screen and (min-width: 992px){.flex-8-of-12{flex:0 0 calc(66.6666666667% - 12px);max-width:calc(66.6666666667% - 12px)}}@media only screen and (min-width: 1200px){.flex-8-of-12{flex:0 0 calc(66.6666666667% - 13.3333333333px);max-width:calc(66.6666666667% - 13.3333333333px)}}@media only screen and (min-width: 1500px){.flex-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 576px){.flex-9-of-12{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media only screen and (min-width: 768px){.flex-9-of-12{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media only screen and (min-width: 992px){.flex-9-of-12{flex:0 0 calc(75% - 9px);max-width:calc(75% - 9px)}}@media only screen and (min-width: 1200px){.flex-9-of-12{flex:0 0 calc(75% - 10px);max-width:calc(75% - 10px)}}@media only screen and (min-width: 1500px){.flex-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 576px){.flex-10-of-12{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media only screen and (min-width: 768px){.flex-10-of-12{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media only screen and (min-width: 992px){.flex-10-of-12{flex:0 0 calc(83.3333333333% - 6px);max-width:calc(83.3333333333% - 6px)}}@media only screen and (min-width: 1200px){.flex-10-of-12{flex:0 0 calc(83.3333333333% - 6.6666666667px);max-width:calc(83.3333333333% - 6.6666666667px)}}@media only screen and (min-width: 1500px){.flex-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 576px){.flex-11-of-12{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media only screen and (min-width: 768px){.flex-11-of-12{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media only screen and (min-width: 992px){.flex-11-of-12{flex:0 0 calc(91.6666666667% - 3px);max-width:calc(91.6666666667% - 3px)}}@media only screen and (min-width: 1200px){.flex-11-of-12{flex:0 0 calc(91.6666666667% - 3.3333333333px);max-width:calc(91.6666666667% - 3.3333333333px)}}@media only screen and (min-width: 1500px){.flex-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 0){.flex-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 576px){.flex-sm-1-of-12{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media only screen and (min-width: 768px){.flex-sm-1-of-12{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media only screen and (min-width: 992px){.flex-sm-1-of-12{flex:0 0 calc(8.3333333333% - 33px);max-width:calc(8.3333333333% - 33px)}}@media only screen and (min-width: 1200px){.flex-sm-1-of-12{flex:0 0 calc(8.3333333333% - 36.6666666667px);max-width:calc(8.3333333333% - 36.6666666667px)}}@media only screen and (min-width: 1500px){.flex-sm-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 576px){.flex-sm-2-of-12{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media only screen and (min-width: 768px){.flex-sm-2-of-12{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media only screen and (min-width: 992px){.flex-sm-2-of-12{flex:0 0 calc(16.6666666667% - 30px);max-width:calc(16.6666666667% - 30px)}}@media only screen and (min-width: 1200px){.flex-sm-2-of-12{flex:0 0 calc(16.6666666667% - 33.3333333333px);max-width:calc(16.6666666667% - 33.3333333333px)}}@media only screen and (min-width: 1500px){.flex-sm-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 576px){.flex-sm-3-of-12{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media only screen and (min-width: 768px){.flex-sm-3-of-12{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media only screen and (min-width: 992px){.flex-sm-3-of-12{flex:0 0 calc(25% - 27px);max-width:calc(25% - 27px)}}@media only screen and (min-width: 1200px){.flex-sm-3-of-12{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}}@media only screen and (min-width: 1500px){.flex-sm-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 576px){.flex-sm-4-of-12{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media only screen and (min-width: 768px){.flex-sm-4-of-12{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media only screen and (min-width: 992px){.flex-sm-4-of-12{flex:0 0 calc(33.3333333333% - 24px);max-width:calc(33.3333333333% - 24px)}}@media only screen and (min-width: 1200px){.flex-sm-4-of-12{flex:0 0 calc(33.3333333333% - 26.6666666667px);max-width:calc(33.3333333333% - 26.6666666667px)}}@media only screen and (min-width: 1500px){.flex-sm-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 576px){.flex-sm-5-of-12{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media only screen and (min-width: 768px){.flex-sm-5-of-12{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media only screen and (min-width: 992px){.flex-sm-5-of-12{flex:0 0 calc(41.6666666667% - 21px);max-width:calc(41.6666666667% - 21px)}}@media only screen and (min-width: 1200px){.flex-sm-5-of-12{flex:0 0 calc(41.6666666667% - 23.3333333333px);max-width:calc(41.6666666667% - 23.3333333333px)}}@media only screen and (min-width: 1500px){.flex-sm-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 576px){.flex-sm-6-of-12{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media only screen and (min-width: 768px){.flex-sm-6-of-12{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media only screen and (min-width: 992px){.flex-sm-6-of-12{flex:0 0 calc(50% - 18px);max-width:calc(50% - 18px)}}@media only screen and (min-width: 1200px){.flex-sm-6-of-12{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media only screen and (min-width: 1500px){.flex-sm-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 576px){.flex-sm-7-of-12{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media only screen and (min-width: 768px){.flex-sm-7-of-12{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media only screen and (min-width: 992px){.flex-sm-7-of-12{flex:0 0 calc(58.3333333333% - 15px);max-width:calc(58.3333333333% - 15px)}}@media only screen and (min-width: 1200px){.flex-sm-7-of-12{flex:0 0 calc(58.3333333333% - 16.6666666667px);max-width:calc(58.3333333333% - 16.6666666667px)}}@media only screen and (min-width: 1500px){.flex-sm-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 576px){.flex-sm-8-of-12{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media only screen and (min-width: 768px){.flex-sm-8-of-12{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media only screen and (min-width: 992px){.flex-sm-8-of-12{flex:0 0 calc(66.6666666667% - 12px);max-width:calc(66.6666666667% - 12px)}}@media only screen and (min-width: 1200px){.flex-sm-8-of-12{flex:0 0 calc(66.6666666667% - 13.3333333333px);max-width:calc(66.6666666667% - 13.3333333333px)}}@media only screen and (min-width: 1500px){.flex-sm-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 576px){.flex-sm-9-of-12{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media only screen and (min-width: 768px){.flex-sm-9-of-12{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media only screen and (min-width: 992px){.flex-sm-9-of-12{flex:0 0 calc(75% - 9px);max-width:calc(75% - 9px)}}@media only screen and (min-width: 1200px){.flex-sm-9-of-12{flex:0 0 calc(75% - 10px);max-width:calc(75% - 10px)}}@media only screen and (min-width: 1500px){.flex-sm-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 576px){.flex-sm-10-of-12{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media only screen and (min-width: 768px){.flex-sm-10-of-12{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media only screen and (min-width: 992px){.flex-sm-10-of-12{flex:0 0 calc(83.3333333333% - 6px);max-width:calc(83.3333333333% - 6px)}}@media only screen and (min-width: 1200px){.flex-sm-10-of-12{flex:0 0 calc(83.3333333333% - 6.6666666667px);max-width:calc(83.3333333333% - 6.6666666667px)}}@media only screen and (min-width: 1500px){.flex-sm-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 576px){.flex-sm-11-of-12{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media only screen and (min-width: 768px){.flex-sm-11-of-12{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media only screen and (min-width: 992px){.flex-sm-11-of-12{flex:0 0 calc(91.6666666667% - 3px);max-width:calc(91.6666666667% - 3px)}}@media only screen and (min-width: 1200px){.flex-sm-11-of-12{flex:0 0 calc(91.6666666667% - 3.3333333333px);max-width:calc(91.6666666667% - 3.3333333333px)}}@media only screen and (min-width: 1500px){.flex-sm-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 576px){.flex-sm-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 768px){.flex-sm-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 992px){.flex-sm-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1200px){.flex-sm-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1500px){.flex-sm-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 768px){.flex-md-1-of-12{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media only screen and (min-width: 992px){.flex-md-1-of-12{flex:0 0 calc(8.3333333333% - 33px);max-width:calc(8.3333333333% - 33px)}}@media only screen and (min-width: 1200px){.flex-md-1-of-12{flex:0 0 calc(8.3333333333% - 36.6666666667px);max-width:calc(8.3333333333% - 36.6666666667px)}}@media only screen and (min-width: 1500px){.flex-md-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 768px){.flex-md-2-of-12{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media only screen and (min-width: 992px){.flex-md-2-of-12{flex:0 0 calc(16.6666666667% - 30px);max-width:calc(16.6666666667% - 30px)}}@media only screen and (min-width: 1200px){.flex-md-2-of-12{flex:0 0 calc(16.6666666667% - 33.3333333333px);max-width:calc(16.6666666667% - 33.3333333333px)}}@media only screen and (min-width: 1500px){.flex-md-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 768px){.flex-md-3-of-12{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media only screen and (min-width: 992px){.flex-md-3-of-12{flex:0 0 calc(25% - 27px);max-width:calc(25% - 27px)}}@media only screen and (min-width: 1200px){.flex-md-3-of-12{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}}@media only screen and (min-width: 1500px){.flex-md-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 768px){.flex-md-4-of-12{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media only screen and (min-width: 992px){.flex-md-4-of-12{flex:0 0 calc(33.3333333333% - 24px);max-width:calc(33.3333333333% - 24px)}}@media only screen and (min-width: 1200px){.flex-md-4-of-12{flex:0 0 calc(33.3333333333% - 26.6666666667px);max-width:calc(33.3333333333% - 26.6666666667px)}}@media only screen and (min-width: 1500px){.flex-md-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 768px){.flex-md-5-of-12{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media only screen and (min-width: 992px){.flex-md-5-of-12{flex:0 0 calc(41.6666666667% - 21px);max-width:calc(41.6666666667% - 21px)}}@media only screen and (min-width: 1200px){.flex-md-5-of-12{flex:0 0 calc(41.6666666667% - 23.3333333333px);max-width:calc(41.6666666667% - 23.3333333333px)}}@media only screen and (min-width: 1500px){.flex-md-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 768px){.flex-md-6-of-12{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media only screen and (min-width: 992px){.flex-md-6-of-12{flex:0 0 calc(50% - 18px);max-width:calc(50% - 18px)}}@media only screen and (min-width: 1200px){.flex-md-6-of-12{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media only screen and (min-width: 1500px){.flex-md-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 768px){.flex-md-7-of-12{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media only screen and (min-width: 992px){.flex-md-7-of-12{flex:0 0 calc(58.3333333333% - 15px);max-width:calc(58.3333333333% - 15px)}}@media only screen and (min-width: 1200px){.flex-md-7-of-12{flex:0 0 calc(58.3333333333% - 16.6666666667px);max-width:calc(58.3333333333% - 16.6666666667px)}}@media only screen and (min-width: 1500px){.flex-md-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 768px){.flex-md-8-of-12{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media only screen and (min-width: 992px){.flex-md-8-of-12{flex:0 0 calc(66.6666666667% - 12px);max-width:calc(66.6666666667% - 12px)}}@media only screen and (min-width: 1200px){.flex-md-8-of-12{flex:0 0 calc(66.6666666667% - 13.3333333333px);max-width:calc(66.6666666667% - 13.3333333333px)}}@media only screen and (min-width: 1500px){.flex-md-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 768px){.flex-md-9-of-12{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media only screen and (min-width: 992px){.flex-md-9-of-12{flex:0 0 calc(75% - 9px);max-width:calc(75% - 9px)}}@media only screen and (min-width: 1200px){.flex-md-9-of-12{flex:0 0 calc(75% - 10px);max-width:calc(75% - 10px)}}@media only screen and (min-width: 1500px){.flex-md-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 768px){.flex-md-10-of-12{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media only screen and (min-width: 992px){.flex-md-10-of-12{flex:0 0 calc(83.3333333333% - 6px);max-width:calc(83.3333333333% - 6px)}}@media only screen and (min-width: 1200px){.flex-md-10-of-12{flex:0 0 calc(83.3333333333% - 6.6666666667px);max-width:calc(83.3333333333% - 6.6666666667px)}}@media only screen and (min-width: 1500px){.flex-md-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 768px){.flex-md-11-of-12{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media only screen and (min-width: 992px){.flex-md-11-of-12{flex:0 0 calc(91.6666666667% - 3px);max-width:calc(91.6666666667% - 3px)}}@media only screen and (min-width: 1200px){.flex-md-11-of-12{flex:0 0 calc(91.6666666667% - 3.3333333333px);max-width:calc(91.6666666667% - 3.3333333333px)}}@media only screen and (min-width: 1500px){.flex-md-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 768px){.flex-md-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 992px){.flex-md-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1200px){.flex-md-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1500px){.flex-md-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 992px){.flex-lg-1-of-12{flex:0 0 calc(8.3333333333% - 33px);max-width:calc(8.3333333333% - 33px)}}@media only screen and (min-width: 1200px){.flex-lg-1-of-12{flex:0 0 calc(8.3333333333% - 36.6666666667px);max-width:calc(8.3333333333% - 36.6666666667px)}}@media only screen and (min-width: 1500px){.flex-lg-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 992px){.flex-lg-2-of-12{flex:0 0 calc(16.6666666667% - 30px);max-width:calc(16.6666666667% - 30px)}}@media only screen and (min-width: 1200px){.flex-lg-2-of-12{flex:0 0 calc(16.6666666667% - 33.3333333333px);max-width:calc(16.6666666667% - 33.3333333333px)}}@media only screen and (min-width: 1500px){.flex-lg-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 992px){.flex-lg-3-of-12{flex:0 0 calc(25% - 27px);max-width:calc(25% - 27px)}}@media only screen and (min-width: 1200px){.flex-lg-3-of-12{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}}@media only screen and (min-width: 1500px){.flex-lg-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 992px){.flex-lg-4-of-12{flex:0 0 calc(33.3333333333% - 24px);max-width:calc(33.3333333333% - 24px)}}@media only screen and (min-width: 1200px){.flex-lg-4-of-12{flex:0 0 calc(33.3333333333% - 26.6666666667px);max-width:calc(33.3333333333% - 26.6666666667px)}}@media only screen and (min-width: 1500px){.flex-lg-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 992px){.flex-lg-5-of-12{flex:0 0 calc(41.6666666667% - 21px);max-width:calc(41.6666666667% - 21px)}}@media only screen and (min-width: 1200px){.flex-lg-5-of-12{flex:0 0 calc(41.6666666667% - 23.3333333333px);max-width:calc(41.6666666667% - 23.3333333333px)}}@media only screen and (min-width: 1500px){.flex-lg-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 992px){.flex-lg-6-of-12{flex:0 0 calc(50% - 18px);max-width:calc(50% - 18px)}}@media only screen and (min-width: 1200px){.flex-lg-6-of-12{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media only screen and (min-width: 1500px){.flex-lg-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 992px){.flex-lg-7-of-12{flex:0 0 calc(58.3333333333% - 15px);max-width:calc(58.3333333333% - 15px)}}@media only screen and (min-width: 1200px){.flex-lg-7-of-12{flex:0 0 calc(58.3333333333% - 16.6666666667px);max-width:calc(58.3333333333% - 16.6666666667px)}}@media only screen and (min-width: 1500px){.flex-lg-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 992px){.flex-lg-8-of-12{flex:0 0 calc(66.6666666667% - 12px);max-width:calc(66.6666666667% - 12px)}}@media only screen and (min-width: 1200px){.flex-lg-8-of-12{flex:0 0 calc(66.6666666667% - 13.3333333333px);max-width:calc(66.6666666667% - 13.3333333333px)}}@media only screen and (min-width: 1500px){.flex-lg-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 992px){.flex-lg-9-of-12{flex:0 0 calc(75% - 9px);max-width:calc(75% - 9px)}}@media only screen and (min-width: 1200px){.flex-lg-9-of-12{flex:0 0 calc(75% - 10px);max-width:calc(75% - 10px)}}@media only screen and (min-width: 1500px){.flex-lg-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 992px){.flex-lg-10-of-12{flex:0 0 calc(83.3333333333% - 6px);max-width:calc(83.3333333333% - 6px)}}@media only screen and (min-width: 1200px){.flex-lg-10-of-12{flex:0 0 calc(83.3333333333% - 6.6666666667px);max-width:calc(83.3333333333% - 6.6666666667px)}}@media only screen and (min-width: 1500px){.flex-lg-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 992px){.flex-lg-11-of-12{flex:0 0 calc(91.6666666667% - 3px);max-width:calc(91.6666666667% - 3px)}}@media only screen and (min-width: 1200px){.flex-lg-11-of-12{flex:0 0 calc(91.6666666667% - 3.3333333333px);max-width:calc(91.6666666667% - 3.3333333333px)}}@media only screen and (min-width: 1500px){.flex-lg-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 992px){.flex-lg-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1200px){.flex-lg-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1500px){.flex-lg-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1200px){.flex-xl-1-of-12{flex:0 0 calc(8.3333333333% - 36.6666666667px);max-width:calc(8.3333333333% - 36.6666666667px)}}@media only screen and (min-width: 1500px){.flex-xl-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 1200px){.flex-xl-2-of-12{flex:0 0 calc(16.6666666667% - 33.3333333333px);max-width:calc(16.6666666667% - 33.3333333333px)}}@media only screen and (min-width: 1500px){.flex-xl-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 1200px){.flex-xl-3-of-12{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}}@media only screen and (min-width: 1500px){.flex-xl-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 1200px){.flex-xl-4-of-12{flex:0 0 calc(33.3333333333% - 26.6666666667px);max-width:calc(33.3333333333% - 26.6666666667px)}}@media only screen and (min-width: 1500px){.flex-xl-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 1200px){.flex-xl-5-of-12{flex:0 0 calc(41.6666666667% - 23.3333333333px);max-width:calc(41.6666666667% - 23.3333333333px)}}@media only screen and (min-width: 1500px){.flex-xl-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 1200px){.flex-xl-6-of-12{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media only screen and (min-width: 1500px){.flex-xl-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 1200px){.flex-xl-7-of-12{flex:0 0 calc(58.3333333333% - 16.6666666667px);max-width:calc(58.3333333333% - 16.6666666667px)}}@media only screen and (min-width: 1500px){.flex-xl-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 1200px){.flex-xl-8-of-12{flex:0 0 calc(66.6666666667% - 13.3333333333px);max-width:calc(66.6666666667% - 13.3333333333px)}}@media only screen and (min-width: 1500px){.flex-xl-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 1200px){.flex-xl-9-of-12{flex:0 0 calc(75% - 10px);max-width:calc(75% - 10px)}}@media only screen and (min-width: 1500px){.flex-xl-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 1200px){.flex-xl-10-of-12{flex:0 0 calc(83.3333333333% - 6.6666666667px);max-width:calc(83.3333333333% - 6.6666666667px)}}@media only screen and (min-width: 1500px){.flex-xl-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 1200px){.flex-xl-11-of-12{flex:0 0 calc(91.6666666667% - 3.3333333333px);max-width:calc(91.6666666667% - 3.3333333333px)}}@media only screen and (min-width: 1500px){.flex-xl-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 1200px){.flex-xl-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1500px){.flex-xl-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1500px){.flex-2xl-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 1500px){.flex-2xl-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 1500px){.flex-2xl-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 1500px){.flex-2xl-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 1500px){.flex-2xl-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 1500px){.flex-2xl-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 1500px){.flex-2xl-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 1500px){.flex-2xl-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 1500px){.flex-2xl-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 1500px){.flex-2xl-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 1500px){.flex-2xl-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 1500px){.flex-2xl-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@keyframes colorfulSplashFont{0%{opacity:0;transform:scale(0.9)}100%{opacity:100%;transform:scale(1)}}@keyframes traditionalSplashFont{0%{opacity:0}100%{opacity:100%}}@keyframes colorfulLeadFont{0%{opacity:0;transform:scale(0.9) translateY(8px)}100%{opacity:100%;transform:scale(1) translateY(0)}}@keyframes traditionalLeadFont{0%{opacity:0}100%{opacity:100%}}.hb-text-reset{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none}.hb-heading-1{font-weight:600;font-size:3.6rem;line-height:112%}@media(min-width: 768px){.hb-heading-1{font-size:4.6rem}}.hb-heading-2{font-weight:600;font-size:3.2rem;line-height:112%}@media(min-width: 768px){.hb-heading-2{font-size:3.8rem}}.hb-heading-3{font-weight:600;font-size:2.4rem;line-height:120%}@media(min-width: 768px){.hb-heading-3{font-size:2.7rem;line-height:117%}}.hb-heading-4{font-weight:600;font-size:2rem;line-height:122%}.hb-heading-5{font-weight:600;font-size:1.8rem;line-height:124%}.hb-heading-6{text-transform:uppercase;font-weight:600;font-size:1.6rem;line-height:128%}.hb-body-small{font-weight:400;font-size:1.6rem;line-height:122%}.hb-body-medium{font-weight:400;font-size:1.8rem;line-height:127%}.hb-link,.hb-link.ext{color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms}.hb-link:hover,.hb-link:focus,.hb-link.ext:hover,.hb-link.ext:focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}.hb-link:hover,.hb-link:focus,.hb-link.ext:hover,.hb-link.ext:focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}.hb-link:hover,.hb-link:focus,.hb-link.ext:hover,.hb-link.ext:focus{color:#000}.hb-dark-pattern .hb-link:hover,.hb-dark-inversion .views-element-container .hb-link:hover,.hb-dark-pattern .hb-link:focus,.hb-dark-inversion .views-element-container .hb-link:focus,.hb-dark-pattern .hb-link.ext:hover,.hb-dark-inversion .views-element-container .hb-link.ext:hover,.hb-dark-pattern .hb-link.ext:focus,.hb-dark-inversion .views-element-container .hb-link.ext:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-link-inline{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat}.hb-link-inline:hover,.hb-link-inline:focus{color:#002429;color:var(--palette--tertiary-darken-20)}.hb-link-inline:hover,.hb-link-inline:focus{background-position-y:-50%}.hb-dark-pattern .hb-link-inline:hover,.hb-dark-inversion .views-element-container .hb-link-inline:hover,.hb-dark-pattern .hb-link-inline:focus,.hb-dark-inversion .views-element-container .hb-link-inline:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer .hb-link-inline{background-image:none}.hb-local-footer .hb-link-inline:hover,.hb-local-footer .hb-link-inline:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern .hb-link-inline,.hb-dark-inversion .views-element-container .hb-link-inline{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern .hb-link-inline:hover,.hb-dark-pattern .hb-link-inline:focus,.hb-dark-inversion .views-element-container .hb-link-inline:hover,.hb-dark-inversion .views-element-container .hb-link-inline:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hb-highlighted-label .field-label{font-size:1.6rem;font-style:normal;text-transform:inherit;color:#148762;color:var(--palette--secondary)}.hb-well .hb-highlighted-label .field-label{color:#0c523b !important;color:var(--palette--secondary-darken-12) !important}.views-row .hb-highlighted-label,.views-row .hb-highlighted-label a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;font-style:normal;text-transform:uppercase;color:#000;font-weight:700;font-size:1.5rem;margin-bottom:0.4rem;font-size:1.6rem;font-style:normal;text-transform:inherit;color:#148762;color:var(--palette--secondary)}.hb-well .views-row .hb-highlighted-label,.hb-well .views-row .hb-highlighted-label a{color:#0c523b !important;color:var(--palette--secondary-darken-12) !important}.hb-subtitle{font-weight:600;line-height:122%;font-size:1.6rem}@media(min-width: 992px){.hb-subtitle{font-size:1.8rem}}.hb-descriptor,.descriptor{color:#413e39;font-size:1.6rem}@media(min-width: 992px){.hb-descriptor,.descriptor{font-size:1.8rem}}.views-row .hb-descriptor,.views-row .hb-descriptor a,.views-row .descriptor,.views-row .descriptor a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#413e39;font-size:1.6rem}@media(min-width: 992px){.views-row .hb-descriptor,.views-row .hb-descriptor a,.views-row .descriptor,.views-row .descriptor a{font-size:1.8rem}}.hb-pill{display:inline-block;font-size:1.4rem;text-decoration:none;transition:background-color 150ms ease-in-out;margin-bottom:0.5rem;background-color:#8ff0ff;background-color:var(--palette--tertiary-highlight-darken-10);color:#413e39;padding:0.1rem 1.2rem;border-radius:1.3rem;border:2px solid rgba(0,0,0,0)}.hb-dark-pattern .hb-pill,.hb-dark-inversion .views-element-container .hb-pill{color:#413e39 !important}a.hb-pill{display:inline-block;font-size:1.4rem;text-decoration:none;transition:background-color 150ms ease-in-out;margin-bottom:0.5rem;background-color:#8ff0ff;background-color:var(--palette--tertiary-highlight-darken-10);color:#413e39;padding:0.1rem 1.2rem;border-radius:1.3rem;border:2px solid rgba(0,0,0,0);background-image:none}.hb-dark-pattern a.hb-pill,.hb-dark-inversion .views-element-container a.hb-pill{color:#413e39 !important}a.hb-pill .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000000' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hb-dark-pattern a.hb-pill,.hb-dark-inversion .views-element-container a.hb-pill{border-color:rgba(0,0,0,0)}a.hb-pill:focus,a.hb-pill:hover{border-color:#8ff0ff;border-color:var(--palette--tertiary-highlight-darken-10);background-color:#fff}.hb-dark-pattern a.hb-pill:focus,.hb-dark-inversion .views-element-container a.hb-pill:focus,.hb-dark-pattern a.hb-pill:hover,.hb-dark-inversion .views-element-container a.hb-pill:hover{border-color:rgba(0,0,0,0)}.hb-blockquote{color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.hb-blockquote{font-size:2.8rem}}.hb-blockquote-black-text .hb-blockquote{color:#000}.hb-dark-pattern .hb-blockquote,.hb-dark-inversion .views-element-container .hb-blockquote{color:#fff}.hb-blockquote:not(.hb-testimonial__quote){position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem}@media(min-width: 992px){.hb-blockquote:not(.hb-testimonial__quote){padding:4.4rem 2.8rem}}.hb-blockquote:not(.hb-testimonial__quote)::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .hb-blockquote:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .hb-blockquote:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .hb-blockquote:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-blockquote:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-blockquote:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-blockquote:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-blockquote:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-blockquote:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .hb-blockquote:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well .hb-blockquote:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well-full-width .hb-blockquote:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote:not(.hb-testimonial__quote)::before{background-color:#f1f0ee}.hb-dark-pattern .hb-blockquote:not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container .hb-blockquote:not(.hb-testimonial__quote){border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .hb-blockquote:not(.hb-testimonial__quote)::before,.hb-dark-inversion .views-element-container .hb-blockquote:not(.hb-testimonial__quote)::before{background-color:#002429;background-color:var(--palette--primary-dark)}.hb-blockquote:not(.hb-testimonial__quote)>p,.hb-blockquote:not(.hb-testimonial__quote)>div{margin:0}.hb-blockquote:not(.hb-testimonial__quote)>p::before,.hb-blockquote:not(.hb-testimonial__quote)>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.hb-blockquote:not(.hb-testimonial__quote)>p::after,.hb-blockquote:not(.hb-testimonial__quote)>div::after{position:absolute;content:close-quote;margin-right:1rem}.hb-blockquote .views-row hb-blockquote,.hb-blockquote .views-row hb-blockquote a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.hb-blockquote .views-row hb-blockquote,.hb-blockquote .views-row hb-blockquote a{font-size:2.8rem}}.hb-blockquote-black-text .hb-blockquote .views-row hb-blockquote,.hb-blockquote-black-text .hb-blockquote .views-row hb-blockquote a{color:#000}.hb-dark-pattern .hb-blockquote .views-row hb-blockquote,.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote,.hb-dark-pattern .hb-blockquote .views-row hb-blockquote a,.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote a{color:#fff}.hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote),.hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote){position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem}@media(min-width: 992px){.hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote),.hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote){padding:4.4rem 2.8rem}}.hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hb-spotlight .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hc-pairing-lake .hb-spotlight .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hc-pairing-ocean .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hc-pairing-mountain .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hc-pairing-cardinal .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hc-pairing-lake .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hc-pairing-canyon .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hc-pairing-cliff .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hb-callout-box .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{background-color:#f1f0ee}.hb-dark-pattern .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote),.hb-dark-pattern .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote){border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before,.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{background-color:#002429;background-color:var(--palette--primary-dark)}.hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)>p,.hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)>div,.hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)>p,.hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)>div{margin:0}.hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)>p::before,.hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)>div::before,.hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)>p::before,.hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)>p::after,.hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)>div::after,.hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)>p::after,.hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)>div::after{position:absolute;content:close-quote;margin-right:1rem}.hb-blockquote .views-row hb-blockquote>p::before,.hb-blockquote .views-row hb-blockquote>p::after,.hb-blockquote .views-row hb-blockquote>div::before,.hb-blockquote .views-row hb-blockquote>div::after,.hb-blockquote .views-row hb-blockquote a>p::before,.hb-blockquote .views-row hb-blockquote a>p::after,.hb-blockquote .views-row hb-blockquote a>div::before,.hb-blockquote .views-row hb-blockquote a>div::after{content:none}.highlight-block-left{color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.highlight-block-left{font-size:2.8rem}}.hb-blockquote-black-text .highlight-block-left{color:#000}.hb-dark-pattern .highlight-block-left,.hb-dark-inversion .views-element-container .highlight-block-left{color:#fff}.highlight-block-left:not(.hb-testimonial__quote){position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem}@media(min-width: 992px){.highlight-block-left:not(.hb-testimonial__quote){padding:4.4rem 2.8rem}}.highlight-block-left:not(.hb-testimonial__quote)::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-left:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-left:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .highlight-block-left:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .highlight-block-left:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .highlight-block-left:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .highlight-block-left:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .highlight-block-left:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .highlight-block-left:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .highlight-block-left:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well .highlight-block-left:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well-full-width .highlight-block-left:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left:not(.hb-testimonial__quote)::before{background-color:#f1f0ee}.hb-dark-pattern .highlight-block-left:not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container .highlight-block-left:not(.hb-testimonial__quote){border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .highlight-block-left:not(.hb-testimonial__quote)::before,.hb-dark-inversion .views-element-container .highlight-block-left:not(.hb-testimonial__quote)::before{background-color:#002429;background-color:var(--palette--primary-dark)}.highlight-block-left:not(.hb-testimonial__quote)>p,.highlight-block-left:not(.hb-testimonial__quote)>div{margin:0}.highlight-block-left:not(.hb-testimonial__quote)>p::before,.highlight-block-left:not(.hb-testimonial__quote)>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.highlight-block-left:not(.hb-testimonial__quote)>p::after,.highlight-block-left:not(.hb-testimonial__quote)>div::after{position:absolute;content:close-quote;margin-right:1rem}.highlight-block-left .views-row highlight-block-left,.highlight-block-left .views-row highlight-block-left a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.highlight-block-left .views-row highlight-block-left,.highlight-block-left .views-row highlight-block-left a{font-size:2.8rem}}.hb-blockquote-black-text .highlight-block-left .views-row highlight-block-left,.hb-blockquote-black-text .highlight-block-left .views-row highlight-block-left a{color:#000}.hb-dark-pattern .highlight-block-left .views-row highlight-block-left,.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left,.hb-dark-pattern .highlight-block-left .views-row highlight-block-left a,.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left a{color:#fff}.highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote),.highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote){position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem}@media(min-width: 992px){.highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote),.highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote){padding:4.4rem 2.8rem}}.highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hb-spotlight .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hc-pairing-lake .hb-spotlight .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hc-pairing-ocean .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hc-pairing-mountain .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hc-pairing-cardinal .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hc-pairing-lake .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hc-pairing-canyon .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hc-pairing-cliff .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hb-callout-box .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{background-color:#f1f0ee}.hb-dark-pattern .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote),.hb-dark-pattern .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote){border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hb-dark-pattern .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before,.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{background-color:#002429;background-color:var(--palette--primary-dark)}.highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)>p,.highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)>div,.highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)>p,.highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)>div{margin:0}.highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)>p::before,.highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)>div::before,.highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)>p::before,.highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)>p::after,.highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)>div::after,.highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)>p::after,.highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)>div::after{position:absolute;content:close-quote;margin-right:1rem}.highlight-block-left .views-row highlight-block-left>p::before,.highlight-block-left .views-row highlight-block-left>p::after,.highlight-block-left .views-row highlight-block-left>div::before,.highlight-block-left .views-row highlight-block-left>div::after,.highlight-block-left .views-row highlight-block-left a>p::before,.highlight-block-left .views-row highlight-block-left a>p::after,.highlight-block-left .views-row highlight-block-left a>div::before,.highlight-block-left .views-row highlight-block-left a>div::after{content:none}.highlight-block-right{color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.highlight-block-right{font-size:2.8rem}}.hb-blockquote-black-text .highlight-block-right{color:#000}.hb-dark-pattern .highlight-block-right,.hb-dark-inversion .views-element-container .highlight-block-right{color:#fff}.highlight-block-right:not(.hb-testimonial__quote){position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem}@media(min-width: 992px){.highlight-block-right:not(.hb-testimonial__quote){padding:4.4rem 2.8rem}}.highlight-block-right:not(.hb-testimonial__quote)::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-right:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-right:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .highlight-block-right:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .highlight-block-right:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .highlight-block-right:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .highlight-block-right:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .highlight-block-right:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .highlight-block-right:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .highlight-block-right:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well .highlight-block-right:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well-full-width .highlight-block-right:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right:not(.hb-testimonial__quote)::before{background-color:#f1f0ee}.hb-dark-pattern .highlight-block-right:not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container .highlight-block-right:not(.hb-testimonial__quote){border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .highlight-block-right:not(.hb-testimonial__quote)::before,.hb-dark-inversion .views-element-container .highlight-block-right:not(.hb-testimonial__quote)::before{background-color:#002429;background-color:var(--palette--primary-dark)}.highlight-block-right:not(.hb-testimonial__quote)>p,.highlight-block-right:not(.hb-testimonial__quote)>div{margin:0}.highlight-block-right:not(.hb-testimonial__quote)>p::before,.highlight-block-right:not(.hb-testimonial__quote)>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.highlight-block-right:not(.hb-testimonial__quote)>p::after,.highlight-block-right:not(.hb-testimonial__quote)>div::after{position:absolute;content:close-quote;margin-right:1rem}.highlight-block-right .views-row highlight-block-right,.highlight-block-right .views-row highlight-block-right a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.highlight-block-right .views-row highlight-block-right,.highlight-block-right .views-row highlight-block-right a{font-size:2.8rem}}.hb-blockquote-black-text .highlight-block-right .views-row highlight-block-right,.hb-blockquote-black-text .highlight-block-right .views-row highlight-block-right a{color:#000}.hb-dark-pattern .highlight-block-right .views-row highlight-block-right,.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right,.hb-dark-pattern .highlight-block-right .views-row highlight-block-right a,.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right a{color:#fff}.highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote),.highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote){position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem}@media(min-width: 992px){.highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote),.highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote){padding:4.4rem 2.8rem}}.highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hb-spotlight .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hc-pairing-lake .hb-spotlight .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hc-pairing-ocean .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hc-pairing-mountain .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hc-pairing-cardinal .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hc-pairing-lake .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hc-pairing-canyon .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hc-pairing-cliff .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hb-callout-box .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{background-color:#f1f0ee}.hb-dark-pattern .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote),.hb-dark-pattern .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote){border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hb-dark-pattern .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before,.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{background-color:#002429;background-color:var(--palette--primary-dark)}.highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)>p,.highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)>div,.highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)>p,.highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)>div{margin:0}.highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)>p::before,.highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)>div::before,.highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)>p::before,.highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)>p::after,.highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)>div::after,.highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)>p::after,.highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)>div::after{position:absolute;content:close-quote;margin-right:1rem}.highlight-block-right .views-row highlight-block-right>p::before,.highlight-block-right .views-row highlight-block-right>p::after,.highlight-block-right .views-row highlight-block-right>div::before,.highlight-block-right .views-row highlight-block-right>div::after,.highlight-block-right .views-row highlight-block-right a>p::before,.highlight-block-right .views-row highlight-block-right a>p::after,.highlight-block-right .views-row highlight-block-right a>div::before,.highlight-block-right .views-row highlight-block-right a>div::after{content:none}.hb-title h1,.hb-title h2,.hb-title h3,.hb-title h4,.hb-title h5,.hb-title h6{font-weight:600;font-size:3.6rem;line-height:112%;margin:0}@media(min-width: 768px){.hb-title h1,.hb-title h2,.hb-title h3,.hb-title h4,.hb-title h5,.hb-title h6{font-size:4.6rem}}.hb-title::before{border-bottom:solid 0.4rem;border-color:#148762;border-color:var(--palette--secondary);content:"";display:block;vertical-align:middle;width:5.5rem;margin-right:1rem}.hb-text-align-left{text-align:left}.hb-text-align-center{text-align:center}.hb-text-align-right{text-align:right}.fa,.fab,.fal,.far,.fas{color:#148762;color:var(--palette--secondary)}.hb-dark-pattern .fa,.hb-dark-pattern .fab,.hb-dark-pattern .fal,.hb-dark-pattern .far,.hb-dark-pattern .fas{color:#e4f4ee;color:var(--palette--secondary-highlight)}a.fa,a.fab,a.fal,a.far,a.fas,a>.fa,a>.fab,a>.fal,a>.far,a>.fas,a>.fontawesome-icon-inline>.fa,a>.fontawesome-icon-inline>.fab,a>.fontawesome-icon-inline>.fal,a>.fontawesome-icon-inline>.far,a>.fontawesome-icon-inline>.fas{text-decoration:none;transition:color 150ms ease-in-out}a.fa:hover,a.fa:focus,a.fab:hover,a.fab:focus,a.fal:hover,a.fal:focus,a.far:hover,a.far:focus,a.fas:hover,a.fas:focus,a>.fa:hover,a>.fa:focus,a>.fab:hover,a>.fab:focus,a>.fal:hover,a>.fal:focus,a>.far:hover,a>.far:focus,a>.fas:hover,a>.fas:focus,a>.fontawesome-icon-inline>.fa:hover,a>.fontawesome-icon-inline>.fa:focus,a>.fontawesome-icon-inline>.fab:hover,a>.fontawesome-icon-inline>.fab:focus,a>.fontawesome-icon-inline>.fal:hover,a>.fontawesome-icon-inline>.fal:focus,a>.fontawesome-icon-inline>.far:hover,a>.fontawesome-icon-inline>.far:focus,a>.fontawesome-icon-inline>.fas:hover,a>.fontawesome-icon-inline>.fas:focus{color:#0c523b;color:var(--palette--secondary-darken-12)}.hb-dark-pattern a.fa:hover,.hb-dark-pattern a.fa:focus,.hb-dark-pattern a.fab:hover,.hb-dark-pattern a.fab:focus,.hb-dark-pattern a.fal:hover,.hb-dark-pattern a.fal:focus,.hb-dark-pattern a.far:hover,.hb-dark-pattern a.far:focus,.hb-dark-pattern a.fas:hover,.hb-dark-pattern a.fas:focus,.hb-dark-pattern a>.fa:hover,.hb-dark-pattern a>.fa:focus,.hb-dark-pattern a>.fab:hover,.hb-dark-pattern a>.fab:focus,.hb-dark-pattern a>.fal:hover,.hb-dark-pattern a>.fal:focus,.hb-dark-pattern a>.far:hover,.hb-dark-pattern a>.far:focus,.hb-dark-pattern a>.fas:hover,.hb-dark-pattern a>.fas:focus,.hb-dark-pattern a>.fontawesome-icon-inline>.fa:hover,.hb-dark-pattern a>.fontawesome-icon-inline>.fa:focus,.hb-dark-pattern a>.fontawesome-icon-inline>.fab:hover,.hb-dark-pattern a>.fontawesome-icon-inline>.fab:focus,.hb-dark-pattern a>.fontawesome-icon-inline>.fal:hover,.hb-dark-pattern a>.fontawesome-icon-inline>.fal:focus,.hb-dark-pattern a>.fontawesome-icon-inline>.far:hover,.hb-dark-pattern a>.fontawesome-icon-inline>.far:focus,.hb-dark-pattern a>.fontawesome-icon-inline>.fas:hover,.hb-dark-pattern a>.fontawesome-icon-inline>.fas:focus{color:#8ff0ff !important;color:var(--palette--tertiary-highlight-darken-10) !important}.fa-fw.fa-border{box-sizing:content-box}.fa-ext,.fa-mailto{display:none}.hb-position-relative{position:relative}.hb-columns{display:flex;flex-wrap:wrap}.hb-columns>div{width:50%;padding-right:1.1rem}.hb-inline,.hb-inline-pipe{margin-bottom:2rem}@media(min-width: 576px){.hb-inline,.hb-inline-pipe{display:flex;flex-wrap:wrap}}.hb-inline>div,.hb-inline-pipe>div{margin-bottom:1.6rem;padding-right:2rem}.hb-inline-pipe>div{padding-right:0}@media(min-width: 576px){.hb-inline-pipe>div{display:flex}}@media(min-width: 576px){.hb-inline-pipe>div::after{margin:0 1rem;content:"|";color:#413e39}}.hb-inline-pipe>div:last-child{margin-bottom:2rem}@media(min-width: 576px){.hb-inline-pipe>div:last-child{margin-bottom:initial}}.hb-inline-pipe>div:last-child::after{content:""}.hs-well,.hb-well,.pullquote{background-color:#f1f0ee;padding:2rem 1.8rem;border:0 none}.hb-dark-pattern .hs-well,.hb-dark-inversion .views-element-container .hs-well,.hb-dark-pattern .hb-well,.hb-dark-inversion .views-element-container .hb-well,.hb-dark-pattern .pullquote,.hb-dark-inversion .views-element-container .pullquote{color:#000}.hb-three-column__sidebar-1 .hs-well,.hb-three-column__sidebar-2 .hs-well,.hb-three-column__sidebar-1 .hb-well,.hb-three-column__sidebar-2 .hb-well,.hb-three-column__sidebar-1 .pullquote,.hb-three-column__sidebar-2 .pullquote{position:relative;z-index:1}.hb-divider{width:100%;border-bottom:1px solid;border-color:#b6b1a9}.hb-borderless{border:0 none;padding:0}.hb-views-divider .views-row:not(:last-of-type){width:100%;border-bottom:1px solid;border-color:#b6b1a9;padding-bottom:4.8rem}@media(min-width: 768px){.hb-three-column-w-image .hb-main-body-detail-image{float:right;margin:0 0 2.8rem 2.8rem}.hb-three-column-w-image .hb-main-body-detail-image::after{clear:both;content:"";display:table}}.hb-heading-link-color:is(h1,h2,h3,h4,h5,h6,span) a:not([class]),.hb-heading-link-color .hb-card__title a{color:#007c8f;color:var(--palette--tertiary);border-bottom-color:inherit}.hb-heading-link-color:is(h1,h2,h3,h4,h5,h6,span) a:not([class]):hover,.hb-heading-link-color:is(h1,h2,h3,h4,h5,h6,span) a:not([class]):focus,.hb-heading-link-color .hb-card__title a:hover,.hb-heading-link-color .hb-card__title a:focus{color:#002429;color:var(--palette--tertiary-darken-20)}.hb-carousel-reset-height .paragraph--type--hs-carousel .hb-hero-overlay__text{min-height:initial !important}.hb-accordion-toggle-all{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms;cursor:pointer;float:right;margin-bottom:1.6rem}.hb-accordion-toggle-all:hover,.hb-accordion-toggle-all:focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}.hb-accordion-toggle-all:hover,.hb-accordion-toggle-all:focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}.hb-accordion-toggle-all:hover,.hb-accordion-toggle-all:focus{color:#000}.hb-dark-pattern .hb-accordion-toggle-all:hover,.hb-dark-inversion .views-element-container .hb-accordion-toggle-all:hover,.hb-dark-pattern .hb-accordion-toggle-all:focus,.hb-dark-inversion .views-element-container .hb-accordion-toggle-all:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-timeline-checklist .hb-timeline-item__heading::before{border-radius:initial}.hb-timeline-checklist .ptype-hs-timeline-item:last-of-type .hb-timeline-item[open]::after,.hb-timeline-checklist .views-view-pattern .hb-timeline-item:last-of-type .hb-timeline-item[open]::after{border-radius:initial}.hb-timeline-border .ptype-hs-timeline-item:last-of-type,.hb-timeline-border .views-view-pattern .hb-timeline-item:last-of-type{padding-bottom:2.8rem;border-bottom:1px solid #000}.hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary){border-color:#00505c;border-color:var(--palette--primary);color:#000;border-width:0.2rem;background-color:rgba(0,0,0,0)}.hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E");background-size:1.8rem;transition:transform 150ms ease-in-out}.hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover{color:#148762;color:var(--palette--secondary)}.hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23148762' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.hc-pairing-ocean .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23148762' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-mountain .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%2300638e' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%238c1515' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-lake .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%233f3c30' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-canyon .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%238c1515' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-cliff .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%2300505c' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hb-accordion-secondary .ptype-hs-accordion details[open]{border-color:#00505c;border-color:var(--palette--primary);border-width:0.2rem;border-bottom:none}.hb-accordion-secondary .ptype-hs-accordion details[open] summary:not(.hb-timeline-item__summary){background:rgba(0,0,0,0);border-bottom:none}.hb-accordion-secondary .ptype-hs-accordion details[open] summary:not(.hb-timeline-item__summary)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.hb-accordion-secondary .ptype-hs-accordion details[open] .revealed-details{border-color:#00505c;border-color:var(--palette--primary);border-width:0.2rem;border-top:none}.hb-single-category.label-hidden{font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-single-category.label-hidden::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-single-category.label-hidden::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-single-category.label-hidden,.hb-dark-inversion .views-element-container .hb-single-category.label-hidden{color:#fff}.hb-single-category.entity-reference div:not([class]){font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-single-category.entity-reference div:not([class])::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-single-category.entity-reference div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-single-category.entity-reference div:not([class]),.hb-dark-inversion .views-element-container .hb-single-category.entity-reference div:not([class]){color:#fff}.hb-single-category a{text-decoration:none;border-bottom:1px solid;border-color:rgba(0,0,0,0);transition:border-color 150ms ease-in-out;background-image:none;line-height:134%;color:#000}.hb-single-category a:hover,.hb-single-category a:focus{border-color:#000}.hb-dark-pattern .hb-single-category a,.hb-dark-inversion .views-element-container .hb-single-category a{color:#fff;border-color:rgba(0,0,0,0)}.hb-single-category a:hover,.hb-single-category a:focus{color:#000}.views-row .hb-single-category{font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.views-row .hb-single-category::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.views-row .hb-single-category::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .views-row .hb-single-category,.hb-dark-inversion .views-element-container .views-row .hb-single-category{color:#fff}.views-row .hb-single-category.entity-reference div:not([class]){font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.views-row .hb-single-category.entity-reference div:not([class])::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.views-row .hb-single-category.entity-reference div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .views-row .hb-single-category.entity-reference div:not([class]),.hb-dark-inversion .views-element-container .views-row .hb-single-category.entity-reference div:not([class]){color:#fff}.views-row .hb-single-category a{text-decoration:none;border-bottom:1px solid;border-color:rgba(0,0,0,0);transition:border-color 150ms ease-in-out;background-image:none;line-height:134%;color:#000}.views-row .hb-single-category a:hover,.views-row .hb-single-category a:focus{border-color:#000}.hb-dark-pattern .views-row .hb-single-category a,.hb-dark-inversion .views-element-container .views-row .hb-single-category a{color:#fff;border-color:rgba(0,0,0,0)}.views-row .hb-single-category a:hover,.views-row .hb-single-category a:focus{color:#000}.hb-categories.entity-reference div div:not([class]){font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-categories.entity-reference div div:not([class])::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-categories.entity-reference div div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-categories.entity-reference div div:not([class]),.hb-dark-inversion .views-element-container .hb-categories.entity-reference div div:not([class]){color:#fff}.hb-categories.string div div{font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-categories.string div div::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-categories.string div div::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-categories.string div div,.hb-dark-inversion .views-element-container .hb-categories.string div div{color:#fff}.hb-categories.label-hidden>div:not([class]){font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-categories.label-hidden>div:not([class])::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-categories.label-hidden>div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-categories.label-hidden>div:not([class]),.hb-dark-inversion .views-element-container .hb-categories.label-hidden>div:not([class]){color:#fff}.hb-categories ol,.hb-categories ul{list-style-type:none;padding:0;margin:0 0 1rem}.hb-categories ol li,.hb-categories ul li{font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-categories ol li::before,.hb-categories ul li::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-categories ol li::before,.hb-categories ul li::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-categories ol li,.hb-dark-inversion .views-element-container .hb-categories ol li,.hb-dark-pattern .hb-categories ul li,.hb-dark-inversion .views-element-container .hb-categories ul li{color:#fff}.hb-categories a{text-decoration:none;border-bottom:1px solid;border-color:rgba(0,0,0,0);transition:border-color 150ms ease-in-out;background-image:none;line-height:134%;color:#000}.hb-categories a:hover,.hb-categories a:focus{border-color:#000}.hb-dark-pattern .hb-categories a,.hb-dark-inversion .views-element-container .hb-categories a{color:#fff;border-color:rgba(0,0,0,0)}.hb-categories a:hover,.hb-categories a:focus{color:#000}.hb-pill-link-list ol,.hb-pill-link-list ul,.hb-pill-list ol,.hb-pill-list ul{padding:0;margin:0}.hb-pill-link-list li:nth-child(n),.hb-pill-list li:nth-child(n){display:inline-block;margin-right:0.8rem;margin-bottom:0.8rem;padding-left:0}.hb-pill-link-list li:nth-child(n)::before,.hb-pill-list li:nth-child(n)::before{display:none}.hb-pill-link-list div:not([class])>div:not([class]),.hb-pill-list div:not([class])>div:not([class]){display:inline-block;margin-right:0.8rem;margin-bottom:0.8rem}.hb-pill-link-list.label-hidden>div:not([class]),.hb-pill-list.label-hidden>div:not([class]){display:inline-block;margin-right:0.8rem;margin-bottom:0.8rem}.hb-pill-link-list a{display:inline-block;font-size:1.4rem;text-decoration:none;transition:background-color 150ms ease-in-out;margin-bottom:0.5rem;background-color:#8ff0ff;background-color:var(--palette--tertiary-highlight-darken-10);color:#413e39;padding:0.1rem 1.2rem;border-radius:1.3rem;border:2px solid rgba(0,0,0,0);background-image:none;background-image:none !important;color:inherit !important}.hb-dark-pattern .hb-pill-link-list a,.hb-dark-inversion .views-element-container .hb-pill-link-list a{color:#413e39 !important}.hb-pill-link-list a .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000000' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hb-dark-pattern .hb-pill-link-list a,.hb-dark-inversion .views-element-container .hb-pill-link-list a{border-color:rgba(0,0,0,0)}.hb-pill-link-list a:focus,.hb-pill-link-list a:hover{border-color:#8ff0ff;border-color:var(--palette--tertiary-highlight-darken-10);background-color:#fff}.hb-dark-pattern .hb-pill-link-list a:focus,.hb-dark-inversion .views-element-container .hb-pill-link-list a:focus,.hb-dark-pattern .hb-pill-link-list a:hover,.hb-dark-inversion .views-element-container .hb-pill-link-list a:hover{border-color:rgba(0,0,0,0)}.hb-pill-link-list a .fa-ext::after{height:1.1rem;margin-bottom:0}.hb-pill-list div:not([class])>div:not([class]),.hb-pill-list.label-hidden>div:not([class]),.hb-pill-list li:nth-child(n){display:inline-block;font-size:1.4rem;text-decoration:none;transition:background-color 150ms ease-in-out;margin-bottom:0.5rem;background-color:#8ff0ff;background-color:var(--palette--tertiary-highlight-darken-10);color:#413e39;padding:0.1rem 1.2rem;border-radius:1.3rem;border:2px solid rgba(0,0,0,0)}.hb-dark-pattern .hb-pill-list div:not([class])>div:not([class]),.hb-dark-inversion .views-element-container .hb-pill-list div:not([class])>div:not([class]),.hb-dark-pattern .hb-pill-list.label-hidden>div:not([class]),.hb-dark-inversion .views-element-container .hb-pill-list.label-hidden>div:not([class]),.hb-dark-pattern .hb-pill-list li:nth-child(n),.hb-dark-inversion .views-element-container .hb-pill-list li:nth-child(n){color:#413e39 !important}.hb-list-reset ul:not([class]){list-style-type:disc}.hb-list-reset ul:not([class]) ul{list-style-type:circle}.hb-list-reset ul:not([class]) ul ul{list-style-type:square}.hb-list-reset ul:not([class]) li{overflow:visible;padding-left:0}.hb-list-reset ul:not([class]) li::before{content:none}.hb-list-reset ol:not([class]){list-style-type:decimal;padding-left:revert}.hb-list-reset ol:not([class]) li{overflow:visible;padding-left:0}.hb-list-reset ol:not([class]) li::before{content:none}.hb-card-image-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}@media(min-width: 768px){.hb-card-image-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}.hb-card-image-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}@media(min-width: 768px){.hb-card-image-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}.hb-card-image-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}@media(min-width: 768px){.hb-card-image-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}.hb-card-image-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}@media(min-width: 768px){.hb-card-image-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}.hb-card-image-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}@media(min-width: 768px){.hb-card-image-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}.hb-card-image-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}@media(min-width: 768px){.hb-card-image-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}.hb-card-image-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}@media(min-width: 768px){.hb-card-image-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}.hb-card-image-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}@media(min-width: 768px){.hb-card-image-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}.hb-card-image-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}@media(min-width: 768px){.hb-card-image-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}.hb-card-image-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}@media(min-width: 768px){.hb-card-image-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}.hb-card-image-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}@media(min-width: 768px){.hb-card-image-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}.hb-card-image-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}@media(min-width: 768px){.hb-card-image-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}.hb-card-image-xs-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}@media(min-width: 768px){.hb-card-image-xs-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}.hb-card-image-xs-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}@media(min-width: 768px){.hb-card-image-xs-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}.hb-card-image-xs-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}@media(min-width: 768px){.hb-card-image-xs-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}.hb-card-image-xs-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}@media(min-width: 768px){.hb-card-image-xs-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}.hb-card-image-xs-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}@media(min-width: 768px){.hb-card-image-xs-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}.hb-card-image-xs-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}@media(min-width: 768px){.hb-card-image-xs-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}.hb-card-image-xs-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}@media(min-width: 768px){.hb-card-image-xs-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}.hb-card-image-xs-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}@media(min-width: 768px){.hb-card-image-xs-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}.hb-card-image-xs-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}@media(min-width: 768px){.hb-card-image-xs-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}.hb-card-image-xs-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}@media(min-width: 768px){.hb-card-image-xs-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}.hb-card-image-xs-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}@media(min-width: 768px){.hb-card-image-xs-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}.hb-card-image-xs-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}@media(min-width: 768px){.hb-card-image-xs-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}@media(min-width: 576px){.hb-card-image-sm-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 576px){.hb-card-image-sm-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 576px){.hb-card-image-sm-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 576px){.hb-card-image-sm-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 576px){.hb-card-image-sm-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 576px){.hb-card-image-sm-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 576px){.hb-card-image-sm-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 576px){.hb-card-image-sm-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 576px){.hb-card-image-sm-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 576px){.hb-card-image-sm-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 576px){.hb-card-image-sm-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 576px){.hb-card-image-sm-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}@media(min-width: 768px){.hb-card-image-md-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 768px){.hb-card-image-md-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 768px){.hb-card-image-md-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 768px){.hb-card-image-md-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 768px){.hb-card-image-md-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 768px){.hb-card-image-md-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 768px){.hb-card-image-md-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 768px){.hb-card-image-md-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 768px){.hb-card-image-md-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 768px){.hb-card-image-md-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 768px){.hb-card-image-md-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 768px){.hb-card-image-md-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}@media(min-width: 992px){.hb-card-image-lg-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 992px){.hb-card-image-lg-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 992px){.hb-card-image-lg-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 992px){.hb-card-image-lg-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 992px){.hb-card-image-lg-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 992px){.hb-card-image-lg-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 992px){.hb-card-image-lg-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 992px){.hb-card-image-lg-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 992px){.hb-card-image-lg-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 992px){.hb-card-image-lg-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 992px){.hb-card-image-lg-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 992px){.hb-card-image-lg-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}@media(min-width: 1200px){.hb-card-image-xl-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 1200px){.hb-card-image-xl-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 1200px){.hb-card-image-xl-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 1200px){.hb-card-image-xl-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 1200px){.hb-card-image-xl-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 1200px){.hb-card-image-xl-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 1200px){.hb-card-image-xl-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 1200px){.hb-card-image-xl-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 1200px){.hb-card-image-xl-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 1200px){.hb-card-image-xl-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 1200px){.hb-card-image-xl-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 1200px){.hb-card-image-xl-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}@media(min-width: 1500px){.hb-card-image-2xl-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 1500px){.hb-card-image-2xl-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 1500px){.hb-card-image-2xl-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 1500px){.hb-card-image-2xl-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 1500px){.hb-card-image-2xl-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 1500px){.hb-card-image-2xl-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 1500px){.hb-card-image-2xl-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 1500px){.hb-card-image-2xl-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 1500px){.hb-card-image-2xl-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 1500px){.hb-card-image-2xl-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 1500px){.hb-card-image-2xl-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 1500px){.hb-card-image-2xl-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}.hb-raised-cards--uniform-height .hs-paragraph-style .ptype-hs-postcard,.hb-raised-cards--uniform-height .field-hs-row-components .ptype-hs-postcard,.hb-raised-cards--uniform-height .hs-paragraph-style .hb-grid__item,.hb-raised-cards--uniform-height .field-hs-row-components .hb-grid__item,.hb-raised-cards--uniform-height .hb-grid .hb-grid__item,.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-postcard{display:flex}.hb-raised-cards--uniform-height .hs-paragraph-style .ptype-hs-postcard div:only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-row-components .ptype-hs-postcard div:only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .hs-paragraph-style .hb-grid__item div:only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-row-components .hb-grid__item div:only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .hb-grid .hb-grid__item div:only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-postcard div:only-child:not(.hb-card__date-tile,.hb-pill){width:100%}.hb-raised-cards--uniform-height .hs-paragraph-style .paragraph-item .hb-card,.hb-raised-cards--uniform-height .field-hs-row-components .paragraph-item .hb-card,.hb-raised-cards--uniform-height .hs-paragraph-style .paragraph-item .hb-vertical-linked-card,.hb-raised-cards--uniform-height .field-hs-row-components .paragraph-item .hb-vertical-linked-card,.hb-raised-cards--uniform-height .field-hs-collection-items .paragraph-item .hb-vertical-linked-card,.hb-raised-cards--uniform-height .field-hs-collection-items .paragraph-item .hb-card,.hb-raised-cards--uniform-height .hb-timeline,.hb-raised-cards--uniform-height .hb-timeline .hb-timelime__wrapper{height:100%}.hb-raised-cards--uniform-height .field-hs-row-components .ptype-hs-testimonial div:not([class]):only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-row-components .ptype-hs-testimonial div.contextual-region,.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-testimonial div:not([class]):only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-testimonial div.contextual-region,.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-timeline div:not([class]):only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-timeline div.contextual-region{height:100%}.hb-raised-cards--uniform-height .field-hs-row-components .paragraph-item .hb-testimonial,.hb-raised-cards--uniform-height .field-hs-collection-items .paragraph-item .hb-testimonial{display:flex;height:inherit}.hb-raised-cards--uniform-height .field-hs-row-components .paragraph-item .hb-testimonial__wrapper,.hb-raised-cards--uniform-height .field-hs-collection-items .paragraph-item .hb-testimonial__wrapper{width:100%}.hb-raised-cards .hb-card{background-color:#fff;flex-grow:1;box-shadow:0.1rem 0.75rem 3.5rem rgba(0,0,0,.12)}@supports((-o-object-fit: cover) or (object-fit: cover)){.hb-raised-cards .hb-card{align-items:stretch}.hb-raised-cards .hb-card__graphics{margin:0}.hb-raised-cards .hb-card__graphics img{height:100%;-o-object-fit:cover;object-fit:cover}.hb-raised-cards .hb-card__img{height:100%}.hb-raised-cards .hb-card.hb-card--horizontal .hb-card__img *:not(.field-media-image-caption){height:100%}.hb-raised-cards .hb-card.hb-card--horizontal .hb-caption-credit-image>[data-once=contextual-render]{position:absolute}}.hb-raised-cards .hb-card__content{padding:2.4rem}.hb-raised-cards .hb-card.hb-card--horizontal-date-stacked.hb-card--no-image .hb-card__graphics--has-date .hb-card__date-tile{top:2.2rem;left:-1.4rem}.hb-raised-cards .hb-card.hb-card--horizontal-date-stacked.hb-card--no-image .hb-card__graphics--has-date+.hb-card__content{padding-left:0}.hb-raised-cards .hb-card.hb-card--date-stacked.hb-card--no-image .hb-card__date-tile{top:2.2rem;left:-1.4rem}.hb-raised-cards .hb-card__title:only-child{margin:0}.hb-raised-cards .hb-testimonial,.hb-raised-cards .hb-timelime__wrapper{background-color:#fff;box-shadow:0.1rem 0.75rem 3.5rem rgba(0,0,0,.12);padding:3.2rem 2.4rem;margin-top:0}.hb-raised-cards .hs-paragraph-style--well .hb-testimonial__wrapper::before,.hb-raised-cards .hs-paragraph-style--well-full-width .hb-testimonial__wrapper::before{background-color:#fff}.hb-raised-cards .hb-dark-pattern .hb-card,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card{color:#000}.hb-raised-cards .hb-dark-pattern .hb-card .field-content,.hb-raised-cards .hb-dark-pattern .hb-card .views-label,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card .field-content,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card .views-label{color:#000}.hb-raised-cards .hb-dark-pattern .hb-card a,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card a{color:#007c8f;color:var(--palette--tertiary)}.hb-raised-cards .hb-dark-pattern .hb-card a:hover,.hb-raised-cards .hb-dark-pattern .hb-card a:focus,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card a:hover,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card a:focus{color:#002429;color:var(--palette--tertiary-darken-20)}.hb-raised-cards .hb-dark-pattern .hb-card__date-tile .field-content,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__date-tile .field-content{color:#fff}.hb-raised-cards .hb-dark-pattern .hb-card__title a,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__title a{border-bottom-color:#007c8f;border-bottom-color:var(--palette--tertiary)}.hb-raised-cards .hb-dark-pattern .hb-card__title a:hover,.hb-raised-cards .hb-dark-pattern .hb-card__title a:focus,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__title a:hover,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__title a:focus{border-bottom-color:#002429 !important;border-bottom-color:var(--palette--tertiary-darken-20) !important}.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a{color:rgba(0,0,0,0)}.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover,.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:focus{color:rgba(0,0,0,0)}.hb-table-col-1-of-12{width:8.3333333333%}.hb-table-col-2-of-12{width:16.6666666667%}.hb-table-col-3-of-12{width:25%}.hb-table-col-4-of-12{width:33.3333333333%}.hb-table-col-5-of-12{width:41.6666666667%}.hb-table-col-6-of-12{width:50%}.hb-table-col-7-of-12{width:58.3333333333%}.hb-table-col-8-of-12{width:66.6666666667%}.hb-table-col-9-of-12{width:75%}.hb-table-col-10-of-12{width:83.3333333333%}.hb-table-col-11-of-12{width:91.6666666667%}.hb-table-col-12-of-12{width:100%}.hb-table-col-xs-1-of-12{width:8.3333333333%}.hb-table-col-xs-2-of-12{width:16.6666666667%}.hb-table-col-xs-3-of-12{width:25%}.hb-table-col-xs-4-of-12{width:33.3333333333%}.hb-table-col-xs-5-of-12{width:41.6666666667%}.hb-table-col-xs-6-of-12{width:50%}.hb-table-col-xs-7-of-12{width:58.3333333333%}.hb-table-col-xs-8-of-12{width:66.6666666667%}.hb-table-col-xs-9-of-12{width:75%}.hb-table-col-xs-10-of-12{width:83.3333333333%}.hb-table-col-xs-11-of-12{width:91.6666666667%}.hb-table-col-xs-12-of-12{width:100%}@media(min-width: 576px){.hb-table-col-sm-1-of-12{width:8.3333333333%}.hb-table-col-sm-2-of-12{width:16.6666666667%}.hb-table-col-sm-3-of-12{width:25%}.hb-table-col-sm-4-of-12{width:33.3333333333%}.hb-table-col-sm-5-of-12{width:41.6666666667%}.hb-table-col-sm-6-of-12{width:50%}.hb-table-col-sm-7-of-12{width:58.3333333333%}.hb-table-col-sm-8-of-12{width:66.6666666667%}.hb-table-col-sm-9-of-12{width:75%}.hb-table-col-sm-10-of-12{width:83.3333333333%}.hb-table-col-sm-11-of-12{width:91.6666666667%}.hb-table-col-sm-12-of-12{width:100%}}@media(min-width: 768px){.hb-table-col-md-1-of-12{width:8.3333333333%}.hb-table-col-md-2-of-12{width:16.6666666667%}.hb-table-col-md-3-of-12{width:25%}.hb-table-col-md-4-of-12{width:33.3333333333%}.hb-table-col-md-5-of-12{width:41.6666666667%}.hb-table-col-md-6-of-12{width:50%}.hb-table-col-md-7-of-12{width:58.3333333333%}.hb-table-col-md-8-of-12{width:66.6666666667%}.hb-table-col-md-9-of-12{width:75%}.hb-table-col-md-10-of-12{width:83.3333333333%}.hb-table-col-md-11-of-12{width:91.6666666667%}.hb-table-col-md-12-of-12{width:100%}}@media(min-width: 992px){.hb-table-col-lg-1-of-12{width:8.3333333333%}.hb-table-col-lg-2-of-12{width:16.6666666667%}.hb-table-col-lg-3-of-12{width:25%}.hb-table-col-lg-4-of-12{width:33.3333333333%}.hb-table-col-lg-5-of-12{width:41.6666666667%}.hb-table-col-lg-6-of-12{width:50%}.hb-table-col-lg-7-of-12{width:58.3333333333%}.hb-table-col-lg-8-of-12{width:66.6666666667%}.hb-table-col-lg-9-of-12{width:75%}.hb-table-col-lg-10-of-12{width:83.3333333333%}.hb-table-col-lg-11-of-12{width:91.6666666667%}.hb-table-col-lg-12-of-12{width:100%}}@media(min-width: 1200px){.hb-table-col-xl-1-of-12{width:8.3333333333%}.hb-table-col-xl-2-of-12{width:16.6666666667%}.hb-table-col-xl-3-of-12{width:25%}.hb-table-col-xl-4-of-12{width:33.3333333333%}.hb-table-col-xl-5-of-12{width:41.6666666667%}.hb-table-col-xl-6-of-12{width:50%}.hb-table-col-xl-7-of-12{width:58.3333333333%}.hb-table-col-xl-8-of-12{width:66.6666666667%}.hb-table-col-xl-9-of-12{width:75%}.hb-table-col-xl-10-of-12{width:83.3333333333%}.hb-table-col-xl-11-of-12{width:91.6666666667%}.hb-table-col-xl-12-of-12{width:100%}}@media(min-width: 1500px){.hb-table-col-2xl-1-of-12{width:8.3333333333%}.hb-table-col-2xl-2-of-12{width:16.6666666667%}.hb-table-col-2xl-3-of-12{width:25%}.hb-table-col-2xl-4-of-12{width:33.3333333333%}.hb-table-col-2xl-5-of-12{width:41.6666666667%}.hb-table-col-2xl-6-of-12{width:50%}.hb-table-col-2xl-7-of-12{width:58.3333333333%}.hb-table-col-2xl-8-of-12{width:66.6666666667%}.hb-table-col-2xl-9-of-12{width:75%}.hb-table-col-2xl-10-of-12{width:83.3333333333%}.hb-table-col-2xl-11-of-12{width:91.6666666667%}.hb-table-col-2xl-12-of-12{width:100%}}.hc-pairing-ocean{--palette--primary: #00505c;--palette--secondary: #148762;--palette--tertiary: #007c8f;--palette--primary-hero-overlay: rgba(0, 36, 41, 0.8);--palette--primary-dark: #002429;--palette--secondary-active: #00ce9d;--palette--secondary-highlight: #e4f4ee;--palette--secondary-highlight-darken: #9cd6c0;--palette--secondary-darken-12: #0c523b;--palette--tertiary-highlight: #c2f7ff;--palette--tertiary-highlight-darken-10: #8ff0ff;--palette--tertiary-reversed: #00d5f5;--palette--tertiary-reversed-darken-10: #00a9c2;--palette--tertiary-darken-20: #002429;--palette--spotlight: #e4f4ee;--palette--spotlight-lighten-8: #e3f4ed}.hc-pairing-mountain{--palette--primary: #64305f;--palette--secondary: #00638e;--palette--tertiary: #148762;--palette--primary-hero-overlay: rgba(100, 48, 95, 0.82);--palette--primary-dark: #64305f;--palette--secondary-active: #0098db;--palette--secondary-highlight: #d5effe;--palette--secondary-highlight-darken: #71c9fc;--palette--secondary-darken-12: #003851;--palette--tertiary-highlight: #befde5;--palette--tertiary-highlight-darken-10: #8dfbd1;--palette--tertiary-reversed: #74fbc7;--palette--tertiary-reversed-darken-10: #42fab3;--palette--tertiary-darken-20: #072e22;--palette--spotlight: #e4f5ff;--palette--spotlight-lighten-8: #e3f5fe}.hc-pairing-cardinal{--palette--primary: #600e0e;--palette--secondary: #8c1515;--palette--tertiary: #b1040e;--palette--primary-hero-overlay: rgba(47, 36, 36, 0.79);--palette--primary-dark: #2f2424;--palette--secondary-active: #b1040e;--palette--secondary-highlight: #e8e9ea;--palette--secondary-highlight-darken: #b3b6b9;--palette--secondary-darken-12: #570d0d;--palette--tertiary-highlight: #e8e9ea;--palette--tertiary-highlight-darken-10: #cdd0d2;--palette--tertiary-reversed: #cecfd1;--palette--tertiary-reversed-darken-10: #b4b5b8;--palette--tertiary-darken-20: #4d0206;--palette--spotlight: #e9e6e2;--palette--spotlight-lighten-8: #e6e3e0}.hc-pairing-lake{--palette--primary: #005160;--palette--secondary: #3f3c30;--palette--tertiary: #616a5d;--palette--primary-hero-overlay: rgba(0, 101, 119, 0.84);--palette--primary-dark: #00343e;--palette--secondary-active: #8c897d;--palette--secondary-highlight: #ece8e1;--palette--secondary-highlight-darken: #aaa194;--palette--secondary-darken-12: black;--palette--tertiary-highlight: #e3ddd1;--palette--tertiary-highlight-darken-10: #b2aca3;--palette--tertiary-reversed: #fdfcf2;--palette--tertiary-reversed-darken-10: #c6c4b5;--palette--tertiary-darken-20: #171916;--palette--spotlight: #e1eadd;--palette--spotlight-lighten-8: #dde8dc}.hc-pairing-canyon{--palette--primary: #005160;--palette--secondary: #8c1515;--palette--tertiary: #007c92;--palette--primary-hero-overlay: rgba(0, 80, 92, 0.83);--palette--primary-dark: #00343e;--palette--secondary-active: #b1040e;--palette--secondary-highlight: #e8e9ea;--palette--secondary-highlight-darken: #a8a8a8;--palette--secondary-darken-12: #2c0606;--palette--tertiary-highlight: #dbdbdb;--palette--tertiary-highlight-darken-10: #b1b1b1;--palette--tertiary-reversed: #ebebeb;--palette--tertiary-reversed-darken-10: #b8b8b8;--palette--tertiary-darken-20: #000b0d;--palette--spotlight: #dfedef;--palette--spotlight-lighten-8: #dcebed}.hc-pairing-cliff{--palette--primary: #8c1515;--palette--secondary: #00505c;--palette--tertiary: #8c1515;--palette--primary-hero-overlay: rgba(140, 21, 21, 0.88);--palette--primary-dark: #8c1515;--palette--secondary-active: #8c1515;--palette--secondary-highlight: #e8e9ea;--palette--secondary-highlight-darken: #a8a8a8;--palette--secondary-darken-12: black;--palette--tertiary-highlight: #e8e9ea;--palette--tertiary-highlight-darken-10: #c2c2c2;--palette--tertiary-reversed: #cecfd1;--palette--tertiary-reversed-darken-10: #999b9c;--palette--tertiary-darken-20: #090101;--palette--spotlight: #dfedef;--palette--spotlight-lighten-8: #dcebed}.hb-display-more-link-text .hb-card__decorative-link a,.hb-display-more-link-text .field-hs-postcard-link a{font-size:1.8rem;text-decoration:none;border:none;background:none;padding:0;color:#148762;color:var(--palette--secondary);font-weight:700}.hb-display-more-link-text .hb-card__decorative-link a::after,.hb-display-more-link-text .field-hs-postcard-link a::after{content:"";display:inline-block;background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 150ms ease-in-out;will-change:contents}.hc-pairing-ocean .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-ocean .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-mountain .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cardinal .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-lake .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-canyon .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cliff .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-display-more-link-text .hb-card__decorative-link a:hover,.hb-display-more-link-text .hb-card__decorative-link a:focus,.hb-display-more-link-text .field-hs-postcard-link a:hover,.hb-display-more-link-text .field-hs-postcard-link a:focus{color:#0c523b;color:var(--palette--secondary-darken-12);background-image:none;background-color:rgba(0,0,0,0)}.hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.hc-pairing-ocean .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-ocean .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-ocean .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-ocean .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-mountain .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-mountain .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-mountain .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23003851' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cardinal .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cardinal .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23570d0d' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-lake .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-lake .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-lake .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-canyon .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-canyon .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-canyon .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%232c0606' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cliff .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cliff .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cliff .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-display-more-link-text .hb-card__decorative-link a::after,.hb-display-more-link-text .field-hs-postcard-link a::after{height:1.9rem;width:1.9rem;margin-bottom:-0.4rem}.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a{color:#00d5f5;color:var(--palette--tertiary-reversed)}.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300d5f5' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300d5f5' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2374fbc7' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23cecfd1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23fdfcf2' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ebebeb' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23cecfd1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover,.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus{color:#e4f4ee;color:var(--palette--secondary-highlight)}.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e4f4ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e4f4ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23d5effe' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ece8e1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-display-more-link-text .hb-card__decorative-link a::before,.hb-display-more-link-text .field-hs-postcard-link a::before{display:none}.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a{color:#fff}.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a::after,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a:hover,.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a:focus,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a:hover,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a:focus,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a:hover,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a:focus,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a:hover,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a:focus{color:#d9d7d2}.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a:hover::after,.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a:focus::after,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a:hover::after,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a:focus::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a:hover::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a:focus::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a:hover::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23d9d7d2' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hb-dark-pattern{color:#fff;background-color:#002429;background-color:var(--palette--primary-dark)}.views-element-container .hb-dark-pattern{padding:2.4rem}.views-element-container .hb-dark-pattern .field-content,.views-element-container .hb-dark-pattern .views-label{color:#fff}.hb-dark-inversion .views-element-container{color:#fff;background-color:#002429;background-color:var(--palette--primary-dark);padding:2.4rem}.hb-dark-inversion .views-element-container .field-content,.hb-dark-inversion .views-element-container .views-label{color:#fff}.field-media-image+.field-media-image-caption{color:#fff;font-style:italic;font-size:1.2rem;position:absolute;bottom:0;width:100%;z-index:5;text-align:right;line-height:120%;height:auto;padding:1.6rem 0.7rem 0.8rem 15%;background:linear-gradient(to top, #000000, transparent)}@media(min-width: 576px){.field-media-image+.field-media-image-caption{padding:2.4rem 1.2rem 1.6rem 15%}}@media(min-width: 768px){.paragraph--type--hs-carousel .field-media-image+.field-media-image-caption{padding:2.4rem 1.2rem 1.6rem 58%}}@media(min-width: 576px){.hb-card__graphics--has-date .field-media-image+.field-media-image-caption{padding:2.4rem 1.2rem 1.6rem 10rem}}.field-media-image+.field-media-image-caption p,.field-media-image+.field-media-image-caption h1,.field-media-image+.field-media-image-caption h2,.field-media-image+.field-media-image-caption h3,.field-media-image+.field-media-image-caption h4,.field-media-image+.field-media-image-caption h5,.field-media-image+.field-media-image-caption h6,.field-media-image+.field-media-image-caption blockquote,.field-media-image+.field-media-image-caption cite,.field-media-image+.field-media-image-caption code,.field-media-image+.field-media-image-caption li,.field-media-image+.field-media-image-caption dd,.field-media-image+.field-media-image-caption dt,.field-media-image+.field-media-image-caption span,.field-media-image+.field-media-image-caption strong,.field-media-image+.field-media-image-caption em,.field-media-image+.field-media-image-caption a,.field-media-image+.field-media-image-caption .hs-button,.field-media-image+.field-media-image-caption .hs-button--big,.field-media-image+.field-media-image-caption .hs-secondary-button,.field-media-image+.field-media-image-caption .hs-more-link,.field-media-image+.field-media-image-caption .hs-external-link,.field-media-image+.field-media-image-caption .hs-file-link,.field-media-image+.field-media-image-caption .hs-pdf-link,.field-media-image+.field-media-image-caption .hs-private-link{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;font-style:italic;color:#fff}.field-media-image+.field-media-image-caption h1 a,.field-media-image+.field-media-image-caption h2 a,.field-media-image+.field-media-image-caption h3 a,.field-media-image+.field-media-image-caption h4 a,.field-media-image+.field-media-image-caption h5 a,.field-media-image+.field-media-image-caption h6 a,.field-media-image+.field-media-image-caption a{color:#fff;text-decoration:underline !important;display:inline}.field-media-image+.field-media-image-caption h1 a::before,.field-media-image+.field-media-image-caption h1 a::after,.field-media-image+.field-media-image-caption h2 a::before,.field-media-image+.field-media-image-caption h2 a::after,.field-media-image+.field-media-image-caption h3 a::before,.field-media-image+.field-media-image-caption h3 a::after,.field-media-image+.field-media-image-caption h4 a::before,.field-media-image+.field-media-image-caption h4 a::after,.field-media-image+.field-media-image-caption h5 a::before,.field-media-image+.field-media-image-caption h5 a::after,.field-media-image+.field-media-image-caption h6 a::before,.field-media-image+.field-media-image-caption h6 a::after,.field-media-image+.field-media-image-caption a::before,.field-media-image+.field-media-image-caption a::after{display:none !important}.field-media-image+.field-media-image-caption h1 a:hover,.field-media-image+.field-media-image-caption h1 a:focus,.field-media-image+.field-media-image-caption h2 a:hover,.field-media-image+.field-media-image-caption h2 a:focus,.field-media-image+.field-media-image-caption h3 a:hover,.field-media-image+.field-media-image-caption h3 a:focus,.field-media-image+.field-media-image-caption h4 a:hover,.field-media-image+.field-media-image-caption h4 a:focus,.field-media-image+.field-media-image-caption h5 a:hover,.field-media-image+.field-media-image-caption h5 a:focus,.field-media-image+.field-media-image-caption h6 a:hover,.field-media-image+.field-media-image-caption h6 a:focus,.field-media-image+.field-media-image-caption a:hover,.field-media-image+.field-media-image-caption a:focus{text-decoration:none !important;box-shadow:none}.field-media-image+.field-media-image-caption dl,.field-media-image+.field-media-image-caption ul,.field-media-image+.field-media-image-caption ol{margin:0;padding:0;display:inline-block}.field-media-image+.field-media-image-caption li::before{display:none}.field-media-image+.field-media-image-caption strong{font-weight:600}.field-media-image+.field-media-image-caption h1,.field-media-image+.field-media-image-caption h2,.field-media-image+.field-media-image-caption h3,.field-media-image+.field-media-image-caption h4,.field-media-image+.field-media-image-caption h5,.field-media-image+.field-media-image-caption h6,.field-media-image+.field-media-image-caption blockquote,.field-media-image+.field-media-image-caption cite,.field-media-image+.field-media-image-caption code,.field-media-image+.field-media-image-caption li,.field-media-image+.field-media-image-caption dd,.field-media-image+.field-media-image-caption dt,.field-media-image+.field-media-image-caption span,.field-media-image+.field-media-image-caption strong,.field-media-image+.field-media-image-caption em,.field-media-image+.field-media-image-caption p,.field-media-image+.field-media-image-caption .hs-button,.field-media-image+.field-media-image-caption .hs-button--big,.field-media-image+.field-media-image-caption .hs-secondary-button,.field-media-image+.field-media-image-caption .hs-more-link,.field-media-image+.field-media-image-caption .hs-external-link,.field-media-image+.field-media-image-caption .hs-file-link,.field-media-image+.field-media-image-caption .hs-pdf-link,.field-media-image+.field-media-image-caption .hs-private-link{display:inline;margin-right:0.15rem}.field-media-image+.field-media-image-caption code,.field-media-image+.field-media-image-caption h1,.field-media-image+.field-media-image-caption h2,.field-media-image+.field-media-image-caption h3,.field-media-image+.field-media-image-caption .hs-font-splash{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}.field-media-image+.field-media-image-caption blockquote{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}.field-media-image+.field-media-image-caption blockquote:nth-child(n)::before,.field-media-image+.field-media-image-caption blockquote:nth-child(n)::after,.field-media-image+.field-media-image-caption blockquote:nth-child(n)>*::before,.field-media-image+.field-media-image-caption blockquote:nth-child(n)>*::after{display:none}.field-media-image+.field-media-image-caption hr{display:none !important}.hb-vertical-linked-card .field-hs-postcard-image .field-media-image+.field-media-image-caption{font-size:1.2rem}@media(min-width: 576px){.hb-vertical-linked-card .field-hs-postcard-image .field-media-image+.field-media-image-caption{padding-bottom:3.6rem;padding-left:1.2rem;font-size:1.1rem;z-index:0}}.node figure{position:relative;z-index:1;box-sizing:border-box;margin-bottom:2.8rem}.node figure article:not(.hb-media-video):not(.hb-media-embed){position:relative}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption{color:#fff;font-style:italic;font-size:1.2rem;position:absolute;bottom:0;width:100%;z-index:5;text-align:right;line-height:120%;height:auto;padding:1.6rem 0.7rem 0.8rem 15%;background:linear-gradient(to top, #000000, transparent)}@media(min-width: 576px){.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption{padding:2.4rem 1.2rem 1.6rem 15%}}@media(min-width: 768px){.paragraph--type--hs-carousel .node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption{padding:2.4rem 1.2rem 1.6rem 58%}}@media(min-width: 576px){.hb-card__graphics--has-date .node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption{padding:2.4rem 1.2rem 1.6rem 10rem}}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption p,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption blockquote,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption cite,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption code,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption li,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption dd,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption dt,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption span,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption strong,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption em,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-button,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-button--big,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-secondary-button,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-more-link,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-external-link,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-file-link,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-pdf-link,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-private-link{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;font-style:italic;color:#fff}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a{color:#fff;text-decoration:underline !important;display:inline}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a::after{display:none !important}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a:focus{text-decoration:none !important;box-shadow:none}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption dl,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption ul,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption ol{margin:0;padding:0;display:inline-block}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption li::before{display:none}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption strong{font-weight:600}.field-media-embeddable div iframe[src*=soundcloud],.field-media-embeddable div iframe[src*=issuu]{width:100%}.hb-media-embed__twitter .field-media-embeddable div{position:relative;padding-bottom:66.6vh;height:0}.hb-media-embed__twitter iframe{position:absolute;top:0;left:0;width:100%;height:100%}li.cke_panel_listItem a:hover,li.cke_panel_listItem a:focus{box-shadow:initial}body.cke_editable{margin:0.8rem}drupal-media{position:relative;z-index:1}drupal-media figure,drupal-media article{display:block;width:100%}drupal-media[data-align=right]{float:none}drupal-media .media-library-item__edit{right:auto}drupal-media .hb-media-image.align-right,drupal-media .hb-media-image.align-center,drupal-media .caption.align-right,drupal-media .caption.align-center{margin:initial}drupal-media .hb-media-image.align-right,drupal-media .caption.align-right{width:auto;padding:0 0 2.8rem 2.8rem}drupal-media .hb-media-image.align-left,drupal-media .caption.align-left{width:auto;margin:initial;padding:0 2.8rem 2.8rem 0}.media-library-item__edit{z-index:2}.hs-breakout-box{background-color:#e4f4ee;background-color:var(--palette--spotlight);padding:2rem 1.8rem;border:0 none;display:table}.js .field--widget-paragraphs .tabledrag-handle .handle{width:calc(100% + 2px)}.ck-editor .ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items{flex-wrap:wrap}.field-hs-text-area::after,.field-hs-priv-text-area::after{clear:both;content:"";display:table}.field-hs-text-area h1,.field-hs-text-area h2,.field-hs-text-area h3,.field-hs-text-area h4,.field-hs-text-area h5,.field-hs-text-area h6,.field-hs-priv-text-area h1,.field-hs-priv-text-area h2,.field-hs-priv-text-area h3,.field-hs-priv-text-area h4,.field-hs-priv-text-area h5,.field-hs-priv-text-area h6{margin-left:0;margin-right:0}.field-hs-text-area h2:only-child,.field-hs-text-area h3:only-child,.field-hs-text-area h4:only-child,.field-hs-text-area h5:only-child,.field-hs-text-area h6:only-child,.field-hs-priv-text-area h2:only-child,.field-hs-priv-text-area h3:only-child,.field-hs-priv-text-area h4:only-child,.field-hs-priv-text-area h5:only-child,.field-hs-priv-text-area h6:only-child{margin:0}.field-hs-text-area h1,.field-hs-priv-text-area h1{margin-top:4.8rem;margin-bottom:1.6rem}.field-hs-text-area h2,.field-hs-priv-text-area h2{margin-top:3.2rem;margin-bottom:1.2rem}@media(min-width: 768px){.field-hs-text-area h2,.field-hs-priv-text-area h2{margin-top:4.8rem;margin-bottom:1.4rem}}.field-hs-text-area h3,.field-hs-priv-text-area h3{margin-top:2.8rem;margin-bottom:1rem}.field-hs-text-area h4,.field-hs-priv-text-area h4{margin-top:1.8rem;margin-bottom:0.4rem}.field-hs-text-area h5,.field-hs-priv-text-area h5{margin-top:1.8rem;margin-bottom:0.3rem}.field-hs-text-area h6,.field-hs-priv-text-area h6{margin-top:1.8rem;margin-bottom:0.3rem}.field-hs-text-area a:not([href]):not([class]),.field-hs-priv-text-area a:not([href]):not([class]){border-bottom:0;transition:none;background-image:none}.field-hs-text-area a,.field-hs-priv-text-area a{overflow:hidden}.field-hs-text-area a img,.field-hs-priv-text-area a img{transform:scale(1);transition:transform 150ms ease-in-out}.field-hs-text-area a img:hover,.field-hs-text-area a img:focus,.field-hs-priv-text-area a img:hover,.field-hs-priv-text-area a img:focus{transform:scale(1.07)}.field-hs-text-area .hs-well,.field-hs-text-area .pullquote,.field-hs-priv-text-area .hs-well,.field-hs-priv-text-area .pullquote{display:table}.hs-caption,.views-row hs-caption,.views-row hs-caption a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#413e39;font-size:1.4rem}.hb-dark-pattern .hs-caption,.hb-dark-pattern .views-row hs-caption,.hb-dark-pattern .views-row hs-caption a{color:#fff}.caption,.views-row caption,.views-row caption a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#413e39;font-size:1.4rem}.hb-dark-pattern .caption,.hb-dark-pattern .views-row caption,.hb-dark-pattern .views-row caption a{color:#fff}.hs-credits,.views-row hs-credits,.views-row hs-credits a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#413e39;font-style:italic;font-size:1.4rem}.hb-dark-pattern .hs-credits,.hb-dark-pattern .views-row hs-credits,.hb-dark-pattern .views-row hs-credits a{color:#fff}.credits,.views-row credits,.views-row credits a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#413e39;font-style:italic;font-size:1.4rem}.hb-dark-pattern .credits,.hb-dark-pattern .views-row credits,.hb-dark-pattern .views-row credits a{color:#fff}.caption figcaption{text-align:right}.hs-font-lead,.summary{font-size:2rem;font-weight:600;line-height:127%;color:#413e39}@media(min-width: 992px){.hs-font-lead,.summary{font-size:2.2rem}}.hb-dark-pattern .hs-font-lead,.hb-dark-pattern .summary{color:#f1f0ee}li .hs-font-lead,li .summary{margin:-0.3rem 0 0}.hb-has-animation-enhancements .hs-font-lead.animate{animation-timing-function:ease-in-out;animation-duration:2000ms;animation-fill-mode:forwards;animation-name:colorfulLeadFont}@media screen and (prefers-reduced-motion: reduce){.hb-has-animation-enhancements .hs-font-lead.animate{animation:none}}.hb-has-animation-enhancements .hs-font-splash.animate{animation-timing-function:ease-in-out;animation-duration:2000ms;animation-fill-mode:forwards;animation-name:colorfulSplashFont}@media screen and (prefers-reduced-motion: reduce){.hb-has-animation-enhancements .hs-font-splash.animate{animation:none}}.hs-font-splash,.hs-font-splash .infotext{font-weight:600;font-size:3.6rem;line-height:112%;color:#00505c;color:var(--palette--primary)}@media(min-width: 768px){.hs-font-splash,.hs-font-splash .infotext{font-size:4.6rem}}@media(min-width: 768px){.hs-font-splash,.hs-font-splash .infotext{margin:4.8rem 0 1.6rem}}.hb-dark-pattern .hs-font-splash,.hb-dark-pattern .hs-font-splash .infotext{color:#f1f0ee}li .hs-font-splash,li .hs-font-splash .infotext{margin:-0.3rem 0 0}.hs-short-line-length{max-width:70rem}.hs-table--borderless thead th{border:0}.hs-table--borderless td{border-left:0;border-right:0}.emphasized-text,.hs-emphasized-text{font-style:italic;font-weight:inherit;font-size:inherit}.views-row .hs-emphasized-text,.views-row .hs-emphasized-text a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;font-style:italic;font-weight:inherit;font-size:inherit}.align-right{max-width:100%;margin:0 0 2.8rem 2.8rem}@media(min-width: 576px){.align-right{max-width:50%}}@media(min-width: 768px){.align-right{max-width:75%}}.align-left{max-width:100%;margin:0 2.8rem 2.8rem 0}@media(min-width: 576px){.align-left{max-width:50%}}@media(min-width: 768px){.align-left{max-width:75%}}.align-center{margin:0 auto 2.8rem}.align-center img{margin:0 auto}blockquote:nth-child(n){color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){blockquote:nth-child(n){font-size:2.8rem}}.hb-blockquote-black-text blockquote:nth-child(n){color:#000}.hb-dark-pattern blockquote:nth-child(n),.hb-dark-inversion .views-element-container blockquote:nth-child(n){color:#fff}blockquote:nth-child(n):not(.hb-testimonial__quote){position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem}@media(min-width: 992px){blockquote:nth-child(n):not(.hb-testimonial__quote){padding:4.4rem 2.8rem}}blockquote:nth-child(n):not(.hb-testimonial__quote)::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box blockquote:nth-child(n):not(.hb-testimonial__quote)::before,.hs-paragraph-style--well blockquote:nth-child(n):not(.hb-testimonial__quote)::before,.hs-paragraph-style--well-full-width blockquote:nth-child(n):not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n):not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-color:#f1f0ee}.hb-dark-pattern blockquote:nth-child(n):not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container blockquote:nth-child(n):not(.hb-testimonial__quote){border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern blockquote:nth-child(n):not(.hb-testimonial__quote)::before,.hb-dark-inversion .views-element-container blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-color:#002429;background-color:var(--palette--primary-dark)}blockquote:nth-child(n):not(.hb-testimonial__quote)>p,blockquote:nth-child(n):not(.hb-testimonial__quote)>div{margin:0}blockquote:nth-child(n):not(.hb-testimonial__quote)>p::before,blockquote:nth-child(n):not(.hb-testimonial__quote)>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}blockquote:nth-child(n):not(.hb-testimonial__quote)>p::after,blockquote:nth-child(n):not(.hb-testimonial__quote)>div::after{position:absolute;content:close-quote;margin-right:1rem}.hb-local-footer blockquote:nth-child(n){margin:0 0 2rem}a[href*="//"].hs-external-link,.hs-external-link a[href*="//"]{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to right, #c2f7ff calc(100% - 16px) transparent calc(100% - 16px));background-image:linear-gradient(to right, var(--palette--tertiary-highlight) calc(100% - 16px), transparent calc(100% - 16px));background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;margin-right:0.2rem;position:relative}a[href*="//"].hs-external-link:hover,a[href*="//"].hs-external-link:focus,.hs-external-link a[href*="//"]:hover,.hs-external-link a[href*="//"]:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a[href*="//"].hs-external-link:hover,a[href*="//"].hs-external-link:focus,.hs-external-link a[href*="//"]:hover,.hs-external-link a[href*="//"]:focus{background-position-y:-50%}.hb-dark-pattern a[href*="//"].hs-external-link:hover,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover,.hb-dark-pattern a[href*="//"].hs-external-link:focus,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus,.hb-dark-pattern .hs-external-link a[href*="//"]:hover,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover,.hb-dark-pattern .hs-external-link a[href*="//"]:focus,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a[href*="//"].hs-external-link,.hb-local-footer .hs-external-link a[href*="//"]{background-image:none}.hb-local-footer a[href*="//"].hs-external-link:hover,.hb-local-footer a[href*="//"].hs-external-link:focus,.hb-local-footer .hs-external-link a[href*="//"]:hover,.hb-local-footer .hs-external-link a[href*="//"]:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a[href*="//"].hs-external-link,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link,.hb-dark-pattern .hs-external-link a[href*="//"],.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a[href*="//"].hs-external-link:hover,.hb-dark-pattern a[href*="//"].hs-external-link:focus,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus,.hb-dark-pattern .hs-external-link a[href*="//"]:hover,.hb-dark-pattern .hs-external-link a[href*="//"]:focus,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a[href*="//"].hs-external-link::after,.hs-external-link a[href*="//"]::after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23007c8f' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");display:inline-block;position:relative;background-position:center right;background-repeat:no-repeat;background-size:1.1rem;height:2rem;width:1.1rem;margin-bottom:-0.5rem;padding-left:1.5rem}.hc-pairing-ocean a[href*="//"].hs-external-link::after,.hc-pairing-ocean .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23007c8f' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain a[href*="//"].hs-external-link::after,.hc-pairing-mountain .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23148762' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal a[href*="//"].hs-external-link::after,.hc-pairing-cardinal .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23b1040e' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake a[href*="//"].hs-external-link::after,.hc-pairing-lake .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23616a5d' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon a[href*="//"].hs-external-link::after,.hc-pairing-canyon .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23007c92' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff a[href*="//"].hs-external-link::after,.hc-pairing-cliff .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%238c1515' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a[href*="//"].hs-external-link:hover::after,a[href*="//"].hs-external-link:focus::after,.hs-external-link a[href*="//"]:hover::after,.hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-ocean a[href*="//"].hs-external-link:hover::after,.hc-pairing-ocean a[href*="//"].hs-external-link:focus::after,.hc-pairing-ocean .hs-external-link a[href*="//"]:hover::after,.hc-pairing-ocean .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain a[href*="//"].hs-external-link:hover::after,.hc-pairing-mountain a[href*="//"].hs-external-link:focus::after,.hc-pairing-mountain .hs-external-link a[href*="//"]:hover::after,.hc-pairing-mountain .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23072e22' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal a[href*="//"].hs-external-link:hover::after,.hc-pairing-cardinal a[href*="//"].hs-external-link:focus::after,.hc-pairing-cardinal .hs-external-link a[href*="//"]:hover::after,.hc-pairing-cardinal .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake a[href*="//"].hs-external-link:hover::after,.hc-pairing-lake a[href*="//"].hs-external-link:focus::after,.hc-pairing-lake .hs-external-link a[href*="//"]:hover::after,.hc-pairing-lake .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23171916' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon a[href*="//"].hs-external-link:hover::after,.hc-pairing-canyon a[href*="//"].hs-external-link:focus::after,.hc-pairing-canyon .hs-external-link a[href*="//"]:hover::after,.hc-pairing-canyon .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000b0d' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff a[href*="//"].hs-external-link:hover::after,.hc-pairing-cliff a[href*="//"].hs-external-link:focus::after,.hc-pairing-cliff .hs-external-link a[href*="//"]:hover::after,.hc-pairing-cliff .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23090101' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hb-dark-pattern a[href*="//"].hs-external-link::after,.hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%2300d5f5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-ocean .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-ocean .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%2300d5f5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-mountain .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%2374fbc7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23cecfd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-lake .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23fdfcf2' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-canyon .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23ebebeb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-cliff .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23cecfd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-ocean .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-ocean .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-ocean .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-ocean .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-mountain .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-mountain .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-mountain .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-lake .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-lake .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-lake .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-canyon .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-canyon .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-canyon .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-cliff .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-cliff .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-cliff .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-private-link,.hs-private-link a,a.private-link,.private-link a{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;color:#148762;color:var(--palette--secondary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to left, #c2f7ff calc(100% - 18px) transparent calc(100% - 18px));background-image:linear-gradient(to left, var(--palette--tertiary-highlight) calc(100% - 18px), transparent calc(100% - 18px))}a.hs-private-link:hover,a.hs-private-link:focus,.hs-private-link a:hover,.hs-private-link a:focus,a.private-link:hover,a.private-link:focus,.private-link a:hover,.private-link a:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a.hs-private-link:hover,a.hs-private-link:focus,.hs-private-link a:hover,.hs-private-link a:focus,a.private-link:hover,a.private-link:focus,.private-link a:hover,.private-link a:focus{background-position-y:-50%}.hb-dark-pattern a.hs-private-link:hover,.hb-dark-inversion .views-element-container a.hs-private-link:hover,.hb-dark-pattern a.hs-private-link:focus,.hb-dark-inversion .views-element-container a.hs-private-link:focus,.hb-dark-pattern .hs-private-link a:hover,.hb-dark-inversion .views-element-container .hs-private-link a:hover,.hb-dark-pattern .hs-private-link a:focus,.hb-dark-inversion .views-element-container .hs-private-link a:focus,.hb-dark-pattern a.private-link:hover,.hb-dark-inversion .views-element-container a.private-link:hover,.hb-dark-pattern a.private-link:focus,.hb-dark-inversion .views-element-container a.private-link:focus,.hb-dark-pattern .private-link a:hover,.hb-dark-inversion .views-element-container .private-link a:hover,.hb-dark-pattern .private-link a:focus,.hb-dark-inversion .views-element-container .private-link a:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a.hs-private-link,.hb-local-footer .hs-private-link a,.hb-local-footer a.private-link,.hb-local-footer .private-link a{background-image:none}.hb-local-footer a.hs-private-link:hover,.hb-local-footer a.hs-private-link:focus,.hb-local-footer .hs-private-link a:hover,.hb-local-footer .hs-private-link a:focus,.hb-local-footer a.private-link:hover,.hb-local-footer a.private-link:focus,.hb-local-footer .private-link a:hover,.hb-local-footer .private-link a:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a.hs-private-link,.hb-dark-inversion .views-element-container a.hs-private-link,.hb-dark-pattern .hs-private-link a,.hb-dark-inversion .views-element-container .hs-private-link a,.hb-dark-pattern a.private-link,.hb-dark-inversion .views-element-container a.private-link,.hb-dark-pattern .private-link a,.hb-dark-inversion .views-element-container .private-link a{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-private-link:hover,.hb-dark-pattern a.hs-private-link:focus,.hb-dark-inversion .views-element-container a.hs-private-link:hover,.hb-dark-inversion .views-element-container a.hs-private-link:focus,.hb-dark-pattern .hs-private-link a:hover,.hb-dark-pattern .hs-private-link a:focus,.hb-dark-inversion .views-element-container .hs-private-link a:hover,.hb-dark-inversion .views-element-container .hs-private-link a:focus,.hb-dark-pattern a.private-link:hover,.hb-dark-pattern a.private-link:focus,.hb-dark-inversion .views-element-container a.private-link:hover,.hb-dark-inversion .views-element-container a.private-link:focus,.hb-dark-pattern .private-link a:hover,.hb-dark-pattern .private-link a:focus,.hb-dark-inversion .views-element-container .private-link a:hover,.hb-dark-inversion .views-element-container .private-link a:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hb-dark-pattern a.private-link:hover .fa-ext::after,.hb-dark-pattern a.private-link:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hb-dark-pattern .private-link a:hover .fa-ext::after,.hb-dark-pattern .private-link a:focus .fa-ext::after,.hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-private-link::before,.hs-private-link a::before,a.private-link::before,.private-link a::before{content:"";display:inline-block;height:1.6rem;width:1.6rem;margin-bottom:-0.2rem;margin-right:0.2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23148762' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover}.hc-pairing-ocean a.hs-private-link::before,.hc-pairing-ocean .hs-private-link a::before,.hc-pairing-ocean a.private-link::before,.hc-pairing-ocean .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23148762' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-mountain a.hs-private-link::before,.hc-pairing-mountain .hs-private-link a::before,.hc-pairing-mountain a.private-link::before,.hc-pairing-mountain .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-cardinal a.hs-private-link::before,.hc-pairing-cardinal .hs-private-link a::before,.hc-pairing-cardinal a.private-link::before,.hc-pairing-cardinal .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-lake a.hs-private-link::before,.hc-pairing-lake .hs-private-link a::before,.hc-pairing-lake a.private-link::before,.hc-pairing-lake .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-canyon a.hs-private-link::before,.hc-pairing-canyon .hs-private-link a::before,.hc-pairing-canyon a.private-link::before,.hc-pairing-canyon .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-cliff a.hs-private-link::before,.hc-pairing-cliff .hs-private-link a::before,.hc-pairing-cliff a.private-link::before,.hc-pairing-cliff .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}a.hs-private-link:hover::before,.hs-private-link a:hover::before,a.private-link:hover::before,.private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23002429' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-ocean a.hs-private-link:hover::before,.hc-pairing-ocean .hs-private-link a:hover::before,.hc-pairing-ocean a.private-link:hover::before,.hc-pairing-ocean .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23002429' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-mountain a.hs-private-link:hover::before,.hc-pairing-mountain .hs-private-link a:hover::before,.hc-pairing-mountain a.private-link:hover::before,.hc-pairing-mountain .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23072e22' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-cardinal a.hs-private-link:hover::before,.hc-pairing-cardinal .hs-private-link a:hover::before,.hc-pairing-cardinal a.private-link:hover::before,.hc-pairing-cardinal .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%234d0206' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-lake a.hs-private-link:hover::before,.hc-pairing-lake .hs-private-link a:hover::before,.hc-pairing-lake a.private-link:hover::before,.hc-pairing-lake .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23171916' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-canyon a.hs-private-link:hover::before,.hc-pairing-canyon .hs-private-link a:hover::before,.hc-pairing-canyon a.private-link:hover::before,.hc-pairing-canyon .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000b0d' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-cliff a.hs-private-link:hover::before,.hc-pairing-cliff .hs-private-link a:hover::before,.hc-pairing-cliff a.private-link:hover::before,.hc-pairing-cliff .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23090101' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hs-mailto-link a,a.hs-mailto-link{background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to right, #c2f7ff calc(100% - 22px) transparent calc(100% - 22px));background-image:linear-gradient(to right, var(--palette--tertiary-highlight) calc(100% - 22px), transparent calc(100% - 22px))}.hs-mailto-link a span.fa-mailto,a.hs-mailto-link span.fa-mailto{margin-left:0.4rem}.hs-mailto-link a span.fa-mailto span.fa-envelope,a.hs-mailto-link span.fa-mailto span.fa-envelope{color:#007c8f;color:var(--palette--tertiary)}.hs-mailto-link a:hover span.fa-mailto span.fa-envelope,.hs-mailto-link a:focus span.fa-mailto span.fa-envelope,a.hs-mailto-link:hover span.fa-mailto span.fa-envelope,a.hs-mailto-link:focus span.fa-mailto span.fa-envelope{color:#002429;color:var(--palette--tertiary-darken-20)}.hs-mailto-link a .fa-mailto,a.hs-mailto-link .fa-mailto{display:initial}a.hs-more-link,button.hs-more-link,.hs-more-link a,.hs-more-link button{margin-bottom:2rem;font-size:1.8rem;text-decoration:none;border:none;background:none;padding:0;color:#148762;color:var(--palette--secondary);font-weight:700}a.hs-more-link::after,button.hs-more-link::after,.hs-more-link a::after,.hs-more-link button::after{content:"";display:inline-block;background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 150ms ease-in-out;will-change:contents}.hc-pairing-ocean a.hs-more-link::after,.hc-pairing-ocean button.hs-more-link::after,.hc-pairing-ocean .hs-more-link a::after,.hc-pairing-ocean .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain a.hs-more-link::after,.hc-pairing-mountain button.hs-more-link::after,.hc-pairing-mountain .hs-more-link a::after,.hc-pairing-mountain .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal a.hs-more-link::after,.hc-pairing-cardinal button.hs-more-link::after,.hc-pairing-cardinal .hs-more-link a::after,.hc-pairing-cardinal .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake a.hs-more-link::after,.hc-pairing-lake button.hs-more-link::after,.hc-pairing-lake .hs-more-link a::after,.hc-pairing-lake .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon a.hs-more-link::after,.hc-pairing-canyon button.hs-more-link::after,.hc-pairing-canyon .hs-more-link a::after,.hc-pairing-canyon .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff a.hs-more-link::after,.hc-pairing-cliff button.hs-more-link::after,.hc-pairing-cliff .hs-more-link a::after,.hc-pairing-cliff .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}a.hs-more-link:hover,a.hs-more-link:focus,button.hs-more-link:hover,button.hs-more-link:focus,.hs-more-link a:hover,.hs-more-link a:focus,.hs-more-link button:hover,.hs-more-link button:focus{color:#0c523b;color:var(--palette--secondary-darken-12);background-image:none;background-color:rgba(0,0,0,0)}a.hs-more-link:hover::after,a.hs-more-link:focus::after,button.hs-more-link:hover::after,button.hs-more-link:focus::after,.hs-more-link a:hover::after,.hs-more-link a:focus::after,.hs-more-link button:hover::after,.hs-more-link button:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.hc-pairing-ocean a.hs-more-link:hover::after,.hc-pairing-ocean a.hs-more-link:focus::after,.hc-pairing-ocean button.hs-more-link:hover::after,.hc-pairing-ocean button.hs-more-link:focus::after,.hc-pairing-ocean .hs-more-link a:hover::after,.hc-pairing-ocean .hs-more-link a:focus::after,.hc-pairing-ocean .hs-more-link button:hover::after,.hc-pairing-ocean .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain a.hs-more-link:hover::after,.hc-pairing-mountain a.hs-more-link:focus::after,.hc-pairing-mountain button.hs-more-link:hover::after,.hc-pairing-mountain button.hs-more-link:focus::after,.hc-pairing-mountain .hs-more-link a:hover::after,.hc-pairing-mountain .hs-more-link a:focus::after,.hc-pairing-mountain .hs-more-link button:hover::after,.hc-pairing-mountain .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23003851' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal a.hs-more-link:hover::after,.hc-pairing-cardinal a.hs-more-link:focus::after,.hc-pairing-cardinal button.hs-more-link:hover::after,.hc-pairing-cardinal button.hs-more-link:focus::after,.hc-pairing-cardinal .hs-more-link a:hover::after,.hc-pairing-cardinal .hs-more-link a:focus::after,.hc-pairing-cardinal .hs-more-link button:hover::after,.hc-pairing-cardinal .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23570d0d' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake a.hs-more-link:hover::after,.hc-pairing-lake a.hs-more-link:focus::after,.hc-pairing-lake button.hs-more-link:hover::after,.hc-pairing-lake button.hs-more-link:focus::after,.hc-pairing-lake .hs-more-link a:hover::after,.hc-pairing-lake .hs-more-link a:focus::after,.hc-pairing-lake .hs-more-link button:hover::after,.hc-pairing-lake .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon a.hs-more-link:hover::after,.hc-pairing-canyon a.hs-more-link:focus::after,.hc-pairing-canyon button.hs-more-link:hover::after,.hc-pairing-canyon button.hs-more-link:focus::after,.hc-pairing-canyon .hs-more-link a:hover::after,.hc-pairing-canyon .hs-more-link a:focus::after,.hc-pairing-canyon .hs-more-link button:hover::after,.hc-pairing-canyon .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%232c0606' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff a.hs-more-link:hover::after,.hc-pairing-cliff a.hs-more-link:focus::after,.hc-pairing-cliff button.hs-more-link:hover::after,.hc-pairing-cliff button.hs-more-link:focus::after,.hc-pairing-cliff .hs-more-link a:hover::after,.hc-pairing-cliff .hs-more-link a:focus::after,.hc-pairing-cliff .hs-more-link button:hover::after,.hc-pairing-cliff .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}a.hs-more-link::after,button.hs-more-link::after,.hs-more-link a::after,.hs-more-link button::after{height:1.9rem;width:1.9rem;margin-bottom:-0.4rem}.hb-dark-pattern a.hs-more-link,.hb-dark-inversion .views-element-container a.hs-more-link,.hb-dark-pattern button.hs-more-link,.hb-dark-inversion .views-element-container button.hs-more-link,.hb-dark-pattern .hs-more-link a,.hb-dark-inversion .views-element-container .hs-more-link a,.hb-dark-pattern .hs-more-link button,.hb-dark-inversion .views-element-container .hs-more-link button{color:#00d5f5;color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-more-link::after,.hb-dark-inversion .views-element-container a.hs-more-link::after,.hb-dark-pattern button.hs-more-link::after,.hb-dark-inversion .views-element-container button.hs-more-link::after,.hb-dark-pattern .hs-more-link a::after,.hb-dark-inversion .views-element-container .hs-more-link a::after,.hb-dark-pattern .hs-more-link button::after,.hb-dark-inversion .views-element-container .hs-more-link button::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300d5f5' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern a.hs-more-link::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-ocean .hb-dark-pattern button.hs-more-link::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link a::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link button::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300d5f5' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-more-link::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-mountain .hb-dark-pattern button.hs-more-link::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link a::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link button::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2374fbc7' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-more-link::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-cardinal .hb-dark-pattern button.hs-more-link::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link a::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link button::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23cecfd1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-more-link::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-lake .hb-dark-pattern button.hs-more-link::after,.hc-pairing-lake .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link a::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link button::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23fdfcf2' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-more-link::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-canyon .hb-dark-pattern button.hs-more-link::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link a::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link button::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ebebeb' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-more-link::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-cliff .hb-dark-pattern button.hs-more-link::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link a::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link button::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23cecfd1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-dark-pattern a.hs-more-link:hover,.hb-dark-pattern a.hs-more-link:focus,.hb-dark-inversion .views-element-container a.hs-more-link:hover,.hb-dark-inversion .views-element-container a.hs-more-link:focus,.hb-dark-pattern button.hs-more-link:hover,.hb-dark-pattern button.hs-more-link:focus,.hb-dark-inversion .views-element-container button.hs-more-link:hover,.hb-dark-inversion .views-element-container button.hs-more-link:focus,.hb-dark-pattern .hs-more-link a:hover,.hb-dark-pattern .hs-more-link a:focus,.hb-dark-inversion .views-element-container .hs-more-link a:hover,.hb-dark-inversion .views-element-container .hs-more-link a:focus,.hb-dark-pattern .hs-more-link button:hover,.hb-dark-pattern .hs-more-link button:focus,.hb-dark-inversion .views-element-container .hs-more-link button:hover,.hb-dark-inversion .views-element-container .hs-more-link button:focus{color:#e4f4ee;color:var(--palette--secondary-highlight)}.hb-dark-pattern a.hs-more-link:hover::after,.hb-dark-pattern a.hs-more-link:focus::after,.hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hb-dark-pattern button.hs-more-link:hover::after,.hb-dark-pattern button.hs-more-link:focus::after,.hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hb-dark-pattern .hs-more-link a:hover::after,.hb-dark-pattern .hs-more-link a:focus::after,.hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hb-dark-pattern .hs-more-link button:hover::after,.hb-dark-pattern .hs-more-link button:focus::after,.hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e4f4ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-ocean .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-ocean .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-ocean .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e4f4ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-mountain .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-mountain .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-mountain .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23d5effe' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-cardinal .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-cardinal .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-lake .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-lake .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-lake .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ece8e1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-canyon .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-canyon .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-canyon .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-cliff .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-cliff .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-cliff .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}a.hs-pdf-link{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;color:#148762;color:var(--palette--secondary)}a.hs-pdf-link:hover,a.hs-pdf-link:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a.hs-pdf-link:hover,a.hs-pdf-link:focus{background-position-y:-50%}.hb-dark-pattern a.hs-pdf-link:hover,.hb-dark-inversion .views-element-container a.hs-pdf-link:hover,.hb-dark-pattern a.hs-pdf-link:focus,.hb-dark-inversion .views-element-container a.hs-pdf-link:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a.hs-pdf-link{background-image:none}.hb-local-footer a.hs-pdf-link:hover,.hb-local-footer a.hs-pdf-link:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a.hs-pdf-link,.hb-dark-inversion .views-element-container a.hs-pdf-link{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-pdf-link:hover,.hb-dark-pattern a.hs-pdf-link:focus,.hb-dark-inversion .views-element-container a.hs-pdf-link:hover,.hb-dark-inversion .views-element-container a.hs-pdf-link:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-pdf-link::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;margin-right:0.5rem}.hb-dark-pattern a.hs-pdf-link::before{color:var(--palette--secondary-highlight)}a.hs-pdf-link:hover,a.hs-pdf-link:focus{background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to left, #c2f7ff calc(100% - 0.9em) transparent calc(100% - 0.9em));background-image:linear-gradient(to left, var(--palette--tertiary-highlight) calc(100% - 0.9em), transparent calc(100% - 0.9em))}a.hs-pdf-link--outline{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;color:#148762;color:var(--palette--secondary)}a.hs-pdf-link--outline:hover,a.hs-pdf-link--outline:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a.hs-pdf-link--outline:hover,a.hs-pdf-link--outline:focus{background-position-y:-50%}.hb-dark-pattern a.hs-pdf-link--outline:hover,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover,.hb-dark-pattern a.hs-pdf-link--outline:focus,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a.hs-pdf-link--outline{background-image:none}.hb-local-footer a.hs-pdf-link--outline:hover,.hb-local-footer a.hs-pdf-link--outline:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a.hs-pdf-link--outline,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-pdf-link--outline:hover,.hb-dark-pattern a.hs-pdf-link--outline:focus,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-pdf-link--outline::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;margin-right:0.5rem}.hb-dark-pattern a.hs-pdf-link--outline::before{color:var(--palette--secondary-highlight)}a.hs-pdf-link--outline:hover,a.hs-pdf-link--outline:focus{background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to left, #c2f7ff calc(100% - 0.9em) transparent calc(100% - 0.9em));background-image:linear-gradient(to left, var(--palette--tertiary-highlight) calc(100% - 0.9em), transparent calc(100% - 0.9em))}a.hs-pdf-link--outline::before{font-weight:400}a.hs-file-link{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;color:#148762;color:var(--palette--secondary)}a.hs-file-link:hover,a.hs-file-link:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a.hs-file-link:hover,a.hs-file-link:focus{background-position-y:-50%}.hb-dark-pattern a.hs-file-link:hover,.hb-dark-inversion .views-element-container a.hs-file-link:hover,.hb-dark-pattern a.hs-file-link:focus,.hb-dark-inversion .views-element-container a.hs-file-link:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a.hs-file-link{background-image:none}.hb-local-footer a.hs-file-link:hover,.hb-local-footer a.hs-file-link:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a.hs-file-link,.hb-dark-inversion .views-element-container a.hs-file-link{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-file-link:hover,.hb-dark-pattern a.hs-file-link:focus,.hb-dark-inversion .views-element-container a.hs-file-link:hover,.hb-dark-inversion .views-element-container a.hs-file-link:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-file-link::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;margin-right:0.5rem}.hb-dark-pattern a.hs-file-link::before{color:var(--palette--secondary-highlight)}a.hs-file-link:hover,a.hs-file-link:focus{background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to left, #c2f7ff calc(100% - 0.9em) transparent calc(100% - 0.9em));background-image:linear-gradient(to left, var(--palette--tertiary-highlight) calc(100% - 0.9em), transparent calc(100% - 0.9em))}a.hs-file-link--outline{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;color:#148762;color:var(--palette--secondary)}a.hs-file-link--outline:hover,a.hs-file-link--outline:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a.hs-file-link--outline:hover,a.hs-file-link--outline:focus{background-position-y:-50%}.hb-dark-pattern a.hs-file-link--outline:hover,.hb-dark-inversion .views-element-container a.hs-file-link--outline:hover,.hb-dark-pattern a.hs-file-link--outline:focus,.hb-dark-inversion .views-element-container a.hs-file-link--outline:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a.hs-file-link--outline{background-image:none}.hb-local-footer a.hs-file-link--outline:hover,.hb-local-footer a.hs-file-link--outline:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a.hs-file-link--outline,.hb-dark-inversion .views-element-container a.hs-file-link--outline{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-file-link--outline:hover,.hb-dark-pattern a.hs-file-link--outline:focus,.hb-dark-inversion .views-element-container a.hs-file-link--outline:hover,.hb-dark-inversion .views-element-container a.hs-file-link--outline:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-file-link--outline::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;margin-right:0.5rem}.hb-dark-pattern a.hs-file-link--outline::before{color:var(--palette--secondary-highlight)}a.hs-file-link--outline:hover,a.hs-file-link--outline:focus{background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to left, #c2f7ff calc(100% - 0.9em) transparent calc(100% - 0.9em));background-image:linear-gradient(to left, var(--palette--tertiary-highlight) calc(100% - 0.9em), transparent calc(100% - 0.9em))}a.hs-file-link--outline::before{font-weight:400}:root{--palette--primary: #00505c;--palette--secondary: #148762;--palette--tertiary: #007c8f;--palette--primary-hero-overlay: rgba(0, 36, 41, 0.8);--palette--primary-dark: #002429;--palette--secondary-active: #00ce9d;--palette--secondary-highlight: #e4f4ee;--palette--secondary-highlight-darken: #9cd6c0;--palette--secondary-darken-12: #0c523b;--palette--tertiary-highlight: #c2f7ff;--palette--tertiary-highlight-darken-10: #8ff0ff;--palette--tertiary-reversed: #00d5f5;--palette--tertiary-reversed-darken-10: #00a9c2;--palette--tertiary-darken-20: #002429;--palette--spotlight: #e4f4ee;--palette--spotlight-lighten-8: #e3f4ed;--palette--primary: #600e0e;--palette--secondary: #8c1515;--palette--tertiary: #b1040e;--palette--primary-hero-overlay: rgba(28, 29, 30, 0.85);--palette--primary-dark: #330808;--palette--secondary-active: #b1040e;--palette--secondary-highlight: #e8e9ea;--palette--secondary-highlight-darken: #b3b6b9;--palette--secondary-darken-12: #343639;--palette--tertiary-highlight: #f4f4f4;--palette--tertiary-highlight-darken-10: #dbdbdb;--palette--tertiary-reversed: #dbdcde;--palette--tertiary-reversed-darken-10: #c0c2c6;--palette--tertiary-darken-20: #4d0206;--palette--spotlight: #dde0e0;--palette--spotlight-lighten-8: #D9DEDE}.ck-editor__main{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}.ck-editor__main .hb-media-video{margin:0;width:100%;max-width:none}.ck-editor__main .field-media-oembed-video{position:relative;aspect-ratio:16/9}.ck-editor__main .drupal-media,.ck-editor__main .field-media-oembed-video,.ck-editor__main .media-oembed-content{width:100%;height:100%}.ck.ck-content{font-size:16px}@media(min-width: 992px){.ck.ck-content{font-size:18px}}.ck.ck-content .hs-font-lead,.ck.ck-content .summary{font-size:20px}@media(min-width: 992px){.ck.ck-content .hs-font-lead,.ck.ck-content .summary{font-size:22px}}.ck.ck-content .hs-font-splash{font-size:36px}@media(min-width: 768px){.ck.ck-content .hs-font-splash{margin:48px 0 16px}}@media(min-width: 768px){.ck.ck-content .hs-font-splash{font-size:46px}}.ck.ck-content .hs-breakout-box{padding:20px 18px;display:inline-block}.ck.ck-content .hs-caption,.ck.ck-content .hs-credits{font-size:14px}.ck.ck-content a{text-decoration:underline}.ck.ck-content .hs-more-link{margin-bottom:20px;font-size:18px;text-decoration:none}.ck.ck-content .hs-more-link::after{height:19px;width:19px;margin-bottom:-4px;margin-left:8px}.ck.ck-content a[href*="//"].hs-external-link::after,.ck.ck-content .hs-external-link a[href*="//"]::after{margin-bottom:-5px;padding-left:15px;width:11px;height:20px;background-size:11px}.ck.ck-content .hs-file-link,.ck.ck-content .hs-pdf-link,.ck.ck-content .hs-private-link{margin-right:5px}.ck.ck-content .hs-private-link::before{margin-bottom:-2px;margin-right:2px;width:16px;height:16px}.ck.ck-content .hs-button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inline-block;width:auto;font-weight:600;font-size:1.6rem;line-height:1.4;text-decoration:none;text-align:center;border-width:0.2rem;border-style:solid;transition:background-color 150ms ease-in-out,border-color 150ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:30px;padding:0.4rem 2rem;color:#fff;background-color:#148762;background-color:var(--palette--secondary);border-color:#148762;border-color:var(--palette--secondary)}.ck.ck-content .hs-button:hover{cursor:pointer}.ck.ck-content .hs-button:hover,.ck.ck-content .hs-button:focus,.ck.ck-content .hs-button:active{background-image:none;outline:none}.ck.ck-content .hs-button:hover{background-color:#0c523b;background-color:var(--palette--secondary-darken-12);border-color:#0c523b;border-color:var(--palette--secondary-darken-12);color:#fff}.ck.ck-content .hs-button:active,.ck.ck-content .hs-button:focus{background-color:#148762;background-color:var(--palette--secondary);border-color:#fff;color:#fff}.ck.ck-content .hs-button:active,.ck.ck-content .hs-button:focus{box-shadow:0 0 0 0.2rem #00ce9d;box-shadow:0 0 0 0.2rem var(--palette--secondary-active)}.ck.ck-content .hs-secondary-button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inline-block;width:auto;font-weight:600;font-size:1.6rem;line-height:1.4;text-decoration:none;text-align:center;border-width:0.2rem;border-style:solid;transition:background-color 150ms ease-in-out,border-color 150ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:30px;padding:0.4rem 2rem;border-color:#148762;border-color:var(--palette--secondary);color:#148762;color:var(--palette--secondary)}.ck.ck-content .hs-secondary-button:hover{cursor:pointer}.ck.ck-content .hs-secondary-button:hover,.ck.ck-content .hs-secondary-button:focus,.ck.ck-content .hs-secondary-button:active{background-image:none;outline:none}.ck.ck-content .hs-secondary-button:hover{color:#fff;background-color:#148762;background-color:var(--palette--secondary);border-color:#148762;border-color:var(--palette--secondary)}.ck.ck-content .hs-secondary-button:active,.ck.ck-content .hs-secondary-button:focus{background-color:rgba(0,0,0,0);color:#148762;color:var(--palette--secondary);box-shadow:0 0 0 0.2rem #fff,0 0 0 0.4rem #00ce9d;box-shadow:0 0 0 0.2rem #fff,0 0 0 0.4rem var(--palette--secondary-active)}.hb-dark-pattern .ck.ck-content .hs-secondary-button{color:#00d5f5;color:var(--palette--tertiary-reversed);border-color:#00d5f5;border-color:var(--palette--tertiary-reversed)}.hb-dark-pattern .ck.ck-content .hs-secondary-button:hover{background-color:rgba(0,0,0,0)}.hb-dark-pattern .ck.ck-content .hs-secondary-button:active,.hb-dark-pattern .ck.ck-content .hs-secondary-button:focus{background-color:rgba(0,0,0,0);box-shadow:none}.hb-dark-pattern .ck.ck-content .hs-secondary-button:hover,.hb-dark-pattern .ck.ck-content .hs-secondary-button:active,.hb-dark-pattern .ck.ck-content .hs-secondary-button:focus{color:#e4f4ee;color:var(--palette--secondary-highlight);border-color:#e4f4ee;border-color:var(--palette--secondary-highlight)}.ck.ck-content .hs-button,.ck.ck-content .hs-button--big,.ck.ck-content .hs-secondary-button{font-size:16px;border-width:2px;padding:4px 20px}.ck.ck-content .hs-button--big{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inline-block;width:auto;font-weight:600;font-size:1.6rem;line-height:1.4;text-decoration:none;text-align:center;border-width:0.2rem;border-style:solid;transition:background-color 150ms ease-in-out,border-color 150ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:30px;padding:0.4rem 2rem;color:#fff;background-color:#148762;background-color:var(--palette--secondary);border-color:#148762;border-color:var(--palette--secondary);font-size:18px;border-width:3px;padding:8px 20px}.ck.ck-content .hs-button--big:hover{cursor:pointer}.ck.ck-content .hs-button--big:hover,.ck.ck-content .hs-button--big:focus,.ck.ck-content .hs-button--big:active{background-image:none;outline:none}.ck.ck-content .hs-button--big:hover{background-color:#0c523b;background-color:var(--palette--secondary-darken-12);border-color:#0c523b;border-color:var(--palette--secondary-darken-12);color:#fff}.ck.ck-content .hs-button--big:active,.ck.ck-content .hs-button--big:focus{background-color:#148762;background-color:var(--palette--secondary);border-color:#fff;color:#fff}.ck.ck-content .hs-button--big:active,.ck.ck-content .hs-button--big:focus{box-shadow:0 0 0 0.2rem #00ce9d;box-shadow:0 0 0 0.2rem var(--palette--secondary-active)}.ck.ck-content table{width:100%;border-collapse:collapse;font-size:1.3rem;text-align:left;border:1px solid;border-color:#d9d7d2;width:100%;font-size:13px;table-layout:fixed}.hb-dark-pattern .ck.ck-content table{color:#000;background-color:#fff}@media(min-width: 576px){.ck.ck-content table{font-size:1.6rem}}@media(min-width: 576px){.ck.ck-content table{font-size:16px}}.ck.ck-content table th,.ck.ck-content table td{padding:1.6rem;vertical-align:top;border:1px solid;border-color:#d9d7d2;padding:16px}.ck.ck-content table th a:hover .fa-ext::after,.ck.ck-content table th a:focus .fa-ext::after,.ck.ck-content table td a:hover .fa-ext::after,.ck.ck-content table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .ck.ck-content table th a:hover .fa-ext::after,.hc-pairing-ocean .ck.ck-content table th a:focus .fa-ext::after,.hc-pairing-ocean .ck.ck-content table td a:hover .fa-ext::after,.hc-pairing-ocean .ck.ck-content table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .ck.ck-content table th a:hover .fa-ext::after,.hc-pairing-mountain .ck.ck-content table th a:focus .fa-ext::after,.hc-pairing-mountain .ck.ck-content table td a:hover .fa-ext::after,.hc-pairing-mountain .ck.ck-content table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23072e22' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .ck.ck-content table th a:hover .fa-ext::after,.hc-pairing-cardinal .ck.ck-content table th a:focus .fa-ext::after,.hc-pairing-cardinal .ck.ck-content table td a:hover .fa-ext::after,.hc-pairing-cardinal .ck.ck-content table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .ck.ck-content table th a:hover .fa-ext::after,.hc-pairing-lake .ck.ck-content table th a:focus .fa-ext::after,.hc-pairing-lake .ck.ck-content table td a:hover .fa-ext::after,.hc-pairing-lake .ck.ck-content table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23171916' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .ck.ck-content table th a:hover .fa-ext::after,.hc-pairing-canyon .ck.ck-content table th a:focus .fa-ext::after,.hc-pairing-canyon .ck.ck-content table td a:hover .fa-ext::after,.hc-pairing-canyon .ck.ck-content table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000b0d' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .ck.ck-content table th a:hover .fa-ext::after,.hc-pairing-cliff .ck.ck-content table th a:focus .fa-ext::after,.hc-pairing-cliff .ck.ck-content table td a:hover .fa-ext::after,.hc-pairing-cliff .ck.ck-content table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23090101' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ck.ck-content table thead th{position:sticky;top:0;border-color:#fff}.ck.ck-content table thead th a,.ck.ck-content table thead th a:not([class]){color:#fff;background-image:none}.ck.ck-content table thead th a:hover,.ck.ck-content table thead th a:focus,.ck.ck-content table thead th a:not([class]):hover,.ck.ck-content table thead th a:not([class]):focus{color:#e4f4ee;color:var(--palette--secondary-highlight);box-shadow:none}.ck.ck-content table thead tr{text-transform:uppercase;background-color:#00505c;background-color:var(--palette--primary);color:#fff;font-weight:700}.hb-dark-pattern .ck.ck-content table thead tr,.hb-dark-inversion .views-element-container .ck.ck-content table thead tr{background-color:#0c523b;background-color:var(--palette--secondary-darken-12)}.ck.ck-content table tr:nth-child(even){background-color:#f1f0ee}.ck.ck-content blockquote:nth-child(n){padding:40px 0 24px;font-size:24px;border-left:none;overflow:visible}.ck.ck-content blockquote:nth-child(n)::before{width:68px;height:40px;top:-20px;right:calc(50% - 34px)}.ck.ck-content ul{list-style-type:none;margin:0 0 3.2rem;padding-left:2.2rem;margin:0 0 32px;padding-left:22px}.ck.ck-content ul ul{margin:1rem 0 0}.ck.ck-content ul li{position:relative;line-height:122%;margin-bottom:1rem;padding-left:1.8rem;overflow:hidden}.ck.ck-content ul li::before{content:"";display:block;height:0.6rem;width:0.6rem;border-radius:50%;background-color:#148762;background-color:var(--palette--secondary);position:absolute;left:0;top:0.8rem}.hb-dark-pattern .ck.ck-content ul li::before,.hb-dark-inversion .views-element-container .ck.ck-content ul li::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hb-raised-cards .hb-dark-pattern .ck.ck-content ul li::before,.hb-dark-inversion .hb-raised-cards .views-element-container .ck.ck-content ul li::before{background-color:#148762;background-color:var(--palette--secondary)}.ck.ck-content ul li ul>li:first-of-type{margin-top:1rem}.ck.ck-content ul li ul>li:last-of-type{margin-bottom:0}.ck.ck-content ul li ul>li::before{background-color:rgba(0,0,0,0);border-color:#148762;border-color:var(--palette--secondary);border-width:1px;border-style:solid;content:"";counter-increment:inherit;top:0.8rem;min-width:inherit}.ck.ck-content ul li li ul>li::before{border-radius:0;border:0;background-color:#148762;background-color:var(--palette--secondary);top:0.8rem;min-width:inherit}.ck.ck-content ul li ol>li:first-of-type{margin-top:1rem}.ck.ck-content ul li ol>li:last-of-type{margin-bottom:0}.ck.ck-content ul li ol>li::before{content:counter(li, lower-alpha) ".";height:0;width:auto}.ck.ck-content ul li li ol>li::before{content:counter(li, lower-roman) "."}.ck.ck-content ul li{margin-bottom:10px;padding-left:18px}.ck.ck-content ul li::before{height:6px;top:8px;width:6px}.ck.ck-content ol{counter-reset:li;list-style-type:none;margin:0 0 3.2rem;padding-left:0.8rem;margin:0 0 32px;padding-left:8px}.ck.ck-content ol ol{margin:1rem 0 0}.ck.ck-content ol li{position:relative;line-height:122%;margin-bottom:1rem;padding-left:3.8rem;overflow:hidden}.ck.ck-content ol li::before{content:counter(li) ".";counter-increment:li;font-size:1.6rem;font-weight:600;color:#148762;color:var(--palette--secondary);position:absolute;left:0;top:0;min-width:3rem;text-align:right}@media(min-width: 992px){.ck.ck-content ol li::before{top:0.1rem}}.hb-dark-pattern .ck.ck-content ol li::before{color:#e4f4ee;color:var(--palette--secondary-highlight)}.ck.ck-content ol li ul>li:first-of-type{margin-top:1rem}.ck.ck-content ol li ul>li:last-of-type{margin-bottom:0}.ck.ck-content ol li ul>li::before{background-color:rgba(0,0,0,0);border-color:#148762;border-color:var(--palette--secondary);border-width:1px;border-style:solid;content:"";counter-increment:inherit;top:0.8rem;min-width:inherit}.ck.ck-content ol li li ul>li::before{border-radius:0;border:0;background-color:#148762;background-color:var(--palette--secondary);top:0.8rem;min-width:inherit}.ck.ck-content ol li ol>li:first-of-type{margin-top:1rem}.ck.ck-content ol li ol>li:last-of-type{margin-bottom:0}.ck.ck-content ol li ol>li::before{content:counter(li, lower-alpha) ".";height:0;width:auto}.ck.ck-content ol li li ol>li::before{content:counter(li, lower-roman) "."}.ck.ck-content ol ul>li::before{margin-left:1.6rem}.ck.ck-content ol li{margin-bottom:10px;padding-left:38px}.ck.ck-content ol li::before{font-size:16px;min-width:30px}.ck.ck-content .table table td,.ck.ck-content .table table th{padding:16px}.ck.ck-content .table table.hs-table--borderless td,.ck.ck-content .table table.hs-table--borderless th{border-left:0;border-right:0}.ck .drupal-media [data-drupal-media-preview]{pointer-events:none}.paragraph-type--stanford-gallery .hs-paragraphs-tabs.tabs{display:none}
\ No newline at end of file
diff --git a/docroot/themes/humsci/humsci_airy/css/humsci_airy.css b/docroot/themes/humsci/humsci_airy/css/humsci_airy.css
index 2c645c6f73..6a63698d82 100644
--- a/docroot/themes/humsci/humsci_airy/css/humsci_airy.css
+++ b/docroot/themes/humsci/humsci_airy/css/humsci_airy.css
@@ -1 +1 @@
-/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@400;700&display=swap";html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:0;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.su-alert--warning a.su-button--big,.su-alert--warning a.su-button,.su-alert--warning a.su-button--secondary,.su-alert--success a.su-button--big,.su-alert--success a.su-button,.su-alert--success a.su-button--secondary,.su-alert--info a.su-button--big,.su-alert--info a.su-button,.su-alert--info a.su-button--secondary,.su-alert--error a.su-button--big,.su-alert--error a.su-button,.su-alert--error a.su-button--secondary,.su-alert__text a.su-button--big,.su-alert__text a.su-button,.su-alert__text a.su-button--secondary,.su-local-footer__header .su-link--internal{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;cursor:pointer;display:inline-block;border:0;font-size:2rem;font-weight:400;line-height:1;text-align:center;text-decoration:none;width:auto;transition:background-color .25s ease-in-out,color .25s ease-in-out}.su-alert--warning a.su-button--big a,.su-alert--warning a.su-button a,.su-alert--warning a.su-button--secondary a,.su-alert--success a.su-button--big a,.su-alert--success a.su-button a,.su-alert--success a.su-button--secondary a,.su-alert--info a.su-button--big a,.su-alert--info a.su-button a,.su-alert--info a.su-button--secondary a,.su-alert--error a.su-button--big a,.su-alert--error a.su-button a,.su-alert--error a.su-button--secondary a,.su-alert__text a.su-button--big a,.su-alert__text a.su-button a,.su-alert__text a.su-button--secondary a,.su-local-footer__header .su-link--internal a{font-weight:400;text-decoration:none}.su-alert--warning a.su-button--big:active,.su-alert--warning a.su-button:active,.su-alert--warning a.su-button--secondary:active,.su-alert--success a.su-button--big:active,.su-alert--success a.su-button:active,.su-alert--success a.su-button--secondary:active,.su-alert--info a.su-button--big:active,.su-alert--info a.su-button:active,.su-alert--info a.su-button--secondary:active,.su-alert--error a.su-button--big:active,.su-alert--error a.su-button:active,.su-alert--error a.su-button--secondary:active,.su-alert__text a.su-button--big:active,.su-alert__text a.su-button:active,.su-alert__text a.su-button--secondary:active,.su-local-footer__header .su-link--internal:active,.su-alert--warning a.su-button--big:focus,.su-alert--warning a.su-button:focus,.su-alert--warning a.su-button--secondary:focus,.su-alert--success a.su-button--big:focus,.su-alert--success a.su-button:focus,.su-alert--success a.su-button--secondary:focus,.su-alert--info a.su-button--big:focus,.su-alert--info a.su-button:focus,.su-alert--info a.su-button--secondary:focus,.su-alert--error a.su-button--big:focus,.su-alert--error a.su-button:focus,.su-alert--error a.su-button--secondary:focus,.su-alert__text a.su-button--big:focus,.su-alert__text a.su-button:focus,.su-alert__text a.su-button--secondary:focus,.su-local-footer__header .su-link--internal:focus,.su-alert--warning a.su-button--big:hover,.su-alert--warning a.su-button:hover,.su-alert--warning a.su-button--secondary:hover,.su-alert--success a.su-button--big:hover,.su-alert--success a.su-button:hover,.su-alert--success a.su-button--secondary:hover,.su-alert--info a.su-button--big:hover,.su-alert--info a.su-button:hover,.su-alert--info a.su-button--secondary:hover,.su-alert--error a.su-button--big:hover,.su-alert--error a.su-button:hover,.su-alert--error a.su-button--secondary:hover,.su-alert__text a.su-button--big:hover,.su-alert__text a.su-button:hover,.su-alert__text a.su-button--secondary:hover,.su-local-footer__header .su-link--internal:hover{text-decoration:underline}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot");src:url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff") format("woff"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf") format("truetype"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg#fontawesome") format("svg")}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot");src:url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff") format("woff"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf") format("truetype"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg#fontawesome") format("svg")}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:block;src:url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot");src:url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff") format("woff"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf") format("truetype"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg#fontawesome") format("svg")}.su-fa-times-circle::before{content:""}.su-fa-info-circle::before{content:""}.su-fa-bell::before{content:""}.su-fa-exclamation-circle::before{content:""}.su-fa-exclamation-triangle::before{content:""}.su-fa-check-circle::before{content:""}@font-face{font-family:"Stanford";src:url("https://www-media.stanford.edu/assets/fonts/stanford.woff") format("woff"),url("https://www-media.stanford.edu/assets/fonts/stanford.ttf") format("truetype");font-weight:300}.su-aspect-ratio{position:relative}.su-aspect-ratio::before{display:block;content:"";width:100%;padding-top:56.25%}.su-aspect-ratio>img,.su-aspect-ratio>video{-o-object-fit:cover;object-fit:cover}.su-aspect-ratio>*{position:relative;z-index:5}.su-aspect-ratio>*:first-child{position:absolute;z-index:1;width:100%;height:100%;left:0;bottom:0}.su-aspect-ratio--4x3{position:relative}.su-aspect-ratio--4x3::before{display:block;content:"";width:100%;padding-top:75%}.su-aspect-ratio--4x3>img,.su-aspect-ratio--4x3>video{-o-object-fit:cover;object-fit:cover}.su-aspect-ratio--4x3>*{position:relative;z-index:5}.su-aspect-ratio--4x3>*:first-child{position:absolute;z-index:1;width:100%;height:100%;left:0;bottom:0}.su-aspect-ratio--1x1{position:relative}.su-aspect-ratio--1x1::before{display:block;content:"";width:100%;padding-top:100%}.su-aspect-ratio--1x1>img,.su-aspect-ratio--1x1>video{-o-object-fit:cover;object-fit:cover}.su-aspect-ratio--1x1>*{position:relative;z-index:5}.su-aspect-ratio--1x1>*:first-child{position:absolute;z-index:1;width:100%;height:100%;left:0;bottom:0}.su-sr-only-element{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.su-sr-only-text{overflow:hidden;text-indent:101%;white-space:nowrap}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}body{background-color:#fff;overflow-x:hidden}.lt-ie9 *{filter:none !important}[hidden]{display:none !important}figure{margin:0}img{margin:0;padding:0;display:block;height:auto;max-width:100%}.su-embed-container{padding-bottom:56.25%;position:relative;height:0;overflow:hidden;max-width:100%}.su-embed-container iframe,.su-embed-container object,.su-embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.su-alert--warning a.su-button--big,.su-alert--warning a.su-button,.su-alert--warning a.su-button--secondary,.su-alert--success a.su-button--big,.su-alert--success a.su-button,.su-alert--success a.su-button--secondary,.su-alert--info a.su-button--big,.su-alert--info a.su-button,.su-alert--info a.su-button--secondary,.su-alert--error a.su-button--big,.su-alert--error a.su-button,.su-alert--error a.su-button--secondary,.su-alert__text a.su-button--big,.su-alert__text a.su-button,.su-alert__text a.su-button--secondary,.su-local-footer__header .su-link--internal{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;cursor:pointer;display:inline-block;border:0;font-size:2rem;font-weight:400;line-height:1;text-align:center;text-decoration:none;width:auto;transition:background-color .25s ease-in-out,color .25s ease-in-out}.su-alert--warning a.su-button--big a,.su-alert--warning a.su-button a,.su-alert--warning a.su-button--secondary a,.su-alert--success a.su-button--big a,.su-alert--success a.su-button a,.su-alert--success a.su-button--secondary a,.su-alert--info a.su-button--big a,.su-alert--info a.su-button a,.su-alert--info a.su-button--secondary a,.su-alert--error a.su-button--big a,.su-alert--error a.su-button a,.su-alert--error a.su-button--secondary a,.su-alert__text a.su-button--big a,.su-alert__text a.su-button a,.su-alert__text a.su-button--secondary a,.su-local-footer__header .su-link--internal a{font-weight:400;text-decoration:none}.su-alert--warning a.su-button--big:active,.su-alert--warning a.su-button:active,.su-alert--warning a.su-button--secondary:active,.su-alert--success a.su-button--big:active,.su-alert--success a.su-button:active,.su-alert--success a.su-button--secondary:active,.su-alert--info a.su-button--big:active,.su-alert--info a.su-button:active,.su-alert--info a.su-button--secondary:active,.su-alert--error a.su-button--big:active,.su-alert--error a.su-button:active,.su-alert--error a.su-button--secondary:active,.su-alert__text a.su-button--big:active,.su-alert__text a.su-button:active,.su-alert__text a.su-button--secondary:active,.su-local-footer__header .su-link--internal:active,.su-alert--warning a.su-button--big:focus,.su-alert--warning a.su-button:focus,.su-alert--warning a.su-button--secondary:focus,.su-alert--success a.su-button--big:focus,.su-alert--success a.su-button:focus,.su-alert--success a.su-button--secondary:focus,.su-alert--info a.su-button--big:focus,.su-alert--info a.su-button:focus,.su-alert--info a.su-button--secondary:focus,.su-alert--error a.su-button--big:focus,.su-alert--error a.su-button:focus,.su-alert--error a.su-button--secondary:focus,.su-alert__text a.su-button--big:focus,.su-alert__text a.su-button:focus,.su-alert__text a.su-button--secondary:focus,.su-local-footer__header .su-link--internal:focus,.su-alert--warning a.su-button--big:hover,.su-alert--warning a.su-button:hover,.su-alert--warning a.su-button--secondary:hover,.su-alert--success a.su-button--big:hover,.su-alert--success a.su-button:hover,.su-alert--success a.su-button--secondary:hover,.su-alert--info a.su-button--big:hover,.su-alert--info a.su-button:hover,.su-alert--info a.su-button--secondary:hover,.su-alert--error a.su-button--big:hover,.su-alert--error a.su-button:hover,.su-alert--error a.su-button--secondary:hover,.su-alert__text a.su-button--big:hover,.su-alert__text a.su-button:hover,.su-alert__text a.su-button--secondary:hover,.su-local-footer__header .su-link--internal:hover{text-decoration:underline}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}body{background-color:#fff;overflow-x:hidden}.lt-ie9 *{filter:none !important}[hidden]{display:none !important}.flex-container{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.flex-container--collapse{margin-top:0;margin-bottom:0}@media only screen and (min-width: 576px){.flex-container--collapse{margin-top:0;margin-bottom:0}}@media only screen and (min-width: 768px){.flex-container--collapse{margin-top:0;margin-bottom:0}}@media only screen and (min-width: 992px){.flex-container--collapse{margin-top:0;margin-bottom:0}}@media only screen and (min-width: 1200px){.flex-container--collapse{margin-top:0;margin-bottom:0}}@media only screen and (min-width: 1500px){.flex-container--collapse{margin-top:0;margin-bottom:0}}.flex-container--row-gap>*{margin:0 0 20px}@media only screen and (min-width: 576px){.flex-container--row-gap>*{margin:0 0 20px}}@media only screen and (min-width: 768px){.flex-container--row-gap>*{margin:0 0 20px}}@media only screen and (min-width: 992px){.flex-container--row-gap>*{margin:0 0 36px}}@media only screen and (min-width: 1200px){.flex-container--row-gap>*{margin:0 0 40px}}@media only screen and (min-width: 1500px){.flex-container--row-gap>*{margin:0 0 48px}}.flex-2xl-12-of-12,.flex-2xl-11-of-12,.flex-2xl-10-of-12,.flex-2xl-9-of-12,.flex-2xl-8-of-12,.flex-2xl-7-of-12,.flex-2xl-6-of-12,.flex-2xl-5-of-12,.flex-2xl-4-of-12,.flex-2xl-3-of-12,.flex-2xl-2-of-12,.flex-2xl-1-of-12,.flex-xl-12-of-12,.flex-xl-11-of-12,.flex-xl-10-of-12,.flex-xl-9-of-12,.flex-xl-8-of-12,.flex-xl-7-of-12,.flex-xl-6-of-12,.flex-xl-5-of-12,.flex-xl-4-of-12,.flex-xl-3-of-12,.flex-xl-2-of-12,.flex-xl-1-of-12,.flex-lg-12-of-12,.flex-lg-11-of-12,.flex-lg-10-of-12,.flex-lg-9-of-12,.flex-lg-8-of-12,.flex-lg-7-of-12,.flex-lg-6-of-12,.flex-lg-5-of-12,.flex-lg-4-of-12,.flex-lg-3-of-12,.flex-lg-2-of-12,.flex-lg-1-of-12,.flex-md-12-of-12,.flex-md-11-of-12,.flex-md-10-of-12,.flex-md-9-of-12,.flex-md-8-of-12,.flex-md-7-of-12,.flex-md-6-of-12,.flex-md-5-of-12,.flex-md-4-of-12,.flex-md-3-of-12,.flex-md-2-of-12,.flex-md-1-of-12,.flex-sm-12-of-12,.flex-sm-11-of-12,.flex-sm-10-of-12,.flex-sm-9-of-12,.flex-sm-8-of-12,.flex-sm-7-of-12,.flex-sm-6-of-12,.flex-sm-5-of-12,.flex-sm-4-of-12,.flex-sm-3-of-12,.flex-sm-2-of-12,.flex-sm-1-of-12,.flex-xs-12-of-12,.flex-12-of-12,.flex-xs-11-of-12,.flex-11-of-12,.flex-xs-10-of-12,.flex-10-of-12,.flex-xs-9-of-12,.flex-9-of-12,.flex-xs-8-of-12,.flex-8-of-12,.flex-xs-7-of-12,.flex-7-of-12,.flex-xs-6-of-12,.flex-6-of-12,.flex-xs-5-of-12,.flex-5-of-12,.flex-xs-4-of-12,.flex-4-of-12,.flex-xs-3-of-12,.flex-3-of-12,.flex-xs-2-of-12,.flex-2-of-12,.flex-xs-1-of-12,.flex-1-of-12,.flex-auto{position:relative;width:100%;min-height:1px}.flex-auto{flex:0 0 auto;width:auto;max-width:none}@media only screen and (min-width: 0){.flex-push-xs-0{margin-left:0}.flex-push-xs-1{margin-left:8.3333333333%}.flex-push-xs-2{margin-left:16.6666666667%}.flex-push-xs-3{margin-left:25%}.flex-push-xs-4{margin-left:33.3333333333%}.flex-push-xs-5{margin-left:41.6666666667%}.flex-push-xs-6{margin-left:50%}.flex-push-xs-7{margin-left:58.3333333333%}.flex-push-xs-8{margin-left:66.6666666667%}.flex-push-xs-9{margin-left:75%}.flex-push-xs-10{margin-left:83.3333333333%}.flex-push-xs-11{margin-left:91.6666666667%}}@media only screen and (min-width: 576px){.flex-push-sm-0{margin-left:0}.flex-push-sm-1{margin-left:8.3333333333%}.flex-push-sm-2{margin-left:16.6666666667%}.flex-push-sm-3{margin-left:25%}.flex-push-sm-4{margin-left:33.3333333333%}.flex-push-sm-5{margin-left:41.6666666667%}.flex-push-sm-6{margin-left:50%}.flex-push-sm-7{margin-left:58.3333333333%}.flex-push-sm-8{margin-left:66.6666666667%}.flex-push-sm-9{margin-left:75%}.flex-push-sm-10{margin-left:83.3333333333%}.flex-push-sm-11{margin-left:91.6666666667%}}@media only screen and (min-width: 768px){.flex-push-md-0{margin-left:0}.flex-push-md-1{margin-left:8.3333333333%}.flex-push-md-2{margin-left:16.6666666667%}.flex-push-md-3{margin-left:25%}.flex-push-md-4{margin-left:33.3333333333%}.flex-push-md-5{margin-left:41.6666666667%}.flex-push-md-6{margin-left:50%}.flex-push-md-7{margin-left:58.3333333333%}.flex-push-md-8{margin-left:66.6666666667%}.flex-push-md-9{margin-left:75%}.flex-push-md-10{margin-left:83.3333333333%}.flex-push-md-11{margin-left:91.6666666667%}}@media only screen and (min-width: 992px){.flex-push-lg-0{margin-left:0}.flex-push-lg-1{margin-left:8.3333333333%}.flex-push-lg-2{margin-left:16.6666666667%}.flex-push-lg-3{margin-left:25%}.flex-push-lg-4{margin-left:33.3333333333%}.flex-push-lg-5{margin-left:41.6666666667%}.flex-push-lg-6{margin-left:50%}.flex-push-lg-7{margin-left:58.3333333333%}.flex-push-lg-8{margin-left:66.6666666667%}.flex-push-lg-9{margin-left:75%}.flex-push-lg-10{margin-left:83.3333333333%}.flex-push-lg-11{margin-left:91.6666666667%}}@media only screen and (min-width: 1200px){.flex-push-xl-0{margin-left:0}.flex-push-xl-1{margin-left:8.3333333333%}.flex-push-xl-2{margin-left:16.6666666667%}.flex-push-xl-3{margin-left:25%}.flex-push-xl-4{margin-left:33.3333333333%}.flex-push-xl-5{margin-left:41.6666666667%}.flex-push-xl-6{margin-left:50%}.flex-push-xl-7{margin-left:58.3333333333%}.flex-push-xl-8{margin-left:66.6666666667%}.flex-push-xl-9{margin-left:75%}.flex-push-xl-10{margin-left:83.3333333333%}.flex-push-xl-11{margin-left:91.6666666667%}}@media only screen and (min-width: 1500px){.flex-push-2xl-0{margin-left:0}.flex-push-2xl-1{margin-left:8.3333333333%}.flex-push-2xl-2{margin-left:16.6666666667%}.flex-push-2xl-3{margin-left:25%}.flex-push-2xl-4{margin-left:33.3333333333%}.flex-push-2xl-5{margin-left:41.6666666667%}.flex-push-2xl-6{margin-left:50%}.flex-push-2xl-7{margin-left:58.3333333333%}.flex-push-2xl-8{margin-left:66.6666666667%}.flex-push-2xl-9{margin-left:75%}.flex-push-2xl-10{margin-left:83.3333333333%}.flex-push-2xl-11{margin-left:91.6666666667%}}@media only screen and (min-width: 576px){.flex-1-of-12{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media only screen and (min-width: 768px){.flex-1-of-12{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media only screen and (min-width: 992px){.flex-1-of-12{flex:0 0 calc(8.3333333333% - 33px);max-width:calc(8.3333333333% - 33px)}}@media only screen and (min-width: 1200px){.flex-1-of-12{flex:0 0 calc(8.3333333333% - 36.6666666667px);max-width:calc(8.3333333333% - 36.6666666667px)}}@media only screen and (min-width: 1500px){.flex-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 576px){.flex-2-of-12{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media only screen and (min-width: 768px){.flex-2-of-12{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media only screen and (min-width: 992px){.flex-2-of-12{flex:0 0 calc(16.6666666667% - 30px);max-width:calc(16.6666666667% - 30px)}}@media only screen and (min-width: 1200px){.flex-2-of-12{flex:0 0 calc(16.6666666667% - 33.3333333333px);max-width:calc(16.6666666667% - 33.3333333333px)}}@media only screen and (min-width: 1500px){.flex-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 576px){.flex-3-of-12{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media only screen and (min-width: 768px){.flex-3-of-12{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media only screen and (min-width: 992px){.flex-3-of-12{flex:0 0 calc(25% - 27px);max-width:calc(25% - 27px)}}@media only screen and (min-width: 1200px){.flex-3-of-12{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}}@media only screen and (min-width: 1500px){.flex-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 576px){.flex-4-of-12{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media only screen and (min-width: 768px){.flex-4-of-12{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media only screen and (min-width: 992px){.flex-4-of-12{flex:0 0 calc(33.3333333333% - 24px);max-width:calc(33.3333333333% - 24px)}}@media only screen and (min-width: 1200px){.flex-4-of-12{flex:0 0 calc(33.3333333333% - 26.6666666667px);max-width:calc(33.3333333333% - 26.6666666667px)}}@media only screen and (min-width: 1500px){.flex-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 576px){.flex-5-of-12{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media only screen and (min-width: 768px){.flex-5-of-12{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media only screen and (min-width: 992px){.flex-5-of-12{flex:0 0 calc(41.6666666667% - 21px);max-width:calc(41.6666666667% - 21px)}}@media only screen and (min-width: 1200px){.flex-5-of-12{flex:0 0 calc(41.6666666667% - 23.3333333333px);max-width:calc(41.6666666667% - 23.3333333333px)}}@media only screen and (min-width: 1500px){.flex-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 576px){.flex-6-of-12{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media only screen and (min-width: 768px){.flex-6-of-12{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media only screen and (min-width: 992px){.flex-6-of-12{flex:0 0 calc(50% - 18px);max-width:calc(50% - 18px)}}@media only screen and (min-width: 1200px){.flex-6-of-12{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media only screen and (min-width: 1500px){.flex-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 576px){.flex-7-of-12{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media only screen and (min-width: 768px){.flex-7-of-12{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media only screen and (min-width: 992px){.flex-7-of-12{flex:0 0 calc(58.3333333333% - 15px);max-width:calc(58.3333333333% - 15px)}}@media only screen and (min-width: 1200px){.flex-7-of-12{flex:0 0 calc(58.3333333333% - 16.6666666667px);max-width:calc(58.3333333333% - 16.6666666667px)}}@media only screen and (min-width: 1500px){.flex-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 576px){.flex-8-of-12{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media only screen and (min-width: 768px){.flex-8-of-12{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media only screen and (min-width: 992px){.flex-8-of-12{flex:0 0 calc(66.6666666667% - 12px);max-width:calc(66.6666666667% - 12px)}}@media only screen and (min-width: 1200px){.flex-8-of-12{flex:0 0 calc(66.6666666667% - 13.3333333333px);max-width:calc(66.6666666667% - 13.3333333333px)}}@media only screen and (min-width: 1500px){.flex-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 576px){.flex-9-of-12{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media only screen and (min-width: 768px){.flex-9-of-12{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media only screen and (min-width: 992px){.flex-9-of-12{flex:0 0 calc(75% - 9px);max-width:calc(75% - 9px)}}@media only screen and (min-width: 1200px){.flex-9-of-12{flex:0 0 calc(75% - 10px);max-width:calc(75% - 10px)}}@media only screen and (min-width: 1500px){.flex-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 576px){.flex-10-of-12{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media only screen and (min-width: 768px){.flex-10-of-12{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media only screen and (min-width: 992px){.flex-10-of-12{flex:0 0 calc(83.3333333333% - 6px);max-width:calc(83.3333333333% - 6px)}}@media only screen and (min-width: 1200px){.flex-10-of-12{flex:0 0 calc(83.3333333333% - 6.6666666667px);max-width:calc(83.3333333333% - 6.6666666667px)}}@media only screen and (min-width: 1500px){.flex-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 576px){.flex-11-of-12{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media only screen and (min-width: 768px){.flex-11-of-12{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media only screen and (min-width: 992px){.flex-11-of-12{flex:0 0 calc(91.6666666667% - 3px);max-width:calc(91.6666666667% - 3px)}}@media only screen and (min-width: 1200px){.flex-11-of-12{flex:0 0 calc(91.6666666667% - 3.3333333333px);max-width:calc(91.6666666667% - 3.3333333333px)}}@media only screen and (min-width: 1500px){.flex-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 0){.flex-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 576px){.flex-sm-1-of-12{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media only screen and (min-width: 768px){.flex-sm-1-of-12{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media only screen and (min-width: 992px){.flex-sm-1-of-12{flex:0 0 calc(8.3333333333% - 33px);max-width:calc(8.3333333333% - 33px)}}@media only screen and (min-width: 1200px){.flex-sm-1-of-12{flex:0 0 calc(8.3333333333% - 36.6666666667px);max-width:calc(8.3333333333% - 36.6666666667px)}}@media only screen and (min-width: 1500px){.flex-sm-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 576px){.flex-sm-2-of-12{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media only screen and (min-width: 768px){.flex-sm-2-of-12{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media only screen and (min-width: 992px){.flex-sm-2-of-12{flex:0 0 calc(16.6666666667% - 30px);max-width:calc(16.6666666667% - 30px)}}@media only screen and (min-width: 1200px){.flex-sm-2-of-12{flex:0 0 calc(16.6666666667% - 33.3333333333px);max-width:calc(16.6666666667% - 33.3333333333px)}}@media only screen and (min-width: 1500px){.flex-sm-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 576px){.flex-sm-3-of-12{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media only screen and (min-width: 768px){.flex-sm-3-of-12{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media only screen and (min-width: 992px){.flex-sm-3-of-12{flex:0 0 calc(25% - 27px);max-width:calc(25% - 27px)}}@media only screen and (min-width: 1200px){.flex-sm-3-of-12{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}}@media only screen and (min-width: 1500px){.flex-sm-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 576px){.flex-sm-4-of-12{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media only screen and (min-width: 768px){.flex-sm-4-of-12{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media only screen and (min-width: 992px){.flex-sm-4-of-12{flex:0 0 calc(33.3333333333% - 24px);max-width:calc(33.3333333333% - 24px)}}@media only screen and (min-width: 1200px){.flex-sm-4-of-12{flex:0 0 calc(33.3333333333% - 26.6666666667px);max-width:calc(33.3333333333% - 26.6666666667px)}}@media only screen and (min-width: 1500px){.flex-sm-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 576px){.flex-sm-5-of-12{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media only screen and (min-width: 768px){.flex-sm-5-of-12{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media only screen and (min-width: 992px){.flex-sm-5-of-12{flex:0 0 calc(41.6666666667% - 21px);max-width:calc(41.6666666667% - 21px)}}@media only screen and (min-width: 1200px){.flex-sm-5-of-12{flex:0 0 calc(41.6666666667% - 23.3333333333px);max-width:calc(41.6666666667% - 23.3333333333px)}}@media only screen and (min-width: 1500px){.flex-sm-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 576px){.flex-sm-6-of-12{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media only screen and (min-width: 768px){.flex-sm-6-of-12{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media only screen and (min-width: 992px){.flex-sm-6-of-12{flex:0 0 calc(50% - 18px);max-width:calc(50% - 18px)}}@media only screen and (min-width: 1200px){.flex-sm-6-of-12{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media only screen and (min-width: 1500px){.flex-sm-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 576px){.flex-sm-7-of-12{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media only screen and (min-width: 768px){.flex-sm-7-of-12{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media only screen and (min-width: 992px){.flex-sm-7-of-12{flex:0 0 calc(58.3333333333% - 15px);max-width:calc(58.3333333333% - 15px)}}@media only screen and (min-width: 1200px){.flex-sm-7-of-12{flex:0 0 calc(58.3333333333% - 16.6666666667px);max-width:calc(58.3333333333% - 16.6666666667px)}}@media only screen and (min-width: 1500px){.flex-sm-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 576px){.flex-sm-8-of-12{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media only screen and (min-width: 768px){.flex-sm-8-of-12{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media only screen and (min-width: 992px){.flex-sm-8-of-12{flex:0 0 calc(66.6666666667% - 12px);max-width:calc(66.6666666667% - 12px)}}@media only screen and (min-width: 1200px){.flex-sm-8-of-12{flex:0 0 calc(66.6666666667% - 13.3333333333px);max-width:calc(66.6666666667% - 13.3333333333px)}}@media only screen and (min-width: 1500px){.flex-sm-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 576px){.flex-sm-9-of-12{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media only screen and (min-width: 768px){.flex-sm-9-of-12{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media only screen and (min-width: 992px){.flex-sm-9-of-12{flex:0 0 calc(75% - 9px);max-width:calc(75% - 9px)}}@media only screen and (min-width: 1200px){.flex-sm-9-of-12{flex:0 0 calc(75% - 10px);max-width:calc(75% - 10px)}}@media only screen and (min-width: 1500px){.flex-sm-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 576px){.flex-sm-10-of-12{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media only screen and (min-width: 768px){.flex-sm-10-of-12{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media only screen and (min-width: 992px){.flex-sm-10-of-12{flex:0 0 calc(83.3333333333% - 6px);max-width:calc(83.3333333333% - 6px)}}@media only screen and (min-width: 1200px){.flex-sm-10-of-12{flex:0 0 calc(83.3333333333% - 6.6666666667px);max-width:calc(83.3333333333% - 6.6666666667px)}}@media only screen and (min-width: 1500px){.flex-sm-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 576px){.flex-sm-11-of-12{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media only screen and (min-width: 768px){.flex-sm-11-of-12{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media only screen and (min-width: 992px){.flex-sm-11-of-12{flex:0 0 calc(91.6666666667% - 3px);max-width:calc(91.6666666667% - 3px)}}@media only screen and (min-width: 1200px){.flex-sm-11-of-12{flex:0 0 calc(91.6666666667% - 3.3333333333px);max-width:calc(91.6666666667% - 3.3333333333px)}}@media only screen and (min-width: 1500px){.flex-sm-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 576px){.flex-sm-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 768px){.flex-sm-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 992px){.flex-sm-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1200px){.flex-sm-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1500px){.flex-sm-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 768px){.flex-md-1-of-12{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media only screen and (min-width: 992px){.flex-md-1-of-12{flex:0 0 calc(8.3333333333% - 33px);max-width:calc(8.3333333333% - 33px)}}@media only screen and (min-width: 1200px){.flex-md-1-of-12{flex:0 0 calc(8.3333333333% - 36.6666666667px);max-width:calc(8.3333333333% - 36.6666666667px)}}@media only screen and (min-width: 1500px){.flex-md-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 768px){.flex-md-2-of-12{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media only screen and (min-width: 992px){.flex-md-2-of-12{flex:0 0 calc(16.6666666667% - 30px);max-width:calc(16.6666666667% - 30px)}}@media only screen and (min-width: 1200px){.flex-md-2-of-12{flex:0 0 calc(16.6666666667% - 33.3333333333px);max-width:calc(16.6666666667% - 33.3333333333px)}}@media only screen and (min-width: 1500px){.flex-md-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 768px){.flex-md-3-of-12{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media only screen and (min-width: 992px){.flex-md-3-of-12{flex:0 0 calc(25% - 27px);max-width:calc(25% - 27px)}}@media only screen and (min-width: 1200px){.flex-md-3-of-12{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}}@media only screen and (min-width: 1500px){.flex-md-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 768px){.flex-md-4-of-12{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media only screen and (min-width: 992px){.flex-md-4-of-12{flex:0 0 calc(33.3333333333% - 24px);max-width:calc(33.3333333333% - 24px)}}@media only screen and (min-width: 1200px){.flex-md-4-of-12{flex:0 0 calc(33.3333333333% - 26.6666666667px);max-width:calc(33.3333333333% - 26.6666666667px)}}@media only screen and (min-width: 1500px){.flex-md-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 768px){.flex-md-5-of-12{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media only screen and (min-width: 992px){.flex-md-5-of-12{flex:0 0 calc(41.6666666667% - 21px);max-width:calc(41.6666666667% - 21px)}}@media only screen and (min-width: 1200px){.flex-md-5-of-12{flex:0 0 calc(41.6666666667% - 23.3333333333px);max-width:calc(41.6666666667% - 23.3333333333px)}}@media only screen and (min-width: 1500px){.flex-md-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 768px){.flex-md-6-of-12{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media only screen and (min-width: 992px){.flex-md-6-of-12{flex:0 0 calc(50% - 18px);max-width:calc(50% - 18px)}}@media only screen and (min-width: 1200px){.flex-md-6-of-12{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media only screen and (min-width: 1500px){.flex-md-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 768px){.flex-md-7-of-12{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media only screen and (min-width: 992px){.flex-md-7-of-12{flex:0 0 calc(58.3333333333% - 15px);max-width:calc(58.3333333333% - 15px)}}@media only screen and (min-width: 1200px){.flex-md-7-of-12{flex:0 0 calc(58.3333333333% - 16.6666666667px);max-width:calc(58.3333333333% - 16.6666666667px)}}@media only screen and (min-width: 1500px){.flex-md-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 768px){.flex-md-8-of-12{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media only screen and (min-width: 992px){.flex-md-8-of-12{flex:0 0 calc(66.6666666667% - 12px);max-width:calc(66.6666666667% - 12px)}}@media only screen and (min-width: 1200px){.flex-md-8-of-12{flex:0 0 calc(66.6666666667% - 13.3333333333px);max-width:calc(66.6666666667% - 13.3333333333px)}}@media only screen and (min-width: 1500px){.flex-md-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 768px){.flex-md-9-of-12{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media only screen and (min-width: 992px){.flex-md-9-of-12{flex:0 0 calc(75% - 9px);max-width:calc(75% - 9px)}}@media only screen and (min-width: 1200px){.flex-md-9-of-12{flex:0 0 calc(75% - 10px);max-width:calc(75% - 10px)}}@media only screen and (min-width: 1500px){.flex-md-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 768px){.flex-md-10-of-12{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media only screen and (min-width: 992px){.flex-md-10-of-12{flex:0 0 calc(83.3333333333% - 6px);max-width:calc(83.3333333333% - 6px)}}@media only screen and (min-width: 1200px){.flex-md-10-of-12{flex:0 0 calc(83.3333333333% - 6.6666666667px);max-width:calc(83.3333333333% - 6.6666666667px)}}@media only screen and (min-width: 1500px){.flex-md-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 768px){.flex-md-11-of-12{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media only screen and (min-width: 992px){.flex-md-11-of-12{flex:0 0 calc(91.6666666667% - 3px);max-width:calc(91.6666666667% - 3px)}}@media only screen and (min-width: 1200px){.flex-md-11-of-12{flex:0 0 calc(91.6666666667% - 3.3333333333px);max-width:calc(91.6666666667% - 3.3333333333px)}}@media only screen and (min-width: 1500px){.flex-md-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 768px){.flex-md-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 992px){.flex-md-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1200px){.flex-md-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1500px){.flex-md-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 992px){.flex-lg-1-of-12{flex:0 0 calc(8.3333333333% - 33px);max-width:calc(8.3333333333% - 33px)}}@media only screen and (min-width: 1200px){.flex-lg-1-of-12{flex:0 0 calc(8.3333333333% - 36.6666666667px);max-width:calc(8.3333333333% - 36.6666666667px)}}@media only screen and (min-width: 1500px){.flex-lg-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 992px){.flex-lg-2-of-12{flex:0 0 calc(16.6666666667% - 30px);max-width:calc(16.6666666667% - 30px)}}@media only screen and (min-width: 1200px){.flex-lg-2-of-12{flex:0 0 calc(16.6666666667% - 33.3333333333px);max-width:calc(16.6666666667% - 33.3333333333px)}}@media only screen and (min-width: 1500px){.flex-lg-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 992px){.flex-lg-3-of-12{flex:0 0 calc(25% - 27px);max-width:calc(25% - 27px)}}@media only screen and (min-width: 1200px){.flex-lg-3-of-12{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}}@media only screen and (min-width: 1500px){.flex-lg-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 992px){.flex-lg-4-of-12{flex:0 0 calc(33.3333333333% - 24px);max-width:calc(33.3333333333% - 24px)}}@media only screen and (min-width: 1200px){.flex-lg-4-of-12{flex:0 0 calc(33.3333333333% - 26.6666666667px);max-width:calc(33.3333333333% - 26.6666666667px)}}@media only screen and (min-width: 1500px){.flex-lg-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 992px){.flex-lg-5-of-12{flex:0 0 calc(41.6666666667% - 21px);max-width:calc(41.6666666667% - 21px)}}@media only screen and (min-width: 1200px){.flex-lg-5-of-12{flex:0 0 calc(41.6666666667% - 23.3333333333px);max-width:calc(41.6666666667% - 23.3333333333px)}}@media only screen and (min-width: 1500px){.flex-lg-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 992px){.flex-lg-6-of-12{flex:0 0 calc(50% - 18px);max-width:calc(50% - 18px)}}@media only screen and (min-width: 1200px){.flex-lg-6-of-12{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media only screen and (min-width: 1500px){.flex-lg-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 992px){.flex-lg-7-of-12{flex:0 0 calc(58.3333333333% - 15px);max-width:calc(58.3333333333% - 15px)}}@media only screen and (min-width: 1200px){.flex-lg-7-of-12{flex:0 0 calc(58.3333333333% - 16.6666666667px);max-width:calc(58.3333333333% - 16.6666666667px)}}@media only screen and (min-width: 1500px){.flex-lg-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 992px){.flex-lg-8-of-12{flex:0 0 calc(66.6666666667% - 12px);max-width:calc(66.6666666667% - 12px)}}@media only screen and (min-width: 1200px){.flex-lg-8-of-12{flex:0 0 calc(66.6666666667% - 13.3333333333px);max-width:calc(66.6666666667% - 13.3333333333px)}}@media only screen and (min-width: 1500px){.flex-lg-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 992px){.flex-lg-9-of-12{flex:0 0 calc(75% - 9px);max-width:calc(75% - 9px)}}@media only screen and (min-width: 1200px){.flex-lg-9-of-12{flex:0 0 calc(75% - 10px);max-width:calc(75% - 10px)}}@media only screen and (min-width: 1500px){.flex-lg-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 992px){.flex-lg-10-of-12{flex:0 0 calc(83.3333333333% - 6px);max-width:calc(83.3333333333% - 6px)}}@media only screen and (min-width: 1200px){.flex-lg-10-of-12{flex:0 0 calc(83.3333333333% - 6.6666666667px);max-width:calc(83.3333333333% - 6.6666666667px)}}@media only screen and (min-width: 1500px){.flex-lg-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 992px){.flex-lg-11-of-12{flex:0 0 calc(91.6666666667% - 3px);max-width:calc(91.6666666667% - 3px)}}@media only screen and (min-width: 1200px){.flex-lg-11-of-12{flex:0 0 calc(91.6666666667% - 3.3333333333px);max-width:calc(91.6666666667% - 3.3333333333px)}}@media only screen and (min-width: 1500px){.flex-lg-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 992px){.flex-lg-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1200px){.flex-lg-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1500px){.flex-lg-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1200px){.flex-xl-1-of-12{flex:0 0 calc(8.3333333333% - 36.6666666667px);max-width:calc(8.3333333333% - 36.6666666667px)}}@media only screen and (min-width: 1500px){.flex-xl-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 1200px){.flex-xl-2-of-12{flex:0 0 calc(16.6666666667% - 33.3333333333px);max-width:calc(16.6666666667% - 33.3333333333px)}}@media only screen and (min-width: 1500px){.flex-xl-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 1200px){.flex-xl-3-of-12{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}}@media only screen and (min-width: 1500px){.flex-xl-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 1200px){.flex-xl-4-of-12{flex:0 0 calc(33.3333333333% - 26.6666666667px);max-width:calc(33.3333333333% - 26.6666666667px)}}@media only screen and (min-width: 1500px){.flex-xl-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 1200px){.flex-xl-5-of-12{flex:0 0 calc(41.6666666667% - 23.3333333333px);max-width:calc(41.6666666667% - 23.3333333333px)}}@media only screen and (min-width: 1500px){.flex-xl-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 1200px){.flex-xl-6-of-12{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media only screen and (min-width: 1500px){.flex-xl-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 1200px){.flex-xl-7-of-12{flex:0 0 calc(58.3333333333% - 16.6666666667px);max-width:calc(58.3333333333% - 16.6666666667px)}}@media only screen and (min-width: 1500px){.flex-xl-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 1200px){.flex-xl-8-of-12{flex:0 0 calc(66.6666666667% - 13.3333333333px);max-width:calc(66.6666666667% - 13.3333333333px)}}@media only screen and (min-width: 1500px){.flex-xl-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 1200px){.flex-xl-9-of-12{flex:0 0 calc(75% - 10px);max-width:calc(75% - 10px)}}@media only screen and (min-width: 1500px){.flex-xl-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 1200px){.flex-xl-10-of-12{flex:0 0 calc(83.3333333333% - 6.6666666667px);max-width:calc(83.3333333333% - 6.6666666667px)}}@media only screen and (min-width: 1500px){.flex-xl-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 1200px){.flex-xl-11-of-12{flex:0 0 calc(91.6666666667% - 3.3333333333px);max-width:calc(91.6666666667% - 3.3333333333px)}}@media only screen and (min-width: 1500px){.flex-xl-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 1200px){.flex-xl-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1500px){.flex-xl-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1500px){.flex-2xl-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 1500px){.flex-2xl-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 1500px){.flex-2xl-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 1500px){.flex-2xl-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 1500px){.flex-2xl-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 1500px){.flex-2xl-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 1500px){.flex-2xl-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 1500px){.flex-2xl-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 1500px){.flex-2xl-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 1500px){.flex-2xl-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 1500px){.flex-2xl-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 1500px){.flex-2xl-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}.su-brand-bar{width:100%;height:30px;background-color:#8c1515}.su-brand-bar__container{margin:0 auto}@media only screen and (min-width: 0){.su-brand-bar__container{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width: 576px){.su-brand-bar__container{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width: 768px){.su-brand-bar__container{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width: 992px){.su-brand-bar__container{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width: 1200px){.su-brand-bar__container{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width: 1500px){.su-brand-bar__container{max-width:1500px;width:calc(100% - 200px)}}.su-brand-bar__logo{display:inline-block;font-family:Stanford,"Source Serif Pro",Georgia,Times,"Times New Roman",serif;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-decoration:none;line-height:.75;transform:translateZ(0);letter-spacing:0;-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-top:8px;white-space:nowrap;color:#fff;font-size:20px;-ms-grid-column:2}.su-brand-bar__logo:hover,.su-brand-bar__logo:active,.su-brand-bar__logo:focus{color:#fff}.su-brand-bar__link--a11y{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.su-brand-bar--bright{background-color:#b1040e}.su-brand-bar--dark{background-color:#2e2d29}.su-brand-bar--white{background-color:#fff}.su-brand-bar--white .su-brand-bar__logo{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:auto;color:#8c1515}@media only screen and (min-width: 768px){.su-lockup,.su-lockup>a{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;align-items:stretch;justify-content:flex-start;vertical-align:bottom}}.su-lockup a{font-weight:400;text-decoration:none}.su-lockup__cell1{min-height:26px;vertical-align:bottom;width:auto}@media only screen and (min-width: 768px){.su-lockup__cell1{margin-right:-1px;padding-right:7px;padding-bottom:0;align-self:flex-end;border-right:solid 1px #2e2d29;display:flex;flex-shrink:1;max-width:160px;min-height:32px}}@media only screen and (min-width: 768px){.su-lockup__cell2{padding-top:0;padding-left:7px;align-self:flex-end;border-left:solid 1px #2e2d29;flex-grow:1;vertical-align:bottom}}.su-lockup__wordmark{display:inline-block;font-family:Stanford,"Source Serif Pro",Georgia,Times,"Times New Roman",serif;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-decoration:none;line-height:.75;transform:translateZ(0);letter-spacing:0;-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#8c1515;font-size:36px;line-height:17px;vertical-align:bottom}@media only screen and (min-width: 768px){.su-lockup__wordmark{font-size:46px;line-height:21px}}.su-lockup__wordmark-wrapper{line-height:26px}@media only screen and (min-width: 768px){.su-lockup__wordmark-wrapper{line-height:32px}}.su-lockup__line1,.su-lockup__line2,.su-lockup__line3,.su-lockup__line4,.su-lockup__line5{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2e2d29;display:block}.su-lockup__line1{font-size:2.8rem}@media(max-width: 767px){.su-lockup__line1{font-size:2.6rem}}.su-lockup__line2{font-size:2.6rem}.su-lockup__line3{margin-top:.5rem;font-size:2.6rem;font-style:italic}@media(max-width: 767px){.su-lockup__line3{margin:0;font-size:1.9rem}}.su-lockup__line4{margin-top:.5rem;font-size:2.5rem;font-weight:600;letter-spacing:.05rem;line-height:1em;margin-left:-0.2rem;text-transform:uppercase}.su-lockup__line5{font-size:2.7rem;line-height:1em;width:100%}@media only screen and (min-width: 768px){.su-lockup__line5{margin-top:8px;font-size:3rem}}@media(max-width: 767px){.su-lockup--option-a>a{display:flex;flex-direction:column}}.su-lockup--option-a .su-lockup__line2,.su-lockup--option-a .su-lockup__line3,.su-lockup--option-a .su-lockup__line4{display:none}@media(max-width: 767px){.su-lockup--option-a .su-lockup__cell2{order:3}}.su-lockup--option-a .su-lockup__line1{line-height:2.6rem}@media(max-width: 767px){.su-lockup--option-a .su-lockup__line1{margin-left:-2px}}@media only screen and (min-width: 768px){.su-lockup--option-a .su-lockup__line1{font-size:3.2rem;line-height:.7em}}.su-lockup--option-a .su-lockup__line5{font-size:2rem;font-weight:600;text-transform:uppercase}@media(max-width: 767px){.su-lockup--option-a .su-lockup__line5{margin-top:.75rem;margin-left:-2px;order:2}.su-lockup--option-a .su-lockup__line5::after{margin-top:.75rem;margin-bottom:.5rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}}@media only screen and (min-width: 768px){.su-lockup--option-a .su-lockup__line5{font-size:2.1rem}}.su-lockup--option-b .su-lockup__line3,.su-lockup--option-b .su-lockup__line4,.su-lockup--option-b .su-lockup__line5{display:none}.su-lockup--option-b .su-lockup__line1{margin-bottom:.2em}@media only screen and (min-width: 768px){.su-lockup--option-b .su-lockup__line1{margin-top:-0.4rem;font-size:1.9rem}}@media(max-width: 767px){.su-lockup--option-b .su-lockup__line1{margin-top:.5rem;margin-bottom:.2rem;margin-left:-2px}}.su-lockup--option-b .su-lockup__line2{line-height:.7em}@media(max-width: 767px){.su-lockup--option-b .su-lockup__line2{margin-left:-2px;line-height:2.6rem}}@media(max-width: 767px){.su-lockup--option-c>a{display:flex;flex-direction:column}}.su-lockup--option-c .su-lockup__line3,.su-lockup--option-c .su-lockup__line4{display:none}@media(max-width: 767px){.su-lockup--option-c .su-lockup__cell2{margin-left:-2px;order:3}}.su-lockup--option-c .su-lockup__line1{margin-bottom:.2em}@media only screen and (min-width: 768px){.su-lockup--option-c .su-lockup__line1{margin-top:-0.4rem;font-size:1.9rem}}@media(max-width: 767px){.su-lockup--option-c .su-lockup__line1{margin-bottom:.2rem}}.su-lockup--option-c .su-lockup__line2{line-height:.7em}@media(max-width: 767px){.su-lockup--option-c .su-lockup__line2{line-height:2.6rem}}.su-lockup--option-c .su-lockup__line5{font-size:2rem;font-weight:600;text-transform:uppercase}@media(max-width: 767px){.su-lockup--option-c .su-lockup__line5{margin-top:.75rem;margin-left:-2px;order:2}.su-lockup--option-c .su-lockup__line5::after{margin-top:.75rem;margin-bottom:.5rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}}@media only screen and (min-width: 768px){.su-lockup--option-c .su-lockup__line5{font-size:2.1rem}}.su-lockup--option-d .su-lockup__line2,.su-lockup--option-d .su-lockup__line4,.su-lockup--option-d .su-lockup__line5{display:none}@media only screen and (min-width: 576px){.su-lockup--option-d .su-lockup__line1{margin-top:-0.7rem}}@media(max-width: 767px){.su-lockup--option-d .su-lockup__line1{margin-top:.5rem;margin-bottom:.2rem;margin-left:-2px}}@media only screen and (min-width: 768px){.su-lockup--option-d .su-lockup__line3{font-size:1.8rem;line-height:.7em}}.su-lockup--option-e .su-lockup__line4,.su-lockup--option-e .su-lockup__line5{display:none}@media only screen and (min-width: 576px){.su-lockup--option-e .su-lockup__line1{margin-top:-0.7rem;font-size:2.6rem}}@media(max-width: 767px){.su-lockup--option-e .su-lockup__line1{margin-top:.5rem;margin-left:-2px}}.su-lockup--option-e .su-lockup__line2{line-height:2.6rem}@media(max-width: 767px){.su-lockup--option-e .su-lockup__line2{margin-left:-2px}}.su-lockup--option-e .su-lockup__line3{margin-top:.5rem;font-style:italic}@media only screen and (min-width: 768px){.su-lockup--option-e .su-lockup__line3{margin-top:.8rem;font-size:1.9rem;line-height:.7em}}.su-lockup--option-f .su-lockup__line3,.su-lockup--option-f .su-lockup__line4,.su-lockup--option-f .su-lockup__line5{display:none}.su-lockup--option-f .su-lockup__line1{margin-top:.5rem;margin-bottom:2px}@media only screen and (min-width: 768px){.su-lockup--option-f .su-lockup__line1{margin-top:-0.4rem;font-size:1.3rem}}@media(max-width: 767px){.su-lockup--option-f .su-lockup__line1{margin-bottom:.2rem;margin-left:-2px}}.su-lockup--option-f .su-lockup__line2{margin-left:-2px;line-height:.7em}@media(max-width: 767px){.su-lockup--option-f .su-lockup__line2{line-height:2.6rem}}@media(max-width: 767px){.su-lockup--option-g>a{display:flex;flex-direction:column}}.su-lockup--option-g .su-lockup__line3,.su-lockup--option-g .su-lockup__line4{display:none}@media(max-width: 767px){.su-lockup--option-g .su-lockup__cell2{order:3}}.su-lockup--option-g .su-lockup__line1{margin-top:.5rem;margin-bottom:2px}@media only screen and (min-width: 768px){.su-lockup--option-g .su-lockup__line1{margin-top:-0.4rem;margin-bottom:2px;font-size:1.3rem}}@media(max-width: 767px){.su-lockup--option-g .su-lockup__line1{margin-top:0;margin-bottom:.2rem;margin-left:-2px}}.su-lockup--option-g .su-lockup__line2{margin-left:-2px;line-height:.7em}@media(max-width: 767px){.su-lockup--option-g .su-lockup__line2{line-height:2.6rem}}.su-lockup--option-g .su-lockup__line5{font-size:2rem;font-weight:600;text-transform:uppercase}@media(max-width: 767px){.su-lockup--option-g .su-lockup__line5{margin-top:.75rem;order:2}.su-lockup--option-g .su-lockup__line5::after{margin-top:1rem;margin-bottom:.5rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}}@media only screen and (min-width: 768px){.su-lockup--option-g .su-lockup__line5{font-size:2.1rem}}.su-lockup--option-h .su-lockup__line2,.su-lockup--option-h .su-lockup__line5{display:none}@media(max-width: 767px){.su-lockup--option-h .su-lockup__cell2,.su-lockup--option-h .su-lockup__line4{margin-left:-2px}}@media(max-width: 767px){.su-lockup--option-h .su-lockup__wordmark{display:block}}.su-lockup--option-h .su-lockup__line4{margin-bottom:-3px;line-height:.95em}@media(max-width: 767px){.su-lockup--option-h .su-lockup__line4{margin-bottom:4px}.su-lockup--option-h .su-lockup__line4::after{margin-top:.75rem;margin-bottom:.5rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}}.su-lockup--option-h .su-lockup__line3{margin-top:0;margin-bottom:-3px;font-style:normal;line-height:1em;text-transform:capitalize}@media(max-width: 767px){.su-lockup--option-h .su-lockup__line3{font-size:2.6rem}}.su-lockup--option-i .su-lockup__line2,.su-lockup--option-i .su-lockup__line5{display:none}@media(max-width: 767px){.su-lockup--option-i .su-lockup__cell2,.su-lockup--option-i .su-lockup__line4{margin-left:-2px}}@media(max-width: 767px){.su-lockup--option-i .su-lockup__wordmark{display:block}}.su-lockup--option-i .su-lockup__line4{margin-bottom:-3px;line-height:.95em}@media(max-width: 767px){.su-lockup--option-i .su-lockup__line4::after{margin-top:.75rem;margin-bottom:.5rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}}.su-lockup--option-i .su-lockup__line3{line-height:.7em;text-transform:capitalize}@media only screen and (min-width: 768px){.su-lockup--option-i .su-lockup__line3{font-size:1.8rem}}@media(max-width: 767px){.su-lockup--option-i .su-lockup__line3{line-height:1.15em}}@media(max-width: 767px){.su-lockup--option-j>a{display:flex;flex-direction:column}}.su-lockup--option-j .su-lockup__line3,.su-lockup--option-j .su-lockup__line4{display:none}@media(max-width: 767px){.su-lockup--option-j .su-lockup__cell2{order:3}}@media only screen and (min-width: 768px){.su-lockup--option-j .su-lockup__line1{margin-top:-0.7rem}}@media(max-width: 767px){.su-lockup--option-j .su-lockup__line1{margin-left:-2px}}.su-lockup--option-j .su-lockup__line2{margin-top:.3rem;line-height:.7em}@media(max-width: 767px){.su-lockup--option-j .su-lockup__line2{margin-left:-2px;line-height:2.6rem}}.su-lockup--option-j .su-lockup__line5{font-size:2rem;font-weight:600;text-transform:uppercase}@media(max-width: 767px){.su-lockup--option-j .su-lockup__line5{margin-top:.75rem;margin-left:-2px;order:2}.su-lockup--option-j .su-lockup__line5::after{margin-top:.9rem;margin-bottom:.5rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}}@media only screen and (min-width: 768px){.su-lockup--option-j .su-lockup__line5{font-size:2.1rem}}.su-lockup--option-k .su-lockup__line2,.su-lockup--option-k .su-lockup__line3,.su-lockup--option-k .su-lockup__line4{display:none}.su-lockup--option-k .su-lockup__line1{font-size:3.3rem;font-weight:600;line-height:.7em;text-transform:uppercase}@media(max-width: 767px){.su-lockup--option-k .su-lockup__line1{margin-top:1.1rem;margin-left:-2px;font-size:2.6rem;line-height:2.6rem}.su-lockup--option-k .su-lockup__line1::after{margin-top:.5rem;margin-bottom:.5rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}}@media(max-width: 767px){.su-lockup--option-k .su-lockup__line5{margin-left:-2px;font-size:2.6rem}}.su-lockup--option-l .su-lockup__line2,.su-lockup--option-l .su-lockup__line3,.su-lockup--option-l .su-lockup__line4,.su-lockup--option-l .su-lockup__line5{display:none}.su-lockup--option-l .su-lockup__line1{font-weight:600;text-transform:uppercase}@media(max-width: 767px){.su-lockup--option-l .su-lockup__line1{margin-top:.5rem;margin-left:-2px}}@media only screen and (min-width: 768px){.su-lockup--option-l .su-lockup__line1{font-size:3.3rem;line-height:.7em}}.su-lockup--option-m .su-lockup__line3,.su-lockup--option-m .su-lockup__line4,.su-lockup--option-m .su-lockup__line5{display:none}.su-lockup--option-m .su-lockup__line2{margin-top:.3rem;line-height:.7em}@media(max-width: 767px){.su-lockup--option-m .su-lockup__line2{margin-top:0;margin-left:-2px;line-height:2.6rem}}@media only screen and (min-width: 768px){.su-lockup--option-m .su-lockup__line1{margin-top:-0.7rem}}@media(max-width: 767px){.su-lockup--option-m .su-lockup__line1{margin-top:4px;margin-left:-2px}}.su-lockup--option-n .su-lockup__line2,.su-lockup--option-n .su-lockup__line3,.su-lockup--option-n .su-lockup__line4,.su-lockup--option-n .su-lockup__line5{display:none}.su-lockup--option-n .su-lockup__line1{line-height:.7em}@media only screen and (min-width: 768px){.su-lockup--option-n .su-lockup__line1{font-size:3.2rem}}@media(max-width: 767px){.su-lockup--option-n .su-lockup__line1{margin-top:.5rem;margin-left:-2px;line-height:2.6rem}}.su-lockup--option-o .su-lockup__cell2,.su-lockup--option-o .su-lockup__cell1{border:0}.su-lockup--option-o .su-lockup__line1,.su-lockup--option-o .su-lockup__line2,.su-lockup--option-o .su-lockup__line3,.su-lockup--option-o .su-lockup__line5{display:none}@media(max-width: 767px){.su-lockup--option-o .su-lockup__line4{margin-left:-2px}}.su-lockup--option-p .su-lockup__line2,.su-lockup--option-p .su-lockup__line3,.su-lockup--option-p .su-lockup__line5{display:none}@media(max-width: 767px){.su-lockup--option-p .su-lockup__wordmark{display:block}}.su-lockup--option-p .su-lockup__line1{margin-bottom:-3px;line-height:1em}.su-lockup--option-p .su-lockup__line4{margin-bottom:-3px;line-height:1em}@media(max-width: 767px){.su-lockup--option-p .su-lockup__line4{font-size:2.5rem}.su-lockup--option-p .su-lockup__line4::after{margin-top:.6rem;margin-bottom:.7rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}}@media(max-width: 767px){.su-lockup--option-p .su-lockup__cell2{margin-left:-2px}}@media(max-width: 767px){.su-lockup--option-q>a{display:flex;flex-direction:column}}.su-lockup--option-q .su-lockup__line2,.su-lockup--option-q .su-lockup__line4{display:none}@media(max-width: 767px){.su-lockup--option-q .su-lockup__cell2{order:3}}@media only screen and (min-width: 768px){.su-lockup--option-q .su-lockup__line1{margin-top:-0.7rem}}@media(max-width: 767px){.su-lockup--option-q .su-lockup__line1{margin-left:-2px}}.su-lockup--option-q .su-lockup__line3{font-size:1.8rem;line-height:.7em}@media(max-width: 767px){.su-lockup--option-q .su-lockup__line3{line-height:1.15em;margin-left:-2px}}.su-lockup--option-q .su-lockup__line5{font-size:2rem;font-weight:600;text-transform:uppercase}@media(max-width: 767px){.su-lockup--option-q .su-lockup__line5{margin-top:.75rem;margin-left:-2px;order:2}.su-lockup--option-q .su-lockup__line5::after{margin-top:.75rem;margin-bottom:.5rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}}@media only screen and (min-width: 768px){.su-lockup--option-q .su-lockup__line5{font-size:2.1rem}}.su-lockup--option-r .su-lockup__cell2,.su-lockup--option-r .su-lockup__cell1{border:0}.su-lockup--option-r .su-lockup__line1,.su-lockup--option-r .su-lockup__line2,.su-lockup--option-r .su-lockup__line3,.su-lockup--option-r .su-lockup__line4{display:none}.su-lockup--option-r .su-lockup__line5{font-size:2.1rem}@media(max-width: 767px){.su-lockup--option-r .su-lockup__line5{margin-top:.75rem;margin-left:-2px;font-size:2.6rem}}.su-lockup--option-s .su-lockup__wordmark{display:block}.su-lockup--option-s .su-lockup__line1,.su-lockup--option-s .su-lockup__line2{font-size:2.6rem}@media(max-width: 767px){.su-lockup--option-s .su-lockup__line1,.su-lockup--option-s .su-lockup__line2{margin-left:-2px;line-height:2.6rem}}@media(max-width: 767px){.su-lockup--option-s .su-lockup__line1{margin-bottom:.2rem}}.su-lockup--option-s .su-lockup__line3,.su-lockup--option-s .su-lockup__line5{display:none}.su-lockup--option-s .su-lockup__line4::after{margin-top:.75rem;margin-bottom:.5rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}.su-lockup--option-s .su-lockup__cell1{padding:0;border:0}.su-lockup--option-s .su-lockup__cell2{padding:0;border:0;width:100%}.su-lockup--option-t .su-lockup__wordmark{display:block}.su-lockup--option-t .su-lockup__line1,.su-lockup--option-t .su-lockup__line2{font-size:2.6rem}@media(max-width: 767px){.su-lockup--option-t .su-lockup__line1,.su-lockup--option-t .su-lockup__line2{margin-left:-2px;line-height:2.6rem}}@media(max-width: 767px){.su-lockup--option-t .su-lockup__line1{margin-bottom:.2rem}}.su-lockup--option-t .su-lockup__line3{margin:0;font-size:2rem}@media(max-width: 767px){.su-lockup--option-t .su-lockup__line3{margin-top:.3rem;margin-left:-2px;font-size:1.8rem}}.su-lockup--option-t .su-lockup__line4::after{margin-top:.75rem;margin-bottom:.5rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}.su-lockup--option-t .su-lockup__line5{display:none}.su-lockup--option-t .su-lockup__cell1{padding:0;border:0}.su-lockup--option-t .su-lockup__cell2{padding:0;border:0;width:100%}.su-global-footer{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:2rem;padding-bottom:2rem;background-color:#8c1515;color:#fff}@media only screen and (min-width: 768px){.su-global-footer{padding-top:2.6rem;padding-bottom:2.6rem}}@media only screen and (min-width: 1500px){.su-global-footer{padding-top:2.7rem;padding-bottom:2.7rem}}.su-global-footer a{color:#fff;text-decoration:none}.su-global-footer a:hover,.su-global-footer a:focus{color:#fff;text-decoration:underline}.su-global-footer nav{margin-bottom:1rem;display:flex;flex:0 0 auto;justify-content:center}@media only screen and (min-width: 576px){.su-global-footer nav{display:block;margin-bottom:1.3rem}}.su-global-footer__container{margin:0 auto}@media only screen and (min-width: 0){.su-global-footer__container{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width: 576px){.su-global-footer__container{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width: 768px){.su-global-footer__container{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width: 992px){.su-global-footer__container{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width: 1200px){.su-global-footer__container{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width: 1500px){.su-global-footer__container{max-width:1500px;width:calc(100% - 200px)}}@media only screen and (min-width: 992px){.su-global-footer__container{display:flex}}.su-global-footer__brand{padding-top:.5rem;margin-bottom:.8rem;text-align:center}@media only screen and (min-width: 768px){.su-global-footer__brand{margin-bottom:.9rem}}@media only screen and (min-width: 1500px){.su-global-footer__brand{margin-bottom:1rem}}.su-global-footer__brand a{display:inline-block;font-family:Stanford,"Source Serif Pro",Georgia,Times,"Times New Roman",serif;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-decoration:none;line-height:.75;transform:translateZ(0);letter-spacing:0;-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-size:3.4rem}.su-global-footer__brand a:hover,.su-global-footer__brand a:focus{text-decoration:none}@media only screen and (min-width: 0)and (max-width: 575px){.su-global-footer__brand a{font-size:3.2rem}}.su-global-footer__content{flex-grow:1}@media(min-width: 576px)and (max-width: 991px){.su-global-footer__content{text-align:center}}@media only screen and (min-width: 992px){.su-global-footer__content{padding-left:4.5rem}}@media only screen and (min-width: 1200px){.su-global-footer__content{padding-left:5.2rem}}.su-global-footer__link-a11y{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.su-global-footer__menu{margin:0 0 1rem;padding:0;font-size:1.5rem;list-style-type:none}.su-global-footer__menu li{margin:0;padding:.25em 0;display:block}@media only screen and (min-width: 576px)and (max-width: 767px){.su-global-footer__menu li{margin-right:1rem}}@media only screen and (min-width: 576px){.su-global-footer__menu li{display:inline-block;line-height:1.1}}@media only screen and (min-width: 768px){.su-global-footer__menu li{margin-right:2rem}}@media only screen and (min-width: 992px){.su-global-footer__menu li{margin-right:2.8rem;padding:0;text-align:left}}.su-global-footer__menu li:last-child{margin-right:0}@media only screen and (min-width: 0)and (max-width: 575px){.su-global-footer__menu--global{padding-right:1.9rem}}@media(min-width: 768px)and (max-width: 1499px){.su-global-footer__menu--global{font-size:1.7rem}}@media only screen and (min-width: 1500px){.su-global-footer__menu--global{font-size:1.8rem}}@media only screen and (min-width: 0)and (max-width: 575px){.su-global-footer__menu--policy{padding-left:1.9rem}}@media only screen and (min-width: 576px)and (max-width: 767px){.su-global-footer__menu--policy{font-size:1.4rem}}@media only screen and (min-width: 576px){.su-global-footer__menu--policy a{font-weight:400}}@media(min-width: 768px)and (max-width: 1199px){.su-global-footer__menu--policy{font-size:1.5rem}}@media only screen and (min-width: 1200px){.su-global-footer__menu--policy{font-size:1.6rem}}.su-global-footer__copyright{font-size:1.4rem;text-align:center}@media only screen and (min-width: 0)and (max-width: 575px){.su-global-footer__copyright{font-size:1.34rem}}.su-global-footer__copyright span{white-space:nowrap}@media only screen and (min-width: 992px){.su-global-footer__copyright{text-align:left}}.su-global-footer--bright{background-color:#b1040e}.su-global-footer--dark{background-color:#2e2d29}.su-local-footer{background-color:#f4f4f4}.su-local-footer a{font-weight:400}.su-local-footer ul{margin-top:0;margin-bottom:0;padding-left:0;list-style-type:none}.su-local-footer ul>li{margin-bottom:0}.su-local-footer ul>li{margin-bottom:7px}.su-local-footer .su-signup-form p{font-size:17px}.su-local-footer__header{position:relative}@media(max-width: 991px){.su-local-footer__header .su-lockup{margin-bottom:3rem}}@media only screen and (max-width: 991px)and (min-width: 768px){.su-local-footer__header .su-lockup{margin-bottom:3.6rem}}@media only screen and (max-width: 991px)and (min-width: 1500px){.su-local-footer__header .su-lockup{margin-bottom:3.8rem}}@media only screen and (min-width: 992px){.su-local-footer__header .su-lockup{float:left}}.su-local-footer__header .su-link--internal{padding:1rem 2rem 1.15rem;background-color:#b1040e;color:#fff;border:1px solid #C6C6C6;box-shadow:0px 3px 6px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.1);padding:1rem 1.2rem 1.3rem 2rem;border-radius:7px}.su-local-footer__header .su-link--internal::after,.su-local-footer__header .su-link--internal::before{background-color:#fff;color:#b1040e}.su-local-footer__header .su-link--internal:hover,.su-local-footer__header .su-link--internal:focus{background-color:#2e2d29;color:#fff}.su-local-footer__header .su-link--internal:hover::after,.su-local-footer__header .su-link--internal:hover::before,.su-local-footer__header .su-link--internal:focus::after,.su-local-footer__header .su-link--internal:focus::before{background-color:#fff}.su-local-footer__header .su-link--internal:focus{box-shadow:0 0 3px #53565a,0 0 7px #53565a}@media(max-width: 991px){.su-local-footer__header .su-link--internal{margin-bottom:2rem;width:auto}}@media only screen and (max-width: 991px)and (min-width: 768px){.su-local-footer__header .su-link--internal{margin-bottom:2.6rem}}@media only screen and (max-width: 991px)and (min-width: 1500px){.su-local-footer__header .su-link--internal{margin-bottom:2.7rem}}@media only screen and (min-width: 992px){.su-local-footer__header .su-link--internal{float:right}}.su-local-footer__header .su-link--internal::after{background-color:#fff}.su-local-footer__header .su-link--internal:hover{border:1px solid #C6C6C6;box-shadow:0px 3px 6px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.1)}.su-local-footer__columns,.su-local-footer__header{margin:0 auto;padding-top:3.2rem;clear:both}@media only screen and (min-width: 0){.su-local-footer__columns,.su-local-footer__header{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width: 576px){.su-local-footer__columns,.su-local-footer__header{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width: 768px){.su-local-footer__columns,.su-local-footer__header{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width: 992px){.su-local-footer__columns,.su-local-footer__header{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width: 1200px){.su-local-footer__columns,.su-local-footer__header{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width: 1500px){.su-local-footer__columns,.su-local-footer__header{max-width:1500px;width:calc(100% - 200px)}}@media only screen and (min-width: 0){.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:20px}@supports(grid-column-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-column-gap:20px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:0;margin-left:0}}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:20px}@supports(grid-row-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-row-gap:20px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:0}}}@media only screen and (min-width: 576px){.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:20px}@supports(grid-column-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-column-gap:20px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:0;margin-left:0}}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:20px}@supports(grid-row-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-row-gap:20px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:0}}}@media only screen and (min-width: 768px){.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:20px}@supports(grid-column-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-column-gap:20px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:0;margin-left:0}}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:20px}@supports(grid-row-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-row-gap:20px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:0}}}@media only screen and (min-width: 992px){.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:36px}@supports(grid-column-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-column-gap:36px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:0;margin-left:0}}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:36px}@supports(grid-row-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-row-gap:36px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:0}}}@media only screen and (min-width: 1200px){.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:40px}@supports(grid-column-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-column-gap:40px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:0;margin-left:0}}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:40px}@supports(grid-row-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-row-gap:40px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:0}}}@media only screen and (min-width: 1500px){.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:48px}@supports(grid-column-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-column-gap:48px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:0;margin-left:0}}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:48px}@supports(grid-row-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-row-gap:48px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:0}}}@media only screen and (min-width: 768px){.su-local-footer__columns,.su-local-footer__header{padding-top:4.5rem}}@media only screen and (min-width: 1500px){.su-local-footer__columns,.su-local-footer__header{padding-top:4.8rem}}.su-local-footer__columns{padding-bottom:3.2rem;grid-template-rows:auto;grid-template-columns:1fr 1fr;grid-template-areas:"A B" "C C"}@media only screen and (min-width: 768px){.su-local-footer__columns{padding-bottom:4.5rem}}@media only screen and (min-width: 1500px){.su-local-footer__columns{padding-bottom:4.8rem}}@media only screen and (min-width: 768px){.su-local-footer__columns{display:grid}}@media only screen and (min-width: 992px){.su-local-footer__columns{grid-template-columns:1fr 1fr 1fr;grid-template-areas:"A B C" "A B C"}}@media only screen and (min-width: 1200px){.su-local-footer__columns{grid-template-columns:1fr 1fr 1fr 1fr;grid-template-areas:"A B B C"}}.su-local-footer__columns .su-local-footer__cell1,.su-local-footer__columns .su-local-footer__cell2,.su-local-footer__columns .su-local-footer__cell3{vertical-align:top}.su-local-footer__columns .su-local-footer__cell1{-ms-grid-row:1;-ms-grid-column:1;grid-area:A}.su-local-footer__columns .su-local-footer__cell2{-ms-grid-row:1;-ms-grid-column:2;grid-area:B}@media(max-width: 991px){.su-local-footer__columns .su-local-footer__cell2{padding-top:3.2rem;padding-bottom:2rem}}@media only screen and (max-width: 991px)and (min-width: 768px){.su-local-footer__columns .su-local-footer__cell2{padding-top:4.5rem}}@media only screen and (max-width: 991px)and (min-width: 1500px){.su-local-footer__columns .su-local-footer__cell2{padding-top:4.8rem}}@media only screen and (max-width: 991px)and (min-width: 768px){.su-local-footer__columns .su-local-footer__cell2{padding-bottom:2.6rem}}@media only screen and (max-width: 991px)and (min-width: 1500px){.su-local-footer__columns .su-local-footer__cell2{padding-bottom:2.7rem}}@media only screen and (min-width: 768px)and (max-width: 991px){.su-local-footer__columns .su-local-footer__cell2{-ms-grid-row:2;-ms-grid-column:1;-ms-grid-column-span:2;grid-area:C}}.su-local-footer__columns .su-local-footer__cell2 nav{vertical-align:top}@media only screen and (min-width: 768px)and (max-width: 991px){.su-local-footer__columns .su-local-footer__cell2 nav{display:inline-block;min-width:calc(49% - 10px);max-width:calc(49% - 10px)}.su-local-footer__columns .su-local-footer__cell2 nav:last-of-type{margin-left:10px}.su-local-footer__columns .su-local-footer__cell2 nav:first-of-type{margin-right:10px}}@media only screen and (min-width: 1200px){.su-local-footer__columns .su-local-footer__cell2 nav{display:inline-block;min-width:calc(49% - 20px);max-width:calc(49% - 20px)}.su-local-footer__columns .su-local-footer__cell2 nav:last-of-type{margin-left:20px}.su-local-footer__columns .su-local-footer__cell2 nav:first-of-type{margin-right:20px}}@media only screen and (min-width: 1500px){.su-local-footer__columns .su-local-footer__cell2 nav{min-width:calc(49% - 24px);max-width:calc(49% - 24px)}.su-local-footer__columns .su-local-footer__cell2 nav:last-of-type{margin-left:24px}.su-local-footer__columns .su-local-footer__cell2 nav:first-of-type{margin-right:24px}}.su-local-footer__columns .su-local-footer__cell2 nav:first-of-type{padding-bottom:2rem}@media only screen and (min-width: 768px){.su-local-footer__columns .su-local-footer__cell2 nav:first-of-type{padding-bottom:2.6rem}}@media only screen and (min-width: 1500px){.su-local-footer__columns .su-local-footer__cell2 nav:first-of-type{padding-bottom:2.7rem}}@media only screen and (min-width: 992px){.su-local-footer__columns>.su-local-footer__cell2{-ms-grid-column-span:2}}.su-local-footer__columns .su-local-footer__cell3{-ms-grid-row:2;-ms-grid-column:1;-ms-grid-column-span:2;grid-area:C}@media only screen and (min-width: 768px)and (max-width: 991px){.su-local-footer__columns .su-local-footer__cell3{-ms-grid-row:1;-ms-grid-column:2;grid-area:B}@media only screen and (min-width: 992px){.su-local-footer__columns .su-local-footer__cell1{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:1}.su-local-footer__columns .su-local-footer__cell2{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:2}.su-local-footer__columns .su-local-footer__cell2{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:3;-ms-grid-column-span:1}.su-local-footer__columns .su-local-footer__cell3{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:3;-ms-grid-column-span:1}.su-local-footer__columns .su-local-footer__cell3{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:2}}@media only screen and (min-width: 1200px){.su-local-footer__columns .su-local-footer__cell1{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1}.su-local-footer__columns .su-local-footer__cell2{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:2;-ms-grid-column-span:2}.su-local-footer__columns .su-local-footer__cell2{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:4;-ms-grid-column-span:1}.su-local-footer__columns .su-local-footer__cell3{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:4;-ms-grid-column-span:1}.su-local-footer__columns .su-local-footer__cell3{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:2;-ms-grid-column-span:2}}}@media only screen and (min-width: 992px){.su-local-footer__columns>.su-local-footer__cell3{-ms-grid-row:1;-ms-grid-column:3}}@media only screen and (min-width: 1200px){.su-local-footer__columns>.su-local-footer__cell3{-ms-grid-row:1;-ms-grid-column:4}}.su-local-footer__list-heading{font-size:18px;line-height:140%}.su-local-footer__address,.su-local-footer__action-links{padding-bottom:3.2rem;font-size:16px}@media only screen and (min-width: 768px){.su-local-footer__address,.su-local-footer__action-links{padding-bottom:4.5rem}}@media only screen and (min-width: 1500px){.su-local-footer__address,.su-local-footer__action-links{padding-bottom:4.8rem}}.su-local-footer__address{line-height:140%}.su-local-footer__action-links a{text-decoration:none;font-weight:600}@supports((-webkit-mask-repeat: no-repeat) or (mask-repeat: no-repeat)){.su-local-footer__action-links a::after{height:.8em;width:.8em;display:inline-block;content:"";-webkit-mask:url("../img/arrow-right.svg") no-repeat 0 0;mask:url("../img/arrow-right.svg") no-repeat 0 0;-webkit-mask-size:contain;mask-size:contain}.su-local-footer__action-links a:hover::after,.su-local-footer__action-links a:focus::after{background-color:#2e2d29}.su-local-footer__action-links a::after{margin-right:.3em;margin-bottom:-0.18em;margin-left:.4em;background-color:#006cb8;transition:transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out;transition:transform .2s ease-in-out,mask-image .2s ease-in-out;transition:transform .2s ease-in-out,mask-image .2s ease-in-out,-webkit-mask-image .2s ease-in-out}.su-local-footer__action-links a:hover::after,.su-local-footer__action-links a:focus::after{transform:translateX(0.2em)}}.su-local-footer__primary-links ul li,.su-local-footer__secondary-links ul li{font-size:16px}.su-local-footer__social-links{padding:0;margin:0;list-style-type:none;overflow:hidden}.su-local-footer__social-links>li{display:block;float:left}.su-local-footer__social-links>li:last-child{margin-right:0}.su-local-footer__social-links li{padding-right:18px}.su-local-footer__social-links li:last-child{padding-right:0}.su-local-footer__social-links i{font-size:2.5rem}.su-local-footer__social-links i::before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;color:#2e2d29;font-family:"Font Awesome 5 Brands";transition:color .25s ease-out}.su-local-footer__social-links a{text-decoration:none}.su-local-footer__social-links a span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.su-local-footer__social-links .su-local-footer__social-facebook i::before{content:""}.su-local-footer__social-links .su-local-footer__social-facebook:hover i::before,.su-local-footer__social-links .su-local-footer__social-facebook:focus i::before{color:#3b579d}.su-local-footer__social-links .su-local-footer__social-linkedin i::before{content:""}.su-local-footer__social-links .su-local-footer__social-linkedin:hover i::before,.su-local-footer__social-links .su-local-footer__social-linkedin:focus i::before{color:#0077b5}.su-local-footer__social-links .su-local-footer__social-twitter i::before{content:""}.su-local-footer__social-links .su-local-footer__social-twitter:hover i::before,.su-local-footer__social-links .su-local-footer__social-twitter:focus i::before{color:#1da1f2}.su-local-footer__social-links .su-local-footer__social-instagram i::before{content:""}.su-local-footer__social-links .su-local-footer__social-instagram:hover i::before,.su-local-footer__social-links .su-local-footer__social-instagram:focus i::before{color:#d73676}.su-local-footer__social-links .su-local-footer__social-youtube i::before{content:""}.su-local-footer__social-links .su-local-footer__social-youtube:hover i::before,.su-local-footer__social-links .su-local-footer__social-youtube:focus i::before{color:#cd201f}.su-masthead{box-shadow:0px 3px 6px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.1);position:relative;background-color:#fff;max-width:100%}.su-masthead>section:last-of-type{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;margin:0 auto;padding-top:2rem}@media only screen and (min-width: 0){.su-masthead>section:last-of-type{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width: 576px){.su-masthead>section:last-of-type{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width: 768px){.su-masthead>section:last-of-type{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width: 992px){.su-masthead>section:last-of-type{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width: 1200px){.su-masthead>section:last-of-type{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width: 1500px){.su-masthead>section:last-of-type{max-width:1500px;width:calc(100% - 200px)}}@media only screen and (min-width: 768px){.su-masthead>section:last-of-type{padding-top:2.6rem}}@media only screen and (min-width: 1500px){.su-masthead>section:last-of-type{padding-top:2.7rem}}.su-masthead .su-lockup{margin-bottom:1.5rem;max-width:-moz-fit-content;max-width:fit-content}@media only screen and (min-width: 768px){.su-masthead .su-lockup{margin-bottom:1.8rem}}@media only screen and (min-width: 1500px){.su-masthead .su-lockup{margin-bottom:1.9rem}}@media(max-width: 991px){.su-masthead .su-lockup{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px);z-index:10010}}@media only screen and (min-width: 992px){.su-masthead .su-lockup{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(max-width: 991px){.su-masthead .su-site-search{display:none}}@media only screen and (min-width: 992px){.su-masthead .su-site-search{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}.su-masthead .su-site-search>form{margin-left:auto;width:30rem;max-width:100%}@media(max-width: 991px){.su-masthead .su-site-search>form{width:100%}}@media(max-width: 767px){.su-masthead .su-main-nav{margin-top:-57px}}@media only screen and (min-width: 768px)and (max-width: 991px){.su-masthead .su-main-nav{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px);margin-top:auto}}@media(max-width: 991px){.su-masthead .su-main-nav>ul{box-shadow:0px 10px 20px rgba(0, 0, 0, 0.15), 0px 6px 6px rgba(0, 0, 0, 0.2)}.su-masthead .su-main-nav>ul,.su-masthead .su-main-nav>.su-site-search{right:0}}@media only screen and (min-width: 992px){.su-masthead .su-main-nav{width:100%}}@media only screen and (min-width: 768px)and (max-width: 991px){.su-masthead .su-main-nav>ul,.su-masthead .su-main-nav .su-main-nav__toggle[aria-expanded=true]+.su-main-nav__menu-lv1+.su-site-search{width:40rem}}@media only screen and (min-width: 0)and (max-width: 575px){.su-masthead .su-main-nav>ul,.su-masthead .su-main-nav .su-main-nav__toggle[aria-expanded=true]+.su-main-nav__menu-lv1+.su-site-search{transform:translateX(20px)}}@media only screen and (min-width: 576px)and (max-width: 767px){.su-masthead .su-main-nav>ul,.su-masthead .su-main-nav .su-main-nav__toggle[aria-expanded=true]+.su-main-nav__menu-lv1+.su-site-search{transform:translateX(30px)}}@media only screen and (min-width: 768px)and (max-width: 991px){.su-masthead .su-main-nav>ul,.su-masthead .su-main-nav .su-main-nav__toggle[aria-expanded=true]+.su-main-nav__menu-lv1+.su-site-search{transform:translateX(50px)}}@media only screen and (min-width: 0)and (max-width: 575px){.su-masthead .su-main-nav,.su-masthead .su-main-nav>ul,.su-masthead .su-main-nav .su-main-nav__toggle[aria-expanded=true]+.su-main-nav__menu-lv1+.su-site-search{width:calc(100% + 40px)}}@media only screen and (min-width: 576px)and (max-width: 767px){.su-masthead .su-main-nav,.su-masthead .su-main-nav>ul,.su-masthead .su-main-nav .su-main-nav__toggle[aria-expanded=true]+.su-main-nav__menu-lv1+.su-site-search{width:calc(100% + 60px)}}@media(min-width: 992px){.su-masthead--center .su-main-nav>ul{justify-content:center}}.su-masthead--dark{background-color:#2e2d29}.su-masthead--dark .su-lockup__wordmark,.su-masthead--dark .su-lockup__line1,.su-masthead--dark .su-lockup__line2,.su-masthead--dark .su-lockup__line3,.su-masthead--dark .su-lockup__line4,.su-masthead--dark .su-lockup__line5{color:#fff}.su-masthead--dark .su-lockup__cell2{border-color:#fff}@media(min-width: 992px){.su-masthead--right .su-main-nav>ul{justify-content:flex-end}}.su-skiplinks{padding:0;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;background-color:#2e2d29;color:#fff;font-size:.75em;font-weight:400;text-decoration:none;min-height:1px;position:absolute;top:-500px;left:.8em;transition-duration:.25s;transition-property:top;transition-timing-function:ease-in-out}@media print{.su-skiplinks{display:none}}.su-skiplinks,.su-skiplinks:hover,.su-skiplinks:visited{height:1px;width:1px;color:#fff;overflow:hidden;white-space:nowrap}.su-skiplinks:active,.su-skiplinks:focus{padding:.4em .8em;height:auto;width:auto;color:#fff;border:1px solid #53565a;border-radius:3px;position:fixed;left:.8em;top:.8em;z-index:11222}.su-alert{background-color:#f4f4f4}.su-alert a{color:#2e2d29}.su-alert .centered-container{padding-top:1em;padding-bottom:1em;display:flex;flex-wrap:wrap}@media only screen and (min-width: 576px){.su-alert .centered-container{align-items:center}}.su-alert__dismiss{margin-left:2rem;order:3;height:100%;align-content:flex-end;flex-shrink:1;text-align:right}@media only screen and (min-width: 768px){.su-alert__dismiss{margin-left:2.6rem}}@media only screen and (min-width: 1500px){.su-alert__dismiss{margin-left:2.7rem}}@media(max-width: 575px){.su-alert__dismiss{width:100%}}.su-alert__dismiss .su-alert__dismiss-button{padding:0;background-color:rgba(0,0,0,0);text-transform:uppercase;font-weight:600;color:#2e2d29;font-size:1.7rem;letter-spacing:.1em}.su-alert__dismiss .su-alert__dismiss-button .su-far,.su-alert__dismiss .su-alert__dismiss-button .su-fas,.su-alert__dismiss .su-alert__dismiss-button .fas{margin-left:.5em}.su-alert__dismiss .su-alert__dismiss-button i,.su-alert__dismiss .su-alert__dismiss-button .su-far,.su-alert__dismiss .su-alert__dismiss-button .su-fas,.su-alert__dismiss .su-alert__dismiss-button .fas{font-style:normal;text-decoration:none}.su-alert__dismiss .su-alert__dismiss-button.su-text-black:hover,.su-alert__dismiss .su-alert__dismiss-button.su-text-black:focus{background-color:rgba(0,0,0,0);color:#2e2d29}.su-alert__header{margin-right:2rem;order:1;flex-shrink:1}@media only screen and (min-width: 768px){.su-alert__header{margin-right:2.6rem}}@media only screen and (min-width: 1500px){.su-alert__header{margin-right:2.7rem}}@media(max-width: 991px){.su-alert__header{margin-bottom:1em;width:100%}}.su-alert__icon{margin-right:.5em;display:inline-block;max-width:20px}.su-alert__icon i,.su-alert__icon .su-far,.su-alert__icon .su-fas{font-style:normal}.su-alert__label{height:100%;line-height:100%;display:inline-block;font-size:1.7rem;text-transform:uppercase;font-weight:600;letter-spacing:.1em}.su-alert__label::after{content:":"}.su-alert__body{order:2;flex-grow:1;flex-basis:100px}.su-alert__heading{margin-bottom:1rem}.su-alert__text{margin-bottom:0}.su-alert__text a{color:#2e2d29;text-decoration:underline;transition:background-color .3s ease-in-out,color .3s ease-in-out}.su-alert__text a:hover,.su-alert__text a:focus{color:#2e2d29;background-color:#6fc3ff;text-decoration:underline}.su-alert__text a.su-button,.su-alert__text a.su-button--secondary{padding:1rem 2rem 1.15rem;background-color:#fff;box-shadow:inset 0 0 0 2px #b1040e;color:#b1040e;background-color:#f4f4f4;box-shadow:inset 0 0 0 2px #2e2d29;color:#2e2d29}.su-alert__text a.su-button::after,.su-alert__text a.su-button::before,.su-alert__text a.su-button--secondary::after,.su-alert__text a.su-button--secondary::before{background-color:#b1040e;color:#fff}.su-alert__text a.su-button:hover,.su-alert__text a.su-button:focus,.su-alert__text a.su-button--secondary:hover,.su-alert__text a.su-button--secondary:focus{background-color:#fff;color:#2e2d29}.su-alert__text a.su-button:hover::after,.su-alert__text a.su-button:hover::before,.su-alert__text a.su-button:focus::after,.su-alert__text a.su-button:focus::before,.su-alert__text a.su-button--secondary:hover::after,.su-alert__text a.su-button--secondary:hover::before,.su-alert__text a.su-button--secondary:focus::after,.su-alert__text a.su-button--secondary:focus::before{background-color:#fff;color:#2e2d29}.su-alert__text a.su-button:hover,.su-alert__text a.su-button--secondary:hover{box-shadow:inset 0 0 0 2px #2e2d29}.su-alert__text a.su-button:hover::after,.su-alert__text a.su-button:hover::before,.su-alert__text a.su-button--secondary:hover::after,.su-alert__text a.su-button--secondary:hover::before{background-color:#2e2d29;color:#fff}.su-alert__text a.su-button:focus,.su-alert__text a.su-button--secondary:focus{box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #53565a,0 0 7px #53565a}.su-alert__text a.su-button:focus::after,.su-alert__text a.su-button:focus::before,.su-alert__text a.su-button--secondary:focus::after,.su-alert__text a.su-button--secondary:focus::before{background-color:#2e2d29;color:#fff}.su-alert__text a.su-button:hover,.su-alert__text a.su-button:focus,.su-alert__text a.su-button--secondary:hover,.su-alert__text a.su-button--secondary:focus{background-color:#f4f4f4}.su-alert__text a.su-button--big{padding:1rem 2rem 1.15rem;background-color:#b1040e;color:#fff;padding:1.3rem 2.8rem 1.5rem;font-size:2.5rem;background-color:#f4f4f4;box-shadow:inset 0 0 0 2px #2e2d29;color:#2e2d29}.su-alert__text a.su-button--big::after,.su-alert__text a.su-button--big::before{background-color:#fff;color:#b1040e}.su-alert__text a.su-button--big:hover,.su-alert__text a.su-button--big:focus{background-color:#2e2d29;color:#fff}.su-alert__text a.su-button--big:hover::after,.su-alert__text a.su-button--big:hover::before,.su-alert__text a.su-button--big:focus::after,.su-alert__text a.su-button--big:focus::before{background-color:#fff}.su-alert__text a.su-button--big:focus{box-shadow:0 0 3px #53565a,0 0 7px #53565a}@media only screen and (min-width: 768px){.su-alert__text a.su-button--big{padding:1.5rem 3rem 1.8rem;font-size:2.8rem}}@media only screen and (min-width: 1500px){.su-alert__text a.su-button--big{font-size:3rem}}.su-alert__text a.su-button--big:hover,.su-alert__text a.su-button--big:focus{background-color:#f4f4f4;color:#2e2d29}.su-alert__footer a{color:#2e2d29;text-decoration:none}.su-alert__footer a:hover,.su-alert__footer a:focus{color:#2e2d29;text-decoration:underline}.su-alert__footer .su-link::after{background:#2e2d29}.su-alert__footer .su-link:hover,.su-alert__footer .su-link:focus{text-decoration:underline}.su-alert__footer .su-link:hover::after,.su-alert__footer .su-link:focus::after{background:#2e2d29}.su-alert__text+.su-alert__footer{margin-top:1.5rem}@media only screen and (min-width: 768px){.su-alert__text+.su-alert__footer{margin-top:1.8rem}}@media only screen and (min-width: 1500px){.su-alert__text+.su-alert__footer{margin-top:1.9rem}}@media(max-width: 767px){.su-alert__dismiss~.su-alert__body{margin-bottom:1em}}.su-alert--error{background-color:#b1040e;color:#fff}.su-alert--error a{color:#fff}.su-alert--error a:hover,.su-alert--error a:focus{text-decoration:underline}.su-alert--error a.su-button,.su-alert--error a.su-button--secondary{padding:1rem 2rem 1.15rem;background-color:#fff;box-shadow:inset 0 0 0 2px #b1040e;color:#b1040e;background-color:#b1040e;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--error a.su-button::after,.su-alert--error a.su-button::before,.su-alert--error a.su-button--secondary::after,.su-alert--error a.su-button--secondary::before{background-color:#b1040e;color:#fff}.su-alert--error a.su-button:hover,.su-alert--error a.su-button:focus,.su-alert--error a.su-button--secondary:hover,.su-alert--error a.su-button--secondary:focus{background-color:#fff;color:#2e2d29}.su-alert--error a.su-button:hover::after,.su-alert--error a.su-button:hover::before,.su-alert--error a.su-button:focus::after,.su-alert--error a.su-button:focus::before,.su-alert--error a.su-button--secondary:hover::after,.su-alert--error a.su-button--secondary:hover::before,.su-alert--error a.su-button--secondary:focus::after,.su-alert--error a.su-button--secondary:focus::before{background-color:#fff;color:#2e2d29}.su-alert--error a.su-button:hover,.su-alert--error a.su-button--secondary:hover{box-shadow:inset 0 0 0 2px #2e2d29}.su-alert--error a.su-button:hover::after,.su-alert--error a.su-button:hover::before,.su-alert--error a.su-button--secondary:hover::after,.su-alert--error a.su-button--secondary:hover::before{background-color:#2e2d29;color:#fff}.su-alert--error a.su-button:focus,.su-alert--error a.su-button--secondary:focus{box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #53565a,0 0 7px #53565a}.su-alert--error a.su-button:focus::after,.su-alert--error a.su-button:focus::before,.su-alert--error a.su-button--secondary:focus::after,.su-alert--error a.su-button--secondary:focus::before{background-color:#2e2d29;color:#fff}.su-alert--error a.su-button:hover,.su-alert--error a.su-button:focus,.su-alert--error a.su-button--secondary:hover,.su-alert--error a.su-button--secondary:focus{background-color:#b1040e;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--error a.su-button--big{padding:1rem 2rem 1.15rem;background-color:#b1040e;color:#fff;padding:1.3rem 2.8rem 1.5rem;font-size:2.5rem;background-color:#b1040e;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--error a.su-button--big::after,.su-alert--error a.su-button--big::before{background-color:#fff;color:#b1040e}.su-alert--error a.su-button--big:hover,.su-alert--error a.su-button--big:focus{background-color:#2e2d29;color:#fff}.su-alert--error a.su-button--big:hover::after,.su-alert--error a.su-button--big:hover::before,.su-alert--error a.su-button--big:focus::after,.su-alert--error a.su-button--big:focus::before{background-color:#fff}.su-alert--error a.su-button--big:focus{box-shadow:0 0 3px #53565a,0 0 7px #53565a}@media only screen and (min-width: 768px){.su-alert--error a.su-button--big{padding:1.5rem 3rem 1.8rem;font-size:2.8rem}}@media only screen and (min-width: 1500px){.su-alert--error a.su-button--big{font-size:3rem}}.su-alert--error a.su-button--big:hover,.su-alert--error a.su-button--big:focus{background-color:#b1040e;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--info{background-color:#00548f}.su-alert--info a.su-button,.su-alert--info a.su-button--secondary{padding:1rem 2rem 1.15rem;background-color:#fff;box-shadow:inset 0 0 0 2px #b1040e;color:#b1040e;background-color:#00548f;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--info a.su-button::after,.su-alert--info a.su-button::before,.su-alert--info a.su-button--secondary::after,.su-alert--info a.su-button--secondary::before{background-color:#b1040e;color:#fff}.su-alert--info a.su-button:hover,.su-alert--info a.su-button:focus,.su-alert--info a.su-button--secondary:hover,.su-alert--info a.su-button--secondary:focus{background-color:#fff;color:#2e2d29}.su-alert--info a.su-button:hover::after,.su-alert--info a.su-button:hover::before,.su-alert--info a.su-button:focus::after,.su-alert--info a.su-button:focus::before,.su-alert--info a.su-button--secondary:hover::after,.su-alert--info a.su-button--secondary:hover::before,.su-alert--info a.su-button--secondary:focus::after,.su-alert--info a.su-button--secondary:focus::before{background-color:#fff;color:#2e2d29}.su-alert--info a.su-button:hover,.su-alert--info a.su-button--secondary:hover{box-shadow:inset 0 0 0 2px #2e2d29}.su-alert--info a.su-button:hover::after,.su-alert--info a.su-button:hover::before,.su-alert--info a.su-button--secondary:hover::after,.su-alert--info a.su-button--secondary:hover::before{background-color:#2e2d29;color:#fff}.su-alert--info a.su-button:focus,.su-alert--info a.su-button--secondary:focus{box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #53565a,0 0 7px #53565a}.su-alert--info a.su-button:focus::after,.su-alert--info a.su-button:focus::before,.su-alert--info a.su-button--secondary:focus::after,.su-alert--info a.su-button--secondary:focus::before{background-color:#2e2d29;color:#fff}.su-alert--info a.su-button:hover,.su-alert--info a.su-button:focus,.su-alert--info a.su-button--secondary:hover,.su-alert--info a.su-button--secondary:focus{background-color:#00548f;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--info a.su-button--big{padding:1rem 2rem 1.15rem;background-color:#b1040e;color:#fff;padding:1.3rem 2.8rem 1.5rem;font-size:2.5rem;background-color:#00548f;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--info a.su-button--big::after,.su-alert--info a.su-button--big::before{background-color:#fff;color:#b1040e}.su-alert--info a.su-button--big:hover,.su-alert--info a.su-button--big:focus{background-color:#2e2d29;color:#fff}.su-alert--info a.su-button--big:hover::after,.su-alert--info a.su-button--big:hover::before,.su-alert--info a.su-button--big:focus::after,.su-alert--info a.su-button--big:focus::before{background-color:#fff}.su-alert--info a.su-button--big:focus{box-shadow:0 0 3px #53565a,0 0 7px #53565a}@media only screen and (min-width: 768px){.su-alert--info a.su-button--big{padding:1.5rem 3rem 1.8rem;font-size:2.8rem}}@media only screen and (min-width: 1500px){.su-alert--info a.su-button--big{font-size:3rem}}.su-alert--info a.su-button--big:hover,.su-alert--info a.su-button--big:focus{background-color:#00548f;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--success{background-color:#008566}.su-alert--success a.su-button,.su-alert--success a.su-button--secondary{padding:1rem 2rem 1.15rem;background-color:#fff;box-shadow:inset 0 0 0 2px #b1040e;color:#b1040e;background-color:#008566;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--success a.su-button::after,.su-alert--success a.su-button::before,.su-alert--success a.su-button--secondary::after,.su-alert--success a.su-button--secondary::before{background-color:#b1040e;color:#fff}.su-alert--success a.su-button:hover,.su-alert--success a.su-button:focus,.su-alert--success a.su-button--secondary:hover,.su-alert--success a.su-button--secondary:focus{background-color:#fff;color:#2e2d29}.su-alert--success a.su-button:hover::after,.su-alert--success a.su-button:hover::before,.su-alert--success a.su-button:focus::after,.su-alert--success a.su-button:focus::before,.su-alert--success a.su-button--secondary:hover::after,.su-alert--success a.su-button--secondary:hover::before,.su-alert--success a.su-button--secondary:focus::after,.su-alert--success a.su-button--secondary:focus::before{background-color:#fff;color:#2e2d29}.su-alert--success a.su-button:hover,.su-alert--success a.su-button--secondary:hover{box-shadow:inset 0 0 0 2px #2e2d29}.su-alert--success a.su-button:hover::after,.su-alert--success a.su-button:hover::before,.su-alert--success a.su-button--secondary:hover::after,.su-alert--success a.su-button--secondary:hover::before{background-color:#2e2d29;color:#fff}.su-alert--success a.su-button:focus,.su-alert--success a.su-button--secondary:focus{box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #53565a,0 0 7px #53565a}.su-alert--success a.su-button:focus::after,.su-alert--success a.su-button:focus::before,.su-alert--success a.su-button--secondary:focus::after,.su-alert--success a.su-button--secondary:focus::before{background-color:#2e2d29;color:#fff}.su-alert--success a.su-button:hover,.su-alert--success a.su-button:focus,.su-alert--success a.su-button--secondary:hover,.su-alert--success a.su-button--secondary:focus{background-color:#008566;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--success a.su-button--big{padding:1rem 2rem 1.15rem;background-color:#b1040e;color:#fff;padding:1.3rem 2.8rem 1.5rem;font-size:2.5rem;background-color:#008566;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--success a.su-button--big::after,.su-alert--success a.su-button--big::before{background-color:#fff;color:#b1040e}.su-alert--success a.su-button--big:hover,.su-alert--success a.su-button--big:focus{background-color:#2e2d29;color:#fff}.su-alert--success a.su-button--big:hover::after,.su-alert--success a.su-button--big:hover::before,.su-alert--success a.su-button--big:focus::after,.su-alert--success a.su-button--big:focus::before{background-color:#fff}.su-alert--success a.su-button--big:focus{box-shadow:0 0 3px #53565a,0 0 7px #53565a}@media only screen and (min-width: 768px){.su-alert--success a.su-button--big{padding:1.5rem 3rem 1.8rem;font-size:2.8rem}}@media only screen and (min-width: 1500px){.su-alert--success a.su-button--big{font-size:3rem}}.su-alert--success a.su-button--big:hover,.su-alert--success a.su-button--big:focus{background-color:#008566;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--text-light{color:#fff}.su-alert--text-light a{color:#fff}.su-alert--text-light a:hover,.su-alert--text-light a:focus{color:#fff;text-decoration:underline}.su-alert--text-light .su-alert__text a:hover,.su-alert--text-light .su-alert__text a:focus{background-color:#fff;color:#2e2d29}.su-alert--text-light .su-alert__footer .su-link::after{background:#fff}.su-alert--text-light .su-alert__dismiss-button{color:#fff}.su-alert--text-light .su-alert__dismiss-button:hover,.su-alert--text-light .su-alert__dismiss-button:focus{background-color:rgba(0,0,0,0);color:#fff}.su-alert--warning{background-color:#fec51d}.su-alert--warning a{color:#2e2d29}.su-alert--warning a:hover,.su-alert--warning a:focus{color:#2e2d29;text-decoration:underline}.su-alert--warning a.su-button,.su-alert--warning a.su-button--secondary{padding:1rem 2rem 1.15rem;background-color:#fff;box-shadow:inset 0 0 0 2px #b1040e;color:#b1040e;background-color:#fec51d;box-shadow:inset 0 0 0 2px #2e2d29;color:#2e2d29}.su-alert--warning a.su-button::after,.su-alert--warning a.su-button::before,.su-alert--warning a.su-button--secondary::after,.su-alert--warning a.su-button--secondary::before{background-color:#b1040e;color:#fff}.su-alert--warning a.su-button:hover,.su-alert--warning a.su-button:focus,.su-alert--warning a.su-button--secondary:hover,.su-alert--warning a.su-button--secondary:focus{background-color:#fff;color:#2e2d29}.su-alert--warning a.su-button:hover::after,.su-alert--warning a.su-button:hover::before,.su-alert--warning a.su-button:focus::after,.su-alert--warning a.su-button:focus::before,.su-alert--warning a.su-button--secondary:hover::after,.su-alert--warning a.su-button--secondary:hover::before,.su-alert--warning a.su-button--secondary:focus::after,.su-alert--warning a.su-button--secondary:focus::before{background-color:#fff;color:#2e2d29}.su-alert--warning a.su-button:hover,.su-alert--warning a.su-button--secondary:hover{box-shadow:inset 0 0 0 2px #2e2d29}.su-alert--warning a.su-button:hover::after,.su-alert--warning a.su-button:hover::before,.su-alert--warning a.su-button--secondary:hover::after,.su-alert--warning a.su-button--secondary:hover::before{background-color:#2e2d29;color:#fff}.su-alert--warning a.su-button:focus,.su-alert--warning a.su-button--secondary:focus{box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #53565a,0 0 7px #53565a}.su-alert--warning a.su-button:focus::after,.su-alert--warning a.su-button:focus::before,.su-alert--warning a.su-button--secondary:focus::after,.su-alert--warning a.su-button--secondary:focus::before{background-color:#2e2d29;color:#fff}.su-alert--warning a.su-button:hover,.su-alert--warning a.su-button:focus,.su-alert--warning a.su-button--secondary:hover,.su-alert--warning a.su-button--secondary:focus{background-color:#fec51d;box-shadow:inset 0 0 0 2px #2e2d29;color:#2e2d29}.su-alert--warning a.su-button--big{padding:1rem 2rem 1.15rem;background-color:#b1040e;color:#fff;padding:1.3rem 2.8rem 1.5rem;font-size:2.5rem;background-color:#fec51d;box-shadow:inset 0 0 0 2px #2e2d29;color:#2e2d29}.su-alert--warning a.su-button--big::after,.su-alert--warning a.su-button--big::before{background-color:#fff;color:#b1040e}.su-alert--warning a.su-button--big:hover,.su-alert--warning a.su-button--big:focus{background-color:#2e2d29;color:#fff}.su-alert--warning a.su-button--big:hover::after,.su-alert--warning a.su-button--big:hover::before,.su-alert--warning a.su-button--big:focus::after,.su-alert--warning a.su-button--big:focus::before{background-color:#fff}.su-alert--warning a.su-button--big:focus{box-shadow:0 0 3px #53565a,0 0 7px #53565a}@media only screen and (min-width: 768px){.su-alert--warning a.su-button--big{padding:1.5rem 3rem 1.8rem;font-size:2.8rem}}@media only screen and (min-width: 1500px){.su-alert--warning a.su-button--big{font-size:3rem}}.su-alert--warning a.su-button--big:hover,.su-alert--warning a.su-button--big:focus{background-color:#fec51d;box-shadow:inset 0 0 0 2px #2e2d29;color:#2e2d29}@keyframes colorfulSplashFont{0%{opacity:0;transform:scale(0.9)}100%{opacity:100%;transform:scale(1)}}@keyframes traditionalSplashFont{0%{opacity:0}100%{opacity:100%}}@keyframes colorfulLeadFont{0%{opacity:0;transform:scale(0.9) translateY(8px)}100%{opacity:100%;transform:scale(1) translateY(0)}}@keyframes traditionalLeadFont{0%{opacity:0}100%{opacity:100%}}:root{--palette--primary: #00505c;--palette--secondary: #148762;--palette--tertiary: #007c8f;--palette--primary-hero-overlay: rgba(0, 36, 41, 0.8);--palette--primary-dark: #002429;--palette--secondary-active: #00ce9d;--palette--secondary-highlight: #e4f4ee;--palette--secondary-highlight-darken: #9cd6c0;--palette--secondary-darken-12: #0c523b;--palette--tertiary-highlight: #c2f7ff;--palette--tertiary-highlight-darken-10: #8ff0ff;--palette--tertiary-reversed: #00d5f5;--palette--tertiary-reversed-darken-10: #00a9c2;--palette--tertiary-darken-20: #002429;--palette--spotlight: #e4f4ee;--palette--spotlight-lighten-8: #e3f4ed;--palette--primary: #600e0e;--palette--secondary: #8c1515;--palette--tertiary: #b1040e;--palette--primary-hero-overlay: rgba(28, 29, 30, 0.85);--palette--primary-dark: #330808;--palette--secondary-active: #b1040e;--palette--secondary-highlight: #e8e9ea;--palette--secondary-highlight-darken: #b3b6b9;--palette--secondary-darken-12: #343639;--palette--tertiary-highlight: #f4f4f4;--palette--tertiary-highlight-darken-10: #dbdbdb;--palette--tertiary-reversed: #dbdcde;--palette--tertiary-reversed-darken-10: #c0c2c6;--palette--tertiary-darken-20: #4d0206;--palette--spotlight: #dde0e0;--palette--spotlight-lighten-8: #D9DEDE}html{font-size:10px;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;font-weight:400;font-size:1.6rem;line-height:122%}@media(min-width: 992px){body{font-weight:400;font-size:1.8rem;line-height:127%}}a:not([class]),a.mailto,a[href^="mailto:"],a.ext{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat}a:not([class]):hover,a:not([class]):focus,a.mailto:hover,a.mailto:focus,a[href^="mailto:"]:hover,a[href^="mailto:"]:focus,a.ext:hover,a.ext:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a:not([class]):hover,a:not([class]):focus,a.mailto:hover,a.mailto:focus,a[href^="mailto:"]:hover,a[href^="mailto:"]:focus,a.ext:hover,a.ext:focus{background-position-y:-50%}.hb-dark-pattern a:not([class]):hover,.hb-dark-inversion .views-element-container a:not([class]):hover,.hb-dark-pattern a:not([class]):focus,.hb-dark-inversion .views-element-container a:not([class]):focus,.hb-dark-pattern a.mailto:hover,.hb-dark-inversion .views-element-container a.mailto:hover,.hb-dark-pattern a.mailto:focus,.hb-dark-inversion .views-element-container a.mailto:focus,.hb-dark-pattern a[href^="mailto:"]:hover,.hb-dark-inversion .views-element-container a[href^="mailto:"]:hover,.hb-dark-pattern a[href^="mailto:"]:focus,.hb-dark-inversion .views-element-container a[href^="mailto:"]:focus,.hb-dark-pattern a.ext:hover,.hb-dark-inversion .views-element-container a.ext:hover,.hb-dark-pattern a.ext:focus,.hb-dark-inversion .views-element-container a.ext:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a:not([class]),.hb-local-footer a.mailto,.hb-local-footer a[href^="mailto:"],.hb-local-footer a.ext{background-image:none}.hb-local-footer a:not([class]):hover,.hb-local-footer a:not([class]):focus,.hb-local-footer a.mailto:hover,.hb-local-footer a.mailto:focus,.hb-local-footer a[href^="mailto:"]:hover,.hb-local-footer a[href^="mailto:"]:focus,.hb-local-footer a.ext:hover,.hb-local-footer a.ext:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a:not([class]),.hb-dark-inversion .views-element-container a:not([class]),.hb-dark-pattern a.mailto,.hb-dark-inversion .views-element-container a.mailto,.hb-dark-pattern a[href^="mailto:"],.hb-dark-inversion .views-element-container a[href^="mailto:"],.hb-dark-pattern a.ext,.hb-dark-inversion .views-element-container a.ext{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a:not([class]):hover,.hb-dark-pattern a:not([class]):focus,.hb-dark-inversion .views-element-container a:not([class]):hover,.hb-dark-inversion .views-element-container a:not([class]):focus,.hb-dark-pattern a.mailto:hover,.hb-dark-pattern a.mailto:focus,.hb-dark-inversion .views-element-container a.mailto:hover,.hb-dark-inversion .views-element-container a.mailto:focus,.hb-dark-pattern a[href^="mailto:"]:hover,.hb-dark-pattern a[href^="mailto:"]:focus,.hb-dark-inversion .views-element-container a[href^="mailto:"]:hover,.hb-dark-inversion .views-element-container a[href^="mailto:"]:focus,.hb-dark-pattern a.ext:hover,.hb-dark-pattern a.ext:focus,.hb-dark-inversion .views-element-container a.ext:hover,.hb-dark-inversion .views-element-container a.ext:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a:not([class]):hover .fa-ext::after,.hb-dark-pattern a:not([class]):focus .fa-ext::after,.hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.hb-dark-pattern a.mailto:hover .fa-ext::after,.hb-dark-pattern a.mailto:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.hb-dark-pattern a.ext:hover .fa-ext::after,.hb-dark-pattern a.ext:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.ext:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a:not([class]):hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a:not([class]):focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.mailto:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.mailto:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.ext:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.ext:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.ext:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a:not([class]):hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a:not([class]):focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.mailto:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.mailto:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.ext:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.ext:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.ext:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a:not([class]):hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a:not([class]):focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.mailto:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.mailto:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.ext:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.ext:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.ext:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a:not([class]):hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a:not([class]):focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.mailto:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.mailto:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.ext:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.ext:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.ext:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a:not([class]):hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a:not([class]):focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.mailto:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.mailto:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.ext:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.ext:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.ext:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a:not([class]):hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a:not([class]):focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.mailto:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.mailto:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.ext:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.ext:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.ext:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}h1{font-weight:600;font-size:3.6rem;line-height:112%}@media(min-width: 768px){h1{font-size:4.6rem}}h1 a:not([class]){color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms}h1 a:not([class]):hover,h1 a:not([class]):focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}h1 a:not([class]):hover,h1 a:not([class]):focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}h1 a:not([class]):hover,h1 a:not([class]):focus{color:#000}.hb-dark-pattern h1 a:not([class]):hover,.hb-dark-inversion .views-element-container h1 a:not([class]):hover,.hb-dark-pattern h1 a:not([class]):focus,.hb-dark-inversion .views-element-container h1 a:not([class]):focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}h1 a:not([class]):hover,h1 a:not([class]):focus{color:#000}h2{font-weight:600;font-size:3.2rem;line-height:112%}@media(min-width: 768px){h2{font-size:3.8rem}}h2 a.is-active,h2 a:not([class]){color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms}h2 a.is-active:hover,h2 a.is-active:focus,h2 a:not([class]):hover,h2 a:not([class]):focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}h2 a.is-active:hover,h2 a.is-active:focus,h2 a:not([class]):hover,h2 a:not([class]):focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}h2 a.is-active:hover,h2 a.is-active:focus,h2 a:not([class]):hover,h2 a:not([class]):focus{color:#000}.hb-dark-pattern h2 a.is-active:hover,.hb-dark-inversion .views-element-container h2 a.is-active:hover,.hb-dark-pattern h2 a.is-active:focus,.hb-dark-inversion .views-element-container h2 a.is-active:focus,.hb-dark-pattern h2 a:not([class]):hover,.hb-dark-inversion .views-element-container h2 a:not([class]):hover,.hb-dark-pattern h2 a:not([class]):focus,.hb-dark-inversion .views-element-container h2 a:not([class]):focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}h2 a.is-active:hover,h2 a.is-active:focus,h2 a:not([class]):hover,h2 a:not([class]):focus{color:#000}h3{font-weight:600;font-size:2.4rem;line-height:120%}@media(min-width: 768px){h3{font-size:2.7rem;line-height:117%}}h3 a:not([class]){color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms}h3 a:not([class]):hover,h3 a:not([class]):focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}h3 a:not([class]):hover,h3 a:not([class]):focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}h3 a:not([class]):hover,h3 a:not([class]):focus{color:#000}.hb-dark-pattern h3 a:not([class]):hover,.hb-dark-inversion .views-element-container h3 a:not([class]):hover,.hb-dark-pattern h3 a:not([class]):focus,.hb-dark-inversion .views-element-container h3 a:not([class]):focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}h3 a:not([class]):hover,h3 a:not([class]):focus{color:#000}h4{font-weight:600;font-size:2rem;line-height:122%}h4 a:not([class]){color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms}h4 a:not([class]):hover,h4 a:not([class]):focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}h4 a:not([class]):hover,h4 a:not([class]):focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}h4 a:not([class]):hover,h4 a:not([class]):focus{color:#000}.hb-dark-pattern h4 a:not([class]):hover,.hb-dark-inversion .views-element-container h4 a:not([class]):hover,.hb-dark-pattern h4 a:not([class]):focus,.hb-dark-inversion .views-element-container h4 a:not([class]):focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}h4 a:not([class]):hover,h4 a:not([class]):focus{color:#000}h5{font-weight:600;font-size:1.8rem;line-height:124%}h5 a:not([class]){color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms}h5 a:not([class]):hover,h5 a:not([class]):focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}h5 a:not([class]):hover,h5 a:not([class]):focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}h5 a:not([class]):hover,h5 a:not([class]):focus{color:#000}.hb-dark-pattern h5 a:not([class]):hover,.hb-dark-inversion .views-element-container h5 a:not([class]):hover,.hb-dark-pattern h5 a:not([class]):focus,.hb-dark-inversion .views-element-container h5 a:not([class]):focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}h5 a:not([class]):hover,h5 a:not([class]):focus{color:#000}h6{text-transform:uppercase;font-weight:600;font-size:1.6rem;line-height:128%}h6 a:not([class]){color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms}h6 a:not([class]):hover,h6 a:not([class]):focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}h6 a:not([class]):hover,h6 a:not([class]):focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}h6 a:not([class]):hover,h6 a:not([class]):focus{color:#000}.hb-dark-pattern h6 a:not([class]):hover,.hb-dark-inversion .views-element-container h6 a:not([class]):hover,.hb-dark-pattern h6 a:not([class]):focus,.hb-dark-inversion .views-element-container h6 a:not([class]):focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}h6 a:not([class]):hover,h6 a:not([class]):focus{color:#000}p:not([class]){margin-top:0}p:not([class]):last-of-type{margin-bottom:0}strong:not([class]){font-weight:600;font-size:inherit}em:not([class]){font-style:italic;font-weight:inherit;font-size:inherit}ul:not([class]){list-style-type:none;margin:0 0 3.2rem;padding-left:2.2rem}ul:not([class]) ul{margin:1rem 0 0}ul:not([class]) li{position:relative;line-height:122%;margin-bottom:1rem;padding-left:1.8rem;overflow:hidden}ul:not([class]) li::before{content:"";display:block;height:0.6rem;width:0.6rem;border-radius:50%;background-color:#148762;background-color:var(--palette--secondary);position:absolute;left:0;top:0.8rem}.hb-dark-pattern ul:not([class]) li::before,.hb-dark-inversion .views-element-container ul:not([class]) li::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hb-raised-cards .hb-dark-pattern ul:not([class]) li::before,.hb-dark-inversion .hb-raised-cards .views-element-container ul:not([class]) li::before{background-color:#148762;background-color:var(--palette--secondary)}ul:not([class]) li ul>li:first-of-type{margin-top:1rem}ul:not([class]) li ul>li:last-of-type{margin-bottom:0}ul:not([class]) li ul>li::before{background-color:rgba(0,0,0,0);border-color:#148762;border-color:var(--palette--secondary);border-width:1px;border-style:solid;content:"";counter-increment:inherit;top:0.8rem;min-width:inherit}ul:not([class]) li li ul>li::before{border-radius:0;border:0;background-color:#148762;background-color:var(--palette--secondary);top:0.8rem;min-width:inherit}ul:not([class]) li ol>li:first-of-type{margin-top:1rem}ul:not([class]) li ol>li:last-of-type{margin-bottom:0}ul:not([class]) li ol>li::before{content:counter(li, lower-alpha) ".";height:0;width:auto}ul:not([class]) li li ol>li::before{content:counter(li, lower-roman) "."}ol:not([class]){counter-reset:li;list-style-type:none;margin:0 0 3.2rem;padding-left:0.8rem}ol:not([class]) ol{margin:1rem 0 0}ol:not([class]) li{position:relative;line-height:122%;margin-bottom:1rem;padding-left:3.8rem;overflow:hidden}ol:not([class]) li::before{content:counter(li) ".";counter-increment:li;font-size:1.6rem;font-weight:600;color:#148762;color:var(--palette--secondary);position:absolute;left:0;top:0;min-width:3rem;text-align:right}@media(min-width: 992px){ol:not([class]) li::before{top:0.1rem}}.hb-dark-pattern ol:not([class]) li::before{color:#e4f4ee;color:var(--palette--secondary-highlight)}ol:not([class]) li ul>li:first-of-type{margin-top:1rem}ol:not([class]) li ul>li:last-of-type{margin-bottom:0}ol:not([class]) li ul>li::before{background-color:rgba(0,0,0,0);border-color:#148762;border-color:var(--palette--secondary);border-width:1px;border-style:solid;content:"";counter-increment:inherit;top:0.8rem;min-width:inherit}ol:not([class]) li li ul>li::before{border-radius:0;border:0;background-color:#148762;background-color:var(--palette--secondary);top:0.8rem;min-width:inherit}ol:not([class]) li ol>li:first-of-type{margin-top:1rem}ol:not([class]) li ol>li:last-of-type{margin-bottom:0}ol:not([class]) li ol>li::before{content:counter(li, lower-alpha) ".";height:0;width:auto}ol:not([class]) li li ol>li::before{content:counter(li, lower-roman) "."}ol:not([class]) ul>li::before{margin-left:1.6rem}caption:not([class]){font-size:1.4rem}button:not([class]):hover{cursor:pointer}*:focus:not(:focus-visible){outline:none}*:focus-visible{outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem}@media(prefers-reduced-motion: reduce){*,::before,::after{animation-delay:-1s !important;animation-duration:1s !important;animation-iteration-count:1 !important;background-attachment:initial !important;scroll-behavior:auto !important;transition-duration:0s !important}}label{display:block;width:100%;margin-bottom:1.2rem;font-weight:600}input{line-height:1;font-size:1.6rem;padding:8px;min-height:38px;width:100%;border:1px solid;border-color:#b6b1a9;border-radius:4px}input:focus{outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem}.form-item select{max-width:100%}.hb-table-wrap{margin:auto;overflow-x:auto}.hb-table-wrap:not(:last-child){margin-bottom:4.8rem}.hb-table-wrap details{display:none}.hb-dark-pattern .hb-table-wrap,.views-element-container .hb-dark-pattern .hb-table-wrap,.hb-dark-inversion .views-element-container .hb-table-wrap{background-color:#fff}.hb-dark-pattern .hb-table-wrap .views-label,.hb-dark-pattern .hb-table-wrap .field-content,.hb-dark-pattern .hb-table-wrap td,.views-element-container .hb-dark-pattern .hb-table-wrap .views-label,.views-element-container .hb-dark-pattern .hb-table-wrap .field-content,.views-element-container .hb-dark-pattern .hb-table-wrap td,.hb-dark-inversion .views-element-container .hb-table-wrap .views-label,.hb-dark-inversion .views-element-container .hb-table-wrap .field-content,.hb-dark-inversion .views-element-container .hb-table-wrap td{color:#000}.hb-dark-pattern .hb-table-wrap a,.views-element-container .hb-dark-pattern .hb-table-wrap a,.hb-dark-inversion .views-element-container .hb-table-wrap a{color:#007c8f;color:var(--palette--tertiary)}.hb-dark-pattern .hb-table-wrap a:hover,.hb-dark-pattern .hb-table-wrap a:focus,.views-element-container .hb-dark-pattern .hb-table-wrap a:hover,.views-element-container .hb-dark-pattern .hb-table-wrap a:focus,.hb-dark-inversion .views-element-container .hb-table-wrap a:hover,.hb-dark-inversion .views-element-container .hb-table-wrap a:focus{color:#002429;color:var(--palette--tertiary-darken-20)}table{width:100%;border-collapse:collapse;font-size:1.3rem;text-align:left;border:1px solid;border-color:#d9d7d2}.hb-dark-pattern table{color:#000;background-color:#fff}@media(min-width: 576px){table{font-size:1.6rem}}table th,table td{padding:1.6rem;vertical-align:top;border:1px solid;border-color:#d9d7d2}table th a:hover .fa-ext::after,table th a:focus .fa-ext::after,table td a:hover .fa-ext::after,table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean table th a:hover .fa-ext::after,.hc-pairing-ocean table th a:focus .fa-ext::after,.hc-pairing-ocean table td a:hover .fa-ext::after,.hc-pairing-ocean table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain table th a:hover .fa-ext::after,.hc-pairing-mountain table th a:focus .fa-ext::after,.hc-pairing-mountain table td a:hover .fa-ext::after,.hc-pairing-mountain table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23072e22' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal table th a:hover .fa-ext::after,.hc-pairing-cardinal table th a:focus .fa-ext::after,.hc-pairing-cardinal table td a:hover .fa-ext::after,.hc-pairing-cardinal table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake table th a:hover .fa-ext::after,.hc-pairing-lake table th a:focus .fa-ext::after,.hc-pairing-lake table td a:hover .fa-ext::after,.hc-pairing-lake table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23171916' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon table th a:hover .fa-ext::after,.hc-pairing-canyon table th a:focus .fa-ext::after,.hc-pairing-canyon table td a:hover .fa-ext::after,.hc-pairing-canyon table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000b0d' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff table th a:hover .fa-ext::after,.hc-pairing-cliff table th a:focus .fa-ext::after,.hc-pairing-cliff table td a:hover .fa-ext::after,.hc-pairing-cliff table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23090101' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}table thead th{position:sticky;top:0;border-color:#fff}table thead th a,table thead th a:not([class]){color:#fff;background-image:none}table thead th a:hover,table thead th a:focus,table thead th a:not([class]):hover,table thead th a:not([class]):focus{color:#e4f4ee;color:var(--palette--secondary-highlight);box-shadow:none}table thead tr{text-transform:uppercase;background-color:#00505c;background-color:var(--palette--primary);color:#fff;font-weight:700}.hb-dark-pattern table thead tr,.hb-dark-inversion .views-element-container table thead tr{background-color:#0c523b;background-color:var(--palette--secondary-darken-12)}table tr:nth-child(even){background-color:#f1f0ee}details{margin:1.6rem 0;clear:both}summary:not(.hb-timeline-item__summary){padding:1.6rem 5.2rem 1.6rem 1.6rem;position:relative;font-weight:600;cursor:pointer;border:1px solid;border-color:#148762;border-color:var(--palette--secondary);background-color:#148762;background-color:var(--palette--secondary);color:#fff;display:flex;align-items:center}summary:not(.hb-timeline-item__summary)::-webkit-details-marker{display:block;height:0;width:0;overflow:hidden}summary:not(.hb-timeline-item__summary)::after{content:"";display:block;height:2rem;width:2rem;position:absolute;top:1.8rem;right:1.8rem;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E");background-size:1.8rem;transition:transform 150ms ease-in-out}details[open] summary:not(.hb-timeline-item__summary)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}summary:not(.hb-timeline-item__summary):hover,details[open] summary:not(.hb-timeline-item__summary){background-color:#0c523b;background-color:var(--palette--secondary-darken-12);border-color:#0c523b;border-color:var(--palette--secondary-darken-12)}summary:not(.hb-timeline-item__summary):focus,details[open] summary:not(.hb-timeline-item__summary):focus{outline:none;border-color:#fff;box-shadow:0 0 0 0.2rem #00ce9d;box-shadow:0 0 0 0.2rem var(--palette--secondary-active)}summary:not(.hb-timeline-item__summary) a{color:inherit;text-decoration:none}.revealed-details{padding:2rem 1.6rem;border:1px solid;border-color:#d9d7d2;border-top:none}.hb-page-width{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important}@media(min-width: 768px){.hb-page-width{width:calc(100% - (2 * 4.8rem)) !important}}.hb-vertical-page-padding{margin:4.8rem auto !important}.layout-builder__message{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important}@media(min-width: 768px){.layout-builder__message{width:calc(100% - (2 * 4.8rem)) !important}}.layout-builder-form .form-actions{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important}@media(min-width: 768px){.layout-builder-form .form-actions{width:calc(100% - (2 * 4.8rem)) !important}}.layout-builder-form .form-actions .button{width:auto}.block-help{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important;padding-top:4rem}@media(min-width: 768px){.block-help{width:calc(100% - (2 * 4.8rem)) !important}}.ptype-hs-text-area,.ptype-hs-priv-text-area,.ptype-hs-accordion,.ptype-hs-postcard,.ptype-hs-hero-image,.ptype-hs-gradient-hero,.ptype-hs-spotlight,.ptype-hs-banner,.ptype-hs-carousel,.ptype-hs-sptlght-slder,.field-hs-page-hero,.ptype-hs-row,.ptype-hs-timeline,.ptype-hs-view,.ptype-hs-collection,.ptype-hs-priv-collection,.ptype-hs-testimonial,.ptype-stanford-gallery{width:100%;margin-bottom:4.8rem !important}.hs-paragraph-style--well .ptype-hs-text-area,.hs-paragraph-style--well-full-width .ptype-hs-text-area,.hs-paragraph-style--well .ptype-hs-priv-text-area,.hs-paragraph-style--well-full-width .ptype-hs-priv-text-area,.hs-paragraph-style--well .ptype-hs-accordion,.hs-paragraph-style--well-full-width .ptype-hs-accordion,.hs-paragraph-style--well .ptype-hs-postcard,.hs-paragraph-style--well-full-width .ptype-hs-postcard,.hs-paragraph-style--well .ptype-hs-hero-image,.hs-paragraph-style--well-full-width .ptype-hs-hero-image,.hs-paragraph-style--well .ptype-hs-gradient-hero,.hs-paragraph-style--well-full-width .ptype-hs-gradient-hero,.hs-paragraph-style--well .ptype-hs-spotlight,.hs-paragraph-style--well-full-width .ptype-hs-spotlight,.hs-paragraph-style--well .ptype-hs-banner,.hs-paragraph-style--well-full-width .ptype-hs-banner,.hs-paragraph-style--well .ptype-hs-carousel,.hs-paragraph-style--well-full-width .ptype-hs-carousel,.hs-paragraph-style--well .ptype-hs-sptlght-slder,.hs-paragraph-style--well-full-width .ptype-hs-sptlght-slder,.hs-paragraph-style--well .field-hs-page-hero,.hs-paragraph-style--well-full-width .field-hs-page-hero,.hs-paragraph-style--well .ptype-hs-row,.hs-paragraph-style--well-full-width .ptype-hs-row,.hs-paragraph-style--well .ptype-hs-timeline,.hs-paragraph-style--well-full-width .ptype-hs-timeline,.hs-paragraph-style--well .ptype-hs-view,.hs-paragraph-style--well-full-width .ptype-hs-view,.hs-paragraph-style--well .ptype-hs-collection,.hs-paragraph-style--well-full-width .ptype-hs-collection,.hs-paragraph-style--well .ptype-hs-priv-collection,.hs-paragraph-style--well-full-width .ptype-hs-priv-collection,.hs-paragraph-style--well .ptype-hs-testimonial,.hs-paragraph-style--well-full-width .ptype-hs-testimonial,.hs-paragraph-style--well .ptype-stanford-gallery,.hs-paragraph-style--well-full-width .ptype-stanford-gallery{margin-top:4.8rem !important}.views-row:not(:last-child){margin-bottom:4.8rem !important}.ptype-hs-accordion{margin-bottom:1.6rem !important}.hs-paragraph-style--well .ptype-hs-accordion:last-child,.hs-paragraph-style--well-full-width .ptype-hs-accordion:last-child{margin-bottom:4.8rem !important}.ptype-hs-gradient-hero-slider{width:100%;margin-bottom:6rem !important}.hs-paragraph-style--well .ptype-hs-gradient-hero-slider,.hs-paragraph-style--well-full-width .ptype-hs-gradient-hero-slider{margin-top:4.8rem !important;padding-bottom:1.6rem}.hs-paragraph-style--well,.hs-paragraph-style--well-full-width{background-color:#f1f0ee;padding:2rem 1.8rem;border:0 none;padding:0 4.8rem;overflow:auto}.hb-dark-pattern .hs-paragraph-style--well,.hb-dark-inversion .views-element-container .hs-paragraph-style--well,.hb-dark-pattern .hs-paragraph-style--well-full-width,.hb-dark-inversion .views-element-container .hs-paragraph-style--well-full-width{color:#000}.hb-three-column__sidebar-1 .hs-paragraph-style--well,.hb-three-column__sidebar-2 .hs-paragraph-style--well,.hb-three-column__sidebar-1 .hs-paragraph-style--well-full-width,.hb-three-column__sidebar-2 .hs-paragraph-style--well-full-width{position:relative;z-index:1}.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well .paragraph-item .field__item__label,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well-full-width .paragraph-item .field__item__label{margin-top:0}.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well .paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well-full-width .paragraph-item.ptype-hs-accordion details{margin:0;background-color:#fff}.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well .paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well .paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well .paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well-full-width .paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well-full-width .paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well-full-width .paragraph-item.ptype-hs-carousel{width:100%}.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well .paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well .paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .paragraph-item.ptype-hs-carousel .hb-gradient-hero::before{background-color:#d9d7d2}.hs-paragraph-style--well{width:100%}.hs-paragraph-style--well-full-width{left:calc(-50vw + 50%);position:relative;width:100vw}.hb-three-column--one-sidebar .hs-paragraph-style--well-full-width,.hb-three-column--two-sidebar .hs-paragraph-style--well-full-width{left:inherit;position:static;width:100%}.hs-paragraph-style--well-full-width .field-hs-row-components,.hs-paragraph-style--well-full-width .field-hs-collection-items{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important}@media(min-width: 768px){.hs-paragraph-style--well-full-width .field-hs-row-components,.hs-paragraph-style--well-full-width .field-hs-collection-items{width:calc(100% - (2 * 4.8rem)) !important}}@supports(display: grid){@media(min-width: 576px){.field-hs-row-components,.field-hs-collection-items{display:grid;gap:4.8rem}}@media(min-width: 576px){.field-hs-row-components.counted-items-1,.field-hs-row-components.item-per-row--1,.field-hs-collection-items.counted-items-1,.field-hs-collection-items.item-per-row--1{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 576px){.field-hs-row-components.counted-items-2,.field-hs-row-components.item-per-row--2,.field-hs-collection-items.counted-items-2,.field-hs-collection-items.item-per-row--2{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 576px){.field-hs-row-components.counted-items-3,.field-hs-row-components.item-per-row--3,.field-hs-collection-items.counted-items-3,.field-hs-collection-items.item-per-row--3{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.field-hs-row-components.counted-items-3,.field-hs-row-components.item-per-row--3,.field-hs-collection-items.counted-items-3,.field-hs-collection-items.item-per-row--3{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 576px){.field-hs-row-components.counted-items-4,.field-hs-row-components.item-per-row--4,.field-hs-collection-items.counted-items-4,.field-hs-collection-items.item-per-row--4{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.field-hs-row-components.counted-items-4,.field-hs-row-components.item-per-row--4,.field-hs-collection-items.counted-items-4,.field-hs-collection-items.item-per-row--4{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.field-hs-row-components.counted-items-4,.field-hs-row-components.item-per-row--4,.field-hs-collection-items.counted-items-4,.field-hs-collection-items.item-per-row--4{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 576px){.field-hs-row-components.counted-items-2 .paragraph-item,.field-hs-row-components.item-per-row--2 .paragraph-item,.field-hs-collection-items.counted-items-2 .paragraph-item,.field-hs-collection-items.item-per-row--2 .paragraph-item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.field-hs-row-components.counted-items-2 .paragraph-item,.field-hs-row-components.item-per-row--2 .paragraph-item,.field-hs-collection-items.counted-items-2 .paragraph-item,.field-hs-collection-items.item-per-row--2 .paragraph-item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.field-hs-row-components.counted-items-2 .paragraph-item,.field-hs-row-components.item-per-row--2 .paragraph-item,.field-hs-collection-items.counted-items-2 .paragraph-item,.field-hs-collection-items.item-per-row--2 .paragraph-item{margin-right:0}}.field-hs-row-components.counted-items-2 .paragraph-item:nth-child(2n),.field-hs-row-components.item-per-row--2 .paragraph-item:nth-child(2n),.field-hs-collection-items.counted-items-2 .paragraph-item:nth-child(2n),.field-hs-collection-items.item-per-row--2 .paragraph-item:nth-child(2n){margin-right:0}}@media(min-width: 576px){.field-hs-row-components.counted-items-3 .paragraph-item,.field-hs-row-components.item-per-row--3 .paragraph-item,.field-hs-collection-items.counted-items-3 .paragraph-item,.field-hs-collection-items.item-per-row--3 .paragraph-item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.field-hs-row-components.counted-items-3 .paragraph-item,.field-hs-row-components.item-per-row--3 .paragraph-item,.field-hs-collection-items.counted-items-3 .paragraph-item,.field-hs-collection-items.item-per-row--3 .paragraph-item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.field-hs-row-components.counted-items-3 .paragraph-item,.field-hs-row-components.item-per-row--3 .paragraph-item,.field-hs-collection-items.counted-items-3 .paragraph-item,.field-hs-collection-items.item-per-row--3 .paragraph-item{margin-right:0}}.field-hs-row-components.counted-items-3 .paragraph-item:nth-child(2n),.field-hs-row-components.item-per-row--3 .paragraph-item:nth-child(2n),.field-hs-collection-items.counted-items-3 .paragraph-item:nth-child(2n),.field-hs-collection-items.item-per-row--3 .paragraph-item:nth-child(2n){margin-right:0}}@media(min-width: 768px){.field-hs-row-components.counted-items-3 .paragraph-item,.field-hs-row-components.item-per-row--3 .paragraph-item,.field-hs-collection-items.counted-items-3 .paragraph-item,.field-hs-collection-items.item-per-row--3 .paragraph-item{width:calc(33.33% - (9.6rem / 3))}@supports(display: grid){.field-hs-row-components.counted-items-3 .paragraph-item,.field-hs-row-components.item-per-row--3 .paragraph-item,.field-hs-collection-items.counted-items-3 .paragraph-item,.field-hs-collection-items.item-per-row--3 .paragraph-item{width:100%;min-width:calc(33.33% - (9.6rem / 3));margin-right:0}}.field-hs-row-components.counted-items-3 .paragraph-item:nth-child(2n),.field-hs-row-components.item-per-row--3 .paragraph-item:nth-child(2n),.field-hs-collection-items.counted-items-3 .paragraph-item:nth-child(2n),.field-hs-collection-items.item-per-row--3 .paragraph-item:nth-child(2n){margin-right:4.8rem}@supports(display: grid){.field-hs-row-components.counted-items-3 .paragraph-item:nth-child(2n),.field-hs-row-components.item-per-row--3 .paragraph-item:nth-child(2n),.field-hs-collection-items.counted-items-3 .paragraph-item:nth-child(2n),.field-hs-collection-items.item-per-row--3 .paragraph-item:nth-child(2n){margin-right:0}}.field-hs-row-components.counted-items-3 .paragraph-item:nth-child(3n),.field-hs-row-components.item-per-row--3 .paragraph-item:nth-child(3n),.field-hs-collection-items.counted-items-3 .paragraph-item:nth-child(3n),.field-hs-collection-items.item-per-row--3 .paragraph-item:nth-child(3n){margin-right:0}}@media(min-width: 992px){.field-hs-row-components.counted-items-3 .paragraph-item,.field-hs-row-components.item-per-row--3 .paragraph-item,.field-hs-collection-items.counted-items-3 .paragraph-item,.field-hs-collection-items.item-per-row--3 .paragraph-item{width:calc(33.3333333333% - (96px / 3))}@supports(display: grid){.field-hs-row-components.counted-items-3 .paragraph-item,.field-hs-row-components.item-per-row--3 .paragraph-item,.field-hs-collection-items.counted-items-3 .paragraph-item,.field-hs-collection-items.item-per-row--3 .paragraph-item{width:100%;min-width:calc(33.3333333333% - (96px / 3));margin-right:0}}.field-hs-row-components.counted-items-3 .paragraph-item:nth-child(2n),.field-hs-row-components.counted-items-3 .paragraph-item:nth-child(3n),.field-hs-row-components.item-per-row--3 .paragraph-item:nth-child(2n),.field-hs-row-components.item-per-row--3 .paragraph-item:nth-child(3n),.field-hs-collection-items.counted-items-3 .paragraph-item:nth-child(2n),.field-hs-collection-items.counted-items-3 .paragraph-item:nth-child(3n),.field-hs-collection-items.item-per-row--3 .paragraph-item:nth-child(2n),.field-hs-collection-items.item-per-row--3 .paragraph-item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.field-hs-row-components.counted-items-3 .paragraph-item:nth-child(2n),.field-hs-row-components.counted-items-3 .paragraph-item:nth-child(3n),.field-hs-row-components.item-per-row--3 .paragraph-item:nth-child(2n),.field-hs-row-components.item-per-row--3 .paragraph-item:nth-child(3n),.field-hs-collection-items.counted-items-3 .paragraph-item:nth-child(2n),.field-hs-collection-items.counted-items-3 .paragraph-item:nth-child(3n),.field-hs-collection-items.item-per-row--3 .paragraph-item:nth-child(2n),.field-hs-collection-items.item-per-row--3 .paragraph-item:nth-child(3n){margin-right:0}}.field-hs-row-components.counted-items-3 .paragraph-item:nth-child(3n),.field-hs-row-components.item-per-row--3 .paragraph-item:nth-child(3n),.field-hs-collection-items.counted-items-3 .paragraph-item:nth-child(3n),.field-hs-collection-items.item-per-row--3 .paragraph-item:nth-child(3n){margin-right:0}}@media(min-width: 576px){.field-hs-row-components.counted-items-4 .paragraph-item,.field-hs-row-components.item-per-row--4 .paragraph-item,.field-hs-collection-items.counted-items-4 .paragraph-item,.field-hs-collection-items.item-per-row--4 .paragraph-item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.field-hs-row-components.counted-items-4 .paragraph-item,.field-hs-row-components.item-per-row--4 .paragraph-item,.field-hs-collection-items.counted-items-4 .paragraph-item,.field-hs-collection-items.item-per-row--4 .paragraph-item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.field-hs-row-components.counted-items-4 .paragraph-item,.field-hs-row-components.item-per-row--4 .paragraph-item,.field-hs-collection-items.counted-items-4 .paragraph-item,.field-hs-collection-items.item-per-row--4 .paragraph-item{margin-right:0}}.field-hs-row-components.counted-items-4 .paragraph-item:nth-child(2n),.field-hs-row-components.item-per-row--4 .paragraph-item:nth-child(2n),.field-hs-collection-items.counted-items-4 .paragraph-item:nth-child(2n),.field-hs-collection-items.item-per-row--4 .paragraph-item:nth-child(2n){margin-right:0}}@media(min-width: 992px){.field-hs-row-components.counted-items-4 .paragraph-item,.field-hs-row-components.item-per-row--4 .paragraph-item,.field-hs-collection-items.counted-items-4 .paragraph-item,.field-hs-collection-items.item-per-row--4 .paragraph-item{width:calc(25% - (144px / 4))}@supports(display: grid){.field-hs-row-components.counted-items-4 .paragraph-item,.field-hs-row-components.item-per-row--4 .paragraph-item,.field-hs-collection-items.counted-items-4 .paragraph-item,.field-hs-collection-items.item-per-row--4 .paragraph-item{width:100%;min-width:calc(25% - (144px / 4));margin-right:0}}.field-hs-row-components.counted-items-4 .paragraph-item:nth-child(2n),.field-hs-row-components.counted-items-4 .paragraph-item:nth-child(3n),.field-hs-row-components.item-per-row--4 .paragraph-item:nth-child(2n),.field-hs-row-components.item-per-row--4 .paragraph-item:nth-child(3n),.field-hs-collection-items.counted-items-4 .paragraph-item:nth-child(2n),.field-hs-collection-items.counted-items-4 .paragraph-item:nth-child(3n),.field-hs-collection-items.item-per-row--4 .paragraph-item:nth-child(2n),.field-hs-collection-items.item-per-row--4 .paragraph-item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.field-hs-row-components.counted-items-4 .paragraph-item:nth-child(2n),.field-hs-row-components.counted-items-4 .paragraph-item:nth-child(3n),.field-hs-row-components.item-per-row--4 .paragraph-item:nth-child(2n),.field-hs-row-components.item-per-row--4 .paragraph-item:nth-child(3n),.field-hs-collection-items.counted-items-4 .paragraph-item:nth-child(2n),.field-hs-collection-items.counted-items-4 .paragraph-item:nth-child(3n),.field-hs-collection-items.item-per-row--4 .paragraph-item:nth-child(2n),.field-hs-collection-items.item-per-row--4 .paragraph-item:nth-child(3n){margin-right:0}}.field-hs-row-components.counted-items-4 .paragraph-item:nth-child(4n),.field-hs-row-components.item-per-row--4 .paragraph-item:nth-child(4n),.field-hs-collection-items.counted-items-4 .paragraph-item:nth-child(4n),.field-hs-collection-items.item-per-row--4 .paragraph-item:nth-child(4n){margin-right:0}}}.field-hs-row-components.counted-items-1,.field-hs-row-components.item-per-row--1,.field-hs-collection-items.counted-items-1,.field-hs-collection-items.item-per-row--1{display:block}.field-hs-row-components.counted-items-2,.field-hs-row-components.counted-items-3,.field-hs-row-components.counted-items-4,.field-hs-row-components.item-per-row--2,.field-hs-row-components.item-per-row--3,.field-hs-row-components.item-per-row--4,.field-hs-collection-items.counted-items-2,.field-hs-collection-items.counted-items-3,.field-hs-collection-items.counted-items-4,.field-hs-collection-items.item-per-row--2,.field-hs-collection-items.item-per-row--3,.field-hs-collection-items.item-per-row--4{display:block}@media(min-width: 576px){.field-hs-row-components.counted-items-2,.field-hs-row-components.counted-items-3,.field-hs-row-components.counted-items-4,.field-hs-row-components.item-per-row--2,.field-hs-row-components.item-per-row--3,.field-hs-row-components.item-per-row--4,.field-hs-collection-items.counted-items-2,.field-hs-collection-items.counted-items-3,.field-hs-collection-items.counted-items-4,.field-hs-collection-items.item-per-row--2,.field-hs-collection-items.item-per-row--3,.field-hs-collection-items.item-per-row--4{display:flex}@supports(display: grid){.field-hs-row-components.counted-items-2,.field-hs-row-components.counted-items-3,.field-hs-row-components.counted-items-4,.field-hs-row-components.item-per-row--2,.field-hs-row-components.item-per-row--3,.field-hs-row-components.item-per-row--4,.field-hs-collection-items.counted-items-2,.field-hs-collection-items.counted-items-3,.field-hs-collection-items.counted-items-4,.field-hs-collection-items.item-per-row--2,.field-hs-collection-items.item-per-row--3,.field-hs-collection-items.item-per-row--4{display:grid}}.hs-paragraph-style--well .field-hs-row-components.counted-items-2,.hs-paragraph-style--well-full-width .field-hs-row-components.counted-items-2,.hs-paragraph-style--well .field-hs-row-components.counted-items-3,.hs-paragraph-style--well-full-width .field-hs-row-components.counted-items-3,.hs-paragraph-style--well .field-hs-row-components.counted-items-4,.hs-paragraph-style--well-full-width .field-hs-row-components.counted-items-4,.hs-paragraph-style--well .field-hs-row-components.item-per-row--2,.hs-paragraph-style--well-full-width .field-hs-row-components.item-per-row--2,.hs-paragraph-style--well .field-hs-row-components.item-per-row--3,.hs-paragraph-style--well-full-width .field-hs-row-components.item-per-row--3,.hs-paragraph-style--well .field-hs-row-components.item-per-row--4,.hs-paragraph-style--well-full-width .field-hs-row-components.item-per-row--4,.hs-paragraph-style--well .field-hs-collection-items.counted-items-2,.hs-paragraph-style--well-full-width .field-hs-collection-items.counted-items-2,.hs-paragraph-style--well .field-hs-collection-items.counted-items-3,.hs-paragraph-style--well-full-width .field-hs-collection-items.counted-items-3,.hs-paragraph-style--well .field-hs-collection-items.counted-items-4,.hs-paragraph-style--well-full-width .field-hs-collection-items.counted-items-4,.hs-paragraph-style--well .field-hs-collection-items.item-per-row--2,.hs-paragraph-style--well-full-width .field-hs-collection-items.item-per-row--2,.hs-paragraph-style--well .field-hs-collection-items.item-per-row--3,.hs-paragraph-style--well-full-width .field-hs-collection-items.item-per-row--3,.hs-paragraph-style--well .field-hs-collection-items.item-per-row--4,.hs-paragraph-style--well-full-width .field-hs-collection-items.item-per-row--4{margin:4.8rem auto}}.field-hs-row-components.counted-items-2 .paragraph-item,.field-hs-row-components.counted-items-3 .paragraph-item,.field-hs-row-components.counted-items-4 .paragraph-item,.field-hs-row-components.item-per-row--2 .paragraph-item,.field-hs-row-components.item-per-row--3 .paragraph-item,.field-hs-row-components.item-per-row--4 .paragraph-item,.field-hs-collection-items.counted-items-2 .paragraph-item,.field-hs-collection-items.counted-items-3 .paragraph-item,.field-hs-collection-items.counted-items-4 .paragraph-item,.field-hs-collection-items.item-per-row--2 .paragraph-item,.field-hs-collection-items.item-per-row--3 .paragraph-item,.field-hs-collection-items.item-per-row--4 .paragraph-item{margin-bottom:4.8rem !important}@supports(display: grid){@media(min-width: 576px){.field-hs-row-components.counted-items-2 .paragraph-item,.field-hs-row-components.counted-items-3 .paragraph-item,.field-hs-row-components.counted-items-4 .paragraph-item,.field-hs-row-components.item-per-row--2 .paragraph-item,.field-hs-row-components.item-per-row--3 .paragraph-item,.field-hs-row-components.item-per-row--4 .paragraph-item,.field-hs-collection-items.counted-items-2 .paragraph-item,.field-hs-collection-items.counted-items-3 .paragraph-item,.field-hs-collection-items.counted-items-4 .paragraph-item,.field-hs-collection-items.item-per-row--2 .paragraph-item,.field-hs-collection-items.item-per-row--3 .paragraph-item,.field-hs-collection-items.item-per-row--4 .paragraph-item{margin:0 !important}}}.hb-three-column-w-image{display:flex;flex-wrap:wrap}@media(min-width: 992px){.hb-three-column-w-image{flex-wrap:nowrap}}.hb-three-column-w-image:not(.hs-full-width){max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important}@media(min-width: 768px){.hb-three-column-w-image:not(.hs-full-width){width:calc(100% - (2 * 4.8rem)) !important}}.hb-three-column-w-image--no-sidebar:not(.hs-full-width){max-width:80rem !important}.hb-three-column-w-image__sidebar-1 .block,.hb-three-column-w-image__sidebar-1 .block-hs-blocks,.hb-three-column-w-image__sidebar-1 .hb-sidebar-block{width:100%;z-index:1;position:relative;background-color:#fff}.layout-builder .hb-three-column-w-image__sidebar-1 .block,.layout-builder .hb-three-column-w-image__sidebar-1 .block-hs-blocks,.layout-builder .hb-three-column-w-image__sidebar-1 .hb-sidebar-block{z-index:auto;background-color:initial}.hb-three-column-w-image__sidebar-1 .block.hb-well,.hb-three-column-w-image__sidebar-1 .block.hs-well,.hb-three-column-w-image__sidebar-1 .block.pullquote,.hb-three-column-w-image__sidebar-1 .block-hs-blocks.hb-well,.hb-three-column-w-image__sidebar-1 .block-hs-blocks.hs-well,.hb-three-column-w-image__sidebar-1 .block-hs-blocks.pullquote,.hb-three-column-w-image__sidebar-1 .hb-sidebar-block.hb-well,.hb-three-column-w-image__sidebar-1 .hb-sidebar-block.hs-well,.hb-three-column-w-image__sidebar-1 .hb-sidebar-block.pullquote{background-color:#f1f0ee;padding:2rem 1.8rem;border:0 none}.hb-dark-pattern .hb-three-column-w-image__sidebar-1 .block.hb-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-1 .block.hb-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-1 .block.hs-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-1 .block.hs-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-1 .block.pullquote,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-1 .block.pullquote,.hb-dark-pattern .hb-three-column-w-image__sidebar-1 .block-hs-blocks.hb-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-1 .block-hs-blocks.hb-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-1 .block-hs-blocks.hs-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-1 .block-hs-blocks.hs-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-1 .block-hs-blocks.pullquote,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-1 .block-hs-blocks.pullquote,.hb-dark-pattern .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.hb-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.hb-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.hs-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.hs-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.pullquote,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.pullquote{color:#000}.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-1 .block.hb-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-1 .block.hb-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-1 .block.hs-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-1 .block.hs-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-1 .block.pullquote,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-1 .block.pullquote,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-1 .block-hs-blocks.hb-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-1 .block-hs-blocks.hb-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-1 .block-hs-blocks.hs-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-1 .block-hs-blocks.hs-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-1 .block-hs-blocks.pullquote,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-1 .block-hs-blocks.pullquote,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.hb-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.hb-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.hs-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.hs-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.pullquote,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.pullquote{position:relative;z-index:1}@media(min-width: 992px){.hb-three-column-w-image__sidebar-1{width:22.5%;margin-right:4.8rem}}.hb-three-column-w-image__main{width:100%;margin-bottom:4.8rem}@media(min-width: 992px){.hb-three-column-w-image--one-sidebar .hb-three-column-w-image__main,.hb-three-column-w-image--two-sidebar .hb-three-column-w-image__main{width:calc(100% - 22.5% - 4.8rem);margin-bottom:0}.hb-three-column-w-image--two-sidebar .hb-three-column-w-image__main{width:calc(100% - 45% - 2 * 4.8rem)}}.hb-three-column-w-image__main-top{display:flex;flex-wrap:wrap;justify-content:space-between}@media(min-width: 768px){.hb-three-column-w-image__main-top{flex-wrap:nowrap}}.hb-three-column-w-image__title-text{margin:0 0 1.6rem 0;word-break:break-word}.hb-three-column-w-image__main-top-text{margin:0 1.6rem 1.6rem 0;word-break:break-word}@media(min-width: 992px){.hb-three-column-w-image--one-sidebar .hb-three-column-w-image__main-top-text{display:flex;flex-direction:column}}@media(min-width: 768px){.hb-three-column-w-image--no-sidebar .hb-three-column-w-image__main-top-text{display:flex;flex-direction:column}}@media(min-width: 768px){.hb-three-column-w-image__main-top-image{flex-shrink:0}}.hb-three-column-w-image__main-top-image.align-right,.hb-three-column-w-image__main-top-image.align-left{margin:0 0 1.6rem}@media(min-width: 768px){.hb-three-column-w-image__main-top-image.align-right,.hb-three-column-w-image__main-top-image.align-left{margin-bottom:4.8rem}}@media(min-width: 992px){.hb-three-column-w-image--one-sidebar .hb-three-column-w-image__main-top-image{margin-left:2rem}}@media(min-width: 768px){.hb-three-column-w-image--no-sidebar .hb-three-column-w-image__main-top-image{margin-left:2rem}}.hb-three-column-w-image__main-top-image img{display:block}.hb-three-column-w-image--no-sidebar:not(.hs-full-width) .hb-three-column-w-image__main-body{max-width:78.4rem}.hb-three-column-w-image__main-body .layout__region{margin-bottom:2rem}.hb-three-column-w-image__sidebar-2{margin-left:0}.hb-three-column-w-image__sidebar-2 .block,.hb-three-column-w-image__sidebar-2 .block-hs-blocks,.hb-three-column-w-image__sidebar-2 .hb-sidebar-block{width:100%;z-index:1;position:relative;background-color:#fff}.layout-builder .hb-three-column-w-image__sidebar-2 .block,.layout-builder .hb-three-column-w-image__sidebar-2 .block-hs-blocks,.layout-builder .hb-three-column-w-image__sidebar-2 .hb-sidebar-block{z-index:auto;background-color:initial}.hb-three-column-w-image__sidebar-2 .block.hb-well,.hb-three-column-w-image__sidebar-2 .block.hs-well,.hb-three-column-w-image__sidebar-2 .block.pullquote,.hb-three-column-w-image__sidebar-2 .block-hs-blocks.hb-well,.hb-three-column-w-image__sidebar-2 .block-hs-blocks.hs-well,.hb-three-column-w-image__sidebar-2 .block-hs-blocks.pullquote,.hb-three-column-w-image__sidebar-2 .hb-sidebar-block.hb-well,.hb-three-column-w-image__sidebar-2 .hb-sidebar-block.hs-well,.hb-three-column-w-image__sidebar-2 .hb-sidebar-block.pullquote{background-color:#f1f0ee;padding:2rem 1.8rem;border:0 none}.hb-dark-pattern .hb-three-column-w-image__sidebar-2 .block.hb-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-2 .block.hb-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-2 .block.hs-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-2 .block.hs-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-2 .block.pullquote,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-2 .block.pullquote,.hb-dark-pattern .hb-three-column-w-image__sidebar-2 .block-hs-blocks.hb-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-2 .block-hs-blocks.hb-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-2 .block-hs-blocks.hs-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-2 .block-hs-blocks.hs-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-2 .block-hs-blocks.pullquote,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-2 .block-hs-blocks.pullquote,.hb-dark-pattern .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.hb-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.hb-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.hs-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.hs-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.pullquote,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.pullquote{color:#000}.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-2 .block.hb-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-2 .block.hb-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-2 .block.hs-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-2 .block.hs-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-2 .block.pullquote,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-2 .block.pullquote,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-2 .block-hs-blocks.hb-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-2 .block-hs-blocks.hb-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-2 .block-hs-blocks.hs-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-2 .block-hs-blocks.hs-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-2 .block-hs-blocks.pullquote,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-2 .block-hs-blocks.pullquote,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.hb-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.hb-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.hs-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.hs-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.pullquote,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.pullquote{position:relative;z-index:1}@media(min-width: 992px){.hb-three-column-w-image--one-sidebar .hb-three-column-w-image__sidebar-2{width:22.5%;margin-left:4.8rem}}@media(min-width: 992px){.hb-three-column-w-image__sidebar-2{width:22.5%;margin-left:4.8rem}}.hb-three-column{display:flex;flex-wrap:wrap}@media(min-width: 992px){.hb-three-column{flex-wrap:nowrap}}.hb-three-column:not(.hs-full-width){max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important}@media(min-width: 768px){.hb-three-column:not(.hs-full-width){width:calc(100% - (2 * 4.8rem)) !important}}.hb-three-column__sidebar-1 .block,.hb-three-column__sidebar-1 .block-hs-blocks,.hb-three-column__sidebar-1 .hb-sidebar-block{width:100%;z-index:1;position:relative;background-color:#fff}.layout-builder .hb-three-column__sidebar-1 .block,.layout-builder .hb-three-column__sidebar-1 .block-hs-blocks,.layout-builder .hb-three-column__sidebar-1 .hb-sidebar-block{z-index:auto;background-color:initial}.hb-three-column__sidebar-1 .block.hb-well,.hb-three-column__sidebar-1 .block.hs-well,.hb-three-column__sidebar-1 .block.pullquote,.hb-three-column__sidebar-1 .block-hs-blocks.hb-well,.hb-three-column__sidebar-1 .block-hs-blocks.hs-well,.hb-three-column__sidebar-1 .block-hs-blocks.pullquote,.hb-three-column__sidebar-1 .hb-sidebar-block.hb-well,.hb-three-column__sidebar-1 .hb-sidebar-block.hs-well,.hb-three-column__sidebar-1 .hb-sidebar-block.pullquote{background-color:#f1f0ee;padding:2rem 1.8rem;border:0 none}.hb-dark-pattern .hb-three-column__sidebar-1 .block.hb-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-1 .block.hb-well,.hb-dark-pattern .hb-three-column__sidebar-1 .block.hs-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-1 .block.hs-well,.hb-dark-pattern .hb-three-column__sidebar-1 .block.pullquote,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-1 .block.pullquote,.hb-dark-pattern .hb-three-column__sidebar-1 .block-hs-blocks.hb-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-1 .block-hs-blocks.hb-well,.hb-dark-pattern .hb-three-column__sidebar-1 .block-hs-blocks.hs-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-1 .block-hs-blocks.hs-well,.hb-dark-pattern .hb-three-column__sidebar-1 .block-hs-blocks.pullquote,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-1 .block-hs-blocks.pullquote,.hb-dark-pattern .hb-three-column__sidebar-1 .hb-sidebar-block.hb-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-1 .hb-sidebar-block.hb-well,.hb-dark-pattern .hb-three-column__sidebar-1 .hb-sidebar-block.hs-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-1 .hb-sidebar-block.hs-well,.hb-dark-pattern .hb-three-column__sidebar-1 .hb-sidebar-block.pullquote,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-1 .hb-sidebar-block.pullquote{color:#000}.hb-three-column__sidebar-1 .hb-three-column__sidebar-1 .block.hb-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-1 .block.hb-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-1 .block.hs-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-1 .block.hs-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-1 .block.pullquote,.hb-three-column__sidebar-2 .hb-three-column__sidebar-1 .block.pullquote,.hb-three-column__sidebar-1 .hb-three-column__sidebar-1 .block-hs-blocks.hb-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-1 .block-hs-blocks.hb-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-1 .block-hs-blocks.hs-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-1 .block-hs-blocks.hs-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-1 .block-hs-blocks.pullquote,.hb-three-column__sidebar-2 .hb-three-column__sidebar-1 .block-hs-blocks.pullquote,.hb-three-column__sidebar-1 .hb-three-column__sidebar-1 .hb-sidebar-block.hb-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-1 .hb-sidebar-block.hb-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-1 .hb-sidebar-block.hs-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-1 .hb-sidebar-block.hs-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-1 .hb-sidebar-block.pullquote,.hb-three-column__sidebar-2 .hb-three-column__sidebar-1 .hb-sidebar-block.pullquote{position:relative;z-index:1}@media(min-width: 992px){.hb-three-column__sidebar-1{width:22.5%;margin:0 4.8rem 0 0}}.hb-three-column__main{width:100%}.hb-three-column--no-sidebar:not(.hs-full-width) .hb-three-column__main{max-width:120rem}@media(min-width: 992px){.hb-three-column--one-sidebar .hb-three-column__main{width:calc(100% - 22.5% - 4.8rem)}.hb-three-column--no-sidebar .hb-three-column__main{width:100%;margin-bottom:0}}@media(min-width: 992px){.hb-three-column__main{width:100%;margin-bottom:0}.hb-three-column--two-sidebar .hb-three-column__main{width:calc(100% - 45% - (2 * 4.8rem))}}@media(min-width: 1500px){.hb-three-column--one-sidebar:not(.hs-full-width) .hb-three-column__main{max-width:110rem}}.hb-three-column__sidebar-2{margin:0}.hb-three-column__sidebar-2 .block,.hb-three-column__sidebar-2 .block-hs-blocks,.hb-three-column__sidebar-2 .hb-sidebar-block{width:100%;z-index:1;position:relative;background-color:#fff}.layout-builder .hb-three-column__sidebar-2 .block,.layout-builder .hb-three-column__sidebar-2 .block-hs-blocks,.layout-builder .hb-three-column__sidebar-2 .hb-sidebar-block{z-index:auto;background-color:initial}.hb-three-column__sidebar-2 .block.hb-well,.hb-three-column__sidebar-2 .block.hs-well,.hb-three-column__sidebar-2 .block.pullquote,.hb-three-column__sidebar-2 .block-hs-blocks.hb-well,.hb-three-column__sidebar-2 .block-hs-blocks.hs-well,.hb-three-column__sidebar-2 .block-hs-blocks.pullquote,.hb-three-column__sidebar-2 .hb-sidebar-block.hb-well,.hb-three-column__sidebar-2 .hb-sidebar-block.hs-well,.hb-three-column__sidebar-2 .hb-sidebar-block.pullquote{background-color:#f1f0ee;padding:2rem 1.8rem;border:0 none}.hb-dark-pattern .hb-three-column__sidebar-2 .block.hb-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-2 .block.hb-well,.hb-dark-pattern .hb-three-column__sidebar-2 .block.hs-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-2 .block.hs-well,.hb-dark-pattern .hb-three-column__sidebar-2 .block.pullquote,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-2 .block.pullquote,.hb-dark-pattern .hb-three-column__sidebar-2 .block-hs-blocks.hb-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-2 .block-hs-blocks.hb-well,.hb-dark-pattern .hb-three-column__sidebar-2 .block-hs-blocks.hs-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-2 .block-hs-blocks.hs-well,.hb-dark-pattern .hb-three-column__sidebar-2 .block-hs-blocks.pullquote,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-2 .block-hs-blocks.pullquote,.hb-dark-pattern .hb-three-column__sidebar-2 .hb-sidebar-block.hb-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-2 .hb-sidebar-block.hb-well,.hb-dark-pattern .hb-three-column__sidebar-2 .hb-sidebar-block.hs-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-2 .hb-sidebar-block.hs-well,.hb-dark-pattern .hb-three-column__sidebar-2 .hb-sidebar-block.pullquote,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-2 .hb-sidebar-block.pullquote{color:#000}.hb-three-column__sidebar-1 .hb-three-column__sidebar-2 .block.hb-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-2 .block.hb-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-2 .block.hs-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-2 .block.hs-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-2 .block.pullquote,.hb-three-column__sidebar-2 .hb-three-column__sidebar-2 .block.pullquote,.hb-three-column__sidebar-1 .hb-three-column__sidebar-2 .block-hs-blocks.hb-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-2 .block-hs-blocks.hb-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-2 .block-hs-blocks.hs-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-2 .block-hs-blocks.hs-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-2 .block-hs-blocks.pullquote,.hb-three-column__sidebar-2 .hb-three-column__sidebar-2 .block-hs-blocks.pullquote,.hb-three-column__sidebar-1 .hb-three-column__sidebar-2 .hb-sidebar-block.hb-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-2 .hb-sidebar-block.hb-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-2 .hb-sidebar-block.hs-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-2 .hb-sidebar-block.hs-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-2 .hb-sidebar-block.pullquote,.hb-three-column__sidebar-2 .hb-three-column__sidebar-2 .hb-sidebar-block.pullquote{position:relative;z-index:1}@media(min-width: 992px){.hb-three-column--one-sidebar .hb-three-column__sidebar-2{width:22.5%;margin:0 0 0 4.8rem}}@media(min-width: 992px){.hb-three-column__sidebar-2{width:22.5%;margin:0 0 0 4.8rem}}.layout__region .block-views{clear:both}.layout__region .block-views:not(:last-child){margin-bottom:4.8rem}.layout__region .block-views.hb-dark-pattern{padding:2.4rem}.su-alert{background-color:#f4f4f4;color:#2e2d29;padding:0}.su-alert .fa,.su-alert .fas,.hb-dark-pattern .su-alert .fa,.hb-dark-pattern .su-alert .fas,.hb-dark-pattern .su-alert ol:not([class]) li::before,.su-alert ol:not([class]) li::before{color:#2e2d29}.hb-dark-pattern .su-alert ul:not([class]) li::before,.su-alert ul:not([class]) li::before{background-color:#2e2d29}.hb-dark-pattern .su-alert a,.su-alert a:not([class]),.su-alert a.mailto,.su-alert a[href^="mailto:"],.su-alert a.ext,.su-alert a{color:#2e2d29;border-bottom:0;background-image:none;font-weight:600}.hb-dark-pattern .su-alert a:hover,.hb-dark-pattern .su-alert a:focus,.su-alert a:not([class]):hover,.su-alert a:not([class]):focus,.su-alert a.mailto:hover,.su-alert a.mailto:focus,.su-alert a[href^="mailto:"]:hover,.su-alert a[href^="mailto:"]:focus,.su-alert a.ext:hover,.su-alert a.ext:focus,.su-alert a:hover,.su-alert a:focus{color:#2e2d29;text-decoration:none}.su-alert--text-light,.su-alert--text-light a,.su-alert--text-light .fa,.su-alert--text-light .fas,.su-alert.su-alert--text-light a:not([class]),.su-alert.su-alert--text-light a.mailto,.su-alert.su-alert--text-light a[href^="mailto:"],.su-alert.su-alert--text-light a.ext,.hb-dark-pattern .su-alert.su-alert--text-light a,.hb-dark-pattern .su-alert.su-alert--text-light .fa,.hb-dark-pattern .su-alert.su-alert--text-light .fas,.hb-dark-pattern .su-alert.su-alert--text-light ol:not([class]) li::before,.su-alert--text-light ol:not([class]) li::before{color:#fff}.su-alert--text-light:hover,.su-alert--text-light a:hover,.su-alert--text-light .fa:hover,.su-alert--text-light .fas:hover,.su-alert.su-alert--text-light a:not([class]):hover,.su-alert.su-alert--text-light a.mailto:hover,.su-alert.su-alert--text-light a[href^="mailto:"]:hover,.su-alert.su-alert--text-light a.ext:hover,.hb-dark-pattern .su-alert.su-alert--text-light a:hover,.hb-dark-pattern .su-alert.su-alert--text-light .fa:hover,.hb-dark-pattern .su-alert.su-alert--text-light .fas:hover,.hb-dark-pattern .su-alert.su-alert--text-light ol:not([class]) li::before:hover,.su-alert--text-light ol:not([class]) li::before:hover{color:#fff}.hb-dark-pattern .su-alert--text-light ul:not([class]) li::before,.su-alert--text-light ul:not([class]) li::before{background-color:#fff}.su-alert--plain{background-color:#f4f4f4}.su-alert--error{background-color:#b1040e}.su-alert--success{background-color:#008566}.su-alert--warning{background-color:#eaab00}.su-alert--info{background-color:#006cb8}.su-alert__header{margin-bottom:1em;width:100%;margin-right:2rem}@media(min-width: 992px){.su-alert__header{margin-right:2.6rem;order:1;flex-shrink:1;width:auto;margin-bottom:0}}.su-alert__label{height:100%;line-height:100%;display:inline-block;font-size:1.7rem;text-transform:uppercase;font-weight:600}.su-alert__label::after{content:":"}.su-alert__body{order:2;flex-grow:1;flex-basis:10rem;padding-left:0 !important}.su-alert .su-alert__body .su-alert__heading{margin-bottom:1rem;font-weight:700;margin-top:0;font-size:2.9rem;letter-spacing:-0.012em}.su-alert__text{margin-bottom:0}.su-alert__icon{margin-right:0.5rem;display:inline-block;max-width:2rem}.su-alert .centered-container{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important;padding:1.6rem 0;align-items:center;display:flex;flex-wrap:wrap}@media(min-width: 768px){.su-alert .centered-container{width:calc(100% - (2 * 4.8rem)) !important}}@media(min-width: 768px){.su-alert .centered-container{padding:1.9rem 0}}.hb-card{display:flex;flex-direction:column}@media(min-width: 768px){.hb-card--horizontal{flex-direction:row;align-items:flex-start}}.hb-card__subcontent{width:100%}.hb-card--horizontal-date-stacked .hb-card__subcontent{flex-wrap:wrap}@media(min-width: 576px){.hb-card__subcontent{display:flex}.hb-grid--cols-10 .hb-card__subcontent,.hb-grid--cols-11 .hb-card__subcontent,.hb-grid--cols-12 .hb-card__subcontent,.hb-grid--cols-3 .hb-card__subcontent,.hb-grid--cols-4 .hb-card__subcontent,.hb-grid--cols-5 .hb-card__subcontent,.hb-grid--cols-6 .hb-card__subcontent,.hb-grid--cols-7 .hb-card__subcontent,.hb-grid--cols-8 .hb-card__subcontent,.hb-grid--cols-9 .hb-card__subcontent{display:block}}.hb-card__subcontent:not(:last-child){margin-bottom:1.6rem}.hb-card__subcontent-item{color:#413e39;font-size:1.6rem}@media(min-width: 576px){.hb-card__subcontent-item{display:flex}}.hb-card__subcontent-item:not(:last-child){margin-bottom:0.4rem}@media(min-width: 576px){.hb-card__subcontent-item:not(:last-child){margin-bottom:0}}@media(min-width: 576px){.hb-card__subcontent-item::after{content:"";margin:0 0.8rem;border-left:1px solid;border-color:#413e39}.hb-grid--cols-10 .hb-card__subcontent-item::after,.hb-grid--cols-11 .hb-card__subcontent-item::after,.hb-grid--cols-12 .hb-card__subcontent-item::after,.hb-grid--cols-3 .hb-card__subcontent-item::after,.hb-grid--cols-4 .hb-card__subcontent-item::after,.hb-grid--cols-5 .hb-card__subcontent-item::after,.hb-grid--cols-6 .hb-card__subcontent-item::after,.hb-grid--cols-7 .hb-card__subcontent-item::after,.hb-grid--cols-8 .hb-card__subcontent-item::after,.hb-grid--cols-9 .hb-card__subcontent-item::after{display:none}.hb-dark-pattern .hb-card__subcontent-item::after,.hb-dark-inversion .views-element-container .hb-card__subcontent-item::after{border-color:#fff}}.hb-card__subcontent-item:last-of-type::after{content:"";margin:0;border:0}.hb-card__subcontent-item a{font-weight:600}.hb-card__subcontent--with-icons{padding-top:0.6rem;margin-bottom:0.8rem !important}@media(min-width: 576px){.hb-card__subcontent--with-icons{padding-top:1.2rem}}.hb-card__subcontent-detail{padding-right:2.6rem;margin-bottom:1.6rem}.hb-card__icon .views-label{position:absolute;clip:rect(1px, 1px, 1px, 1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}.hb-card__icon .field-content{display:block;padding:0 0.4rem 0 2.8rem;line-height:127%;font-size:1.6rem}.hb-card__icon--date [class*=views-label-field-hs-event-date]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M17 2h-1V0h-2v2H6V0H4v2H3c-.26217 0-.52176.0518-.76386.15243-.24209.10063-.46191.24811-.64683.43396-.18492.18585-.33129.40641-.43071.649-.09942.24259-.14992.50244-.1486.76461L1 18c0 .5304.21071 1.0391.58579 1.4142C1.96086 19.7893 2.46957 20 3 20h14c.5304 0 1.0391-.2107 1.4142-.5858S19 18.5304 19 18V4c0-.53043-.2107-1.03914-.5858-1.41421C18.0391 2.21071 17.5304 2 17 2Zm0 16H3V7h14v11Z' fill%3D'%23148762'/%3E%3Cpath d%3D'M5.04004 9.08997h2.425V11.515h-2.425V9.08997Zm0 4.24303h2.425v2.425h-2.425v-2.425ZM12.313 9.08997h2.424V11.515h-2.424V9.08997Zm0 4.24303h2.424v2.425h-2.424v-2.425ZM8.67704 9.08997H11.101V11.515H8.67704V9.08997Zm0 4.24303H11.101v2.425H8.67704v-2.425Z' fill%3D'%23148762'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left}.hc-pairing-ocean .hb-card__icon--date [class*=views-label-field-hs-event-date]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M17 2h-1V0h-2v2H6V0H4v2H3c-.26217 0-.52176.0518-.76386.15243-.24209.10063-.46191.24811-.64683.43396-.18492.18585-.33129.40641-.43071.649-.09942.24259-.14992.50244-.1486.76461L1 18c0 .5304.21071 1.0391.58579 1.4142C1.96086 19.7893 2.46957 20 3 20h14c.5304 0 1.0391-.2107 1.4142-.5858S19 18.5304 19 18V4c0-.53043-.2107-1.03914-.5858-1.41421C18.0391 2.21071 17.5304 2 17 2Zm0 16H3V7h14v11Z' fill%3D'%23148762'/%3E%3Cpath d%3D'M5.04004 9.08997h2.425V11.515h-2.425V9.08997Zm0 4.24303h2.425v2.425h-2.425v-2.425ZM12.313 9.08997h2.424V11.515h-2.424V9.08997Zm0 4.24303h2.424v2.425h-2.424v-2.425ZM8.67704 9.08997H11.101V11.515H8.67704V9.08997Zm0 4.24303H11.101v2.425H8.67704v-2.425Z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-card__icon--date [class*=views-label-field-hs-event-date]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M17 2h-1V0h-2v2H6V0H4v2H3c-.26217 0-.52176.0518-.76386.15243-.24209.10063-.46191.24811-.64683.43396-.18492.18585-.33129.40641-.43071.649-.09942.24259-.14992.50244-.1486.76461L1 18c0 .5304.21071 1.0391.58579 1.4142C1.96086 19.7893 2.46957 20 3 20h14c.5304 0 1.0391-.2107 1.4142-.5858S19 18.5304 19 18V4c0-.53043-.2107-1.03914-.5858-1.41421C18.0391 2.21071 17.5304 2 17 2Zm0 16H3V7h14v11Z' fill%3D'%2300638e'/%3E%3Cpath d%3D'M5.04004 9.08997h2.425V11.515h-2.425V9.08997Zm0 4.24303h2.425v2.425h-2.425v-2.425ZM12.313 9.08997h2.424V11.515h-2.424V9.08997Zm0 4.24303h2.424v2.425h-2.424v-2.425ZM8.67704 9.08997H11.101V11.515H8.67704V9.08997Zm0 4.24303H11.101v2.425H8.67704v-2.425Z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-card__icon--date [class*=views-label-field-hs-event-date]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M17 2h-1V0h-2v2H6V0H4v2H3c-.26217 0-.52176.0518-.76386.15243-.24209.10063-.46191.24811-.64683.43396-.18492.18585-.33129.40641-.43071.649-.09942.24259-.14992.50244-.1486.76461L1 18c0 .5304.21071 1.0391.58579 1.4142C1.96086 19.7893 2.46957 20 3 20h14c.5304 0 1.0391-.2107 1.4142-.5858S19 18.5304 19 18V4c0-.53043-.2107-1.03914-.5858-1.41421C18.0391 2.21071 17.5304 2 17 2Zm0 16H3V7h14v11Z' fill%3D'%238c1515'/%3E%3Cpath d%3D'M5.04004 9.08997h2.425V11.515h-2.425V9.08997Zm0 4.24303h2.425v2.425h-2.425v-2.425ZM12.313 9.08997h2.424V11.515h-2.424V9.08997Zm0 4.24303h2.424v2.425h-2.424v-2.425ZM8.67704 9.08997H11.101V11.515H8.67704V9.08997Zm0 4.24303H11.101v2.425H8.67704v-2.425Z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-card__icon--date [class*=views-label-field-hs-event-date]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M17 2h-1V0h-2v2H6V0H4v2H3c-.26217 0-.52176.0518-.76386.15243-.24209.10063-.46191.24811-.64683.43396-.18492.18585-.33129.40641-.43071.649-.09942.24259-.14992.50244-.1486.76461L1 18c0 .5304.21071 1.0391.58579 1.4142C1.96086 19.7893 2.46957 20 3 20h14c.5304 0 1.0391-.2107 1.4142-.5858S19 18.5304 19 18V4c0-.53043-.2107-1.03914-.5858-1.41421C18.0391 2.21071 17.5304 2 17 2Zm0 16H3V7h14v11Z' fill%3D'%233f3c30'/%3E%3Cpath d%3D'M5.04004 9.08997h2.425V11.515h-2.425V9.08997Zm0 4.24303h2.425v2.425h-2.425v-2.425ZM12.313 9.08997h2.424V11.515h-2.424V9.08997Zm0 4.24303h2.424v2.425h-2.424v-2.425ZM8.67704 9.08997H11.101V11.515H8.67704V9.08997Zm0 4.24303H11.101v2.425H8.67704v-2.425Z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-card__icon--date [class*=views-label-field-hs-event-date]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M17 2h-1V0h-2v2H6V0H4v2H3c-.26217 0-.52176.0518-.76386.15243-.24209.10063-.46191.24811-.64683.43396-.18492.18585-.33129.40641-.43071.649-.09942.24259-.14992.50244-.1486.76461L1 18c0 .5304.21071 1.0391.58579 1.4142C1.96086 19.7893 2.46957 20 3 20h14c.5304 0 1.0391-.2107 1.4142-.5858S19 18.5304 19 18V4c0-.53043-.2107-1.03914-.5858-1.41421C18.0391 2.21071 17.5304 2 17 2Zm0 16H3V7h14v11Z' fill%3D'%238c1515'/%3E%3Cpath d%3D'M5.04004 9.08997h2.425V11.515h-2.425V9.08997Zm0 4.24303h2.425v2.425h-2.425v-2.425ZM12.313 9.08997h2.424V11.515h-2.424V9.08997Zm0 4.24303h2.424v2.425h-2.424v-2.425ZM8.67704 9.08997H11.101V11.515H8.67704V9.08997Zm0 4.24303H11.101v2.425H8.67704v-2.425Z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-card__icon--date [class*=views-label-field-hs-event-date]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M17 2h-1V0h-2v2H6V0H4v2H3c-.26217 0-.52176.0518-.76386.15243-.24209.10063-.46191.24811-.64683.43396-.18492.18585-.33129.40641-.43071.649-.09942.24259-.14992.50244-.1486.76461L1 18c0 .5304.21071 1.0391.58579 1.4142C1.96086 19.7893 2.46957 20 3 20h14c.5304 0 1.0391-.2107 1.4142-.5858S19 18.5304 19 18V4c0-.53043-.2107-1.03914-.5858-1.41421C18.0391 2.21071 17.5304 2 17 2Zm0 16H3V7h14v11Z' fill%3D'%2300505c'/%3E%3Cpath d%3D'M5.04004 9.08997h2.425V11.515h-2.425V9.08997Zm0 4.24303h2.425v2.425h-2.425v-2.425ZM12.313 9.08997h2.424V11.515h-2.424V9.08997Zm0 4.24303h2.424v2.425h-2.424v-2.425ZM8.67704 9.08997H11.101V11.515H8.67704V9.08997Zm0 4.24303H11.101v2.425H8.67704v-2.425Z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-dark-pattern .hb-card__icon--date [class*=views-label-field-hs-event-date]+.field-content,.hb-dark-inversion .views-element-container .hb-card__icon--date [class*=views-label-field-hs-event-date]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M17 2h-1V0h-2v2H6V0H4v2H3c-.26217 0-.52176.0518-.76386.15243-.24209.10063-.46191.24811-.64683.43396-.18492.18585-.33129.40641-.43071.649-.09942.24259-.14992.50244-.1486.76461L1 18c0 .5304.21071 1.0391.58579 1.4142C1.96086 19.7893 2.46957 20 3 20h14c.5304 0 1.0391-.2107 1.4142-.5858S19 18.5304 19 18V4c0-.53043-.2107-1.03914-.5858-1.41421C18.0391 2.21071 17.5304 2 17 2Zm0 16H3V7h14v11Z' fill%3D'%23ffffff'/%3E%3Cpath d%3D'M5.04004 9.08997h2.425V11.515h-2.425V9.08997Zm0 4.24303h2.425v2.425h-2.425v-2.425ZM12.313 9.08997h2.424V11.515h-2.424V9.08997Zm0 4.24303h2.424v2.425h-2.424v-2.425ZM8.67704 9.08997H11.101V11.515H8.67704V9.08997Zm0 4.24303H11.101v2.425H8.67704v-2.425Z' fill%3D'%23ffffff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left}.hb-card__icon--location [class*=views-label-field-hs-event-location]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M10 0C5.86429 0 2.5 3.24894 2.5 7.24287 2.5 12.1991 9.21143 19.475 9.4975 19.7834c.06331.0681.14077.1227.22735.16.08658.0373.18033.0566.27515.0566.0948 0 .1886-.0193.2751-.0566.0866-.0373.1641-.0919.2274-.16.2861-.3094 6.9975-7.5843 6.9975-12.54053C17.5 3.24894 14.1357 0 10 0Zm0 10.8871c-2.08071 0-3.77357-1.63485-3.77357-3.64423S7.91929 3.59867 10 3.59867c2.0807 0 3.7736 1.63482 3.7736 3.6442S12.0807 10.8871 10 10.8871Z' fill%3D'%23148762'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left}.hc-pairing-ocean .hb-card__icon--location [class*=views-label-field-hs-event-location]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M10 0C5.86429 0 2.5 3.24894 2.5 7.24287 2.5 12.1991 9.21143 19.475 9.4975 19.7834c.06331.0681.14077.1227.22735.16.08658.0373.18033.0566.27515.0566.0948 0 .1886-.0193.2751-.0566.0866-.0373.1641-.0919.2274-.16.2861-.3094 6.9975-7.5843 6.9975-12.54053C17.5 3.24894 14.1357 0 10 0Zm0 10.8871c-2.08071 0-3.77357-1.63485-3.77357-3.64423S7.91929 3.59867 10 3.59867c2.0807 0 3.7736 1.63482 3.7736 3.6442S12.0807 10.8871 10 10.8871Z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-card__icon--location [class*=views-label-field-hs-event-location]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M10 0C5.86429 0 2.5 3.24894 2.5 7.24287 2.5 12.1991 9.21143 19.475 9.4975 19.7834c.06331.0681.14077.1227.22735.16.08658.0373.18033.0566.27515.0566.0948 0 .1886-.0193.2751-.0566.0866-.0373.1641-.0919.2274-.16.2861-.3094 6.9975-7.5843 6.9975-12.54053C17.5 3.24894 14.1357 0 10 0Zm0 10.8871c-2.08071 0-3.77357-1.63485-3.77357-3.64423S7.91929 3.59867 10 3.59867c2.0807 0 3.7736 1.63482 3.7736 3.6442S12.0807 10.8871 10 10.8871Z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-card__icon--location [class*=views-label-field-hs-event-location]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M10 0C5.86429 0 2.5 3.24894 2.5 7.24287 2.5 12.1991 9.21143 19.475 9.4975 19.7834c.06331.0681.14077.1227.22735.16.08658.0373.18033.0566.27515.0566.0948 0 .1886-.0193.2751-.0566.0866-.0373.1641-.0919.2274-.16.2861-.3094 6.9975-7.5843 6.9975-12.54053C17.5 3.24894 14.1357 0 10 0Zm0 10.8871c-2.08071 0-3.77357-1.63485-3.77357-3.64423S7.91929 3.59867 10 3.59867c2.0807 0 3.7736 1.63482 3.7736 3.6442S12.0807 10.8871 10 10.8871Z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-card__icon--location [class*=views-label-field-hs-event-location]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M10 0C5.86429 0 2.5 3.24894 2.5 7.24287 2.5 12.1991 9.21143 19.475 9.4975 19.7834c.06331.0681.14077.1227.22735.16.08658.0373.18033.0566.27515.0566.0948 0 .1886-.0193.2751-.0566.0866-.0373.1641-.0919.2274-.16.2861-.3094 6.9975-7.5843 6.9975-12.54053C17.5 3.24894 14.1357 0 10 0Zm0 10.8871c-2.08071 0-3.77357-1.63485-3.77357-3.64423S7.91929 3.59867 10 3.59867c2.0807 0 3.7736 1.63482 3.7736 3.6442S12.0807 10.8871 10 10.8871Z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-card__icon--location [class*=views-label-field-hs-event-location]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M10 0C5.86429 0 2.5 3.24894 2.5 7.24287 2.5 12.1991 9.21143 19.475 9.4975 19.7834c.06331.0681.14077.1227.22735.16.08658.0373.18033.0566.27515.0566.0948 0 .1886-.0193.2751-.0566.0866-.0373.1641-.0919.2274-.16.2861-.3094 6.9975-7.5843 6.9975-12.54053C17.5 3.24894 14.1357 0 10 0Zm0 10.8871c-2.08071 0-3.77357-1.63485-3.77357-3.64423S7.91929 3.59867 10 3.59867c2.0807 0 3.7736 1.63482 3.7736 3.6442S12.0807 10.8871 10 10.8871Z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-card__icon--location [class*=views-label-field-hs-event-location]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M10 0C5.86429 0 2.5 3.24894 2.5 7.24287 2.5 12.1991 9.21143 19.475 9.4975 19.7834c.06331.0681.14077.1227.22735.16.08658.0373.18033.0566.27515.0566.0948 0 .1886-.0193.2751-.0566.0866-.0373.1641-.0919.2274-.16.2861-.3094 6.9975-7.5843 6.9975-12.54053C17.5 3.24894 14.1357 0 10 0Zm0 10.8871c-2.08071 0-3.77357-1.63485-3.77357-3.64423S7.91929 3.59867 10 3.59867c2.0807 0 3.7736 1.63482 3.7736 3.6442S12.0807 10.8871 10 10.8871Z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-dark-pattern .hb-card__icon--location [class*=views-label-field-hs-event-location]+.field-content,.hb-dark-inversion .views-element-container .hb-card__icon--location [class*=views-label-field-hs-event-location]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M10 0C5.86429 0 2.5 3.24894 2.5 7.24287 2.5 12.1991 9.21143 19.475 9.4975 19.7834c.06331.0681.14077.1227.22735.16.08658.0373.18033.0566.27515.0566.0948 0 .1886-.0193.2751-.0566.0866-.0373.1641-.0919.2274-.16.2861-.3094 6.9975-7.5843 6.9975-12.54053C17.5 3.24894 14.1357 0 10 0Zm0 10.8871c-2.08071 0-3.77357-1.63485-3.77357-3.64423S7.91929 3.59867 10 3.59867c2.0807 0 3.7736 1.63482 3.7736 3.6442S12.0807 10.8871 10 10.8871Z' fill%3D'%23ffffff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left}.hb-card__icon--speaker [class*=views-label-field-hs-event-speaker]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M9.8052 10.1523c1.2578 0 2.3465-.45125 3.2367-1.34045.8892-.89015 1.3395-1.9779 1.3395-3.2357 0-1.25685-.4503-2.3465-1.3395-3.2357C12.1508 1.45125 11.0621 1 9.80425 1c-1.2559 0-2.3446.45125-3.2338 1.34045-.89015.89015-1.3414 1.9779-1.3414 3.2357s.45125 2.3465 1.3414 3.2357c.8892.8892 1.9779 1.34045 3.23475 1.34045Zm8.0075 5.4577c-.0256-.3705-.0769-.7742-.1538-1.2008-.0717-.4081-.17-.8112-.2946-1.2064-.1263-.3914-.2928-.7687-.4968-1.1258-.2009-.3598-.453-.6885-.7486-.9756-.3111-.2923-.676-.5214-1.0744-.6745-.4375-.1689-.903-.2533-1.3718-.2489-.1948 0-.3819.0797-.7439.3153-.2232.1454-.4845.3135-.7752.4997-.2489.1587-.5861.3069-1.0022.4418-.3957.1295-.8092.1962-1.22555.1976-.4085 0-.8208-.0665-1.2274-.1976-.4161-.1349-.75335-.2831-1.0013-.4418-.2888-.1843-.5491-.3524-.77615-.4997-.361-.2356-.5491-.3153-.7429-.3153-.494 0-.9557.0835-1.3718.2479-.39886.1533-.7641.3827-1.0754.6755-.28215.2707-.5339.5984-.74765.9756-.20615.3629-.37335.741-.49685 1.1258-.11875.3705-.2185.777-.2945 1.2064-.076.4256-.12825.8303-.1539 1.2008-.02565.3639-.038.741-.038 1.122 0 .9918.3154 1.7955.9367 2.3873.6137.5843 1.4269.8807 2.4149.8807h9.1485c.988 0 1.8003-.2964 2.414-.8807.6222-.5918.9376-1.3946.9376-2.3873 0-.3829-.0133-.76-.038-1.122h-.001Z' fill%3D'%23148762'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left}.hc-pairing-ocean .hb-card__icon--speaker [class*=views-label-field-hs-event-speaker]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M9.8052 10.1523c1.2578 0 2.3465-.45125 3.2367-1.34045.8892-.89015 1.3395-1.9779 1.3395-3.2357 0-1.25685-.4503-2.3465-1.3395-3.2357C12.1508 1.45125 11.0621 1 9.80425 1c-1.2559 0-2.3446.45125-3.2338 1.34045-.89015.89015-1.3414 1.9779-1.3414 3.2357s.45125 2.3465 1.3414 3.2357c.8892.8892 1.9779 1.34045 3.23475 1.34045Zm8.0075 5.4577c-.0256-.3705-.0769-.7742-.1538-1.2008-.0717-.4081-.17-.8112-.2946-1.2064-.1263-.3914-.2928-.7687-.4968-1.1258-.2009-.3598-.453-.6885-.7486-.9756-.3111-.2923-.676-.5214-1.0744-.6745-.4375-.1689-.903-.2533-1.3718-.2489-.1948 0-.3819.0797-.7439.3153-.2232.1454-.4845.3135-.7752.4997-.2489.1587-.5861.3069-1.0022.4418-.3957.1295-.8092.1962-1.22555.1976-.4085 0-.8208-.0665-1.2274-.1976-.4161-.1349-.75335-.2831-1.0013-.4418-.2888-.1843-.5491-.3524-.77615-.4997-.361-.2356-.5491-.3153-.7429-.3153-.494 0-.9557.0835-1.3718.2479-.39886.1533-.7641.3827-1.0754.6755-.28215.2707-.5339.5984-.74765.9756-.20615.3629-.37335.741-.49685 1.1258-.11875.3705-.2185.777-.2945 1.2064-.076.4256-.12825.8303-.1539 1.2008-.02565.3639-.038.741-.038 1.122 0 .9918.3154 1.7955.9367 2.3873.6137.5843 1.4269.8807 2.4149.8807h9.1485c.988 0 1.8003-.2964 2.414-.8807.6222-.5918.9376-1.3946.9376-2.3873 0-.3829-.0133-.76-.038-1.122h-.001Z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-card__icon--speaker [class*=views-label-field-hs-event-speaker]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M9.8052 10.1523c1.2578 0 2.3465-.45125 3.2367-1.34045.8892-.89015 1.3395-1.9779 1.3395-3.2357 0-1.25685-.4503-2.3465-1.3395-3.2357C12.1508 1.45125 11.0621 1 9.80425 1c-1.2559 0-2.3446.45125-3.2338 1.34045-.89015.89015-1.3414 1.9779-1.3414 3.2357s.45125 2.3465 1.3414 3.2357c.8892.8892 1.9779 1.34045 3.23475 1.34045Zm8.0075 5.4577c-.0256-.3705-.0769-.7742-.1538-1.2008-.0717-.4081-.17-.8112-.2946-1.2064-.1263-.3914-.2928-.7687-.4968-1.1258-.2009-.3598-.453-.6885-.7486-.9756-.3111-.2923-.676-.5214-1.0744-.6745-.4375-.1689-.903-.2533-1.3718-.2489-.1948 0-.3819.0797-.7439.3153-.2232.1454-.4845.3135-.7752.4997-.2489.1587-.5861.3069-1.0022.4418-.3957.1295-.8092.1962-1.22555.1976-.4085 0-.8208-.0665-1.2274-.1976-.4161-.1349-.75335-.2831-1.0013-.4418-.2888-.1843-.5491-.3524-.77615-.4997-.361-.2356-.5491-.3153-.7429-.3153-.494 0-.9557.0835-1.3718.2479-.39886.1533-.7641.3827-1.0754.6755-.28215.2707-.5339.5984-.74765.9756-.20615.3629-.37335.741-.49685 1.1258-.11875.3705-.2185.777-.2945 1.2064-.076.4256-.12825.8303-.1539 1.2008-.02565.3639-.038.741-.038 1.122 0 .9918.3154 1.7955.9367 2.3873.6137.5843 1.4269.8807 2.4149.8807h9.1485c.988 0 1.8003-.2964 2.414-.8807.6222-.5918.9376-1.3946.9376-2.3873 0-.3829-.0133-.76-.038-1.122h-.001Z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-card__icon--speaker [class*=views-label-field-hs-event-speaker]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M9.8052 10.1523c1.2578 0 2.3465-.45125 3.2367-1.34045.8892-.89015 1.3395-1.9779 1.3395-3.2357 0-1.25685-.4503-2.3465-1.3395-3.2357C12.1508 1.45125 11.0621 1 9.80425 1c-1.2559 0-2.3446.45125-3.2338 1.34045-.89015.89015-1.3414 1.9779-1.3414 3.2357s.45125 2.3465 1.3414 3.2357c.8892.8892 1.9779 1.34045 3.23475 1.34045Zm8.0075 5.4577c-.0256-.3705-.0769-.7742-.1538-1.2008-.0717-.4081-.17-.8112-.2946-1.2064-.1263-.3914-.2928-.7687-.4968-1.1258-.2009-.3598-.453-.6885-.7486-.9756-.3111-.2923-.676-.5214-1.0744-.6745-.4375-.1689-.903-.2533-1.3718-.2489-.1948 0-.3819.0797-.7439.3153-.2232.1454-.4845.3135-.7752.4997-.2489.1587-.5861.3069-1.0022.4418-.3957.1295-.8092.1962-1.22555.1976-.4085 0-.8208-.0665-1.2274-.1976-.4161-.1349-.75335-.2831-1.0013-.4418-.2888-.1843-.5491-.3524-.77615-.4997-.361-.2356-.5491-.3153-.7429-.3153-.494 0-.9557.0835-1.3718.2479-.39886.1533-.7641.3827-1.0754.6755-.28215.2707-.5339.5984-.74765.9756-.20615.3629-.37335.741-.49685 1.1258-.11875.3705-.2185.777-.2945 1.2064-.076.4256-.12825.8303-.1539 1.2008-.02565.3639-.038.741-.038 1.122 0 .9918.3154 1.7955.9367 2.3873.6137.5843 1.4269.8807 2.4149.8807h9.1485c.988 0 1.8003-.2964 2.414-.8807.6222-.5918.9376-1.3946.9376-2.3873 0-.3829-.0133-.76-.038-1.122h-.001Z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-card__icon--speaker [class*=views-label-field-hs-event-speaker]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M9.8052 10.1523c1.2578 0 2.3465-.45125 3.2367-1.34045.8892-.89015 1.3395-1.9779 1.3395-3.2357 0-1.25685-.4503-2.3465-1.3395-3.2357C12.1508 1.45125 11.0621 1 9.80425 1c-1.2559 0-2.3446.45125-3.2338 1.34045-.89015.89015-1.3414 1.9779-1.3414 3.2357s.45125 2.3465 1.3414 3.2357c.8892.8892 1.9779 1.34045 3.23475 1.34045Zm8.0075 5.4577c-.0256-.3705-.0769-.7742-.1538-1.2008-.0717-.4081-.17-.8112-.2946-1.2064-.1263-.3914-.2928-.7687-.4968-1.1258-.2009-.3598-.453-.6885-.7486-.9756-.3111-.2923-.676-.5214-1.0744-.6745-.4375-.1689-.903-.2533-1.3718-.2489-.1948 0-.3819.0797-.7439.3153-.2232.1454-.4845.3135-.7752.4997-.2489.1587-.5861.3069-1.0022.4418-.3957.1295-.8092.1962-1.22555.1976-.4085 0-.8208-.0665-1.2274-.1976-.4161-.1349-.75335-.2831-1.0013-.4418-.2888-.1843-.5491-.3524-.77615-.4997-.361-.2356-.5491-.3153-.7429-.3153-.494 0-.9557.0835-1.3718.2479-.39886.1533-.7641.3827-1.0754.6755-.28215.2707-.5339.5984-.74765.9756-.20615.3629-.37335.741-.49685 1.1258-.11875.3705-.2185.777-.2945 1.2064-.076.4256-.12825.8303-.1539 1.2008-.02565.3639-.038.741-.038 1.122 0 .9918.3154 1.7955.9367 2.3873.6137.5843 1.4269.8807 2.4149.8807h9.1485c.988 0 1.8003-.2964 2.414-.8807.6222-.5918.9376-1.3946.9376-2.3873 0-.3829-.0133-.76-.038-1.122h-.001Z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-card__icon--speaker [class*=views-label-field-hs-event-speaker]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M9.8052 10.1523c1.2578 0 2.3465-.45125 3.2367-1.34045.8892-.89015 1.3395-1.9779 1.3395-3.2357 0-1.25685-.4503-2.3465-1.3395-3.2357C12.1508 1.45125 11.0621 1 9.80425 1c-1.2559 0-2.3446.45125-3.2338 1.34045-.89015.89015-1.3414 1.9779-1.3414 3.2357s.45125 2.3465 1.3414 3.2357c.8892.8892 1.9779 1.34045 3.23475 1.34045Zm8.0075 5.4577c-.0256-.3705-.0769-.7742-.1538-1.2008-.0717-.4081-.17-.8112-.2946-1.2064-.1263-.3914-.2928-.7687-.4968-1.1258-.2009-.3598-.453-.6885-.7486-.9756-.3111-.2923-.676-.5214-1.0744-.6745-.4375-.1689-.903-.2533-1.3718-.2489-.1948 0-.3819.0797-.7439.3153-.2232.1454-.4845.3135-.7752.4997-.2489.1587-.5861.3069-1.0022.4418-.3957.1295-.8092.1962-1.22555.1976-.4085 0-.8208-.0665-1.2274-.1976-.4161-.1349-.75335-.2831-1.0013-.4418-.2888-.1843-.5491-.3524-.77615-.4997-.361-.2356-.5491-.3153-.7429-.3153-.494 0-.9557.0835-1.3718.2479-.39886.1533-.7641.3827-1.0754.6755-.28215.2707-.5339.5984-.74765.9756-.20615.3629-.37335.741-.49685 1.1258-.11875.3705-.2185.777-.2945 1.2064-.076.4256-.12825.8303-.1539 1.2008-.02565.3639-.038.741-.038 1.122 0 .9918.3154 1.7955.9367 2.3873.6137.5843 1.4269.8807 2.4149.8807h9.1485c.988 0 1.8003-.2964 2.414-.8807.6222-.5918.9376-1.3946.9376-2.3873 0-.3829-.0133-.76-.038-1.122h-.001Z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-card__icon--speaker [class*=views-label-field-hs-event-speaker]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M9.8052 10.1523c1.2578 0 2.3465-.45125 3.2367-1.34045.8892-.89015 1.3395-1.9779 1.3395-3.2357 0-1.25685-.4503-2.3465-1.3395-3.2357C12.1508 1.45125 11.0621 1 9.80425 1c-1.2559 0-2.3446.45125-3.2338 1.34045-.89015.89015-1.3414 1.9779-1.3414 3.2357s.45125 2.3465 1.3414 3.2357c.8892.8892 1.9779 1.34045 3.23475 1.34045Zm8.0075 5.4577c-.0256-.3705-.0769-.7742-.1538-1.2008-.0717-.4081-.17-.8112-.2946-1.2064-.1263-.3914-.2928-.7687-.4968-1.1258-.2009-.3598-.453-.6885-.7486-.9756-.3111-.2923-.676-.5214-1.0744-.6745-.4375-.1689-.903-.2533-1.3718-.2489-.1948 0-.3819.0797-.7439.3153-.2232.1454-.4845.3135-.7752.4997-.2489.1587-.5861.3069-1.0022.4418-.3957.1295-.8092.1962-1.22555.1976-.4085 0-.8208-.0665-1.2274-.1976-.4161-.1349-.75335-.2831-1.0013-.4418-.2888-.1843-.5491-.3524-.77615-.4997-.361-.2356-.5491-.3153-.7429-.3153-.494 0-.9557.0835-1.3718.2479-.39886.1533-.7641.3827-1.0754.6755-.28215.2707-.5339.5984-.74765.9756-.20615.3629-.37335.741-.49685 1.1258-.11875.3705-.2185.777-.2945 1.2064-.076.4256-.12825.8303-.1539 1.2008-.02565.3639-.038.741-.038 1.122 0 .9918.3154 1.7955.9367 2.3873.6137.5843 1.4269.8807 2.4149.8807h9.1485c.988 0 1.8003-.2964 2.414-.8807.6222-.5918.9376-1.3946.9376-2.3873 0-.3829-.0133-.76-.038-1.122h-.001Z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-dark-pattern .hb-card__icon--speaker [class*=views-label-field-hs-event-speaker]+.field-content,.hb-dark-inversion .views-element-container .hb-card__icon--speaker [class*=views-label-field-hs-event-speaker]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M9.8052 10.1523c1.2578 0 2.3465-.45125 3.2367-1.34045.8892-.89015 1.3395-1.9779 1.3395-3.2357 0-1.25685-.4503-2.3465-1.3395-3.2357C12.1508 1.45125 11.0621 1 9.80425 1c-1.2559 0-2.3446.45125-3.2338 1.34045-.89015.89015-1.3414 1.9779-1.3414 3.2357s.45125 2.3465 1.3414 3.2357c.8892.8892 1.9779 1.34045 3.23475 1.34045Zm8.0075 5.4577c-.0256-.3705-.0769-.7742-.1538-1.2008-.0717-.4081-.17-.8112-.2946-1.2064-.1263-.3914-.2928-.7687-.4968-1.1258-.2009-.3598-.453-.6885-.7486-.9756-.3111-.2923-.676-.5214-1.0744-.6745-.4375-.1689-.903-.2533-1.3718-.2489-.1948 0-.3819.0797-.7439.3153-.2232.1454-.4845.3135-.7752.4997-.2489.1587-.5861.3069-1.0022.4418-.3957.1295-.8092.1962-1.22555.1976-.4085 0-.8208-.0665-1.2274-.1976-.4161-.1349-.75335-.2831-1.0013-.4418-.2888-.1843-.5491-.3524-.77615-.4997-.361-.2356-.5491-.3153-.7429-.3153-.494 0-.9557.0835-1.3718.2479-.39886.1533-.7641.3827-1.0754.6755-.28215.2707-.5339.5984-.74765.9756-.20615.3629-.37335.741-.49685 1.1258-.11875.3705-.2185.777-.2945 1.2064-.076.4256-.12825.8303-.1539 1.2008-.02565.3639-.038.741-.038 1.122 0 .9918.3154 1.7955.9367 2.3873.6137.5843 1.4269.8807 2.4149.8807h9.1485c.988 0 1.8003-.2964 2.414-.8807.6222-.5918.9376-1.3946.9376-2.3873 0-.3829-.0133-.76-.038-1.122h-.001Z' fill%3D'%23ffffff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left}.hb-card__location{color:#413e39;font-size:1.4rem;margin-bottom:1.6rem}@media(min-width: 768px){.hb-card__location{font-size:1.6rem}}.hb-card__highlighted{color:#413e39;font-size:1.4rem}@media(min-width: 768px){.hb-card__highlighted{font-size:1.6rem}}.hb-card__highlighted:not(:last-child){margin-bottom:1.6rem}.hb-card__highlighted .views-label{font-size:1.6rem;font-style:normal;text-transform:inherit;color:#148762;color:var(--palette--secondary);display:inline-block;margin-right:0.6rem}.hb-well .hb-card__highlighted .views-label{color:#0c523b !important;color:var(--palette--secondary-darken-12) !important}.hb-card__graphics{position:relative;margin-bottom:2.4rem}@media(min-width: 768px){.hb-card--horizontal .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px);margin-right:4.8rem;margin-bottom:0}}@media(min-width: 768px){.hb-card--horizontal-date-stacked .hb-card__graphics{max-width:100%}}.hb-card__graphics--has-date{min-height:13rem}.hb-card--no-image .hb-card__graphics,[class^=hb-card-image-] .hb-card--no-image .hb-card__graphics{flex:initial;max-width:initial;margin-right:0}.hb-card__img{overflow:hidden}.hb-card__img a{display:block;background-image:none}.hb-card__img a:focus,.hb-card__img a:hover{border-bottom:0 none}.hb-card__img a:focus img,.hb-card__img a:hover img{transform:scale(1.07)}.hb-card__img img{width:100%;height:auto;transform:scale(1);transition:transform 150ms ease-in-out}.hb-card .field-media-image{margin:0}.hb-card__date-tile{text-align:center;margin-right:4.8rem;position:absolute;display:flex;flex-direction:column;justify-content:center;width:11rem;height:11rem;background-color:#148762;background-color:var(--palette--secondary);color:#fff;padding:1.2rem 1rem 0.8rem;bottom:1.8rem;left:-1rem;z-index:5}@media(min-width: 576px){.hb-card__date-tile{bottom:2.2rem;left:-1.4rem}}.hb-card__date-tile:only-child{position:relative;bottom:auto;left:auto}.hb-card__date-tile-month{text-transform:uppercase;font-weight:600;font-size:1.6rem;line-height:122%}.hb-card__date-tile-day{font-weight:600;line-height:100%;font-size:5.2rem}@media(min-width: 768px){.hb-card--horizontal .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px);flex-grow:1}@supports(max-width: 100%){.hb-card--horizontal .hb-card__content{max-width:100%}}}.hb-card__title{margin-top:0;margin-bottom:2.4rem}@media(min-width: 768px){.hb-card__title{margin-bottom:2.8rem}}.hb-card__title h2,.hb-card__title h3,.hb-card__title h4,.hb-card__title h5,.hb-card__title h6{font-weight:600;font-size:1.8rem;line-height:124%;margin:0;overflow-wrap:break-word}@media(min-width: 576px){.hb-card__title h2,.hb-card__title h3,.hb-card__title h4,.hb-card__title h5,.hb-card__title h6{font-weight:600;font-size:2.4rem;line-height:124%}}@media(min-width: 768px){.hb-card__title h2,.hb-card__title h3,.hb-card__title h4,.hb-card__title h5,.hb-card__title h6{font-weight:600;font-size:2.7rem;line-height:119%}}@media(min-width: 576px){.hb-grid .hb-card__title h2,.ptype-hs-collection .hb-card__title h2,.ptype-hs-row .hb-card__title h2,.hb-grid .hb-card__title h3,.ptype-hs-collection .hb-card__title h3,.ptype-hs-row .hb-card__title h3,.hb-grid .hb-card__title h4,.ptype-hs-collection .hb-card__title h4,.ptype-hs-row .hb-card__title h4,.hb-grid .hb-card__title h5,.ptype-hs-collection .hb-card__title h5,.ptype-hs-row .hb-card__title h5,.hb-grid .hb-card__title h6,.ptype-hs-collection .hb-card__title h6,.ptype-hs-row .hb-card__title h6{font-weight:600;font-size:1.8rem;line-height:124%}}@media(min-width: 992px){.hb-grid .hb-card__title h2,.ptype-hs-collection .hb-card__title h2,.ptype-hs-row .hb-card__title h2,.hb-grid .hb-card__title h3,.ptype-hs-collection .hb-card__title h3,.ptype-hs-row .hb-card__title h3,.hb-grid .hb-card__title h4,.ptype-hs-collection .hb-card__title h4,.ptype-hs-row .hb-card__title h4,.hb-grid .hb-card__title h5,.ptype-hs-collection .hb-card__title h5,.ptype-hs-row .hb-card__title h5,.hb-grid .hb-card__title h6,.ptype-hs-collection .hb-card__title h6,.ptype-hs-row .hb-card__title h6{font-weight:600;font-size:2rem;line-height:124%}}.hb-card__title h6{text-transform:initial}.hb-card__author{margin-bottom:1.4rem}.hb-card__description{font-weight:400;font-size:1.6rem;line-height:122%;word-break:break-word}@media(min-width: 992px){.hb-card__description{font-weight:400;font-size:1.8rem;line-height:127%}}.hb-card__description:not(:last-child){margin-bottom:2.4rem}.hb-card__description .views-field:not(:last-child){display:block;margin-bottom:1.6rem}.hb-card__decorative-link{display:flex;align-items:center;width:100%;position:relative}.hb-card__decorative-link .views-field{width:100%}.hb-card__decorative-link a{display:block;color:rgba(0,0,0,0);height:4.4rem;text-decoration:none;background-image:none;width:100%}.hb-dark-pattern .hb-card__decorative-link a,.hb-dark-inversion .views-element-container .hb-card__decorative-link a{color:rgba(0,0,0,0)}.hb-dark-pattern .hb-card__decorative-link a:hover,.hb-dark-pattern .hb-card__decorative-link a:focus,.hb-dark-inversion .views-element-container .hb-card__decorative-link a:hover,.hb-dark-inversion .views-element-container .hb-card__decorative-link a:focus{color:rgba(0,0,0,0)}.hb-card__decorative-link a:hover,.hb-card__decorative-link a:focus{color:rgba(0,0,0,0);cursor:pointer}.hb-card__decorative-link a:hover::before,.hb-card__decorative-link a:focus::before{transform:translateX(0.625rem);background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-ocean .hb-card__decorative-link a:hover::before,.hc-pairing-ocean .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-card__decorative-link a:hover::before,.hc-pairing-mountain .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23003851' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-card__decorative-link a:hover::before,.hc-pairing-cardinal .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23570d0d' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-card__decorative-link a:hover::before,.hc-pairing-lake .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-card__decorative-link a:hover::before,.hc-pairing-canyon .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%232c0606' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-card__decorative-link a:hover::before,.hc-pairing-cliff .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-dark-pattern .hb-card__decorative-link a:hover::before,.hb-dark-inversion .views-element-container .hb-card__decorative-link a:hover::before,.hb-dark-pattern .hb-card__decorative-link a:focus::before,.hb-dark-inversion .views-element-container .hb-card__decorative-link a:focus::before{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23d9d7d2' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::before,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::before,.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::before,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:focus::before{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-ocean .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::before,.hc-pairing-ocean .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::before,.hc-pairing-ocean .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::before,.hc-pairing-ocean .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::before,.hc-pairing-mountain .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::before,.hc-pairing-mountain .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::before,.hc-pairing-mountain .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23003851' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::before,.hc-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::before,.hc-pairing-cardinal .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::before,.hc-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23570d0d' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::before,.hc-pairing-lake .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::before,.hc-pairing-lake .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::before,.hc-pairing-lake .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::before,.hc-pairing-canyon .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::before,.hc-pairing-canyon .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::before,.hc-pairing-canyon .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%232c0606' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::before,.hc-pairing-cliff .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::before,.hc-pairing-cliff .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::before,.hc-pairing-cliff .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-card__decorative-link a::before{content:"";position:absolute;left:0;height:4.4rem;width:4.4rem;background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");transform:translateX(0);transition:transform 150ms ease-in-out;will-change:contents}.hc-pairing-ocean .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-dark-pattern .hb-card__decorative-link a::before,.hb-dark-inversion .views-element-container .hb-card__decorative-link a::before{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::before,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::before{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-ocean .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::before,.hc-pairing-ocean .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::before,.hc-pairing-mountain .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::before,.hc-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::before,.hc-pairing-lake .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::before,.hc-pairing-canyon .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::before,.hc-pairing-cliff .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-grid{display:flex;justify-content:flex-start;flex-wrap:wrap}@supports(display: grid){@media(min-width: 576px){.hb-grid{display:grid;gap:4.8rem}}@media(min-width: 576px){.hb-grid.hb-grid--cols-1{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-2{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-3{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hb-grid.hb-grid--cols-3{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-4{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hb-grid.hb-grid--cols-4{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.hb-grid.hb-grid--cols-4{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-5{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hb-grid.hb-grid--cols-5{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.hb-grid.hb-grid--cols-5{grid-template-columns:repeat(5, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-6{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hb-grid.hb-grid--cols-6{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.hb-grid.hb-grid--cols-6{grid-template-columns:repeat(6, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-7{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hb-grid.hb-grid--cols-7{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.hb-grid.hb-grid--cols-7{grid-template-columns:repeat(7, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-8{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hb-grid.hb-grid--cols-8{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.hb-grid.hb-grid--cols-8{grid-template-columns:repeat(8, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-9{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hb-grid.hb-grid--cols-9{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.hb-grid.hb-grid--cols-9{grid-template-columns:repeat(9, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-10{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hb-grid.hb-grid--cols-10{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.hb-grid.hb-grid--cols-10{grid-template-columns:repeat(10, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-11{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hb-grid.hb-grid--cols-11{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.hb-grid.hb-grid--cols-11{grid-template-columns:repeat(11, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-12{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hb-grid.hb-grid--cols-12{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.hb-grid.hb-grid--cols-12{grid-template-columns:repeat(12, 1fr)}}}.hb-grid__item{margin-bottom:calc(48px / 2);width:100%}@supports(display: grid){@media(min-width: 576px){.hb-grid__item{margin-bottom:0}}}@media(min-width: 576px){.hb-grid--cols-2 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-2 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-2 .hb-grid__item{margin-right:0}}.hb-grid--cols-2 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 576px){.hb-grid--cols-3 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-3 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-3 .hb-grid__item{margin-right:0}}.hb-grid--cols-3 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 768px){.hb-grid--cols-3 .hb-grid__item{width:calc(33.33% - (9.6rem / 3))}@supports(display: grid){.hb-grid--cols-3 .hb-grid__item{width:100%;min-width:calc(33.33% - (9.6rem / 3));margin-right:0}}.hb-grid--cols-3 .hb-grid__item:nth-child(2n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-3 .hb-grid__item:nth-child(2n){margin-right:0}}.hb-grid--cols-3 .hb-grid__item:nth-child(3n){margin-right:0}}@media(min-width: 992px){.hb-grid--cols-3 .hb-grid__item{width:calc(33.3333333333% - (96px / 3))}@supports(display: grid){.hb-grid--cols-3 .hb-grid__item{width:100%;min-width:calc(33.3333333333% - (96px / 3));margin-right:0}}.hb-grid--cols-3 .hb-grid__item:nth-child(2n),.hb-grid--cols-3 .hb-grid__item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-3 .hb-grid__item:nth-child(2n),.hb-grid--cols-3 .hb-grid__item:nth-child(3n){margin-right:0}}.hb-grid--cols-3 .hb-grid__item:nth-child(3n){margin-right:0}}@media(min-width: 576px){.hb-grid--cols-4 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-4 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-4 .hb-grid__item{margin-right:0}}.hb-grid--cols-4 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 992px){.hb-grid--cols-4 .hb-grid__item{width:calc(25% - (144px / 4))}@supports(display: grid){.hb-grid--cols-4 .hb-grid__item{width:100%;min-width:calc(25% - (144px / 4));margin-right:0}}.hb-grid--cols-4 .hb-grid__item:nth-child(2n),.hb-grid--cols-4 .hb-grid__item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-4 .hb-grid__item:nth-child(2n),.hb-grid--cols-4 .hb-grid__item:nth-child(3n){margin-right:0}}.hb-grid--cols-4 .hb-grid__item:nth-child(4n){margin-right:0}}@media(min-width: 576px){.hb-grid--cols-5 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-5 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-5 .hb-grid__item{margin-right:0}}.hb-grid--cols-5 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 768px){.hb-grid--cols-5 .hb-grid__item{width:calc(33.33% - (9.6rem / 3))}@supports(display: grid){.hb-grid--cols-5 .hb-grid__item{width:100%;min-width:calc(33.33% - (9.6rem / 3));margin-right:0}}.hb-grid--cols-5 .hb-grid__item:nth-child(2n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-5 .hb-grid__item:nth-child(2n){margin-right:0}}.hb-grid--cols-5 .hb-grid__item:nth-child(3n){margin-right:0}}@media(min-width: 992px){.hb-grid--cols-5 .hb-grid__item{width:calc(20% - (192px / 5))}@supports(display: grid){.hb-grid--cols-5 .hb-grid__item{width:100%;min-width:calc(20% - (192px / 5));margin-right:0}}.hb-grid--cols-5 .hb-grid__item:nth-child(2n),.hb-grid--cols-5 .hb-grid__item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-5 .hb-grid__item:nth-child(2n),.hb-grid--cols-5 .hb-grid__item:nth-child(3n){margin-right:0}}.hb-grid--cols-5 .hb-grid__item:nth-child(5n){margin-right:0}}@media(min-width: 576px){.hb-grid--cols-6 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-6 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-6 .hb-grid__item{margin-right:0}}.hb-grid--cols-6 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 768px){.hb-grid--cols-6 .hb-grid__item{width:calc(33.33% - (9.6rem / 3))}@supports(display: grid){.hb-grid--cols-6 .hb-grid__item{width:100%;min-width:calc(33.33% - (9.6rem / 3));margin-right:0}}.hb-grid--cols-6 .hb-grid__item:nth-child(2n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-6 .hb-grid__item:nth-child(2n){margin-right:0}}.hb-grid--cols-6 .hb-grid__item:nth-child(3n){margin-right:0}}@media(min-width: 992px){.hb-grid--cols-6 .hb-grid__item{width:calc(16.6666666667% - (240px / 6))}@supports(display: grid){.hb-grid--cols-6 .hb-grid__item{width:100%;min-width:calc(16.6666666667% - (240px / 6));margin-right:0}}.hb-grid--cols-6 .hb-grid__item:nth-child(2n),.hb-grid--cols-6 .hb-grid__item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-6 .hb-grid__item:nth-child(2n),.hb-grid--cols-6 .hb-grid__item:nth-child(3n){margin-right:0}}.hb-grid--cols-6 .hb-grid__item:nth-child(6n){margin-right:0}}@media(min-width: 576px){.hb-grid--cols-7 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-7 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-7 .hb-grid__item{margin-right:0}}.hb-grid--cols-7 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 768px){.hb-grid--cols-7 .hb-grid__item{width:calc(33.33% - (9.6rem / 3))}@supports(display: grid){.hb-grid--cols-7 .hb-grid__item{width:100%;min-width:calc(33.33% - (9.6rem / 3));margin-right:0}}.hb-grid--cols-7 .hb-grid__item:nth-child(2n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-7 .hb-grid__item:nth-child(2n){margin-right:0}}.hb-grid--cols-7 .hb-grid__item:nth-child(3n){margin-right:0}}@media(min-width: 992px){.hb-grid--cols-7 .hb-grid__item{width:calc(14.2857142857% - (288px / 7))}@supports(display: grid){.hb-grid--cols-7 .hb-grid__item{width:100%;min-width:calc(14.2857142857% - (288px / 7));margin-right:0}}.hb-grid--cols-7 .hb-grid__item:nth-child(2n),.hb-grid--cols-7 .hb-grid__item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-7 .hb-grid__item:nth-child(2n),.hb-grid--cols-7 .hb-grid__item:nth-child(3n){margin-right:0}}.hb-grid--cols-7 .hb-grid__item:nth-child(7n){margin-right:0}}@media(min-width: 576px){.hb-grid--cols-8 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-8 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-8 .hb-grid__item{margin-right:0}}.hb-grid--cols-8 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 768px){.hb-grid--cols-8 .hb-grid__item{width:calc(33.33% - (9.6rem / 3))}@supports(display: grid){.hb-grid--cols-8 .hb-grid__item{width:100%;min-width:calc(33.33% - (9.6rem / 3));margin-right:0}}.hb-grid--cols-8 .hb-grid__item:nth-child(2n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-8 .hb-grid__item:nth-child(2n){margin-right:0}}.hb-grid--cols-8 .hb-grid__item:nth-child(3n){margin-right:0}}@media(min-width: 992px){.hb-grid--cols-8 .hb-grid__item{width:calc(12.5% - (336px / 8))}@supports(display: grid){.hb-grid--cols-8 .hb-grid__item{width:100%;min-width:calc(12.5% - (336px / 8));margin-right:0}}.hb-grid--cols-8 .hb-grid__item:nth-child(2n),.hb-grid--cols-8 .hb-grid__item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-8 .hb-grid__item:nth-child(2n),.hb-grid--cols-8 .hb-grid__item:nth-child(3n){margin-right:0}}.hb-grid--cols-8 .hb-grid__item:nth-child(8n){margin-right:0}}@media(min-width: 576px){.hb-grid--cols-9 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-9 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-9 .hb-grid__item{margin-right:0}}.hb-grid--cols-9 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 768px){.hb-grid--cols-9 .hb-grid__item{width:calc(33.33% - (9.6rem / 3))}@supports(display: grid){.hb-grid--cols-9 .hb-grid__item{width:100%;min-width:calc(33.33% - (9.6rem / 3));margin-right:0}}.hb-grid--cols-9 .hb-grid__item:nth-child(2n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-9 .hb-grid__item:nth-child(2n){margin-right:0}}.hb-grid--cols-9 .hb-grid__item:nth-child(3n){margin-right:0}}@media(min-width: 992px){.hb-grid--cols-9 .hb-grid__item{width:calc(11.1111111111% - (384px / 9))}@supports(display: grid){.hb-grid--cols-9 .hb-grid__item{width:100%;min-width:calc(11.1111111111% - (384px / 9));margin-right:0}}.hb-grid--cols-9 .hb-grid__item:nth-child(2n),.hb-grid--cols-9 .hb-grid__item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-9 .hb-grid__item:nth-child(2n),.hb-grid--cols-9 .hb-grid__item:nth-child(3n){margin-right:0}}.hb-grid--cols-9 .hb-grid__item:nth-child(9n){margin-right:0}}@media(min-width: 576px){.hb-grid--cols-10 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-10 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-10 .hb-grid__item{margin-right:0}}.hb-grid--cols-10 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 768px){.hb-grid--cols-10 .hb-grid__item{width:calc(33.33% - (9.6rem / 3))}@supports(display: grid){.hb-grid--cols-10 .hb-grid__item{width:100%;min-width:calc(33.33% - (9.6rem / 3));margin-right:0}}.hb-grid--cols-10 .hb-grid__item:nth-child(2n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-10 .hb-grid__item:nth-child(2n){margin-right:0}}.hb-grid--cols-10 .hb-grid__item:nth-child(3n){margin-right:0}}@media(min-width: 992px){.hb-grid--cols-10 .hb-grid__item{width:calc(10% - (432px / 10))}@supports(display: grid){.hb-grid--cols-10 .hb-grid__item{width:100%;min-width:calc(10% - (432px / 10));margin-right:0}}.hb-grid--cols-10 .hb-grid__item:nth-child(2n),.hb-grid--cols-10 .hb-grid__item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-10 .hb-grid__item:nth-child(2n),.hb-grid--cols-10 .hb-grid__item:nth-child(3n){margin-right:0}}.hb-grid--cols-10 .hb-grid__item:nth-child(10n){margin-right:0}}@media(min-width: 576px){.hb-grid--cols-11 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-11 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-11 .hb-grid__item{margin-right:0}}.hb-grid--cols-11 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 768px){.hb-grid--cols-11 .hb-grid__item{width:calc(33.33% - (9.6rem / 3))}@supports(display: grid){.hb-grid--cols-11 .hb-grid__item{width:100%;min-width:calc(33.33% - (9.6rem / 3));margin-right:0}}.hb-grid--cols-11 .hb-grid__item:nth-child(2n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-11 .hb-grid__item:nth-child(2n){margin-right:0}}.hb-grid--cols-11 .hb-grid__item:nth-child(3n){margin-right:0}}@media(min-width: 992px){.hb-grid--cols-11 .hb-grid__item{width:calc(9.0909090909% - (480px / 11))}@supports(display: grid){.hb-grid--cols-11 .hb-grid__item{width:100%;min-width:calc(9.0909090909% - (480px / 11));margin-right:0}}.hb-grid--cols-11 .hb-grid__item:nth-child(2n),.hb-grid--cols-11 .hb-grid__item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-11 .hb-grid__item:nth-child(2n),.hb-grid--cols-11 .hb-grid__item:nth-child(3n){margin-right:0}}.hb-grid--cols-11 .hb-grid__item:nth-child(11n){margin-right:0}}@media(min-width: 576px){.hb-grid--cols-12 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-12 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-12 .hb-grid__item{margin-right:0}}.hb-grid--cols-12 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 768px){.hb-grid--cols-12 .hb-grid__item{width:calc(33.33% - (9.6rem / 3))}@supports(display: grid){.hb-grid--cols-12 .hb-grid__item{width:100%;min-width:calc(33.33% - (9.6rem / 3));margin-right:0}}.hb-grid--cols-12 .hb-grid__item:nth-child(2n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-12 .hb-grid__item:nth-child(2n){margin-right:0}}.hb-grid--cols-12 .hb-grid__item:nth-child(3n){margin-right:0}}@media(min-width: 992px){.hb-grid--cols-12 .hb-grid__item{width:calc(8.3333333333% - (528px / 12))}@supports(display: grid){.hb-grid--cols-12 .hb-grid__item{width:100%;min-width:calc(8.3333333333% - (528px / 12));margin-right:0}}.hb-grid--cols-12 .hb-grid__item:nth-child(2n),.hb-grid--cols-12 .hb-grid__item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-12 .hb-grid__item:nth-child(2n),.hb-grid--cols-12 .hb-grid__item:nth-child(3n){margin-right:0}}.hb-grid--cols-12 .hb-grid__item:nth-child(12n){margin-right:0}}.su-masthead{box-shadow:none;z-index:100;border-bottom:1px solid;border-color:#b6b1a9}.su-masthead .su-lockup{flex:calc(83.33% - 1.6rem);max-width:calc(83.33% - 1.6rem);z-index:500}@media(min-width: 992px){.su-masthead .su-lockup{flex:0 0 calc(66.6666666667% - 6.67px);max-width:calc(66.6666666667% - 6.67px)}}.su-masthead .su-lockup__line1,.su-masthead .su-lockup__line2,.su-masthead .su-lockup__line3,.su-masthead .su-lockup__line4{line-height:1em}.su-masthead .su-lockup__wordmark,.su-masthead .su-lockup__line1,.su-masthead .su-lockup__line2,.su-masthead .su-lockup__line3,.su-masthead .su-lockup__line4{margin-bottom:0.8rem}@media(min-width: 768px){.su-masthead .su-lockup__wordmark,.su-masthead .su-lockup__line1,.su-masthead .su-lockup__line2,.su-masthead .su-lockup__line3,.su-masthead .su-lockup__line4{margin-bottom:0}}.su-masthead .su-lockup__line1,.su-masthead .su-lockup__line2{font-size:2.4rem;font-weight:600}.su-masthead .su-lockup__line3{font-size:1.9rem;font-weight:500}.su-masthead .su-lockup__line5{font-size:1.78rem;text-transform:uppercase;font-weight:600}@media(max-width: 767px){.su-masthead .su-lockup__line5::before{margin-top:0.5rem;margin-bottom:0.75rem;border-bottom:1px solid;border-color:#2e2d29;content:"";display:block;width:12rem}.hb-dark-pattern .su-masthead .su-lockup__line5::before{border-color:#fff}}.su-masthead .su-lockup__cell1{border-right:none}@media only screen and (max-width: 480px){.su-masthead .su-lockup__cell1{display:none;border:none;text-align:left}}.su-masthead .su-site-search{display:block;padding-top:1.1rem;padding-bottom:2.8rem;z-index:500;width:100%}@media(min-width: 576px){.su-masthead .su-site-search{width:60%}}@media(min-width: 992px){.su-masthead .su-site-search{order:-1;position:absolute;right:0;max-width:265px}}.su-masthead .su-main-nav{margin-top:0;width:100%}@media(min-width: 576px){.su-masthead .su-main-nav{flex:unset;max-width:none}}.su-masthead.hb-dark-pattern .su-lockup__wordmark,.su-masthead.hb-dark-pattern .su-lockup__line1,.su-masthead.hb-dark-pattern .su-lockup__line2,.su-masthead.hb-dark-pattern .su-lockup__line3,.su-masthead.hb-dark-pattern .su-lockup__line4,.su-masthead.hb-dark-pattern .su-lockup__line5{color:#fff}.su-masthead.hb-dark-pattern .su-lockup__cell1,.su-masthead.hb-dark-pattern .su-lockup__cell2,.su-masthead.hb-dark-pattern .su-lockup__line4::after,.su-masthead.hb-dark-pattern .su-lockup__line5::before{border-color:#fff}.su-lockup__line1{margin-bottom:0.2rem}.masthead__site-title{position:absolute;clip:rect(1px, 1px, 1px, 1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}.hb-three-column__main .views-exposed-form,.hb-three-column__sidebar-1 .views-exposed-form{display:flex;align-items:flex-start;flex-wrap:wrap;margin-bottom:3.2rem}.hb-three-column__main .views-exposed-form .form-item,.hb-three-column__sidebar-1 .views-exposed-form .form-item{width:100%;margin-bottom:2.4rem}@media(min-width: 768px){.hb-three-column__main .views-exposed-form .form-item,.hb-three-column__sidebar-1 .views-exposed-form .form-item{width:calc(50% - 1.8rem);margin-right:1.8rem}}.hb-three-column__main .views-exposed-form .form-actions,.hb-three-column__sidebar-1 .views-exposed-form .form-actions{display:flex;align-self:flex-end;margin-bottom:0}@media(min-width: 768px){.hb-three-column__main .views-exposed-form .form-actions,.hb-three-column__sidebar-1 .views-exposed-form .form-actions{margin-bottom:2.4rem}}.hb-three-column__main .views-exposed-form .form-submit:not(:last-child),.hb-three-column__sidebar-1 .views-exposed-form .form-submit:not(:last-child){width:auto}.hb-three-column__main .views-exposed-form .form-submit:not(:last-child):not(:last-child),.hb-three-column__sidebar-1 .views-exposed-form .form-submit:not(:last-child):not(:last-child){margin-right:1.6rem}@media(min-width: 992px){.hb-three-column__main .views-exposed-form .form-item{width:calc(33% - 1.8rem)}}@media(min-width: 992px){.hb-three-column__sidebar-1 .views-exposed-form .form-item{margin-right:0;width:100%}}.chosen-container{width:100% !important;background:#fff;border-radius:4px}.chosen-container .chosen-drop{border:1px solid;border-color:#b6b1a9;border-radius:4px;outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem;font-size:1.6rem}.chosen-container .chosen-results{margin:0;padding:0}.chosen-container .chosen-results li{padding:8px;line-height:122%}.chosen-container .chosen-results li:last-child{border-radius:0 0 4px 4px}.chosen-container .chosen-results li.highlighted{color:#000;font-weight:600;background-image:none;background-color:#f1f0ee}.chosen-container-single .chosen-single{display:block;background:none !important;box-shadow:none;font-size:1.6rem;line-height:1;height:auto;min-height:38px;padding:0.8rem 48px 0.8rem 0.8rem;border:1px solid;border-color:#b6b1a9;border-radius:4px}.hb-dark-pattern .chosen-container-single .chosen-single,.hb-dark-inversion .views-element-container .chosen-container-single .chosen-single{background:#fff !important}.chosen-container-single .chosen-single:focus{outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem}.chosen-container-single .chosen-single span{margin-right:0;margin-bottom:-3px;padding-bottom:3px}.chosen-container-single .chosen-single div{width:48px;background-repeat:no-repeat;background-position:center;background-size:1.2rem 0.8rem;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23148762' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-ocean .chosen-container-single .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23148762' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-mountain .chosen-container-single .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%2300638e' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-cardinal .chosen-container-single .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%238c1515' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-lake .chosen-container-single .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%233f3c30' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-canyon .chosen-container-single .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%238c1515' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-cliff .chosen-container-single .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%2300505c' stroke-width%3D'2' /%3E%3C/svg%3E")}.chosen-container-single .chosen-single div b{display:none}.chosen-container-single .chosen-search{position:absolute;clip:rect(1px, 1px, 1px, 1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}.chosen-container-multi{border:1px solid;border-color:#b6b1a9;border-radius:4px}.chosen-container-multi:focus-within{outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem}.chosen-container-multi .chosen-choices{display:block;background:none !important;box-shadow:none;font-size:1.6rem;line-height:1;height:auto;min-height:38px;margin:-1px 0;padding:0 48px 0 0.8rem;border:0 none}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:0;padding:0;font-size:1.6rem;font-family:inherit}.chosen-container-multi .chosen-choices li.search-choice{margin:0.5rem 0.5rem 0.5rem 0;background-color:#fff;font-family:inherit;background-image:none;box-shadow:none;border:1px solid;border-color:#b6b1a9;border-radius:4px;padding:0.6rem 2.2rem 0.6rem 0.6rem;transition:background-color 150ms ease-in-out}.chosen-container-multi .chosen-choices li.search-choice:hover{background-color:#f1f0ee;color:#000}.chosen-container-multi .chosen-choices li.search-choice:focus{outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{background:none !important;background-size:0 !important;background-repeat:no-repeat !important;top:0;right:0;height:100%;width:100%}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:focus{outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before,.chosen-container-multi .chosen-choices li.search-choice .search-choice-close::after{content:"";display:block;height:0.2rem;width:1.2rem;background-color:#413e39;position:absolute;right:4px;top:12px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before{transform:rotate(45deg)}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close::after{transform:rotate(-45deg)}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover::before,.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover::after{background-color:#000}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem}.chosen-container-multi .chosen-drop{margin:1px 0;border-top:0 none}.chosen-container-active .chosen-single{outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem}.chosen-container-active.chosen-with-drop .chosen-single{outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem}.chosen-container-active.chosen-with-drop .chosen-single div{background-repeat:no-repeat;background-position:center;background-size:1.2rem 0.8rem;transform:rotate(180deg);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23148762' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-ocean .chosen-container-active.chosen-with-drop .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23148762' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-mountain .chosen-container-active.chosen-with-drop .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%2300638e' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-cardinal .chosen-container-active.chosen-with-drop .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%238c1515' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-lake .chosen-container-active.chosen-with-drop .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%233f3c30' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-canyon .chosen-container-active.chosen-with-drop .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%238c1515' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-cliff .chosen-container-active.chosen-with-drop .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%2300505c' stroke-width%3D'2' /%3E%3C/svg%3E")}.hb-main-nav{position:relative;font-size:1.8rem}.hb-main-nav__toggle{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:pointer;position:absolute;right:0;top:-4.675rem;font-weight:700;display:flex;align-items:center;width:7rem;flex-direction:initial;padding:1rem 0}.no-js .hb-main-nav__toggle{display:none}@media(min-width: 992px){.js .hb-main-nav__toggle{display:none}}.hb-main-nav__toggle .hb-main-nav__toggle-icon{display:block;position:relative;height:0.3rem;width:1.6rem;background-color:#000;margin-left:1rem}.hb-main-nav__toggle .hb-main-nav__toggle-icon::before,.hb-main-nav__toggle .hb-main-nav__toggle-icon::after{content:"";display:block;height:0.3rem;width:1.6rem;background-color:#000;position:absolute;left:0;transition:top .2s ease .2s,transform .2s ease}.hb-main-nav__toggle .hb-main-nav__toggle-icon::before{top:-0.7rem}.hb-main-nav__toggle .hb-main-nav__toggle-icon::after{top:0.7rem}.hb-dark-pattern .hb-main-nav__toggle .hb-main-nav__toggle-icon,.hb-dark-pattern .hb-main-nav__toggle .hb-main-nav__toggle-icon::after,.hb-dark-pattern .hb-main-nav__toggle .hb-main-nav__toggle-icon::before{background-color:#fff}.hb-main-nav__toggle[aria-expanded=true] .hb-main-nav__toggle-icon{background:rgba(0,0,0,0)}.hb-main-nav__toggle[aria-expanded=true] .hb-main-nav__toggle-icon::before,.hb-main-nav__toggle[aria-expanded=true] .hb-main-nav__toggle-icon::after{top:0;transition:top .2s ease,transform .2s ease .2s}.hb-main-nav__toggle[aria-expanded=true] .hb-main-nav__toggle-icon::before{transform:rotate(45deg)}.hb-main-nav__toggle[aria-expanded=true] .hb-main-nav__toggle-icon::after{transform:rotate(-45deg)}.hb-main-nav__menu{box-shadow:none !important;transform:translate(0) !important;width:auto !important;list-style-type:none;margin:0;padding:0}@media(min-width: 576px){.hb-main-nav__menu{max-width:none}}.hb-main-nav__menu[aria-hidden=true]{display:none}.hb-main-nav__menu-lv1{font-weight:600;font-size:2rem;border-bottom:1px solid;border-color:#b6b1a9}.hb-main-nav__menu-lv1[aria-hidden=false]{margin-bottom:2.8rem}@media(min-width: 768px){.hb-main-nav__menu-lv1{font-size:2.4rem}}@media(min-width: 992px){.js .hb-main-nav__menu-lv1{font-size:1.8rem;font-weight:600;display:flex;align-items:flex-end;border:0}.js .hb-main-nav__menu-lv1[aria-hidden=false]{margin:0}}.hb-main-nav__menu-lv2{font-weight:400;font-size:1.8rem}@media(min-width: 768px){.hb-main-nav__menu-lv2{font-size:2.2rem}}@media(min-width: 992px){.hb-main-nav__menu-lv2{box-shadow:0 2px 16px 0 rgba(0,0,0,.1) !important}.js .hb-main-nav__menu-lv2{font-weight:600;font-size:inherit}}@media(min-width: 992px){.js .hb-main-nav__menu-lv3{display:none}}.hb-main-nav__item{position:relative}.hb-main-nav__menu-lv1>.hb-main-nav__item{border-top:1px solid;border-color:#b6b1a9}@media(min-width: 992px){.js .hb-main-nav__menu-lv1>.hb-main-nav__item{margin-right:2.4rem;border:0}}.hb-main-nav__menu-lv2 .hb-main-nav__item:not(:last-child){border-bottom:1px solid;border-color:#b6b1a9}@media(min-width: 992px){.js .hb-main-nav__menu-lv2 .hb-main-nav__item:not(:last-child){border:0}}.hb-main-nav__link{position:relative;display:block;padding:2.1rem 1.7rem;text-decoration:none;line-height:120.3%;color:#000}@media(min-width: 768px){.hb-main-nav__link{line-height:128%}}@media(min-width: 992px){.js .hb-main-nav__link{padding:1rem 0 2rem;line-height:110%}}.hb-main-nav__item.hb-main-nav__item--parent>.hb-main-nav__link{padding:2.1rem 4.8rem 2.1rem 1.7rem}@media(min-width: 992px){.js .hb-main-nav__item.hb-main-nav__item--parent>.hb-main-nav__link{padding:1rem 2rem 2rem 0}}.hb-main-nav__link:hover:not(.is-active){color:#000;background-color:#f1f0ee}.hb-dark-pattern .hb-main-nav__link:hover:not(.is-active){color:#000}.hb-dark-pattern .hb-main-nav__link:hover:not(.is-active)+.hb-main-nav__button,.hb-dark-pattern .hb-main-nav__link:hover:not(.is-active).hb-nested-toggler::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hb-dark-pattern .hb-main-nav__link:hover:not(.is-active)+.hb-main-nav__button[aria-expanded=true],.hb-dark-pattern .hb-main-nav__link:hover:not(.is-active).hb-nested-toggler[aria-expanded=true]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round' /%3E%3C/svg%3E")}@media(min-width: 992px){.hb-dark-pattern .hb-main-nav__link:hover:not(.is-active){color:#fff}.no-js .hb-dark-pattern .hb-main-nav__link:hover:not(.is-active){color:#000}.hb-dark-pattern .hb-main-nav__link:hover:not(.is-active)+.hb-main-nav__button,.hb-dark-pattern .hb-main-nav__link:hover:not(.is-active).hb-nested-toggler::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}.hb-dark-pattern .hb-main-nav__link:hover:not(.is-active)+.hb-main-nav__button[aria-expanded=true],.hb-dark-pattern .hb-main-nav__link:hover:not(.is-active).hb-nested-toggler[aria-expanded=true]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}}.hb-main-nav__menu-lv1>li>.hb-main-nav__link{color:#000}.hb-dark-pattern .hb-main-nav__menu-lv1>li>.hb-main-nav__link{color:#fff}.hb-dark-pattern .hb-main-nav__menu-lv1>li>.hb-main-nav__link.is-active{color:#000;background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}@media(min-width: 992px){.hb-dark-pattern .hb-main-nav__menu-lv1>li>.hb-main-nav__link.is-active{color:#fff}}.js .hb-dark-pattern .hb-main-nav__menu-lv1>li>.hb-main-nav__link.hb-main-nav__link--active-trail::before{background-color:#00d5f5;background-color:var(--palette--tertiary-reversed)}.js .hb-dark-pattern .hb-main-nav__menu-lv1>li>.hb-main-nav__link.hb-main-nav__link--active-trail:hover::before,.js .hb-dark-pattern .hb-main-nav__menu-lv1>li>.hb-main-nav__link.hb-main-nav__link--active-trail:focus::before{background-color:#148762;background-color:var(--palette--secondary)}@media(min-width: 992px){.js .hb-dark-pattern .hb-main-nav__menu-lv1>li>.hb-main-nav__link.hb-main-nav__link--active-trail:hover::before,.js .hb-dark-pattern .hb-main-nav__menu-lv1>li>.hb-main-nav__link.hb-main-nav__link--active-trail:focus::before{background-color:#00d5f5;background-color:var(--palette--tertiary-reversed)}}@media(min-width: 992px){.js .hb-main-nav__menu-lv1>li>.hb-main-nav__link::before{content:"";display:block;position:absolute;width:100%;height:0.4rem;bottom:0.8rem;top:auto;left:0;background:rgba(0,0,0,0)}.js .hb-main-nav__menu-lv1>li>.hb-main-nav__link.is-active{background-color:rgba(0,0,0,0)}.js .hb-main-nav__menu-lv1>li>.hb-main-nav__link.hb-main-nav__link--active-trail::before{background-color:#148762;background-color:var(--palette--secondary)}.js .hb-main-nav__menu-lv1>li>.hb-main-nav__link:hover{background-color:rgba(0,0,0,0)}.js .hb-main-nav__menu-lv1>li>.hb-main-nav__link:hover:not(.is-active):not(.hb-main-nav__link--active-trail)::before{background-color:#b6b1a9}}@media(min-width: 992px){.js .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link{font-size:1.6rem;padding:1rem 1.4rem}}.hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link:focus{color:#000;background-color:#f1f0ee}.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link:focus{color:#000}.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link:focus+.hb-nested-toggler,.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link:focus+.hb-nested-toggler[aria-expanded=true],.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link:focus[aria-expanded=true]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round' /%3E%3C/svg%3E")}@media(min-width: 992px){.hb-dark-inversion .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link:hover,.hb-dark-inversion .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link:focus{color:#fff;background-color:#002429;background-color:var(--palette--primary-dark)}}.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link{color:#fff}.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link.is-active{color:#000;background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link.is-active::before{background-color:#148762;background-color:var(--palette--secondary)}@media(min-width: 992px){.no-js .hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link{color:#fff}.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link,.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link:hover:not(.is-active),.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link.is-active{color:#000}.hb-dark-inversion .hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link:hover:not(.is-active){color:#fff}}.hb-main-nav__link--active-trail::before,.hb-main-nav__link[data-drupal-link-system-path=""].is-active::before{content:"";display:block;width:0.5rem;position:absolute;top:0;bottom:0;left:0;background-color:#413e39}.hb-main-nav__link--active-trail.is-active,.hb-main-nav__link[data-drupal-link-system-path=""].is-active.is-active{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight);color:#000}.hb-main-nav__link--active-trail.is-active::before,.hb-main-nav__link[data-drupal-link-system-path=""].is-active.is-active::before{background-color:#148762;background-color:var(--palette--secondary)}.hb-main-nav__link.hb-nested-toggler{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;position:relative;padding:2.1rem 1.7rem;width:100%;line-height:120.3%;cursor:pointer}@media(min-width: 768px){.hb-main-nav__link.hb-nested-toggler{line-height:128%}}@media(min-width: 992px){.hb-main-nav__link.hb-nested-toggler{padding:1rem 2rem 2rem 0;width:auto}.js .hb-main-nav__link.hb-nested-toggler{line-height:110%}}.hb-main-nav__link.hb-nested-toggler::after{height:4.8rem;width:4.8rem;overflow:hidden;text-indent:-9999px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E");background-size:1.8rem;transition:transform 150ms ease-in-out;content:"";display:block;position:absolute;top:0.8rem;right:0}.no-js .hb-main-nav__link.hb-nested-toggler::after{display:none}.hb-dark-pattern .hb-main-nav__link.hb-nested-toggler::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}@media(min-width: 768px){.hb-main-nav__link.hb-nested-toggler::after{top:1.6rem}}@media(min-width: 992px){.js .hb-main-nav__link.hb-nested-toggler::after{height:2rem;width:1.5rem;overflow:hidden;text-indent:-9999px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23000000' stroke-width%3D'2' /%3E%3C/svg%3E");background-size:1rem 0.7rem;transition:transform 150ms ease-in-out;bottom:2rem;top:auto}.hb-dark-pattern .hb-main-nav__link.hb-nested-toggler::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}}.hb-main-nav__item--parent .hb-main-nav__link.hb-nested-toggler[aria-expanded=true]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.hb-dark-pattern .hb-main-nav__item--parent .hb-main-nav__link.hb-nested-toggler[aria-expanded=true]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round' /%3E%3C/svg%3E")}@media(min-width: 992px){.js .hb-main-nav__item--parent .hb-main-nav__link.hb-nested-toggler[aria-expanded=true]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23000000' stroke-width%3D'2' /%3E%3C/svg%3E");background-size:1rem 0.7rem;transform:rotate(180deg)}.hb-dark-pattern .hb-main-nav__item--parent .hb-main-nav__link.hb-nested-toggler[aria-expanded=true]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}}.hb-main-nav__button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;height:4.8rem;width:4.8rem;overflow:hidden;text-indent:-9999px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E");background-size:1.8rem;transition:transform 150ms ease-in-out;cursor:pointer;position:absolute;top:0.8rem;right:0}.no-js .hb-main-nav__button{display:none}.hb-dark-pattern .hb-main-nav__button{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hb-dark-pattern .hb-main-nav__item--active-trail .is-active+.hb-main-nav__button{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}@media(min-width: 768px){.hb-main-nav__button{top:1.2rem}}@media(min-width: 992px){.js .hb-main-nav__button{height:2rem;width:1.5rem;overflow:hidden;text-indent:-9999px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23000000' stroke-width%3D'2' /%3E%3C/svg%3E");background-size:1rem 0.7rem;transition:transform 150ms ease-in-out;bottom:2rem;top:auto}.hb-dark-pattern .hb-main-nav__button,.hb-dark-pattern .hb-main-nav__item--active-trail .is-active+.hb-main-nav__button{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}.hb-main-nav__menu-lv2 .hb-main-nav__button{display:none}}.hb-main-nav__button[aria-expanded=true]{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.hb-dark-pattern .hb-main-nav__button[aria-expanded=true]{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hb-dark-pattern .hb-main-nav__item--active-trail .is-active+.hb-main-nav__button[aria-expanded=true]{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round' /%3E%3C/svg%3E")}@media(min-width: 992px){.js .hb-main-nav__button[aria-expanded=true]{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23000000' stroke-width%3D'2' /%3E%3C/svg%3E");background-size:1rem 0.7rem;transform:rotate(180deg)}.hb-dark-pattern .hb-main-nav__button[aria-expanded=true],.hb-dark-pattern .hb-main-nav__item--active-trail .is-active+.hb-main-nav__button[aria-expanded=true]{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}}.hb-main-nav__menu-container{padding-left:2rem;border-top:1px solid;border-color:#b6b1a9}.hb-main-nav__menu-container[aria-hidden=true]{display:none}@media(min-width: 992px){.js .hb-main-nav__menu-container{position:absolute;border-radius:0.4rem;min-width:20rem;width:100%;padding:0;border:1px solid;border-color:#b6b1a9;background-color:#fff}.js .hb-main-nav__item:last-child .hb-main-nav__menu-container{right:0}}.js .hb-main-nav--is-still-loading .hb-main-nav__menu-lv1{display:none}@media(min-width: 992px){.js .hb-main-nav--is-still-loading .hb-main-nav__menu-lv1{display:flex}}.js .hb-main-nav--is-still-loading .hb-main-nav__menu-container{display:none}.su-site-search+nav .hb-main-nav__toggle{top:-12rem}.block-we-megamenu{width:100%}.navbar-we-mega-menu{font-size:1.8rem;background-color:rgba(0,0,0,0)}.navbar-we-mega-menu.click-action .we-mega-menu-ul{width:100%}.navbar-we-mega-menu.click-action .we-mega-menu-ul .we-mega-menu-li{display:inline-block;border:0;position:initial}.navbar-we-mega-menu.click-action .we-mega-menu-ul .we-mega-menu-li .we-mega-menu-li,.navbar-we-mega-menu.click-action .we-mega-menu-ul .we-mega-menu-li .we-megamenu-nolink{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;color:#000;padding:1rem 0 1.5rem;font-size:1.8rem;font-weight:600;text-transform:none;background-color:rgba(0,0,0,0);width:100%;position:relative;display:block;border:0;transition:transform 150ms ease-in-out;text-decoration:none}.navbar-we-mega-menu.click-action .we-mega-menu-ul .we-mega-menu-li.dropdown-menu>.we-mega-menu-li::before,.navbar-we-mega-menu.click-action .we-mega-menu-ul .we-mega-menu-li.dropdown-menu>.we-megamenu-nolink::before,.navbar-we-mega-menu.click-action .we-mega-menu-ul .we-mega-menu-li.dropdown-menu.clicked>.we-mega-menu-li::before,.navbar-we-mega-menu.click-action .we-mega-menu-ul .we-mega-menu-li.dropdown-menu.clicked>.we-megamenu-nolink::before{display:none}.navbar-we-mega-menu.click-action .we-mega-menu-ul .we-mega-menu-li.dropdown-menu.clicked>.we-mega-menu-li::after{transform:rotate(180deg)}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li{margin-right:2.4rem;display:flex;align-items:flex-end}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-mega-menu-li,.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-megamenu-nolink{text-decoration:none;background:rgba(0,0,0,0)}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-mega-menu-li.hb-private-page-link,.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-megamenu-nolink.hb-private-page-link{padding-left:2.4rem !important}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-mega-menu-li.hb-private-page-link::before,.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-megamenu-nolink.hb-private-page-link::before{display:inline-block;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:2rem 2rem;background-position:center;height:3rem;width:2rem;position:absolute;left:0;top:0;bottom:.5rem;margin:auto}.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-mega-menu-li,.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-megamenu-nolink{color:#fff}.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-mega-menu-li.hb-private-page-link::before,.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-megamenu-nolink.hb-private-page-link::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-mega-menu-li:hover,.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-mega-menu-li:focus,.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-megamenu-nolink:hover,.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-megamenu-nolink:focus{color:#000;background:linear-gradient(transparent 1%, #b3b5b9 1%);background-size:100% .55rem;background-repeat:no-repeat;background-position:bottom}.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-mega-menu-li:hover,.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-mega-menu-li:focus,.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-megamenu-nolink:hover,.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-megamenu-nolink:focus{color:#fff}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.active>.we-mega-menu-li,.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.active>.we-megamenu-nolink{color:#000;background:linear-gradient(transparent 1%, var(--palette--secondary) 1%);background-size:100% .55rem;background-repeat:no-repeat;background-position:bottom}.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.active>.we-mega-menu-li,.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.active>.we-megamenu-nolink{color:#fff;background:linear-gradient(transparent 1%, var(--palette--tertiary-reversed) 1%);background-size:100% .55rem;background-repeat:no-repeat;background-position:bottom}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu{position:initial}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu:focus{background:linear-gradient(transparent 1%, #b3b5b9 1%);background-size:100% .55rem;background-repeat:no-repeat;background-position:bottom}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu:focus>.we-mega-menu-li,.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu:focus>.we-megamenu-nolink{color:#000;background-color:rgba(0,0,0,0)}.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu:focus>.we-mega-menu-li,.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu:focus>.we-megamenu-nolink{color:#fff}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu>.we-mega-menu-li,.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu>.we-megamenu-nolink{padding:1rem 2rem 1.5rem 0}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu>.we-mega-menu-li::after,.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu>.we-megamenu-nolink::after{height:2rem;width:1.5rem;overflow:hidden;text-indent:-9999px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23000000' stroke-width%3D'2' /%3E%3C/svg%3E");background-size:1rem 0.7rem;transition:transform 150ms ease-in-out;bottom:1.8rem;top:auto;display:block;position:absolute;filter:brightness(300%);opacity:1;right:0}.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu>.we-mega-menu-li::after,.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu>.we-megamenu-nolink::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}.navbar-we-mega-menu.click-action .we-mega-menu-ul .dropdown-menu>.we-mega-menu-submenu{display:none;visibility:hidden;height:auto;width:100vw;overflow:initial;max-width:100%}.navbar-we-mega-menu.click-action .we-mega-menu-submenu{height:0;width:0;max-width:120rem;position:absolute;padding:2rem;box-shadow:0 3px 15px rgba(0,0,0,.12);border-left:0;border-right:0;overflow:hidden;color:#000}.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-submenu{color:#000}.navbar-we-mega-menu.click-action .we-mega-menu-submenu a:not([class]){color:#007c8f;color:var(--palette--tertiary)}.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-submenu a:not([class]){color:#007c8f;color:var(--palette--tertiary)}.navbar-we-mega-menu.click-action .we-mega-menu-submenu>.we-mega-menu-submenu-inner{min-height:auto}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .we-mega-menu-col .we-mega-menu-col{border:0;padding-left:.75rem}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li{padding:0}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li>.we-mega-menu-li,.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li>.we-megamenu-nolink{font-size:1.6rem;color:#8c1515;text-transform:uppercase;font-weight:600;padding:0.7rem 1rem}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li>.we-mega-menu-li{text-decoration:underline}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li>.we-mega-menu-li:hover,.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li>.we-mega-menu-li:focus{background-color:#f1f0ee;color:#8c1515;border:0;text-decoration:underline}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li.dropdown-menu{margin-bottom:1rem}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li.dropdown-menu>.we-mega-menu-li,.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li.dropdown-menu>.we-megamenu-nolink{font-size:1.6rem;color:#8c1515;text-transform:uppercase;font-weight:600;padding:0.7rem 1rem}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li.dropdown-menu>.we-megamenu-nolink{cursor:default}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li.dropdown-menu>.we-mega-menu-li{text-decoration:underline}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li.dropdown-menu>.we-mega-menu-li:hover,.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li.dropdown-menu>.we-mega-menu-li:focus{background-color:#f1f0ee;color:#8c1515;border:0}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li.dropdown-menu.active>.we-mega-menu-li,.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li.dropdown-menu.active>.we-megamenu-nolink{border:0}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-submenu .we-mega-menu-li{padding:0}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-submenu .we-mega-menu-li .we-mega-menu-li,.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-submenu .we-mega-menu-li .we-megamenu-nolink{color:#000;text-decoration:none;text-transform:none;padding:0.7rem 1rem;font-weight:600}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-submenu .we-mega-menu-li .we-mega-menu-li:hover,.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-submenu .we-mega-menu-li .we-mega-menu-li:focus,.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-submenu .we-mega-menu-li .we-megamenu-nolink:hover,.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-submenu .we-mega-menu-li .we-megamenu-nolink:focus{background-color:#f1f0ee;color:#000}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-submenu.dropdown-menu{margin-bottom:0}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-submenu .we-mega-menu-submenu{display:none}.navbar-we-mega-menu.click-action .we-mega-menu-submenu::before,.navbar-we-mega-menu.click-action .we-mega-menu-submenu::after{display:block;content:"";background-color:#fff;border:1px solid rgba(0,0,0,.1);border-left:0;border-right:0;width:100%;height:100%;position:absolute;top:0;bottom:0;margin:auto;z-index:-1;line-height:inherit;box-sizing:content-box}.navbar-we-mega-menu.click-action .we-mega-menu-submenu::before{left:-100%;box-shadow:-15px 3px 15px rgba(0,0,0,.12) !important}.navbar-we-mega-menu.click-action .we-mega-menu-submenu::after{right:-100%;box-shadow:15px 3px 15px rgba(0,0,0,.12) !important}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .we-mega-menu-submenu{width:100%;max-width:100%;height:auto}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .we-mega-menu-submenu::before,.navbar-we-mega-menu.click-action .we-mega-menu-submenu .we-mega-menu-submenu::after{display:none}.block-we-megamenu{display:none}@media(min-width: 992px){.hb-use-megamenu .hb-main-nav{display:none}.hb-use-megamenu .block-we-megamenu{display:block}}.megamenu{position:relative;width:100%;font-size:1.8rem}.megamenu .megamenu__mobile-btn{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:flex;align-items:center;flex-direction:initial;position:absolute;padding:1rem 0;top:-4.675rem;right:0;width:7rem;font-weight:700;cursor:pointer}.no-js .megamenu .megamenu__mobile-btn{display:none}@media(min-width: 992px){.js .megamenu .megamenu__mobile-btn{display:none}}.megamenu .megamenu__mobile-btn[aria-expanded=true] .megamenu__mobile-icon{background:rgba(0,0,0,0)}.megamenu .megamenu__mobile-btn[aria-expanded=true] .megamenu__mobile-icon::before,.megamenu .megamenu__mobile-btn[aria-expanded=true] .megamenu__mobile-icon::after{top:0;transition:top .2s ease,transform .2s ease .2s}.megamenu .megamenu__mobile-btn[aria-expanded=true] .megamenu__mobile-icon::before{transform:rotate(45deg)}.megamenu .megamenu__mobile-btn[aria-expanded=true] .megamenu__mobile-icon::after{transform:rotate(-45deg)}.megamenu .megamenu__mobile-icon{display:block;position:relative;height:0.3rem;width:1.6rem;background-color:#000;margin-left:1rem}.megamenu .megamenu__mobile-icon::before,.megamenu .megamenu__mobile-icon::after{content:"";display:block;height:0.3rem;width:1.6rem;background-color:#000;position:absolute;left:0;transition:top .2s ease .2s,transform .2s ease}.megamenu .megamenu__mobile-icon::before{top:-0.7rem}.megamenu .megamenu__mobile-icon::after{top:0.7rem}.hb-dark-pattern .megamenu .megamenu__mobile-icon,.hb-dark-pattern .megamenu .megamenu__mobile-icon::after,.hb-dark-pattern .megamenu .megamenu__mobile-icon::before{background-color:#fff}.megamenu .megamenu__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;width:auto;transform:translate(0)}@media(min-width: 576px){.megamenu .megamenu__list{max-width:none}}.megamenu .megamenu__list--main{border-bottom:2px solid;border-color:#b6b1a9;display:none;margin-bottom:2.8rem;font-weight:600;font-size:1.8rem}@media(min-width: 768px){.megamenu .megamenu__list--main{font-size:2.4rem}}@media(min-width: 992px){.js .megamenu .megamenu__list--main{display:flex;justify-content:flex-start;margin-bottom:0;font-size:1.8rem;border:0}}.megamenu .megamenu__list--main.is-active,.no-js .megamenu .megamenu__list--main{display:block}.megamenu .megamenu__list--main .megamenu__link{font-weight:700}@media(min-width: 992px){.js .megamenu .megamenu__list--main .megamenu__link{font-weight:600}}.megamenu .megamenu__item{border-top:2px solid;border-color:#b6b1a9}.megamenu .megamenu__item .hb-private-page-link{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E");padding-left:4rem;background-repeat:no-repeat;background-size:2rem;background-position:1.4rem 2rem}.hb-dark-pattern .megamenu .megamenu__item .hb-private-page-link{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.megamenu .megamenu__item .hb-private-page-link:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}@media(min-width: 992px){.js .megamenu .megamenu__item .hb-private-page-link:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E");padding-left:4rem;background-repeat:no-repeat;background-size:2rem;background-position:1.4rem 2rem;background-position:1.4rem}.hb-dark-pattern .js .megamenu .megamenu__item .hb-private-page-link:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}}@media(min-width: 992px){.js .megamenu .megamenu__item .hb-private-page-link{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E");background-position:1.4rem}.hb-dark-pattern .js .megamenu .megamenu__item .hb-private-page-link{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}}@media(min-width: 992px){.js .megamenu .megamenu__item{display:inline-block;margin-right:4.8rem;border:0;-moz-column-break-inside:avoid;break-inside:avoid-column}.js .megamenu .megamenu__item:last-child{margin-right:0}}.megamenu .megamenu__toggle,.megamenu .megamenu__link{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inherit;padding:2.1rem 0.8rem;line-height:120.3%}@media(min-width: 768px){.megamenu .megamenu__toggle,.megamenu .megamenu__link{line-height:128%}}@media(min-width: 992px){.js .megamenu .megamenu__toggle,.js .megamenu .megamenu__link{position:relative;padding:1rem 0 2rem;line-height:110%}}.megamenu .megamenu__toggle:focus-visible,.megamenu .megamenu__link:focus-visible{outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem}.megamenu .megamenu__toggle:focus-visible::after,.megamenu .megamenu__link:focus-visible::after{outline:none}.megamenu .megamenu__toggle:hover,.megamenu .megamenu__link:hover{color:#000;background-color:#f1f0ee}@media(min-width: 992px){.js .megamenu .megamenu__toggle:hover,.js .megamenu .megamenu__link:hover{background:none}.js .hb-dark-pattern .megamenu .megamenu__toggle:hover,.js .hb-dark-pattern .megamenu .megamenu__link:hover{color:#fff}}.megamenu .megamenu__toggle{display:flex;position:relative;width:100%}@media(min-width: 992px){.js .megamenu .megamenu__toggle{width:auto}.js .megamenu .megamenu__toggle::before{background-color:#148762;background-color:var(--palette--secondary);content:"";display:block;position:absolute;width:calc(100% + 1.6rem);height:0.64rem;top:auto;bottom:0.3rem;left:0;transform:scaleX(0);transform-origin:left;transition:transform 150ms ease-in-out}}.megamenu .megamenu__toggle::after{height:4.8rem;width:4.8rem;overflow:hidden;text-indent:-9999px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E");background-size:1.8rem;transition:transform 150ms ease-in-out;position:absolute;top:0;right:0;height:100%;content:"";cursor:pointer;transform-origin:center}@media(min-width: 992px){.js .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' /%3E%3C/svg%3E");height:1.6rem;width:1.2rem;overflow:hidden;text-indent:-9999px;background-repeat:no-repeat;background-position:center;top:calc(50% - 0.5rem);right:-1.7rem;background-size:auto;transform:translateY(-50%)}.hc-pairing-ocean .js .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-mountain .js .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%2364305f' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-cardinal .js .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%232f2424' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-lake .js .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%2300343e' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-canyon .js .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%2300343e' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-cliff .js .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%238c1515' stroke-width%3D'2' /%3E%3C/svg%3E")}}.no-js .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hb-dark-pattern .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}@media(min-width: 992px){.hb-dark-pattern .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}}.no-js .hb-dark-pattern .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.megamenu .megamenu__toggle:hover{cursor:pointer}@media(min-width: 992px){.js .megamenu .megamenu__toggle:hover::before{transform:scaleX(1)}}.hb-dark-pattern .megamenu .megamenu__toggle:hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}@media(min-width: 992px){.hb-dark-pattern .megamenu .megamenu__toggle:hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}}.no-js .hb-dark-pattern .megamenu .megamenu__toggle:hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round' /%3E%3C/svg%3E")}@media(min-width: 992px){.js .megamenu .megamenu__toggle.is-expanded::before{transform:scaleX(1)}}.megamenu .megamenu__toggle.is-expanded::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.hb-dark-pattern .megamenu .megamenu__toggle.is-expanded::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round' /%3E%3C/svg%3E")}@media(min-width: 992px){.js .hb-dark-pattern .megamenu .megamenu__toggle.is-expanded::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}}@media(min-width: 992px){.js .megamenu .megamenu__toggle.is-expanded::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' /%3E%3C/svg%3E");top:calc(50% - 13px);background-size:auto}.hc-pairing-ocean .js .megamenu .megamenu__toggle.is-expanded::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-mountain .js .megamenu .megamenu__toggle.is-expanded::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%2364305f' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-cardinal .js .megamenu .megamenu__toggle.is-expanded::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%232f2424' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-lake .js .megamenu .megamenu__toggle.is-expanded::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%2300343e' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-canyon .js .megamenu .megamenu__toggle.is-expanded::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%2300343e' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-cliff .js .megamenu .megamenu__toggle.is-expanded::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%238c1515' stroke-width%3D'2' /%3E%3C/svg%3E")}}.hb-dark-pattern .megamenu .megamenu__toggle.is-expanded:hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round' /%3E%3C/svg%3E")}@media(min-width: 992px){.js .hb-dark-pattern .megamenu .megamenu__toggle.is-expanded:hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}}.megamenu .megamenu__toggle.megamenu__active-trail{border-color:#148762;border-color:var(--palette--secondary);border-width:0.6rem;border-style:solid;border-top:none;border-right:none;border-bottom:none}@media(min-width: 992px){.megamenu .megamenu__toggle.megamenu__active-trail{border:none}}@media(min-width: 992px){.js .megamenu .megamenu__toggle.megamenu__active-trail::before{transform:scaleX(1)}}@media(min-width: 992px){.js .megamenu .megamenu__link:not(.list-sub) .megamenu .megamenu__link::before{background-color:#148762;background-color:var(--palette--secondary);content:"";display:block;position:absolute;width:100%;height:0.64rem;top:auto;bottom:0.3rem;left:0;transform:scaleX(0);transform-origin:left;transition:transform 150ms ease-in-out}}@media(min-width: 992px){.js .megamenu .megamenu__link:hover::before,.js .megamenu .megamenu__link.megamenu__active-trail::before{transform:scaleX(1)}.js .megamenu .megamenu__link:hover.megamenu__no-link::before,.js .megamenu .megamenu__link.megamenu__active-trail.megamenu__no-link::before{display:none}}.megamenu .megamenu__link.megamenu__active-trail{border-color:#148762;border-color:var(--palette--secondary);border-width:0.6rem;border-style:solid;border-top:none;border-right:none;border-bottom:none}@media(min-width: 992px){.megamenu .megamenu__link.megamenu__active-trail{border:none}}.megamenu .megamenu__link.megamenu__active-trail:not(:has(+.megamenu__list .megamenu__is-active)){background-color:#f1f0ee}@media(min-width: 992px){.megamenu .megamenu__link.megamenu__active-trail:not(:has(+.megamenu__list .megamenu__is-active)){background:none}}.megamenu .megamenu__is-active{background-color:#f1f0ee}@media(min-width: 992px){.megamenu .megamenu__is-active{background:none}}.megamenu .list-sub,.megamenu .list-sub__nested{padding-left:2.2rem}.megamenu .megamenu__expanded-container{display:none}.megamenu .megamenu__expanded-container.is-expanded,.no-js .megamenu .megamenu__expanded-container{display:block}@media(min-width: 992px){.megamenu .megamenu__expanded-container{display:block}.js .megamenu .megamenu__expanded-container{background-color:#fff;position:absolute;padding:4.4rem 0 8.9rem;left:50%;width:200%;color:#000;box-shadow:0 1rem 1.9rem rgba(0,0,0,.63);opacity:0;transform:translateX(-50%) scaleY(0);transform-origin:top;transition:transform 150ms ease-in-out;z-index:-1}.js .megamenu .megamenu__expanded-container.is-expanded{opacity:1;transform:translateX(-50%) scaleY(1)}}.megamenu .list-sub{color:#413e39;padding-left:1.6rem;font-size:1.6rem;font-weight:600}.hb-dark-pattern .megamenu .list-sub{color:#fff}@media(min-width: 768px){.megamenu .list-sub{font-size:2.2rem}}@media(min-width: 992px){.js .megamenu .list-sub{color:#000;display:flex;grid-gap:0 5.2rem;margin:0 auto;padding:0;max-width:120rem;width:50%}}@media(min-width: 992px)and (min-width: 992px){.megamenu .list-sub .megamenu__toggle,.megamenu .list-sub .megamenu__link{width:100%}.js .megamenu .list-sub .megamenu__toggle:hover::after,.js .megamenu .list-sub .megamenu__link:hover::after{background-color:#f1f0ee;content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1}}.megamenu .list-sub .megamenu__item{border-top:1px solid;border-color:#b6b1a9;display:block;width:100%;outline:none}.megamenu .list-sub .megamenu__item:first-child{padding-left:0;width:100%}@media(min-width: 992px){.js .megamenu .list-sub .megamenu__item{flex:0 1 calc(25% - 3.9rem);margin-right:0;border-top:none}}@media(min-width: 992px){.js .megamenu .list-sub .megamenu__item:nth-child(n+5){border-top:2px solid;border-color:#d9d7d2;margin-top:1.2rem;padding-top:1.6rem}}.megamenu .list-sub .megamenu__item .megamenu__link{font-weight:600}.megamenu .list-sub .megamenu__item .megamenu__link:focus-visible{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}@media(min-width: 992px){.js .megamenu .list-sub .megamenu__item .megamenu__link:hover{background-color:#f1f0ee}.js .megamenu .list-sub .megamenu__item .megamenu__link:hover::before{display:none}}@media(min-width: 992px){.js .megamenu .list-sub .megamenu__item .megamenu__link{margin-bottom:0.4rem;padding:0.7rem 1rem;font-size:1.6rem;text-transform:capitalize;font-weight:700}}@media(min-width: 992px){.megamenu .list-sub .megamenu__item .megamenu__link.megamenu__active-trail::before{display:none}}.megamenu .list-sub .megamenu__item .megamenu__no-link{color:#007c8f;color:var(--palette--tertiary)}.megamenu .list-sub .megamenu__item .megamenu__no-link:hover{color:#007c8f;color:var(--palette--tertiary);background:none}.megamenu .list-sub .megamenu__item .megamenu__no-link:hover::after{display:none}@media(min-width: 992px){.js .megamenu .list-sub .megamenu__item .megamenu__no-link{cursor:auto}.js .megamenu .list-sub .megamenu__item .megamenu__no-link:hover{background:none}.js .megamenu .list-sub .megamenu__item .megamenu__no-link:hover::after{display:none}}@media(min-width: 992px){.js .hb-dark-pattern .megamenu .list-sub .megamenu__item .megamenu__no-link:hover{color:#000}}.no-js .megamenu .list-sub{display:block}.su-masthead:not(.hb-dark-pattern) .megamenu .list-sub--1 .megamenu__link:not(.megamenu__no-link){color:#007c8f;color:var(--palette--tertiary)}.su-masthead:not(.hb-dark-pattern) .megamenu .list-sub--1 .megamenu__link:not(.megamenu__no-link):hover:not(.is-active),.su-masthead:not(.hb-dark-pattern) .megamenu .list-sub--1 .megamenu__link:not(.megamenu__no-link):focus{color:#002429;color:var(--palette--tertiary-darken-20)}@media(min-width: 992px){.megamenu .list-sub--1 .megamenu__link:not(.megamenu__no-link){color:#007c8f;color:var(--palette--tertiary)}.megamenu .list-sub--1 .megamenu__link:not(.megamenu__no-link):hover:not(.is-active),.megamenu .list-sub--1 .megamenu__link:not(.megamenu__no-link):focus{color:#002429;color:var(--palette--tertiary-darken-20)}}.megamenu .list-sub__nested{display:block;padding-left:3rem}@media(min-width: 768px){.megamenu .list-sub__nested{font-size:2.2rem}}@media(min-width: 992px){.js .megamenu .list-sub__nested{padding-left:0;font-size:inherit}}@media(min-width: 992px){.js .megamenu .list-sub__nested .megamenu__item:nth-child(n+5){margin-top:0;padding-top:0;border:none}}@media(min-width: 992px){.js .megamenu .list-sub__nested .megamenu__item .megamenu__link{font-weight:600;padding-left:2.2rem;color:initial}}.su-masthead:not(.hb-dark-pattern) .megamenu .list-sub__nested .megamenu__item .megamenu__link{color:initial}.su-masthead:not(.hb-dark-pattern) .megamenu .list-sub__nested .megamenu__item .megamenu__link:hover:not(.is-active),.su-masthead:not(.hb-dark-pattern) .megamenu .list-sub__nested .megamenu__item .megamenu__link:focus{color:initial}@media(min-width: 992px){.js .megamenu .list-sub--3{display:none}}.megamenu .is-expanded{display:block}.su-site-search+.megamenu .megamenu__mobile-btn{top:-12rem}.hb-secondary-nav{background-color:rgba(0,0,0,0);display:none}@media(min-width: 992px){.hb-secondary-nav{display:block}}.hb-secondary-nav__heading{font-weight:600;font-size:2.4rem;line-height:116%;margin:0 0 3.2rem}.hb-secondary-nav__heading a{color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms}.hb-secondary-nav__heading a:hover,.hb-secondary-nav__heading a:focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}.hb-secondary-nav__heading a:hover,.hb-secondary-nav__heading a:focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}.hb-secondary-nav__heading a:hover,.hb-secondary-nav__heading a:focus{color:#000}.hb-dark-pattern .hb-secondary-nav__heading a:hover,.hb-dark-inversion .views-element-container .hb-secondary-nav__heading a:hover,.hb-dark-pattern .hb-secondary-nav__heading a:focus,.hb-dark-inversion .views-element-container .hb-secondary-nav__heading a:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-secondary-nav__menu-container[aria-hidden=true]{display:none}.hb-secondary-nav__menu{background-color:rgba(0,0,0,0);list-style-type:none;padding-left:1.6rem}.hb-dark-inversion .hb-secondary-nav__menu{background-color:#002429;background-color:var(--palette--primary-dark)}.hb-secondary-nav__menu-lv1{padding-left:0;border-top:1px solid;border-color:#d9d7d2}.hb-secondary-nav__menu-lv1>.hb-secondary-nav__item>.hb-secondary-nav__link{font-weight:600}.hb-secondary-nav__item,.hb-secondary-nav__link{font-size:1.6rem;color:#000}.hb-dark-inversion .hb-secondary-nav__item,.hb-dark-inversion .hb-secondary-nav__link{color:#fff}.hb-dark-inversion .hb-secondary-nav__item:hover,.hb-dark-inversion .hb-secondary-nav__item:focus,.hb-dark-inversion .hb-secondary-nav__item.is-active,.hb-dark-inversion .hb-secondary-nav__link:hover,.hb-dark-inversion .hb-secondary-nav__link:focus,.hb-dark-inversion .hb-secondary-nav__link.is-active{color:#000}.hb-secondary-nav__link.ext{color:#000}.hb-dark-inversion .hb-secondary-nav__link.ext{color:#fff}.hb-secondary-nav__link.ext:hover,.hb-secondary-nav__link.ext:focus{color:#000;background-image:none}.hb-secondary-nav__item{position:relative}.hb-secondary-nav__item--active-trail>.hb-secondary-nav__link{position:relative;font-weight:600}.hb-secondary-nav__item--active-trail>.hb-secondary-nav__link::before{content:"";display:block;background-color:#413e39;position:absolute;height:100%;width:0.5rem;top:0;bottom:0;left:0}.hb-secondary-nav__item--parent .hb-secondary-nav__link::after{content:"";display:block}.hb-secondary-nav__link{display:block;padding:1.6rem 4.8rem 1.6rem 1.8rem;text-decoration:none;border-bottom:1px solid;border-color:#d9d7d2}.hb-secondary-nav__link:hover,.hb-secondary-nav__link:focus{text-decoration:none}.hb-secondary-nav__link:hover:not(.is-active),.hb-secondary-nav__link:focus:not(.is-active){background-color:#f1f0ee}.hb-dark-inversion .hb-secondary-nav__link:hover:not(.is-active)+.hb-secondary-nav__button,.hb-dark-inversion .hb-secondary-nav__link:focus:not(.is-active)+.hb-secondary-nav__button{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hb-dark-inversion .hb-secondary-nav__link:hover:not(.is-active)+.hb-secondary-nav__button[aria-expanded=true],.hb-dark-inversion .hb-secondary-nav__link:focus:not(.is-active)+.hb-secondary-nav__button[aria-expanded=true]{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hb-dark-inversion .hb-secondary-nav__link+.hb-secondary-nav__button{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hb-dark-inversion .hb-secondary-nav__link+.hb-secondary-nav__button[aria-expanded=true]{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hb-dark-inversion .hb-secondary-nav__link::before{background-color:#00d5f5;background-color:var(--palette--tertiary-reversed)}.hb-dark-inversion .hb-secondary-nav__link:hover::before,.hb-dark-inversion .hb-secondary-nav__link:focus::before{background-color:#148762;background-color:var(--palette--secondary)}.hb-secondary-nav__link.is-active{font-weight:600;background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hb-secondary-nav__link.is-active::before{background-color:#148762;background-color:var(--palette--secondary)}.hb-dark-inversion .hb-secondary-nav__link.is-active+.hb-secondary-nav__button{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hb-dark-inversion .hb-secondary-nav__link.is-active+.hb-secondary-nav__button[aria-expanded=true]{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hb-secondary-nav__link.hb-secondary-toggler{position:relative;cursor:pointer}.hb-secondary-nav__link.hb-secondary-toggler::after{height:4.8rem;width:4.8rem;overflow:hidden;text-indent:-9999px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E");background-size:1.8rem;transition:transform 150ms ease-in-out;position:absolute;top:0.3rem;right:0}.no-js .hb-secondary-nav__link.hb-secondary-toggler::after{display:none}.hb-secondary-nav__link.hb-secondary-toggler[aria-expanded=true]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.hb-secondary-nav__button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;height:4.8rem;width:4.8rem;overflow:hidden;text-indent:-9999px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E");background-size:1.8rem;transition:transform 150ms ease-in-out;cursor:pointer;position:absolute;top:0.3rem;right:0}.no-js .hb-secondary-nav__button{display:none}.hb-secondary-nav__button[aria-expanded=true]{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.views-field-field-hs-person-email{word-break:break-all}.views-field-field-hs-course-code{font-size:2rem;font-weight:600;margin-bottom:0.6rem}.views-field-field-hs-course-section-location{font-weight:700}.views-field-field-hs-course-section-st-time,.views-field-field-hs-course-section-end-time{display:inline-block}.views-field-field-hs-course-section-id .field-content{display:inline-block}.hb-card--structured .hb-card__img{margin-bottom:2.4rem}@media(min-width: 768px){.hb-card--structured .hb-card__img{margin-bottom:0}}.hb-card--structured .hb-card__subtitle{font-weight:600;line-height:122%;font-size:1.6rem;margin-bottom:1.4rem}@media(min-width: 992px){.hb-card--structured .hb-card__subtitle{font-size:1.8rem}}.hb-card--structured .hb-card__category .views-label{margin-bottom:1.4rem}.hb-card--structured .hb-card__category,.hb-card--structured .hb-card__category .views-field,.hb-card--structured .hb-card__columns .views-field{margin-bottom:1.4rem}@media(min-width: 576px){.hb-card--structured .hb-card__category,.hb-card--structured .hb-card__category .views-field,.hb-card--structured .hb-card__columns .views-field{margin-bottom:2.8rem}}.hb-card--structured .hb-card__columns{display:flex;flex-wrap:wrap}.hb-card--structured .hb-card__columns .views-field{padding-right:1.1rem;width:100%}@media(min-width: 576px){.hb-card--structured .hb-card__columns .views-field{width:50%}}.hb-global-footer{position:relative;z-index:1200}.hb-global-footer .su-global-footer__menu--global{font-weight:600}.su-site-search{position:relative}.su-site-search label{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.su-site-search .form-actions{position:relative}.su-site-search input{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:1.2rem 3.6rem 1rem 1.4rem;display:inline-block;height:3.8rem;max-width:100%;font-size:1.6rem}.su-site-search input::-moz-placeholder{color:#413e39;opacity:1}.su-site-search input::placeholder{color:#413e39;opacity:1}.su-site-search input[type=submit]{margin-top:0;margin-right:0;margin-bottom:0;padding:0;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 25 26'%3E%3Cpath fill-rule%3D'evenodd' clip-rule%3D'evenodd' d%3D'M21.4737 10.2016C21.4737 14.0385 18.3632 17.149 14.5263 17.149C10.6894 17.149 7.57895 14.0385 7.57895 10.2016C7.57895 6.36466 10.6894 3.25422 14.5263 3.25422C18.3632 3.25422 21.4737 6.36466 21.4737 10.2016ZM24 10.2016C24 15.4338 19.7585 19.6753 14.5263 19.6753C12.5029 19.6753 10.6277 19.0409 9.08862 17.9603L2.11994 24.3929C1.60732 24.8661 0.808175 24.8341 0.334991 24.3215C-0.138192 23.8089 -0.106226 23.0098 0.406389 22.5366L7.22679 16.2408C5.86882 14.6013 5.05264 12.4968 5.05264 10.2016C5.05264 4.96942 9.29415 0.727905 14.5263 0.727905C19.7585 0.727905 24 4.96942 24 10.2016Z' stroke%3D'%23413e39' stroke-width%3D'0.5' stroke-linecap%3D'square' fill%3D'%23413e39' /%3E%3C/svg%3E");background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center center;border-width:0;position:absolute;bottom:0;right:1.4rem;width:1.8rem;height:1.5rem;transform:scaleX(-1);opacity:.6;text-indent:-99999px;overflow:hidden}.su-site-search input[type=submit]:hover,.su-site-search input[type=submit]:active,.su-site-search input[type=submit]:focus{background-color:rgba(0,0,0,0);opacity:1}.su-site-search input[type=submit]:active,.su-site-search input[type=submit]:focus{box-shadow:none}.hb-local-footer{font-size:1.6rem;padding:4.8rem 0;border-top:1px solid;border-color:#b6b1a9}.hb-local-footer .hb-secondary-nav{display:block}.hb-local-footer .menu{list-style-type:none;margin:0;padding:0}.hb-local-footer .menu-item{margin-bottom:1.4rem;padding-right:1.8rem}@media(min-width: 992px){.hb-local-footer .menu-item{font-size:1.8rem}}.hb-local-footer .menu-item a:hover .fa-ext::after,.hb-local-footer .menu-item a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-local-footer .menu-item a:hover .fa-ext::after,.hc-pairing-ocean .hb-local-footer .menu-item a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-local-footer .menu-item a:hover .fa-ext::after,.hc-pairing-mountain .hb-local-footer .menu-item a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23072e22' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-local-footer .menu-item a:hover .fa-ext::after,.hc-pairing-cardinal .hb-local-footer .menu-item a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-local-footer .menu-item a:hover .fa-ext::after,.hc-pairing-lake .hb-local-footer .menu-item a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23171916' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-local-footer .menu-item a:hover .fa-ext::after,.hc-pairing-canyon .hb-local-footer .menu-item a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000b0d' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-local-footer .menu-item a:hover .fa-ext::after,.hc-pairing-cliff .hb-local-footer .menu-item a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23090101' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hb-local-footer .block__title,.hb-local-footer .hb-secondary-nav__heading{font-size:1.4rem;font-weight:700;margin:0 0 2rem;text-transform:uppercase}.hb-local-footer.hb-dark-pattern{border-top:0}.hb-local-footer.hb-dark-pattern .menu-item{margin-bottom:1.4rem}.field-hs-hero-image{position:relative}.hs-full-width .field-hs-hero-image{margin:calc(-1 * 4.8rem) 0 4.8rem}.hs-full-width .field-hs-hero-image :is(.hb-gradient-hero){margin-top:0}.field-hs-hero-image img{width:100%}.field-hs-hero-image::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.field-hs-hero-image::before{background-color:rgba(0,36,41,.8);background-color:var(--palette--primary-hero-overlay)}.hb-hero-overlay{position:relative;min-height:39rem;display:flex}@media(min-width: 768px){.hb-hero-overlay{min-height:49rem}}.hs-full-width .hb-hero-overlay{margin:calc(-1 * 4.8rem) 0 4.8rem}.hs-full-width .hb-hero-overlay :is(.hb-gradient-hero){margin-top:0}.hb-hero-overlay::before{background-color:rgba(0,36,41,.8);background-color:var(--palette--primary-hero-overlay);content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hb-hero-overlay__image-wrapper{position:absolute;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;z-index:2}.hb-hero-overlay__image-wrapper .field-hs-hero-image,.hb-hero-overlay__image-wrapper .field-hs-gradient-hero-image{height:inherit}.hs-full-width .hb-hero-overlay__image-wrapper .field-hs-hero-image,.hs-full-width .hb-hero-overlay__image-wrapper .field-hs-gradient-hero-image{margin:0}.hb-hero-overlay__image-wrapper article,.hb-hero-overlay__image-wrapper picture,.hb-hero-overlay__image-wrapper .field-media-image{height:inherit}.hb-hero-overlay__image-wrapper img{height:inherit;width:100%;-o-object-fit:cover;object-fit:cover}.hb-has-animation-enhancements .hb-hero-overlay__image-wrapper img.animate{animation-duration:950ms;animation-timing-function:ease-out;animation-name:colorfulHeroImage}.hb-hero-overlay__text{display:block;position:relative;align-self:center;padding:5.4rem 0;z-index:2;color:#fff;max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important}@media(min-width: 768px){.hb-hero-overlay__text{width:calc(100% - (2 * 4.8rem)) !important}}.hb-has-animation-enhancements.js .hb-hero-overlay__text{opacity:0}.hb-has-animation-enhancements.js .hb-hero-overlay__text{opacity:0}.hb-has-animation-enhancements.js .paragraph--type--hs-gradient-hero-slider .slick-active .hb-hero-overlay__text.animate,.hb-has-animation-enhancements.js .paragraph--type--hs-gradient-hero-slider .unslick .hb-hero-overlay__text.animate,.hb-has-animation-enhancements.js .ptype-hs-hero-image .hb-hero-overlay__text.animate,.hb-has-animation-enhancements.js .field-hs-page-hero>:not(.paragraph--type--hs-carousel) .hb-hero-overlay .hb-hero-overlay__text.animate,.hb-has-animation-enhancements.js .field-hs-page-hero>:not(.paragraph--type--hs-carousel) .slick-active .hb-hero-overlay__text.animate,.hb-has-animation-enhancements.js .field-hs-page-hero>:not(.paragraph--type--hs-carousel) .unslick .hb-hero-overlay__text.animate{animation-duration:2000ms;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-name:colorfulHeroText}.hb-hero-overlay__text h2{font-size:2.7rem;line-height:117%;margin:0 0 3.2rem;font-weight:600}@media(min-width: 768px){.hb-hero-overlay__text h2{font-weight:600;font-size:3.2rem;line-height:112%;margin:0 0 4.8rem}}@media(min-width: 768px)and (min-width: 768px){.hb-hero-overlay__text h2{font-size:3.8rem}}.hb-hero-overlay__text ul li::before{background-color:#148762;background-color:var(--palette--secondary)}.hb-hero-overlay__text ol li::before{color:#00ce9d;color:var(--palette--secondary-active)}.hb-hero-overlay__text h2,.hb-hero-overlay__text .field-hs-hero-body,.hb-hero-overlay__text .field-hs-gradient-hero-body p{width:90%}@media(min-width: 576px){.hb-hero-overlay__text h2,.hb-hero-overlay__text .field-hs-hero-body,.hb-hero-overlay__text .field-hs-gradient-hero-body p{width:80%}}@media(min-width: 768px){.hb-hero-overlay__text h2,.hb-hero-overlay__text .field-hs-hero-body,.hb-hero-overlay__text .field-hs-gradient-hero-body p{width:70%}}@media(min-width: 992px){.hb-hero-overlay__text h2,.hb-hero-overlay__text .field-hs-hero-body,.hb-hero-overlay__text .field-hs-gradient-hero-body p{width:50%}}@media(min-width: 576px){.hb-hero-overlay__text{padding:6rem 0}}@media(min-width: 992px){.hb-hero-overlay__text{padding:6.6rem 0}}.hb-hero-overlay__text .field-hs-hero-body{font-weight:400;font-size:1.6rem;line-height:122%}@media(min-width: 992px){.hb-hero-overlay__text .field-hs-hero-body{font-weight:400;font-size:1.8rem;line-height:127%}}.hb-hero-overlay__text a{font-weight:400;font-size:1.6rem;line-height:122%;color:#00d5f5;color:var(--palette--tertiary-reversed);background-image:none}@media(min-width: 992px){.hb-hero-overlay__text a{font-weight:400;font-size:1.8rem;line-height:127%}}.hb-hero-overlay__text a:hover,.hb-hero-overlay__text a:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-hero-overlay__text .field-hs-hero-link a,.hb-hero-overlay__text .field-hs-hero-link button{word-break:break-word;max-width:80%;display:inline-block;font-weight:600;padding:0.4rem 2rem;text-decoration:none;text-align:center;transition:all 150ms ease-in-out;background-color:rgba(0,0,0,0);border-radius:4.2rem;color:#00d5f5;color:var(--palette--tertiary-reversed);border-color:#00d5f5;border-color:var(--palette--tertiary-reversed);border-width:3px;border-style:solid;margin-top:3.2rem;padding:1.2rem}.hb-hero-overlay__text .field-hs-hero-link a:hover,.hb-hero-overlay__text .field-hs-hero-link a:focus,.hb-hero-overlay__text .field-hs-hero-link button:hover,.hb-hero-overlay__text .field-hs-hero-link button:focus{box-shadow:none}.hb-hero-overlay__text .field-hs-hero-link a:hover,.hb-hero-overlay__text .field-hs-hero-link a:focus,.hb-hero-overlay__text .field-hs-hero-link button:hover,.hb-hero-overlay__text .field-hs-hero-link button:focus{border-color:#e4f4ee;border-color:var(--palette--secondary-highlight);color:#e4f4ee;color:var(--palette--secondary-highlight)}@media(min-width: 992px){.hb-hero-overlay__text .field-hs-hero-link a,.hb-hero-overlay__text .field-hs-hero-link button{max-width:75%}}@media(min-width: 768px){.hb-hero-overlay__text .field-hs-hero-link a,.hb-hero-overlay__text .field-hs-hero-link button{margin-top:4.8rem}}@keyframes colorfulHeroText{0%{opacity:0}100%{opacity:1}}@keyframes colorfulHeroImage{10%{opacity:0}100%{opacity:1}}@keyframes traditionalHeroText{0%{opacity:0;transform:translateY(-15px)}100%{opacity:1;transform:translateY(0)}}@keyframes traditionalHeroOverlay{0%{opacity:.9}100%{opacity:1}}.paragraph--type--hs-carousel .field-hs-hero-image::before{display:none}.hs-full-width .paragraph--type--hs-carousel{margin:calc(-1 * 4.8rem) 0 4.8rem}.hs-full-width .paragraph--type--hs-carousel :is(.hb-gradient-hero){margin-top:0}.paragraph--type--hs-carousel .hb-hero-overlay{display:block;padding:4.8rem 0 4.8rem 8%;min-height:auto}.paragraph--type--hs-carousel .hb-hero-overlay::after{clear:both;content:"";display:table}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay{padding:0;display:grid;grid-template-columns:8% 7% 45% 20% 20%;grid-template-rows:60px 1fr 1fr auto auto 60px;min-height:60vh}}@media(min-width: 1200px){.paragraph--type--hs-carousel .hb-hero-overlay{grid-template-columns:8% 7% 35% 30% 20%}}.paragraph--type--hs-carousel .hb-hero-overlay::before{background-color:#f1f0ee;z-index:1}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay::before{position:unset;padding:4.8rem 0 4.8rem 10%;grid-column-start:1;grid-column-end:5;grid-row-start:1;grid-row-end:6}}.paragraph--type--hs-carousel .hb-hero-overlay::after{content:"";display:block;height:100%;z-index:2;background-color:#148762;background-color:var(--palette--secondary)}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay::after{grid-column-start:1;grid-column-end:2;grid-row-start:3;grid-row-end:4}}.paragraph--type--hs-carousel .hb-hero-overlay__image-wrapper{position:relative}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay__image-wrapper{display:flex;margin-top:0;grid-column-start:3;grid-column-end:6;grid-row-start:2;grid-row-end:5;padding-top:0}}.paragraph--type--hs-carousel .hb-hero-overlay__image-wrapper::before{display:block;bottom:0;left:-8.75%;top:initial;content:" ";position:absolute;height:50%;width:8.75%;opacity:1}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay__image-wrapper::before{display:none}}.paragraph--type--hs-carousel .hb-hero-overlay__image-wrapper img{min-height:35vh;max-height:35vh;-o-object-fit:cover;object-fit:cover}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay__image-wrapper img{max-height:55vh;min-height:55vh}}.hb-has-animation-enhancements .paragraph--type--hs-carousel .hb-hero-overlay__image-wrapper img.animate{animation-name:colorfulCarouselImage}.paragraph--type--hs-carousel .hb-hero-overlay__text{background-color:rgba(0,36,41,.8);background-color:var(--palette--primary-hero-overlay);padding:calc(6.4rem / 2) calc(4.8rem / 2) calc(4.8rem / 2);position:relative;width:auto !important;margin:0 0 !important;transform:none;top:0;left:0}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay__text{grid-column-start:2;grid-column-end:4;grid-row-start:4;grid-row-end:7;padding:6.4rem 4.8rem 4.8rem;width:auto !important}}@media(min-width: 992px){.paragraph--type--hs-carousel .hb-hero-overlay__text{width:auto !important}}.paragraph--type--hs-carousel .hb-hero-overlay__text::after{top:3.2rem;display:block;content:" ";position:absolute;height:0.4rem;width:6.5rem}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay__text::after{top:5.6rem}}.paragraph--type--hs-carousel .hb-hero-overlay__text.animate{opacity:1}.hb-has-animation-enhancements .paragraph--type--hs-carousel .hb-hero-overlay__text.animate{animation-name:colorfulCarouselText}.paragraph--type--hs-carousel .hb-hero-overlay__text h2{font-weight:600;font-size:2rem;line-height:122%;margin:2.4rem 0}@media(min-width: 992px){.paragraph--type--hs-carousel .hb-hero-overlay__text h2{font-weight:600;font-size:2.4rem;line-height:120%;margin:2.8rem 0}}@media(min-width: 992px)and (min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay__text h2{font-size:2.7rem;line-height:117%}}.paragraph--type--hs-carousel .hb-hero-overlay__text h2,.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-body{width:auto}@media(min-width: 576px){.paragraph--type--hs-carousel .hb-hero-overlay__text h2,.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-body{width:auto}}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay__text h2,.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-body{width:auto}}@media(min-width: 992px){.paragraph--type--hs-carousel .hb-hero-overlay__text h2,.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-body{width:auto}}.paragraph--type--hs-carousel .slick{position:relative}.paragraph--type--hs-carousel .slick .hb-hero-overlay__text{padding-bottom:6rem}@media(min-width: 768px){.paragraph--type--hs-carousel .slick .hb-hero-overlay__text{padding-bottom:6.5rem}}.paragraph--type--hs-carousel .slick .slick-dots{position:absolute;clip:rect(1px, 1px, 1px, 1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}@media(min-width: 768px){.paragraph--type--hs-carousel .slick .slick-dots{display:inline-block;clip:inherit;height:auto;width:auto;overflow:visible;list-style-type:none;position:absolute}}@media(min-width: 768px){.paragraph--type--hs-carousel .slick .slick-dots{bottom:4.8rem;margin:0 0 1rem;right:calc(40% + 9rem + 1rem)}.hb-three-column--one-sidebar .paragraph--type--hs-carousel .slick .slick-dots,.hb-three-column--two-sidebar .paragraph--type--hs-carousel .slick .slick-dots{bottom:0}}@media(min-width: 992px){.hb-three-column--two-sidebar .paragraph--type--hs-carousel .slick .slick-dots{position:absolute;clip:rect(1px, 1px, 1px, 1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}}@media(min-width: 1200px){.paragraph--type--hs-carousel .slick .slick-dots{right:calc(50% + 9rem + 1rem)}}.paragraph--type--hs-carousel .slick .slick-dots li{display:inline-block}.paragraph--type--hs-carousel .slick .slick-dots .slick-active button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 11 11' fill%3D'none'%3E%3Ccircle cx%3D'5.49989' cy%3D'5.49994' r%3D'5.5' fill%3D'%23f1f0ee'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left;font-size:4rem}.paragraph--type--hs-carousel .slick .slick-dots button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;font-size:0;padding-top:0.5rem}.paragraph--type--hs-carousel .slick .slick-dots button::before{color:#fff;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 11 11' fill%3D'none'%3E%3Ccircle cx%3D'5.49989' cy%3D'5.49994' r%3D'5' stroke%3D'%23f1f0ee'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left;height:1.1rem;width:1.1rem;display:block;margin:0 1rem;border-radius:50%;box-shadow:inset -0.2rem 0 #f1f0ee,0 -0.2rem 0 var(--palette--secondary),0 0 0 0.2rem #000}.paragraph--type--hs-carousel .slick .slick-dots button:hover::before,.paragraph--type--hs-carousel .slick .slick-dots button:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 11 11' fill%3D'none'%3E%3Ccircle cx%3D'5.49989' cy%3D'5.49994' r%3D'5.5' fill%3D'%23f1f0ee'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left}.paragraph--type--hs-carousel .slick__arrow{margin:0;padding:0;font-size:0}.paragraph--type--hs-carousel .slick__arrow .slick-prev,.paragraph--type--hs-carousel .slick__arrow .slick-next{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;position:absolute;bottom:calc(4.8rem * 2)}.hb-three-column--one-sidebar .paragraph--type--hs-carousel .slick__arrow .slick-prev,.hb-three-column--two-sidebar .paragraph--type--hs-carousel .slick__arrow .slick-prev,.hb-three-column--one-sidebar .paragraph--type--hs-carousel .slick__arrow .slick-next,.hb-three-column--two-sidebar .paragraph--type--hs-carousel .slick__arrow .slick-next{bottom:4.8rem}@media(min-width: 768px){.paragraph--type--hs-carousel .slick__arrow .slick-prev,.paragraph--type--hs-carousel .slick__arrow .slick-next{bottom:4.8rem}.hb-three-column--one-sidebar .paragraph--type--hs-carousel .slick__arrow .slick-prev,.hb-three-column--two-sidebar .paragraph--type--hs-carousel .slick__arrow .slick-prev,.hb-three-column--one-sidebar .paragraph--type--hs-carousel .slick__arrow .slick-next,.hb-three-column--two-sidebar .paragraph--type--hs-carousel .slick__arrow .slick-next{bottom:0}}.paragraph--type--hs-carousel .slick__arrow .slick-prev::before,.paragraph--type--hs-carousel .slick__arrow .slick-next::before{content:"";display:inline-block;background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23f1f0ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");filter:drop-shadow(0.175rem 0.2rem 0 #000000);background-size:85%;height:2.5rem;width:2.5rem;transition:transform 150ms ease-in-out}.paragraph--type--hs-carousel .slick__arrow .slick-prev:hover,.paragraph--type--hs-carousel .slick__arrow .slick-prev:focus,.paragraph--type--hs-carousel .slick__arrow .slick-next:hover,.paragraph--type--hs-carousel .slick__arrow .slick-next:focus{cursor:pointer}.paragraph--type--hs-carousel .slick__arrow .slick-prev{transform:rotate(180deg);transform:scaleX(-1);margin-bottom:1.5rem;right:calc(2.5rem + 4rem)}@media(min-width: 768px){.paragraph--type--hs-carousel .slick__arrow .slick-prev{right:calc(40% + 2.5rem + 4rem)}}@media(min-width: 1200px){.paragraph--type--hs-carousel .slick__arrow .slick-prev{right:calc(50% + 2.5rem + 4rem)}}.paragraph--type--hs-carousel .slick__arrow .slick-next{margin-bottom:1.55rem;right:25px}@media(min-width: 768px){.paragraph--type--hs-carousel .slick__arrow .slick-next{right:calc(40% + 2.5rem)}}@media(min-width: 1200px){.paragraph--type--hs-carousel .slick__arrow .slick-next{right:calc(50% + 25px)}}@keyframes colorfulCarouselText{}@keyframes colorfulCarouselImage{}@keyframes traditionalCarouselText{}@keyframes traditionalCarouselOverlay{}.hs-full-width .paragraph--type--hs-banner{margin:calc(-1 * 4.8rem) 0 4.8rem}.hs-full-width .paragraph--type--hs-banner :is(.hb-gradient-hero){margin-top:0}.paragraph--type--hs-banner .field-hs-banner-image{position:relative}.paragraph--type--hs-banner img{width:100%}.ptype-hs-postcard .hb-card__img{flex-shrink:0}.ptype-hs-postcard .hb-card__content{display:flex;flex-direction:column}.ptype-hs-postcard .hb-card__description{margin-bottom:0}.ptype-hs-postcard .hb-card__subcontent{order:2;margin-bottom:0}.ptype-hs-postcard .hb-card__subcontent-item{width:100%}.ptype-hs-postcard .hb-card__decorative-link::before{display:none}.field-hs-postcard-title h2,.field-hs-postcard-title h3,.field-hs-postcard-title h4,.field-hs-postcard-title h5,.field-hs-postcard-title h6{font-weight:600;font-size:2.4rem;line-height:120%;margin:0;overflow-wrap:break-word}@media(min-width: 768px){.field-hs-postcard-title h2,.field-hs-postcard-title h3,.field-hs-postcard-title h4,.field-hs-postcard-title h5,.field-hs-postcard-title h6{font-size:2.7rem;line-height:117%}}.field-hs-postcard-link{position:relative;width:100%}.field-hs-postcard-link a{display:block;color:rgba(0,0,0,0);height:4.4rem;text-decoration:none;background-image:none;width:100%}.field-hs-postcard-link a .fa-mailto{display:none}.hb-dark-pattern .field-hs-postcard-link a,.hb-dark-inversion .views-element-container .field-hs-postcard-link a{color:rgba(0,0,0,0)}.hb-dark-pattern .field-hs-postcard-link a:hover,.hb-dark-pattern .field-hs-postcard-link a:focus,.hb-dark-inversion .views-element-container .field-hs-postcard-link a:hover,.hb-dark-inversion .views-element-container .field-hs-postcard-link a:focus{color:rgba(0,0,0,0)}.field-hs-postcard-link a:hover,.field-hs-postcard-link a:focus{color:rgba(0,0,0,0);cursor:pointer}.field-hs-postcard-link a:hover::before,.field-hs-postcard-link a:focus::before{transform:translateX(0.625rem);background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-ocean .field-hs-postcard-link a:hover::before,.hc-pairing-ocean .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .field-hs-postcard-link a:hover::before,.hc-pairing-mountain .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23003851' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .field-hs-postcard-link a:hover::before,.hc-pairing-cardinal .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23570d0d' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .field-hs-postcard-link a:hover::before,.hc-pairing-lake .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .field-hs-postcard-link a:hover::before,.hc-pairing-canyon .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%232c0606' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .field-hs-postcard-link a:hover::before,.hc-pairing-cliff .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-dark-pattern .field-hs-postcard-link a:hover::before,.hb-dark-inversion .views-element-container .field-hs-postcard-link a:hover::before,.hb-dark-pattern .field-hs-postcard-link a:focus::before,.hb-dark-inversion .views-element-container .field-hs-postcard-link a:focus::before{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23d9d7d2' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:hover::before,.hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:hover::before,.hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:focus::before,.hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:focus::before{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-ocean .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:hover::before,.hc-pairing-ocean .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:hover::before,.hc-pairing-ocean .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:focus::before,.hc-pairing-ocean .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:hover::before,.hc-pairing-mountain .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:hover::before,.hc-pairing-mountain .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:focus::before,.hc-pairing-mountain .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23003851' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:hover::before,.hc-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:hover::before,.hc-pairing-cardinal .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:focus::before,.hc-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23570d0d' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:hover::before,.hc-pairing-lake .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:hover::before,.hc-pairing-lake .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:focus::before,.hc-pairing-lake .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:hover::before,.hc-pairing-canyon .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:hover::before,.hc-pairing-canyon .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:focus::before,.hc-pairing-canyon .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%232c0606' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:hover::before,.hc-pairing-cliff .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:hover::before,.hc-pairing-cliff .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:focus::before,.hc-pairing-cliff .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.field-hs-postcard-link a::before{content:"";position:absolute;left:0;height:4.4rem;width:4.4rem;background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");transform:translateX(0);transition:transform 150ms ease-in-out;will-change:contents}.hc-pairing-ocean .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-dark-pattern .field-hs-postcard-link a::before,.hb-dark-inversion .views-element-container .field-hs-postcard-link a::before{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a::before,.hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a::before{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-ocean .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a::before,.hc-pairing-ocean .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a::before,.hc-pairing-mountain .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a::before,.hc-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a::before,.hc-pairing-lake .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a::before,.hc-pairing-canyon .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a::before,.hc-pairing-cliff .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.field-hs-postcard-link.decanter-button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none}.field-hs-postcard-link.decanter-button:hover,.field-hs-postcard-link.decanter-button:focus{background-color:rgba(0,0,0,0)}.field-hs-postcard-body{font-weight:400;font-size:1.6rem;line-height:122%;margin-bottom:2.4rem}@media(min-width: 992px){.field-hs-postcard-body{font-weight:400;font-size:1.8rem;line-height:127%}}.hb-vertical-linked-card{position:relative;background-color:rgba(0,0,0,0);margin:2.4rem 0 0 3.1rem;padding-bottom:2.8rem;color:#fff;background-image:linear-gradient(to bottom, transparent, transparent 2rem, #002429 2rem);background-image:linear-gradient(to bottom, transparent, transparent 2rem, var(--palette--primary-dark) 2rem)}.hb-stretch-vertical-linked-cards .hb-vertical-linked-card{display:flex;flex-flow:column nowrap}.hb-vertical-linked-card__img{overflow:hidden}@media(min-width: 576px){.field-hs-row-components .hb-vertical-linked-card__img{margin-top:-2.4rem}}.hb-vertical-linked-card__img img{width:100%;transition:transform 150ms ease-in-out}.hb-vertical-linked-card:hover .hb-vertical-linked-card__img img,.hb-vertical-linked-card:focus .hb-vertical-linked-card__img img{transform:scale(1.07)}.hb-vertical-linked-card .field-media-image{margin:0}.hb-vertical-linked-card__title{position:relative;font-size:2rem;-webkit-hyphens:auto;hyphens:auto;line-height:118%;word-break:break-word;transition:background-color 150ms ease-in-out;padding:2rem 5.4rem 2rem 2rem;margin:0 2rem 0 -3.1rem;background-color:#148762;background-color:var(--palette--secondary)}@media(min-width: 576px){.hb-vertical-linked-card__title{font-size:2.4rem}}@media(min-width: 768px){.hb-vertical-linked-card__title{font-size:2.7rem}}@media(min-width: 576px){.hb-vertical-linked-card__title{margin:-2.4rem 2rem 0 -3.1rem}}.hb-stretch-vertical-linked-cards .hb-vertical-linked-card__title:nth-last-child(2){flex:1 1 auto}.hb-vertical-linked-card:hover .hb-vertical-linked-card__title,.hb-vertical-linked-card:focus .hb-vertical-linked-card__title{background-color:#0c523b;background-color:var(--palette--secondary-darken-12)}.hb-vertical-linked-card:hover .hb-vertical-linked-card__title::after,.hb-vertical-linked-card:focus .hb-vertical-linked-card__title::after{background-position:6px}@media(min-width: 576px){.hb-grid .hb-vertical-linked-card__title,.ptype-hs-row .hb-vertical-linked-card__title,.ptype-hs-collection .hb-vertical-linked-card__title,.ptype-hs-priv-collection .hb-vertical-linked-card__title{font-size:2rem;line-height:118%}}@media(min-width: 992px){.hb-grid .hb-vertical-linked-card__title,.ptype-hs-row .hb-vertical-linked-card__title,.ptype-hs-collection .hb-vertical-linked-card__title,.ptype-hs-priv-collection .hb-vertical-linked-card__title{font-size:2.4rem;line-height:121%}}.hb-vertical-linked-card__title::after{content:"";display:block;height:4.8rem;width:4.8rem;background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");position:absolute;right:0;transition:background-position 150ms ease-in-out;bottom:1rem}.hb-vertical-linked-card__link::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0}.hb-vertical-linked-card__description{font-weight:400;font-size:1.6rem;line-height:122%;word-break:break-word;flex:1 1 auto;padding:2rem 2rem 0}@media(min-width: 992px){.hb-vertical-linked-card__description{font-weight:400;font-size:1.8rem;line-height:127%}}@media(min-width: 576px){.hb-vertical-linked-card__description{font-size:1.8rem}}.hb-vertical-linked-card__description .field-hs-postcard-body{margin-bottom:0}.block-layout-builder:not(:last-child){margin-bottom:2rem}.block-layout-builder .link a:hover .fa-ext::after,.block-layout-builder .link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .block-layout-builder .link a:hover .fa-ext::after,.hc-pairing-ocean .block-layout-builder .link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .block-layout-builder .link a:hover .fa-ext::after,.hc-pairing-mountain .block-layout-builder .link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23072e22' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .block-layout-builder .link a:hover .fa-ext::after,.hc-pairing-cardinal .block-layout-builder .link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .block-layout-builder .link a:hover .fa-ext::after,.hc-pairing-lake .block-layout-builder .link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23171916' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .block-layout-builder .link a:hover .fa-ext::after,.hc-pairing-canyon .block-layout-builder .link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000b0d' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .block-layout-builder .link a:hover .fa-ext::after,.hc-pairing-cliff .block-layout-builder .link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23090101' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.block-hs-blocks,.hb-sidebar-block{padding:2rem 1.8rem;border:1px solid;border-color:#b6b1a9}.block-hs-blocks:not(:last-child),.hb-sidebar-block:not(:last-child){margin-bottom:1.8rem}.block__title{font-weight:600;font-size:2.4rem;line-height:120%;margin-top:0;margin-bottom:2rem;width:100%}@media(min-width: 768px){.block__title{font-size:2.7rem;line-height:117%}}.field-label,.views-label{font-style:normal;text-transform:uppercase;color:#000;font-weight:700;font-size:1.5rem;margin-bottom:0.4rem}.label-inline{display:flex}.label-inline .field-label{margin-right:0.6rem}.title h1,.title h2,.title h3,.title h4,.title h5,.title h6{margin:0}.email{word-break:break-all}.email a{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat}.email a:hover,.email a:focus{color:#002429;color:var(--palette--tertiary-darken-20)}.email a:hover,.email a:focus{background-position-y:-50%}.hb-dark-pattern .email a:hover,.hb-dark-inversion .views-element-container .email a:hover,.hb-dark-pattern .email a:focus,.hb-dark-inversion .views-element-container .email a:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer .email a{background-image:none}.hb-local-footer .email a:hover,.hb-local-footer .email a:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern .email a,.hb-dark-inversion .views-element-container .email a{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern .email a:hover,.hb-dark-pattern .email a:focus,.hb-dark-inversion .views-element-container .email a:hover,.hb-dark-inversion .views-element-container .email a:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern .email a:hover .fa-ext::after,.hb-dark-pattern .email a:focus .fa-ext::after,.hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.hb-dark-inversion .views-element-container .email a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern .email a:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .email a:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .email a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .email a:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .email a:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .email a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .email a:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .email a:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .email a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .email a:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .email a:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .email a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .email a:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .email a:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .email a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .email a:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .email a:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .email a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.email [class^=fa-]{display:none}.email .field-label{word-break:normal}.datetime{line-height:1.4;color:#413e39}.address{margin:0;font-style:italic;color:#413e39}.given-name,.family-name{font-weight:600;font-style:normal}.string div div{margin-bottom:0.6rem}.layout-builder-form,.ui-dialog-off-canvas,.block-categories,.layout-builder-discard-changes{font-size:1.6rem}.hb-table-pattern{width:100%;border-collapse:collapse;font-size:1.3rem;text-align:left;border:1px solid;border-color:#d9d7d2}.hb-dark-pattern .hb-table-pattern{color:#000;background-color:#fff}@media(min-width: 576px){.hb-table-pattern{font-size:1.6rem}}@media(min-width: 768px){.hb-table-pattern{display:table}}.hb-table-pattern__header{display:none}@media(min-width: 768px){.hb-table-pattern__header{display:table-header-group}}.hb-table-pattern__caption{color:#413e39;font-size:1.4rem;padding:2rem 0}@media(min-width: 768px){.hb-table-pattern__caption{font-size:1.6rem;padding:2.8rem 0}}.hb-table-pattern__row{text-transform:uppercase;background-color:#00505c;background-color:var(--palette--primary);color:#fff;font-weight:700}.hb-dark-pattern .hb-table-pattern__row,.hb-dark-inversion .views-element-container .hb-table-pattern__row{background-color:#0c523b;background-color:var(--palette--secondary-darken-12)}@media(min-width: 768px){.hb-table-pattern__row{display:table-row}}.hb-table-pattern__row>:nth-child(n){position:sticky;top:0;border-color:#fff;padding:1.6rem;vertical-align:top;border:1px solid;border-color:#d9d7d2}.hb-table-pattern__row>:nth-child(n) a,.hb-table-pattern__row>:nth-child(n) a:not([class]){color:#fff;background-image:none}.hb-table-pattern__row>:nth-child(n) a:hover,.hb-table-pattern__row>:nth-child(n) a:focus,.hb-table-pattern__row>:nth-child(n) a:not([class]):hover,.hb-table-pattern__row>:nth-child(n) a:not([class]):focus{color:#e4f4ee;color:var(--palette--secondary-highlight);box-shadow:none}.hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.hb-table-pattern__row>:nth-child(n) a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.hc-pairing-ocean .hb-table-pattern__row>:nth-child(n) a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.hc-pairing-mountain .hb-table-pattern__row>:nth-child(n) a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23072e22' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.hc-pairing-cardinal .hb-table-pattern__row>:nth-child(n) a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.hc-pairing-lake .hb-table-pattern__row>:nth-child(n) a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23171916' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.hc-pairing-canyon .hb-table-pattern__row>:nth-child(n) a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000b0d' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.hc-pairing-cliff .hb-table-pattern__row>:nth-child(n) a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23090101' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}@media(min-width: 768px){.hb-table-pattern__row>:nth-child(n){display:table-cell}}@media(min-width: 768px){.hb-table-pattern__body{display:table-row-group}}.hb-table-row{padding-bottom:1.4rem}@media(min-width: 768px){.hb-table-row{display:table-row}}.hb-table-row::before{content:"";display:block;height:1.1rem;background-color:#00505c;background-color:var(--palette--primary)}@media(min-width: 768px){.hb-table-row::before{display:none}}.hb-table-row:nth-child(even){background-color:#f1f0ee}.hb-table-row__column{padding:1.6rem;vertical-align:top;border:1px solid;border-color:#d9d7d2}.hb-table-row__column a:hover .fa-ext::after,.hb-table-row__column a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-table-row__column a:hover .fa-ext::after,.hc-pairing-ocean .hb-table-row__column a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-table-row__column a:hover .fa-ext::after,.hc-pairing-mountain .hb-table-row__column a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23072e22' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-table-row__column a:hover .fa-ext::after,.hc-pairing-cardinal .hb-table-row__column a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-table-row__column a:hover .fa-ext::after,.hc-pairing-lake .hb-table-row__column a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23171916' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-table-row__column a:hover .fa-ext::after,.hc-pairing-canyon .hb-table-row__column a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000b0d' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-table-row__column a:hover .fa-ext::after,.hc-pairing-cliff .hb-table-row__column a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23090101' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}@media(min-width: 768px){.hb-table-row__column{display:table-cell}}.hb-table-row__column:first-of-type{margin-top:0.4rem}.hb-table-pattern .hb-table-row__column{border:0 none}@media(min-width: 768px){.hb-table-pattern .hb-table-row__column{border:1px solid;border-color:#d9d7d2}}.hb-table-row__column .views-field-body{padding-bottom:2.8rem}.hb-table-row__column .views-field-body .field-content p{font-size:1.3rem;margin:1.4rem 0 1rem}@media(min-width: 576px){.hb-table-row__column .views-field-body .field-content p{font-size:1.6rem}}.hb-table-row__heading{font-weight:700;margin:0 0 0.4rem;text-transform:uppercase}@media(min-width: 576px){.hb-table-row__heading{margin:0 0 0.6rem}}@media(min-width: 768px){.hb-table-row__heading{position:absolute;clip:rect(1px, 1px, 1px, 1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}}.hb-table-row__heading--hidden{position:absolute;clip:rect(1px, 1px, 1px, 1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}.hb-spotlight{padding:3.2rem 0;background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hb-spotlight--background-gray{background-color:#d9d7d2}.hc-pairing-lake .hb-spotlight{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}@media(min-width: 768px){.hb-spotlight{padding:4.8rem 0;margin:4.8rem 0}}.hs-full-width .hb-spotlight{margin:calc(-1 * 4.8rem) 0 4.8rem}.hs-full-width .hb-spotlight :is(.hb-gradient-hero){margin-top:0}.hb-spotlight__wrapper{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important;display:block}@media(min-width: 768px){.hb-spotlight__wrapper{width:calc(100% - (2 * 4.8rem)) !important}}@media(min-width: 768px){.hb-spotlight__wrapper{display:flex;align-items:center}}@media(min-width: 768px){.hb-spotlight--image-default .hb-spotlight__wrapper{flex-direction:row-reverse}}@media(min-width: 768px){.hb-spotlight--image-left .hb-spotlight__wrapper{flex-direction:row}}.hb-spotlight__text{position:relative;padding-top:3.2rem}.hb-spotlight__text::before{top:0;display:block;content:" ";position:absolute;height:0.4rem;width:6.5rem}.hc-pairing-ocean .hb-spotlight__text::before{display:block;content:" ";position:absolute;height:0.4rem;width:6.5rem}@media(min-width: 768px){.hb-spotlight__text{flex-basis:55%;flex-grow:1;max-width:75%}}.hb-spotlight__text .field-hs-spotlight-title h2{font-size:2.7rem;line-height:117%;margin:0 0 3.2rem;font-weight:600;margin:0 0 2.4rem}@media(min-width: 768px){.hb-spotlight__text .field-hs-spotlight-title h2{font-weight:600;font-size:3.2rem;line-height:112%;margin:0 0 4.8rem}}@media(min-width: 768px)and (min-width: 768px){.hb-spotlight__text .field-hs-spotlight-title h2{font-size:3.8rem}}@media(min-width: 768px){.hb-spotlight__text .field-hs-spotlight-title h2{margin:0 0 2.4rem}}.hb-spotlight__text .field-hs-spotlight-link{margin-top:3.2rem}.hb-spotlight__text .field-hs-spotlight-link a,.hb-spotlight__text .field-hs-spotlight-link button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inline-block;width:auto;font-weight:600;font-size:1.6rem;line-height:1.4;text-decoration:none;text-align:center;border-width:0.2rem;border-style:solid;transition:background-color 150ms ease-in-out,border-color 150ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:30px;padding:0.4rem 2rem;border-color:#148762;border-color:var(--palette--secondary);color:#148762;color:var(--palette--secondary);padding:0.4rem 2rem}.hb-spotlight__text .field-hs-spotlight-link a:hover,.hb-spotlight__text .field-hs-spotlight-link button:hover{cursor:pointer}.hb-spotlight__text .field-hs-spotlight-link a:hover,.hb-spotlight__text .field-hs-spotlight-link a:focus,.hb-spotlight__text .field-hs-spotlight-link a:active,.hb-spotlight__text .field-hs-spotlight-link button:hover,.hb-spotlight__text .field-hs-spotlight-link button:focus,.hb-spotlight__text .field-hs-spotlight-link button:active{background-image:none;outline:none}.hb-spotlight__text .field-hs-spotlight-link a:hover,.hb-spotlight__text .field-hs-spotlight-link button:hover{color:#fff;background-color:#148762;background-color:var(--palette--secondary);border-color:#148762;border-color:var(--palette--secondary)}.hb-spotlight__text .field-hs-spotlight-link a:active,.hb-spotlight__text .field-hs-spotlight-link a:focus,.hb-spotlight__text .field-hs-spotlight-link button:active,.hb-spotlight__text .field-hs-spotlight-link button:focus{background-color:rgba(0,0,0,0);color:#148762;color:var(--palette--secondary);box-shadow:0 0 0 0.2rem #fff,0 0 0 0.4rem #00ce9d;box-shadow:0 0 0 0.2rem #fff,0 0 0 0.4rem var(--palette--secondary-active)}.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link a,.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link button{color:#00d5f5;color:var(--palette--tertiary-reversed);border-color:#00d5f5;border-color:var(--palette--tertiary-reversed)}.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link a:hover,.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link button:hover{background-color:rgba(0,0,0,0)}.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link a:active,.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link a:focus,.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link button:active,.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link button:focus{background-color:rgba(0,0,0,0);box-shadow:none}.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link a:hover,.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link a:active,.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link a:focus,.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link button:hover,.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link button:active,.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link button:focus{color:#e4f4ee;color:var(--palette--secondary-highlight);border-color:#e4f4ee;border-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .hb-spotlight__text .field-hs-spotlight-link a,.hc-pairing-ocean .hb-spotlight__text .field-hs-spotlight-link button{color:#0c523b;color:var(--palette--secondary-darken-12);border-color:#0c523b;border-color:var(--palette--secondary-darken-12)}.hc-pairing-ocean .hb-spotlight__text .field-hs-spotlight-link a:hover,.hc-pairing-ocean .hb-spotlight__text .field-hs-spotlight-link button:hover{background-color:#0c523b;background-color:var(--palette--secondary-darken-12);border-color:#0c523b;border-color:var(--palette--secondary-darken-12);color:#fff}.hb-spotlight__image-wrapper{margin-bottom:3.2rem}@media(min-width: 768px){.hb-spotlight__image-wrapper{width:45%;margin-bottom:0}}@media(min-width: 768px){.hb-spotlight--image-default .hb-spotlight__image-wrapper{margin-left:4.8rem}}@media(min-width: 768px){.hb-spotlight--image-left .hb-spotlight__image-wrapper{margin-right:4.8rem}}.hb-spotlight__image-wrapper img{width:100%}.paragraph--type--hs-sptlght-slder{position:relative}.hs-full-width .paragraph--type--hs-sptlght-slder{margin:calc(-1 * 4.8rem) 0 4.8rem}.hs-full-width .paragraph--type--hs-sptlght-slder :is(.hb-gradient-hero){margin-top:0}.paragraph--type--hs-sptlght-slder .slick{position:relative}.paragraph--type--hs-sptlght-slder .slick-dots{position:absolute;clip:rect(1px, 1px, 1px, 1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}@media(min-width: 768px){.paragraph--type--hs-sptlght-slder .slick-dots{display:inline-block;clip:inherit;height:auto;width:auto;position:absolute;bottom:0;left:50%;transform:translate(-50%, -50%);margin:0;padding:0;list-style-type:none;bottom:1.6rem}.paragraph--type--hs-sptlght-slder .slick-dots li{display:inline-block;line-height:25%}.paragraph--type--hs-sptlght-slder .slick-dots li button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;background-color:#b6b1a9;padding:0 2.2rem;margin:0 0.8rem;font-size:0;transition:transform 150ms ease-in-out;border-radius:0.5rem}.paragraph--type--hs-sptlght-slder .slick-dots li button:hover{transform:scale(0.9);background-color:#148762;background-color:var(--palette--secondary)}.paragraph--type--hs-sptlght-slder .slick-dots li.slick-active button{background-color:#148762;background-color:var(--palette--secondary)}.paragraph--type--hs-sptlght-slder .slick-dots li.slick-active button:hover{transform:none}}.paragraph--type--hs-sptlght-slder .slick__arrow button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;background-color:#fff;position:absolute;opacity:50%;width:4.4rem;height:8.8rem;padding:0;font-size:0;border:none;cursor:pointer;transition:opacity 150ms ease-in-out}.paragraph--type--hs-sptlght-slder .slick__arrow button:hover{opacity:60%}.paragraph--type--hs-sptlght-slder .slick__arrow button:focus{opacity:100%}.paragraph--type--hs-sptlght-slder .slick__arrow button:focus-visible{opacity:100%;outline:5px auto -webkit-focus-ring-color}.paragraph--type--hs-sptlght-slder .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2300505c'/%3E%3C/svg%3E");content:"";height:3rem;width:1.7rem;position:absolute;top:2.9rem;transition:transform 150ms ease-in-out}.hc-pairing-ocean .paragraph--type--hs-sptlght-slder .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hc-pairing-mountain .paragraph--type--hs-sptlght-slder .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2364305f'/%3E%3C/svg%3E")}.hc-pairing-cardinal .paragraph--type--hs-sptlght-slder .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23600e0e'/%3E%3C/svg%3E")}.hc-pairing-lake .paragraph--type--hs-sptlght-slder .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23005160'/%3E%3C/svg%3E")}.hc-pairing-canyon .paragraph--type--hs-sptlght-slder .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23005160'/%3E%3C/svg%3E")}.hc-pairing-cliff .paragraph--type--hs-sptlght-slder .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-prev{right:0;border-radius:8.8rem 0 0 8.8rem;bottom:20.4rem}.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-prev::before{transform:scaleX(-1);right:0.8rem}@media(min-width: 768px){.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-prev{left:0;border-radius:0 8.8rem 8.8rem 0}.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-prev::before{left:0.8rem}}.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-prev:hover::before{transform:scaleX(-1) translateX(2px)}.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-next{right:0;border-radius:8.8rem 0 0 8.8rem;bottom:10rem}.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-next::before{right:0.8rem}.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-next:hover::before{transform:translateX(2px)}@media(min-width: 768px){.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-prev,.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-next{bottom:calc(50% - 2.1rem)}:not(.hs-full-width).hb-three-column--no-sidebar .paragraph--type--hs-sptlght-slder .slick__arrow button.slick-prev,.hb-three-column--one-sidebar .paragraph--type--hs-sptlght-slder .slick__arrow button.slick-prev,.hb-three-column--two-sidebar .paragraph--type--hs-sptlght-slder .slick__arrow button.slick-prev,:not(.hs-full-width).hb-three-column--no-sidebar .paragraph--type--hs-sptlght-slder .slick__arrow button.slick-next,.hb-three-column--one-sidebar .paragraph--type--hs-sptlght-slder .slick__arrow button.slick-next,.hb-three-column--two-sidebar .paragraph--type--hs-sptlght-slder .slick__arrow button.slick-next{bottom:calc(50% - 4.6rem)}}.hs-full-width .paragraph--type--hs-sptlght-slder .hb-spotlight{margin-top:0}.hb-testimonial{margin-top:4rem}.hs-paragraph-style--well .field-hs-row-components .ptype-hs-testimonial .hb-testimonial,.hs-paragraph-style--well-full-width .field-hs-row-components .ptype-hs-testimonial .hb-testimonial,.hs-paragraph-style--well .field-hs-collection-items .ptype-hs-testimonial .hb-testimonial,.hs-paragraph-style--well-full-width .field-hs-collection-items .ptype-hs-testimonial .hb-testimonial{margin-top:0}.hb-testimonial__wrapper{position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;padding-bottom:3.4rem;margin:0}@media(min-width: 992px){.hb-testimonial__wrapper{padding:4.4rem 2.8rem}}.hb-testimonial__wrapper::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .hb-testimonial__wrapper::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .hb-testimonial__wrapper::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .hb-testimonial__wrapper::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-testimonial__wrapper::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-testimonial__wrapper::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-testimonial__wrapper::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-testimonial__wrapper::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-testimonial__wrapper::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .hb-testimonial__wrapper::before,.hs-paragraph-style--well .hb-testimonial__wrapper::before,.hs-paragraph-style--well-full-width .hb-testimonial__wrapper::before,.hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__wrapper::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__wrapper::before{background-color:#f1f0ee}.hb-dark-pattern .hb-testimonial__wrapper,.hb-dark-inversion .views-element-container .hb-testimonial__wrapper{border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .hb-testimonial__wrapper::before,.hb-dark-inversion .views-element-container .hb-testimonial__wrapper::before{background-color:#002429;background-color:var(--palette--primary-dark)}@media(min-width: 992px){.hb-testimonial__wrapper{padding-bottom:3.4rem}}@media(min-width: 576px){.counted-items-2 .hb-testimonial__wrapper,.counted-items-3 .hb-testimonial__wrapper{margin:0}}.hb-testimonial__content{display:flex;flex-direction:column;align-items:center}.hb-testimonial--bottom .hb-testimonial__content{padding-top:0.6rem}.hb-testimonial__quote{color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;width:100%;line-height:140%}.hb-dark-pattern .hb-testimonial__quote,.hb-dark-inversion .views-element-container .hb-testimonial__quote{color:#fff}.hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__quote,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__quote{color:#148762;color:var(--palette--secondary)}@media(min-width: 992px){.hb-testimonial__quote{font-size:2.8rem}}.hb-testimonial__quote .field-hs-testimonial-quote::before,.hb-testimonial__quote .views-field .field-content p:first-of-type::before{position:absolute;content:open-quote;margin-left:-1.6rem}.hb-testimonial__quote .field-hs-testimonial-quote::after,.hb-testimonial__quote .views-field .field-content p:first-of-type::after{position:absolute;content:close-quote;margin-right:1rem}.hb-testimonial--bottom .hb-testimonial__quote{padding-bottom:1.6rem}.hb-blockquote-black-text .hb-testimonial__quote{color:#000}.hb-testimonial__author-block{display:flex;align-items:center;flex-direction:column;max-width:100%}@media(min-width: 576px){.hb-testimonial__author-block{max-width:80%;flex-direction:row}}.counted-items-2 .hb-testimonial__author-block{max-width:100%;flex-direction:column}@media(min-width: 1200px){.counted-items-2 .hb-testimonial__author-block{flex-direction:row}}.counted-items-3 .hb-testimonial__author-block{max-width:100%;flex-direction:column}.hb-testimonial--top .hb-testimonial__author-block{padding-top:3.6rem}.hb-testimonial__image{min-width:10rem;width:10rem;margin:0 2rem 2rem 0}.hb-testimonial__image img{max-width:inherit;width:10rem;height:10rem;-o-object-fit:cover;object-fit:cover}.hb-testimonial__image img{border-radius:50%}.hb-testimonial__author-credits{margin-bottom:2rem}.hb-testimonial__name{font-weight:600}.hb-testimonial__position{font-size:1.6rem}.hb-testimonial__position+.hb-testimonial__link{padding-top:1.6rem}.hb-testimonial__link{position:relative}.hb-testimonial__link a{font-size:1.8rem;text-decoration:none;border:none;background:none;padding:0;color:#148762;color:var(--palette--secondary);font-weight:700}.hb-testimonial__link a::after{content:"";display:inline-block;background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 150ms ease-in-out;will-change:contents}.hc-pairing-ocean .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-testimonial__link a:hover,.hb-testimonial__link a:focus{color:#0c523b;color:var(--palette--secondary-darken-12);background-image:none;background-color:rgba(0,0,0,0)}.hb-testimonial__link a:hover::after,.hb-testimonial__link a:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.hc-pairing-ocean .hb-testimonial__link a:hover::after,.hc-pairing-ocean .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-testimonial__link a:hover::after,.hc-pairing-mountain .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23003851' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-testimonial__link a:hover::after,.hc-pairing-cardinal .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23570d0d' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-testimonial__link a:hover::after,.hc-pairing-lake .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-testimonial__link a:hover::after,.hc-pairing-canyon .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%232c0606' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-testimonial__link a:hover::after,.hc-pairing-cliff .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-testimonial__link a::after{height:1.9rem;width:1.9rem;margin-bottom:-0.4rem}.hb-dark-pattern .hb-testimonial__link a,.hb-dark-inversion .views-element-container .hb-testimonial__link a{color:#00d5f5;color:var(--palette--tertiary-reversed)}.hb-dark-pattern .hb-testimonial__link a::after,.hb-dark-inversion .views-element-container .hb-testimonial__link a::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300d5f5' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern .hb-testimonial__link a::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300d5f5' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .hb-testimonial__link a::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2374fbc7' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .hb-testimonial__link a::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23cecfd1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .hb-testimonial__link a::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23fdfcf2' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .hb-testimonial__link a::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ebebeb' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .hb-testimonial__link a::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23cecfd1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-dark-pattern .hb-testimonial__link a:hover,.hb-dark-pattern .hb-testimonial__link a:focus,.hb-dark-inversion .views-element-container .hb-testimonial__link a:hover,.hb-dark-inversion .views-element-container .hb-testimonial__link a:focus{color:#e4f4ee;color:var(--palette--secondary-highlight)}.hb-dark-pattern .hb-testimonial__link a:hover::after,.hb-dark-pattern .hb-testimonial__link a:focus::after,.hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.hb-dark-inversion .views-element-container .hb-testimonial__link a:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e4f4ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern .hb-testimonial__link a:hover::after,.hc-pairing-ocean .hb-dark-pattern .hb-testimonial__link a:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e4f4ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .hb-testimonial__link a:hover::after,.hc-pairing-mountain .hb-dark-pattern .hb-testimonial__link a:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23d5effe' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .hb-testimonial__link a:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hb-testimonial__link a:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .hb-testimonial__link a:hover::after,.hc-pairing-lake .hb-dark-pattern .hb-testimonial__link a:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ece8e1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .hb-testimonial__link a:hover::after,.hc-pairing-canyon .hb-dark-pattern .hb-testimonial__link a:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .hb-testimonial__link a:hover::after,.hc-pairing-cliff .hb-dark-pattern .hb-testimonial__link a:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}[class*=-pairing-] .hb-dark-pattern .hb-testimonial__link a,.hb-dark-inversion .views-element-container .hb-testimonial__link a{color:#fff}[class*=-pairing-] .hb-dark-pattern .hb-testimonial__link a::after,.hb-dark-inversion .views-element-container .hb-testimonial__link a::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}[class*=-pairing-] .hb-dark-pattern .hb-testimonial__link a:hover,[class*=-pairing-] .hb-dark-pattern .hb-testimonial__link a:focus,.hb-dark-inversion .views-element-container .hb-testimonial__link a:hover,.hb-dark-inversion .views-element-container .hb-testimonial__link a:focus{color:#fff}[class*=-pairing-] .hb-dark-pattern .hb-testimonial__link a:hover::after,[class*=-pairing-] .hb-dark-pattern .hb-testimonial__link a:focus::after,.hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.hb-dark-inversion .views-element-container .hb-testimonial__link a:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a{color:#148762;color:var(--palette--secondary)}.hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.hc-pairing-ocean .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.hc-pairing-mountain .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.hc-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.hc-pairing-lake .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.hc-pairing-canyon .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.hc-pairing-cliff .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover,.hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:focus{color:#0c523b;color:var(--palette--secondary-darken-12)}.hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.hc-pairing-ocean .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.hc-pairing-ocean .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.hc-pairing-ocean .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.hc-pairing-mountain .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.hc-pairing-mountain .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.hc-pairing-mountain .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23003851' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.hc-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23570d0d' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.hc-pairing-lake .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.hc-pairing-lake .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.hc-pairing-lake .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.hc-pairing-canyon .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.hc-pairing-canyon .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.hc-pairing-canyon .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%232c0606' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.hc-pairing-cliff .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.hc-pairing-cliff .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.hc-pairing-cliff .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-dark-pattern:first-child .ptype-hs-testimonial:first-of-type{padding-top:2rem}.hb-dark-pattern:first-child .ptype-hs-testimonial:first-of-type .hb-testimonial__wrapper{margin-top:4rem}.hb-dark-pattern:first-child .ptype-hs-row .counted-items-1 .ptype-hs-testimonial:first-of-type,.hb-dark-pattern:first-child .ptype-hs-row .hs-paragraph-style--well .counted-items-1 .ptype-hs-testimonial:first-of-type{padding-top:initial}.hb-dark-pattern:first-child .ptype-hs-row .counted-items-1 .ptype-hs-testimonial:first-of-type .hb-testimonial__wrapper,.hb-dark-pattern:first-child .ptype-hs-row .hs-paragraph-style--well .counted-items-1 .ptype-hs-testimonial:first-of-type .hb-testimonial__wrapper{margin-top:6rem}.hb-dark-pattern:first-child .ptype-hs-row .counted-items-2 .ptype-hs-testimonial:first-of-type,.hb-dark-pattern:first-child .ptype-hs-row .counted-items-3 .ptype-hs-testimonial:first-of-type,.hb-dark-pattern:first-child .ptype-hs-row .hs-paragraph-style--well .counted-items-2 .ptype-hs-testimonial:first-of-type,.hb-dark-pattern:first-child .ptype-hs-row .hs-paragraph-style--well .counted-items-3 .ptype-hs-testimonial:first-of-type{padding-top:initial}.hb-not-layout-builder-main-content{padding-bottom:4.2rem}.hb-not-layout-builder-main-content form{margin-bottom:4.2rem}.hb-not-layout-builder-main-content .form-actions{display:inline-block}.hb-not-layout-builder-main-content .form-item{margin-bottom:2rem}@media(min-width: 576px){.hb-not-layout-builder-main-content .form-item{display:inline-block;margin-right:1.6rem}}.js-pager__items{margin:4.8rem 0;padding:0;text-align:center}.js-pager__items li{display:inline;font-weight:600;margin:1rem}.js-pager__items li:not(.pager__item) a,.js-pager__items .pager__item--first a,.js-pager__items .pager__item--last a,.js-pager__items .pager__item--next a,.js-pager__items .pager__item--previous a{color:#148762;color:var(--palette--secondary);text-decoration:none}.js-pager__items li:not(.pager__item) a:focus,.js-pager__items li:not(.pager__item) a:hover,.js-pager__items .pager__item--first a:focus,.js-pager__items .pager__item--first a:hover,.js-pager__items .pager__item--last a:focus,.js-pager__items .pager__item--last a:hover,.js-pager__items .pager__item--next a:focus,.js-pager__items .pager__item--next a:hover,.js-pager__items .pager__item--previous a:focus,.js-pager__items .pager__item--previous a:hover{color:#148762;color:var(--palette--secondary);text-decoration:underline;background-image:none;background-color:rgba(0,0,0,0)}.hb-dark-pattern .js-pager__items li:not(.pager__item) a:focus,.hb-dark-inversion .views-element-container .js-pager__items li:not(.pager__item) a:focus,.hb-dark-pattern .js-pager__items li:not(.pager__item) a:hover,.hb-dark-inversion .views-element-container .js-pager__items li:not(.pager__item) a:hover,.hb-dark-pattern .js-pager__items .pager__item--first a:focus,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--first a:focus,.hb-dark-pattern .js-pager__items .pager__item--first a:hover,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--first a:hover,.hb-dark-pattern .js-pager__items .pager__item--last a:focus,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--last a:focus,.hb-dark-pattern .js-pager__items .pager__item--last a:hover,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--last a:hover,.hb-dark-pattern .js-pager__items .pager__item--next a:focus,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--next a:focus,.hb-dark-pattern .js-pager__items .pager__item--next a:hover,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--next a:hover,.hb-dark-pattern .js-pager__items .pager__item--previous a:focus,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--previous a:focus,.hb-dark-pattern .js-pager__items .pager__item--previous a:hover,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--previous a:hover{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern .js-pager__items li:not(.pager__item) a,.hb-dark-inversion .views-element-container .js-pager__items li:not(.pager__item) a,.hb-dark-pattern .js-pager__items .pager__item--first a,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--first a,.hb-dark-pattern .js-pager__items .pager__item--last a,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--last a,.hb-dark-pattern .js-pager__items .pager__item--next a,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--next a,.hb-dark-pattern .js-pager__items .pager__item--previous a,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--previous a{border:none;color:#00d5f5;color:var(--palette--tertiary-reversed)}.pager__items{list-style:none;margin:0.6rem 0 0}.pager__item:first-of-type{margin-left:0}.pager__item:last-of-type{margin-right:0}.pager__item a{color:#413e39;display:inline-block;padding:0.6rem 0.9rem;border-radius:30px;min-width:3.1rem;text-align:center;text-decoration:none;transition:background-color 150ms ease-in-out;background-image:none}@media(min-width: 768px){.pager__item a{padding:0.6rem 1.2rem}}.hb-dark-pattern .pager__item a,.hb-dark-inversion .views-element-container .pager__item a{border:1px solid;border-color:rgba(0,0,0,0)}.pager__item a:hover,.pager__item a:focus{background-color:#d9d7d2}.hb-dark-pattern .pager__item a:hover,.hb-dark-inversion .views-element-container .pager__item a:hover,.hb-dark-pattern .pager__item a:focus,.hb-dark-inversion .views-element-container .pager__item a:focus{background-color:rgba(0,0,0,0);border-color:#c2f7ff;border-color:var(--palette--tertiary-highlight)}.pager__item.is-active{background-color:#413e39;display:inline-block;border-radius:30px}.pager__item.is-active a{color:#fff}.pager__item.is-active a:hover,.pager__item.is-active a:focus{cursor:default;background-color:rgba(0,0,0,0)}.hb-dark-pattern .pager__item.is-active a,.hb-dark-inversion .views-element-container .pager__item.is-active a{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.button,a.button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inline-block;width:auto;font-weight:600;font-size:1.6rem;line-height:1.4;text-decoration:none;text-align:center;border-width:0.2rem;border-style:solid;transition:background-color 150ms ease-in-out,border-color 150ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:30px;padding:0.4rem 2rem;color:#fff;background-color:#148762;background-color:var(--palette--secondary);border-color:#148762;border-color:var(--palette--secondary);font-size:1.8rem}.button:hover,a.button:hover{cursor:pointer}.button:hover,.button:focus,.button:active,a.button:hover,a.button:focus,a.button:active{background-image:none;outline:none}.button:hover,a.button:hover{background-color:#0c523b;background-color:var(--palette--secondary-darken-12);border-color:#0c523b;border-color:var(--palette--secondary-darken-12);color:#fff}.button:active,.button:focus,a.button:active,a.button:focus{background-color:#148762;background-color:var(--palette--secondary);border-color:#fff;color:#fff}.button:active,.button:focus,a.button:active,a.button:focus{box-shadow:0 0 0 0.2rem #00ce9d;box-shadow:0 0 0 0.2rem var(--palette--secondary-active)}.button[data-drupal-selector=edit-reset],a.button[data-drupal-selector=edit-reset]{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);border-radius:0;line-height:1;min-height:auto;color:#148762;color:var(--palette--secondary);padding:0.4rem 0;border-bottom:1px solid;border-bottom-color:#148762;border-bottom-color:var(--palette--secondary)}.hb-dark-pattern .button[data-drupal-selector=edit-reset],.hb-dark-inversion .views-element-container .button[data-drupal-selector=edit-reset],.hb-dark-pattern a.button[data-drupal-selector=edit-reset],.hb-dark-inversion .views-element-container a.button[data-drupal-selector=edit-reset]{color:#00d5f5;color:var(--palette--tertiary-reversed)}.button[data-drupal-selector=edit-reset]:hover,a.button[data-drupal-selector=edit-reset]:hover{color:#0c523b;color:var(--palette--secondary-darken-12)}.hb-dark-pattern .button[data-drupal-selector=edit-reset]:hover,.hb-dark-inversion .views-element-container .button[data-drupal-selector=edit-reset]:hover,.hb-dark-pattern a.button[data-drupal-selector=edit-reset]:hover,.hb-dark-inversion .views-element-container a.button[data-drupal-selector=edit-reset]:hover{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.button[data-drupal-selector=edit-reset]:focus,a.button[data-drupal-selector=edit-reset]:focus{border-bottom-color:rgba(0,0,0,0)}.button[data-drupal-selector=edit-reset]:hover,.button[data-drupal-selector=edit-reset]:focus,a.button[data-drupal-selector=edit-reset]:hover,a.button[data-drupal-selector=edit-reset]:focus{cursor:pointer}.hb-dark-pattern .button[data-drupal-selector=edit-reset],.hb-dark-inversion .views-element-container .button[data-drupal-selector=edit-reset],.hb-dark-pattern a.button[data-drupal-selector=edit-reset],.hb-dark-inversion .views-element-container a.button[data-drupal-selector=edit-reset]{border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.button[data-drupal-selector=edit-reset]:hover,a.button[data-drupal-selector=edit-reset]:hover{border-bottom-color:#0c523b;border-bottom-color:var(--palette--secondary-darken-12)}.hb-dark-pattern .button[data-drupal-selector=edit-reset]:hover,.hb-dark-inversion .views-element-container .button[data-drupal-selector=edit-reset]:hover,.hb-dark-pattern a.button[data-drupal-selector=edit-reset]:hover,.hb-dark-inversion .views-element-container a.button[data-drupal-selector=edit-reset]:hover{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight)}a.hs-button,button.hs-button,.hs-button a,.hs-button button,.hs-button a:not([class]),.hs-button button:not([class]){background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inline-block;width:auto;font-weight:600;font-size:1.6rem;line-height:1.4;text-decoration:none;text-align:center;border-width:0.2rem;border-style:solid;transition:background-color 150ms ease-in-out,border-color 150ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:30px;padding:0.4rem 2rem;color:#fff;background-color:#148762;background-color:var(--palette--secondary);border-color:#148762;border-color:var(--palette--secondary)}a.hs-button:hover,button.hs-button:hover,.hs-button a:hover,.hs-button button:hover,.hs-button a:not([class]):hover,.hs-button button:not([class]):hover{cursor:pointer}a.hs-button:hover,a.hs-button:focus,a.hs-button:active,button.hs-button:hover,button.hs-button:focus,button.hs-button:active,.hs-button a:hover,.hs-button a:focus,.hs-button a:active,.hs-button button:hover,.hs-button button:focus,.hs-button button:active,.hs-button a:not([class]):hover,.hs-button a:not([class]):focus,.hs-button a:not([class]):active,.hs-button button:not([class]):hover,.hs-button button:not([class]):focus,.hs-button button:not([class]):active{background-image:none;outline:none}a.hs-button:hover,button.hs-button:hover,.hs-button a:hover,.hs-button button:hover,.hs-button a:not([class]):hover,.hs-button button:not([class]):hover{background-color:#0c523b;background-color:var(--palette--secondary-darken-12);border-color:#0c523b;border-color:var(--palette--secondary-darken-12);color:#fff}a.hs-button:active,a.hs-button:focus,button.hs-button:active,button.hs-button:focus,.hs-button a:active,.hs-button a:focus,.hs-button button:active,.hs-button button:focus,.hs-button a:not([class]):active,.hs-button a:not([class]):focus,.hs-button button:not([class]):active,.hs-button button:not([class]):focus{background-color:#148762;background-color:var(--palette--secondary);border-color:#fff;color:#fff}a.hs-button:active,a.hs-button:focus,button.hs-button:active,button.hs-button:focus,.hs-button a:active,.hs-button a:focus,.hs-button button:active,.hs-button button:focus,.hs-button a:not([class]):active,.hs-button a:not([class]):focus,.hs-button button:not([class]):active,.hs-button button:not([class]):focus{box-shadow:0 0 0 0.2rem #00ce9d;box-shadow:0 0 0 0.2rem var(--palette--secondary-active)}.hb-dark-pattern a.hs-button,.hb-dark-inversion .views-element-container a.hs-button,.hb-dark-pattern button.hs-button,.hb-dark-inversion .views-element-container button.hs-button,.hb-dark-pattern .hs-button a,.hb-dark-inversion .views-element-container .hs-button a,.hb-dark-pattern .hs-button button,.hb-dark-inversion .views-element-container .hs-button button,.hb-dark-pattern .hs-button a:not([class]),.hb-dark-inversion .views-element-container .hs-button a:not([class]),.hb-dark-pattern .hs-button button:not([class]),.hb-dark-inversion .views-element-container .hs-button button:not([class]){color:#fff}a.btn,button.btn,.btn a,.btn button,.btn a:not([class]),.btn button:not([class]){background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inline-block;width:auto;font-weight:600;font-size:1.6rem;line-height:1.4;text-decoration:none;text-align:center;border-width:0.2rem;border-style:solid;transition:background-color 150ms ease-in-out,border-color 150ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:30px;padding:0.4rem 2rem;color:#fff;background-color:#148762;background-color:var(--palette--secondary);border-color:#148762;border-color:var(--palette--secondary)}a.btn:hover,button.btn:hover,.btn a:hover,.btn button:hover,.btn a:not([class]):hover,.btn button:not([class]):hover{cursor:pointer}a.btn:hover,a.btn:focus,a.btn:active,button.btn:hover,button.btn:focus,button.btn:active,.btn a:hover,.btn a:focus,.btn a:active,.btn button:hover,.btn button:focus,.btn button:active,.btn a:not([class]):hover,.btn a:not([class]):focus,.btn a:not([class]):active,.btn button:not([class]):hover,.btn button:not([class]):focus,.btn button:not([class]):active{background-image:none;outline:none}a.btn:hover,button.btn:hover,.btn a:hover,.btn button:hover,.btn a:not([class]):hover,.btn button:not([class]):hover{background-color:#0c523b;background-color:var(--palette--secondary-darken-12);border-color:#0c523b;border-color:var(--palette--secondary-darken-12);color:#fff}a.btn:active,a.btn:focus,button.btn:active,button.btn:focus,.btn a:active,.btn a:focus,.btn button:active,.btn button:focus,.btn a:not([class]):active,.btn a:not([class]):focus,.btn button:not([class]):active,.btn button:not([class]):focus{background-color:#148762;background-color:var(--palette--secondary);border-color:#fff;color:#fff}a.btn:active,a.btn:focus,button.btn:active,button.btn:focus,.btn a:active,.btn a:focus,.btn button:active,.btn button:focus,.btn a:not([class]):active,.btn a:not([class]):focus,.btn button:not([class]):active,.btn button:not([class]):focus{box-shadow:0 0 0 0.2rem #00ce9d;box-shadow:0 0 0 0.2rem var(--palette--secondary-active)}.hb-dark-pattern a.btn,.hb-dark-inversion .views-element-container a.btn,.hb-dark-pattern button.btn,.hb-dark-inversion .views-element-container button.btn,.hb-dark-pattern .btn a,.hb-dark-inversion .views-element-container .btn a,.hb-dark-pattern .btn button,.hb-dark-inversion .views-element-container .btn button,.hb-dark-pattern .btn a:not([class]),.hb-dark-inversion .views-element-container .btn a:not([class]),.hb-dark-pattern .btn button:not([class]),.hb-dark-inversion .views-element-container .btn button:not([class]){color:#fff}a.hs-button--big,button.hs-button--big,.hs-button--big a,.hs-button--big button,.hs-button--big a:not([class]),.hs-button--big button:not([class]){background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inline-block;width:auto;font-weight:600;font-size:1.6rem;line-height:1.4;text-decoration:none;text-align:center;border-width:0.2rem;border-style:solid;transition:background-color 150ms ease-in-out,border-color 150ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:30px;padding:0.4rem 2rem;color:#fff;background-color:#148762;background-color:var(--palette--secondary);border-color:#148762;border-color:var(--palette--secondary);font-size:1.8rem;border-width:0.3rem;padding:0.8rem 2rem}a.hs-button--big:hover,button.hs-button--big:hover,.hs-button--big a:hover,.hs-button--big button:hover,.hs-button--big a:not([class]):hover,.hs-button--big button:not([class]):hover{cursor:pointer}a.hs-button--big:hover,a.hs-button--big:focus,a.hs-button--big:active,button.hs-button--big:hover,button.hs-button--big:focus,button.hs-button--big:active,.hs-button--big a:hover,.hs-button--big a:focus,.hs-button--big a:active,.hs-button--big button:hover,.hs-button--big button:focus,.hs-button--big button:active,.hs-button--big a:not([class]):hover,.hs-button--big a:not([class]):focus,.hs-button--big a:not([class]):active,.hs-button--big button:not([class]):hover,.hs-button--big button:not([class]):focus,.hs-button--big button:not([class]):active{background-image:none;outline:none}a.hs-button--big:hover,button.hs-button--big:hover,.hs-button--big a:hover,.hs-button--big button:hover,.hs-button--big a:not([class]):hover,.hs-button--big button:not([class]):hover{background-color:#0c523b;background-color:var(--palette--secondary-darken-12);border-color:#0c523b;border-color:var(--palette--secondary-darken-12);color:#fff}a.hs-button--big:active,a.hs-button--big:focus,button.hs-button--big:active,button.hs-button--big:focus,.hs-button--big a:active,.hs-button--big a:focus,.hs-button--big button:active,.hs-button--big button:focus,.hs-button--big a:not([class]):active,.hs-button--big a:not([class]):focus,.hs-button--big button:not([class]):active,.hs-button--big button:not([class]):focus{background-color:#148762;background-color:var(--palette--secondary);border-color:#fff;color:#fff}a.hs-button--big:active,a.hs-button--big:focus,button.hs-button--big:active,button.hs-button--big:focus,.hs-button--big a:active,.hs-button--big a:focus,.hs-button--big button:active,.hs-button--big button:focus,.hs-button--big a:not([class]):active,.hs-button--big a:not([class]):focus,.hs-button--big button:not([class]):active,.hs-button--big button:not([class]):focus{box-shadow:0 0 0 0.2rem #00ce9d;box-shadow:0 0 0 0.2rem var(--palette--secondary-active)}.hb-dark-pattern a.hs-button--big,.hb-dark-inversion .views-element-container a.hs-button--big,.hb-dark-pattern button.hs-button--big,.hb-dark-inversion .views-element-container button.hs-button--big,.hb-dark-pattern .hs-button--big a,.hb-dark-inversion .views-element-container .hs-button--big a,.hb-dark-pattern .hs-button--big button,.hb-dark-inversion .views-element-container .hs-button--big button,.hb-dark-pattern .hs-button--big a:not([class]),.hb-dark-inversion .views-element-container .hs-button--big a:not([class]),.hb-dark-pattern .hs-button--big button:not([class]),.hb-dark-inversion .views-element-container .hs-button--big button:not([class]){color:#fff}a.hs-secondary-button,button.hs-secondary-button,.hs-secondary-button a,.hs-secondary-button button,.hs-secondary-button a:not([class]),.hs-secondary-button button:not([class]),a.more-link,button.more-link,.more-link a,.more-link button,.more-link a:not([class]),.more-link button:not([class]){background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inline-block;width:auto;font-weight:600;font-size:1.6rem;line-height:1.4;text-decoration:none;text-align:center;border-width:0.2rem;border-style:solid;transition:background-color 150ms ease-in-out,border-color 150ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:30px;padding:0.4rem 2rem;border-color:#148762;border-color:var(--palette--secondary);color:#148762;color:var(--palette--secondary)}a.hs-secondary-button:hover,button.hs-secondary-button:hover,.hs-secondary-button a:hover,.hs-secondary-button button:hover,.hs-secondary-button a:not([class]):hover,.hs-secondary-button button:not([class]):hover,a.more-link:hover,button.more-link:hover,.more-link a:hover,.more-link button:hover,.more-link a:not([class]):hover,.more-link button:not([class]):hover{cursor:pointer}a.hs-secondary-button:hover,a.hs-secondary-button:focus,a.hs-secondary-button:active,button.hs-secondary-button:hover,button.hs-secondary-button:focus,button.hs-secondary-button:active,.hs-secondary-button a:hover,.hs-secondary-button a:focus,.hs-secondary-button a:active,.hs-secondary-button button:hover,.hs-secondary-button button:focus,.hs-secondary-button button:active,.hs-secondary-button a:not([class]):hover,.hs-secondary-button a:not([class]):focus,.hs-secondary-button a:not([class]):active,.hs-secondary-button button:not([class]):hover,.hs-secondary-button button:not([class]):focus,.hs-secondary-button button:not([class]):active,a.more-link:hover,a.more-link:focus,a.more-link:active,button.more-link:hover,button.more-link:focus,button.more-link:active,.more-link a:hover,.more-link a:focus,.more-link a:active,.more-link button:hover,.more-link button:focus,.more-link button:active,.more-link a:not([class]):hover,.more-link a:not([class]):focus,.more-link a:not([class]):active,.more-link button:not([class]):hover,.more-link button:not([class]):focus,.more-link button:not([class]):active{background-image:none;outline:none}a.hs-secondary-button:hover,button.hs-secondary-button:hover,.hs-secondary-button a:hover,.hs-secondary-button button:hover,.hs-secondary-button a:not([class]):hover,.hs-secondary-button button:not([class]):hover,a.more-link:hover,button.more-link:hover,.more-link a:hover,.more-link button:hover,.more-link a:not([class]):hover,.more-link button:not([class]):hover{color:#fff;background-color:#148762;background-color:var(--palette--secondary);border-color:#148762;border-color:var(--palette--secondary)}a.hs-secondary-button:active,a.hs-secondary-button:focus,button.hs-secondary-button:active,button.hs-secondary-button:focus,.hs-secondary-button a:active,.hs-secondary-button a:focus,.hs-secondary-button button:active,.hs-secondary-button button:focus,.hs-secondary-button a:not([class]):active,.hs-secondary-button a:not([class]):focus,.hs-secondary-button button:not([class]):active,.hs-secondary-button button:not([class]):focus,a.more-link:active,a.more-link:focus,button.more-link:active,button.more-link:focus,.more-link a:active,.more-link a:focus,.more-link button:active,.more-link button:focus,.more-link a:not([class]):active,.more-link a:not([class]):focus,.more-link button:not([class]):active,.more-link button:not([class]):focus{background-color:rgba(0,0,0,0);color:#148762;color:var(--palette--secondary);box-shadow:0 0 0 0.2rem #fff,0 0 0 0.4rem #00ce9d;box-shadow:0 0 0 0.2rem #fff,0 0 0 0.4rem var(--palette--secondary-active)}.hb-dark-pattern a.hs-secondary-button,.hb-dark-pattern button.hs-secondary-button,.hb-dark-pattern .hs-secondary-button a,.hb-dark-pattern .hs-secondary-button button,.hb-dark-pattern .hs-secondary-button a:not([class]),.hb-dark-pattern .hs-secondary-button button:not([class]),.hb-dark-pattern a.more-link,.hb-dark-pattern button.more-link,.hb-dark-pattern .more-link a,.hb-dark-pattern .more-link button,.hb-dark-pattern .more-link a:not([class]),.hb-dark-pattern .more-link button:not([class]){color:#00d5f5;color:var(--palette--tertiary-reversed);border-color:#00d5f5;border-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-secondary-button:hover,.hb-dark-pattern button.hs-secondary-button:hover,.hb-dark-pattern .hs-secondary-button a:hover,.hb-dark-pattern .hs-secondary-button button:hover,.hb-dark-pattern .hs-secondary-button a:not([class]):hover,.hb-dark-pattern .hs-secondary-button button:not([class]):hover,.hb-dark-pattern a.more-link:hover,.hb-dark-pattern button.more-link:hover,.hb-dark-pattern .more-link a:hover,.hb-dark-pattern .more-link button:hover,.hb-dark-pattern .more-link a:not([class]):hover,.hb-dark-pattern .more-link button:not([class]):hover{background-color:rgba(0,0,0,0)}.hb-dark-pattern a.hs-secondary-button:active,.hb-dark-pattern a.hs-secondary-button:focus,.hb-dark-pattern button.hs-secondary-button:active,.hb-dark-pattern button.hs-secondary-button:focus,.hb-dark-pattern .hs-secondary-button a:active,.hb-dark-pattern .hs-secondary-button a:focus,.hb-dark-pattern .hs-secondary-button button:active,.hb-dark-pattern .hs-secondary-button button:focus,.hb-dark-pattern .hs-secondary-button a:not([class]):active,.hb-dark-pattern .hs-secondary-button a:not([class]):focus,.hb-dark-pattern .hs-secondary-button button:not([class]):active,.hb-dark-pattern .hs-secondary-button button:not([class]):focus,.hb-dark-pattern a.more-link:active,.hb-dark-pattern a.more-link:focus,.hb-dark-pattern button.more-link:active,.hb-dark-pattern button.more-link:focus,.hb-dark-pattern .more-link a:active,.hb-dark-pattern .more-link a:focus,.hb-dark-pattern .more-link button:active,.hb-dark-pattern .more-link button:focus,.hb-dark-pattern .more-link a:not([class]):active,.hb-dark-pattern .more-link a:not([class]):focus,.hb-dark-pattern .more-link button:not([class]):active,.hb-dark-pattern .more-link button:not([class]):focus{background-color:rgba(0,0,0,0);box-shadow:none}.hb-dark-pattern a.hs-secondary-button:hover,.hb-dark-pattern a.hs-secondary-button:active,.hb-dark-pattern a.hs-secondary-button:focus,.hb-dark-pattern button.hs-secondary-button:hover,.hb-dark-pattern button.hs-secondary-button:active,.hb-dark-pattern button.hs-secondary-button:focus,.hb-dark-pattern .hs-secondary-button a:hover,.hb-dark-pattern .hs-secondary-button a:active,.hb-dark-pattern .hs-secondary-button a:focus,.hb-dark-pattern .hs-secondary-button button:hover,.hb-dark-pattern .hs-secondary-button button:active,.hb-dark-pattern .hs-secondary-button button:focus,.hb-dark-pattern .hs-secondary-button a:not([class]):hover,.hb-dark-pattern .hs-secondary-button a:not([class]):active,.hb-dark-pattern .hs-secondary-button a:not([class]):focus,.hb-dark-pattern .hs-secondary-button button:not([class]):hover,.hb-dark-pattern .hs-secondary-button button:not([class]):active,.hb-dark-pattern .hs-secondary-button button:not([class]):focus,.hb-dark-pattern a.more-link:hover,.hb-dark-pattern a.more-link:active,.hb-dark-pattern a.more-link:focus,.hb-dark-pattern button.more-link:hover,.hb-dark-pattern button.more-link:active,.hb-dark-pattern button.more-link:focus,.hb-dark-pattern .more-link a:hover,.hb-dark-pattern .more-link a:active,.hb-dark-pattern .more-link a:focus,.hb-dark-pattern .more-link button:hover,.hb-dark-pattern .more-link button:active,.hb-dark-pattern .more-link button:focus,.hb-dark-pattern .more-link a:not([class]):hover,.hb-dark-pattern .more-link a:not([class]):active,.hb-dark-pattern .more-link a:not([class]):focus,.hb-dark-pattern .more-link button:not([class]):hover,.hb-dark-pattern .more-link button:not([class]):active,.hb-dark-pattern .more-link button:not([class]):focus{color:#e4f4ee;color:var(--palette--secondary-highlight);border-color:#e4f4ee;border-color:var(--palette--secondary-highlight)}.hb-dark-pattern a.hs-secondary-button,.hb-dark-inversion .views-element-container a.hs-secondary-button,.hb-dark-pattern button.hs-secondary-button,.hb-dark-inversion .views-element-container button.hs-secondary-button,.hb-dark-pattern .hs-secondary-button a,.hb-dark-inversion .views-element-container .hs-secondary-button a,.hb-dark-pattern .hs-secondary-button button,.hb-dark-inversion .views-element-container .hs-secondary-button button,.hb-dark-pattern .hs-secondary-button a:not([class]),.hb-dark-inversion .views-element-container .hs-secondary-button a:not([class]),.hb-dark-pattern .hs-secondary-button button:not([class]),.hb-dark-inversion .views-element-container .hs-secondary-button button:not([class]),.hb-dark-pattern a.more-link,.hb-dark-inversion .views-element-container a.more-link,.hb-dark-pattern button.more-link,.hb-dark-inversion .views-element-container button.more-link,.hb-dark-pattern .more-link a,.hb-dark-inversion .views-element-container .more-link a,.hb-dark-pattern .more-link button,.hb-dark-inversion .views-element-container .more-link button,.hb-dark-pattern .more-link a:not([class]),.hb-dark-inversion .views-element-container .more-link a:not([class]),.hb-dark-pattern .more-link button:not([class]),.hb-dark-inversion .views-element-container .more-link button:not([class]){color:#fff}.views-element-container .more-link{display:flex;flex-flow:row nowrap;justify-content:flex-end;margin-top:2.4rem}@media(min-width: 768px){.views-element-container .more-link{margin-top:4.8rem}}.hs-button div:not([class])>div:not([class]),.hs-button.label-hidden>div:not([class]),.hs-button li:nth-child(n),.hs-button--big div:not([class])>div:not([class]),.hs-button--big.label-hidden>div:not([class]),.hs-button--big li:nth-child(n),.hs-secondary-button div:not([class])>div:not([class]),.hs-secondary-button.label-hidden>div:not([class]),.hs-secondary-button li:nth-child(n){display:inline-block;margin:0 0.5rem 1.3rem 0}.node--unpublished{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important;background-color:rgba(234,171,0,.6);padding:2rem;margin-bottom:4rem}@media(min-width: 768px){.node--unpublished{width:calc(100% - (2 * 4.8rem)) !important}}.hb-main-nav__menu a[data-unpublished-node=true],.hb-secondary-nav__menu a[data-unpublished-node=true],.megamenu a[data-unpublished-node=true]{background-color:rgba(234,171,0,.6)}.hb-main-nav__menu a[data-unpublished-node=true]:hover,.hb-secondary-nav__menu a[data-unpublished-node=true]:hover,.megamenu a[data-unpublished-node=true]:hover{background-color:rgba(183,134,0,.6)}.js .hb-main-nav__menu-lv1>li>.hb-main-nav__link[data-unpublished-node=true]{background-color:rgba(234,171,0,.6)}.js .hb-main-nav__menu-lv1>li>.hb-main-nav__link[data-unpublished-node=true]:hover{background-color:rgba(183,134,0,.6)}.field-media-oembed-video{position:relative;aspect-ratio:16/9}.field-media-oembed-video iframe{width:100%;height:100%}.google-form{border:none;width:100%;min-height:30rem;margin-bottom:4.8rem}.field-hs-event-image article,.field-hs-news-image article,.field-hs-event-series-image article,.field-hs-person-square-img article,.field-hs-publication-image article,.field-hs-accordion-image article,.field-hs-spotlight-image article,.field-hs-hero-image article,.field-hs-postcard-image article{position:relative}.hb-caption-credit-image,.hb-relative article{position:relative}.private-page .title{display:flex;align-items:center}.private-page .title::before{content:"";display:block;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;height:3rem;width:3rem;margin-right:1.6rem;margin-top:-1rem}@media(min-width: 768px){.private-page .title::before{height:3.6rem;width:3.6rem;margin-right:1.4rem;margin-top:-0.8rem}}.hb-private-page-link{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:2rem 2rem;background-position:1.4rem 2rem;padding-left:4rem !important}@media(min-width: 768px){.hb-private-page-link{background-position:1.4rem 2.4rem}}@media(min-width: 992px){.hb-private-page-link{background-position:1.4rem 1.5rem}}@media(min-width: 992px){.hb-main-nav .hb-private-page-link{background-position:left 0 bottom 2rem;padding-left:2.4rem !important}}@media(min-width: 992px){.hb-main-nav__menu-lv2 .hb-private-page-link{background-size:1.5rem 1.5rem;background-position:0.7rem 1rem}}.hb-dark-pattern .hb-private-page-link{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hb-dark-pattern .hb-private-page-link.is-active,.hb-dark-pattern .hb-private-page-link:hover,.hb-dark-pattern .hb-private-page-link:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}@media(min-width: 992px){.hb-dark-pattern .hb-private-page-link.is-active,.hb-dark-pattern .hb-private-page-link:hover,.hb-dark-pattern .hb-private-page-link:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}}@media(min-width: 992px){.hb-dark-pattern .hb-main-nav__menu-lv2 .hb-private-page-link{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}}.we-mega-menu-submenu .hb-private-page-link{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E");background-position:.7rem center;background-size:1.75rem 1.75rem;padding-left:3rem !important}@media(min-width: 992px){.we-mega-menu-submenu .hb-private-page-link.is-active,.we-mega-menu-submenu .hb-private-page-link:hover,.we-mega-menu-submenu .hb-private-page-link:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}}.field-hs-priv-file-document a{color:#148762;color:var(--palette--secondary)}.field-hs-priv-file-document a:hover,.field-hs-priv-file-document a:focus{color:#002429;color:var(--palette--tertiary-darken-20)}.field-hs-time-title h2{font-weight:600;font-size:2.4rem;line-height:120%}@media(min-width: 768px){.field-hs-time-title h2{font-size:2.7rem;line-height:117%}}.ptype-hs-timeline-item,.views-view-pattern .hb-timeline-item{position:relative}.ptype-hs-timeline-item::after,.views-view-pattern .hb-timeline-item::after{clear:both;content:"";display:table}.ptype-hs-timeline-item::before,.views-view-pattern .hb-timeline-item::before{content:"";position:absolute;height:calc(100% - 20px);width:4px;background-color:#00505c;background-color:var(--palette--primary);left:1rem;bottom:-0.2rem}.ptype-hs-timeline-item:last-of-type::before,.views-view-pattern .hb-timeline-item:last-of-type::before{height:0}.ptype-hs-timeline-item:last-of-type .hb-timeline-item[open]::before,.views-view-pattern .hb-timeline-item:last-of-type .hb-timeline-item[open]::before{content:"";position:absolute;height:calc(100% - 20px);width:4px;background-color:#00505c;background-color:var(--palette--primary);left:1rem;bottom:-0.2rem}.ptype-hs-timeline-item:last-of-type .hb-timeline-item[open]::after,.views-view-pattern .hb-timeline-item:last-of-type .hb-timeline-item[open]::after{background-color:#00505c;background-color:var(--palette--primary);content:"";position:absolute;height:12px;width:12px;left:6px;bottom:-6px;border-radius:50%}.field-hs-row-components[class*=counted-items-] .ptype-hs-timeline-item,.field-hs-collection-items[class*=item-per-row--] .ptype-hs-timeline-item,.field-hs-row-components[class*=counted-items-] .views-view-pattern .hb-timeline-item,.field-hs-collection-items[class*=item-per-row--] .views-view-pattern .hb-timeline-item{margin-bottom:0 !important}.hb-timeline-item{position:relative;margin:0}.hb-timeline-item__summary{padding-bottom:2.4rem;line-height:133%;list-style-type:none;list-style-image:none}.hb-timeline-item__summary::-webkit-details-marker{display:none}.hb-timeline-item__summary:focus:not(:focus-visible){outline:0}.hb-timeline-item__summary:focus{outline:solid;outline-color:#9cd6c0;outline-color:var(--palette--secondary-highlight-darken)}.hb-timeline-item__summary:hover:not(:only-child){cursor:pointer}.hb-timeline-item__revealed-details{padding-bottom:2.8rem}.hb-timeline__collapsed .hb-timeline-item[open] .hb-timeline-item__revealed-details{animation:timelineFadeInDown 350ms ease-in-out forwards}.hb-timeline-item__heading{color:#00505c;color:var(--palette--primary);font-size:1.8rem;font-weight:700;padding:0 3.2rem;position:relative}.hb-timeline-item__heading::before{content:"";position:absolute;width:1.3rem;height:1.3rem;top:0.12rem;left:0.12rem;border:4px solid var(--palette--primary);border-radius:50%;box-sizing:content-box}.hb-timeline-item__heading::after{content:"";position:absolute;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 14 7' fill%3D'%2300505c'%3E%3Cpath d%3D'M0 0L5 5L10 0H0Z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:2.4rem;height:1.2rem;top:1.2rem;right:0;transition:transform 150ms ease-in-out}.hc-pairing-ocean .hb-timeline-item__heading::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 14 7' fill%3D'%2300505c'%3E%3Cpath d%3D'M0 0L5 5L10 0H0Z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-timeline-item__heading::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 14 7' fill%3D'%2364305f'%3E%3Cpath d%3D'M0 0L5 5L10 0H0Z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-timeline-item__heading::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 14 7' fill%3D'%23600e0e'%3E%3Cpath d%3D'M0 0L5 5L10 0H0Z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-timeline-item__heading::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 14 7' fill%3D'%23005160'%3E%3Cpath d%3D'M0 0L5 5L10 0H0Z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-timeline-item__heading::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 14 7' fill%3D'%23005160'%3E%3Cpath d%3D'M0 0L5 5L10 0H0Z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-timeline-item__heading::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 14 7' fill%3D'%238c1515'%3E%3Cpath d%3D'M0 0L5 5L10 0H0Z'/%3E%3C/svg%3E")}[aria-expanded=true] .hb-timeline-item__heading::after{transform:scaleY(-1)}:is(div.hb-timeline-item__summary) .hb-timeline-item__heading::after{display:none}.hb-timeline-item__subheading{font-size:1.6rem;font-style:italic;padding:0 3.2rem}.hb-timeline-item__description{font-size:1.6rem;padding:0 3.2rem;line-height:128%}@keyframes timelineFadeInDown{0%{opacity:0;transform:translateY(-8px)}100%{opacity:1;transform:translateY(0)}}.field-hs-gradient-hero-image{position:relative}.hs-full-width .field-hs-gradient-hero-image{margin:calc(-1 * 4.8rem) 0 4.8rem}.hs-full-width .field-hs-gradient-hero-image :is(.hb-gradient-hero){margin-top:0}.field-hs-gradient-hero-image img{width:100%}.field-hs-gradient-hero-image::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.field-hs-gradient-hero-image::before{background:linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%)}.hb-gradient-hero--content-right .field-hs-gradient-hero-image::before{background:linear-gradient(to left, #000000 0%, rgba(0, 0, 0, 0) 100%)}.hb-gradient-hero{position:relative;min-height:39rem;display:flex}@media(min-width: 768px){.hb-gradient-hero{min-height:49rem}}.hs-full-width .hb-gradient-hero{margin:calc(-1 * 4.8rem) 0 4.8rem}.hs-full-width .hb-gradient-hero :is(.hb-gradient-hero){margin-top:0}.hb-gradient-hero::before{background-color:rgba(0,36,41,.8);background-color:var(--palette--primary-hero-overlay);content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hb-gradient-hero__image-wrapper{position:absolute;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;z-index:2}.hb-gradient-hero__image-wrapper .field-hs-hero-image,.hb-gradient-hero__image-wrapper .field-hs-gradient-hero-image{height:inherit}.hs-full-width .hb-gradient-hero__image-wrapper .field-hs-hero-image,.hs-full-width .hb-gradient-hero__image-wrapper .field-hs-gradient-hero-image{margin:0}.hb-gradient-hero__image-wrapper article,.hb-gradient-hero__image-wrapper picture,.hb-gradient-hero__image-wrapper .field-media-image{height:inherit}.hb-gradient-hero__image-wrapper img{height:inherit;width:100%;-o-object-fit:cover;object-fit:cover}.hb-has-animation-enhancements .hb-gradient-hero__image-wrapper img.animate{animation-duration:950ms;animation-timing-function:ease-out;animation-name:colorfulHeroImage}.hb-gradient-hero__text{display:block;position:relative;align-self:center;padding:5.4rem 0;z-index:2;color:#fff;max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important;max-width:150rem !important;padding-right:2.4rem}@media(min-width: 768px){.hb-gradient-hero__text{width:calc(100% - (2 * 4.8rem)) !important}}.hb-has-animation-enhancements.js .hb-gradient-hero__text{opacity:0}.hb-has-animation-enhancements.js .hb-gradient-hero__text{opacity:0}.hb-has-animation-enhancements.js .paragraph--type--hs-gradient-hero-slider .slick-active .hb-gradient-hero__text.animate,.hb-has-animation-enhancements.js .paragraph--type--hs-gradient-hero-slider .unslick .hb-gradient-hero__text.animate,.hb-has-animation-enhancements.js .ptype-hs-hero-image .hb-gradient-hero__text.animate,.hb-has-animation-enhancements.js .field-hs-page-hero>:not(.paragraph--type--hs-carousel) .hb-hero-overlay .hb-gradient-hero__text.animate,.hb-has-animation-enhancements.js .field-hs-page-hero>:not(.paragraph--type--hs-carousel) .slick-active .hb-gradient-hero__text.animate,.hb-has-animation-enhancements.js .field-hs-page-hero>:not(.paragraph--type--hs-carousel) .unslick .hb-gradient-hero__text.animate{animation-duration:2000ms;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-name:colorfulHeroText}.hb-gradient-hero__text h2{font-size:2.7rem;line-height:117%;margin:0 0 3.2rem;font-weight:600}@media(min-width: 768px){.hb-gradient-hero__text h2{font-weight:600;font-size:3.2rem;line-height:112%;margin:0 0 4.8rem}}@media(min-width: 768px)and (min-width: 768px){.hb-gradient-hero__text h2{font-size:3.8rem}}.hb-gradient-hero__text ul li::before{background-color:#148762;background-color:var(--palette--secondary)}.hb-gradient-hero__text ol li::before{color:#00ce9d;color:var(--palette--secondary-active)}.hb-gradient-hero__text h2,.hb-gradient-hero__text .field-hs-hero-body,.hb-gradient-hero__text .field-hs-gradient-hero-body p{width:90%}@media(min-width: 576px){.hb-gradient-hero__text h2,.hb-gradient-hero__text .field-hs-hero-body,.hb-gradient-hero__text .field-hs-gradient-hero-body p{width:80%}}@media(min-width: 768px){.hb-gradient-hero__text h2,.hb-gradient-hero__text .field-hs-hero-body,.hb-gradient-hero__text .field-hs-gradient-hero-body p{width:70%}}@media(min-width: 992px){.hb-gradient-hero__text h2,.hb-gradient-hero__text .field-hs-hero-body,.hb-gradient-hero__text .field-hs-gradient-hero-body p{width:50%}}@media(min-width: 576px){.hb-gradient-hero__text{padding:6rem 2.4rem}}@media(min-width: 992px){.hb-gradient-hero__text{padding:6.6rem 3rem}}.hb-gradient-hero--content-right .hb-gradient-hero__text .field-hs-gradient-hero-title,.hb-gradient-hero--content-right .hb-gradient-hero__text .field-hs-gradient-hero-body,.hb-gradient-hero--content-right .hb-gradient-hero__text .field-hs-gradient-hero-link{display:flex;justify-content:flex-end;text-align:right}.hb-gradient-hero--content-right .hb-gradient-hero__text .field-hs-gradient-hero-body{flex-direction:column;align-items:flex-end}.hb-gradient-hero__text .field-hs-gradient-hero-body p{font-weight:400;font-size:1.6rem;line-height:122%}@media(min-width: 992px){.hb-gradient-hero__text .field-hs-gradient-hero-body p{font-weight:400;font-size:1.8rem;line-height:127%}}.hb-gradient-hero__text a{font-weight:400;font-size:1.6rem;line-height:122%;color:#00d5f5;color:var(--palette--tertiary-reversed);background-image:none}@media(min-width: 992px){.hb-gradient-hero__text a{font-weight:400;font-size:1.8rem;line-height:127%}}.hb-gradient-hero__text a:hover,.hb-gradient-hero__text a:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-gradient-hero__text .field-hs-gradient-hero-link a,.hb-gradient-hero__text .field-hs-gradient-hero-link button{word-break:break-word;max-width:80%;display:inline-block;font-weight:600;padding:0.4rem 2rem;text-decoration:none;text-align:center;transition:all 150ms ease-in-out;background-color:rgba(0,0,0,0);border-radius:4.2rem;color:#00d5f5;color:var(--palette--tertiary-reversed);border-color:#00d5f5;border-color:var(--palette--tertiary-reversed);border-width:3px;border-style:solid;margin-top:3.2rem;padding:1.2rem}.hb-gradient-hero__text .field-hs-gradient-hero-link a:hover,.hb-gradient-hero__text .field-hs-gradient-hero-link a:focus,.hb-gradient-hero__text .field-hs-gradient-hero-link button:hover,.hb-gradient-hero__text .field-hs-gradient-hero-link button:focus{box-shadow:none}.hb-gradient-hero__text .field-hs-gradient-hero-link a:hover,.hb-gradient-hero__text .field-hs-gradient-hero-link a:focus,.hb-gradient-hero__text .field-hs-gradient-hero-link button:hover,.hb-gradient-hero__text .field-hs-gradient-hero-link button:focus{border-color:#e4f4ee;border-color:var(--palette--secondary-highlight);color:#e4f4ee;color:var(--palette--secondary-highlight)}@media(min-width: 992px){.hb-gradient-hero__text .field-hs-gradient-hero-link a,.hb-gradient-hero__text .field-hs-gradient-hero-link button{max-width:75%}}@media(min-width: 768px){.hb-gradient-hero__text .field-hs-gradient-hero-link a,.hb-gradient-hero__text .field-hs-gradient-hero-link button{margin-top:4.8rem}}@keyframes colorfulHeroText{0%{opacity:0}100%{opacity:1}}@keyframes colorfulHeroImage{10%{opacity:0}100%{opacity:1}}@keyframes traditionalHeroText{0%{opacity:0;transform:translateY(-15px)}100%{opacity:1;transform:translateY(0)}}@keyframes traditionalHeroOverlay{0%{opacity:.9}100%{opacity:1}}.paragraph--type--hs-gradient-hero-slider{position:relative}.hs-full-width .paragraph--type--hs-gradient-hero-slider{margin:calc(-1 * 4.8rem) 0 4.8rem}.hs-full-width .paragraph--type--hs-gradient-hero-slider :is(.hb-gradient-hero){margin-top:0}.paragraph--type--hs-gradient-hero-slider .slick{position:relative}.paragraph--type--hs-gradient-hero-slider .slick-dots{position:absolute;clip:rect(1px, 1px, 1px, 1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}@media(min-width: 768px){.paragraph--type--hs-gradient-hero-slider .slick-dots{display:inline-block;clip:inherit;height:auto;width:auto;position:absolute;bottom:0;left:50%;transform:translate(-50%, -50%);margin:0;padding:0;list-style-type:none;bottom:1.6rem}.paragraph--type--hs-gradient-hero-slider .slick-dots li{display:inline-block;line-height:25%}.paragraph--type--hs-gradient-hero-slider .slick-dots li button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;background-color:#b6b1a9;padding:0 2.2rem;margin:0 0.8rem;font-size:0;transition:transform 150ms ease-in-out;border-radius:0.5rem}.paragraph--type--hs-gradient-hero-slider .slick-dots li button:hover{transform:scale(0.9);background-color:#148762;background-color:var(--palette--secondary)}.paragraph--type--hs-gradient-hero-slider .slick-dots li.slick-active button{background-color:#148762;background-color:var(--palette--secondary)}.paragraph--type--hs-gradient-hero-slider .slick-dots li.slick-active button:hover{transform:none}}.paragraph--type--hs-gradient-hero-slider .slick__arrow button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;background-color:#fff;position:absolute;opacity:50%;width:4.4rem;height:8.8rem;padding:0;font-size:0;border:none;cursor:pointer;transition:opacity 150ms ease-in-out}.paragraph--type--hs-gradient-hero-slider .slick__arrow button:hover{opacity:60%}.paragraph--type--hs-gradient-hero-slider .slick__arrow button:focus{opacity:100%}.paragraph--type--hs-gradient-hero-slider .slick__arrow button:focus-visible{opacity:100%;outline:5px auto -webkit-focus-ring-color}.paragraph--type--hs-gradient-hero-slider .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2300505c'/%3E%3C/svg%3E");content:"";height:3rem;width:1.7rem;position:absolute;top:2.9rem;transition:transform 150ms ease-in-out}.hc-pairing-ocean .paragraph--type--hs-gradient-hero-slider .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hc-pairing-mountain .paragraph--type--hs-gradient-hero-slider .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2364305f'/%3E%3C/svg%3E")}.hc-pairing-cardinal .paragraph--type--hs-gradient-hero-slider .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23600e0e'/%3E%3C/svg%3E")}.hc-pairing-lake .paragraph--type--hs-gradient-hero-slider .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23005160'/%3E%3C/svg%3E")}.hc-pairing-canyon .paragraph--type--hs-gradient-hero-slider .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23005160'/%3E%3C/svg%3E")}.hc-pairing-cliff .paragraph--type--hs-gradient-hero-slider .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-prev{right:0;border-radius:8.8rem 0 0 8.8rem;bottom:20.4rem}.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-prev::before{transform:scaleX(-1);right:0.8rem}@media(min-width: 768px){.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-prev{left:0;border-radius:0 8.8rem 8.8rem 0}.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-prev::before{left:0.8rem}}.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-prev:hover::before{transform:scaleX(-1) translateX(2px)}.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-next{right:0;border-radius:8.8rem 0 0 8.8rem;bottom:10rem}.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-next::before{right:0.8rem}.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-next:hover::before{transform:translateX(2px)}@media(min-width: 768px){.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-prev,.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-next{bottom:calc(50% - 2.1rem)}:not(.hs-full-width).hb-three-column--no-sidebar .paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-prev,.hb-three-column--one-sidebar .paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-prev,.hb-three-column--two-sidebar .paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-prev,:not(.hs-full-width).hb-three-column--no-sidebar .paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-next,.hb-three-column--one-sidebar .paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-next,.hb-three-column--two-sidebar .paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-next{bottom:calc(50% - 4.6rem)}}@media(min-width: 768px){:not(.hs-full-width).hb-three-column--no-sidebar .paragraph--type--hs-gradient-hero-slider .slick-dots,.hb-three-column--one-sidebar .paragraph--type--hs-gradient-hero-slider .slick-dots,.hb-three-column--two-sidebar .paragraph--type--hs-gradient-hero-slider .slick-dots{bottom:-3.2rem}}.hb-callout-box{width:100%;position:relative;z-index:1;margin-bottom:2.4rem}@media(min-width: 768px){.hb-callout-box{width:40%}.hb-callout-box--align-right{float:right;margin-left:2.4rem}.hb-callout-box--align-left{float:left;margin-right:2.4rem}}.hb-callout-box .hs-font-splash:first-of-type{margin-top:0}.hb-callout-box--well{background-color:#f1f0ee;padding:2rem 1.8rem;border:0 none}.hb-dark-pattern .hb-callout-box--well,.hb-dark-inversion .views-element-container .hb-callout-box--well{color:#000}.hb-three-column__sidebar-1 .hb-callout-box--well,.hb-three-column__sidebar-2 .hb-callout-box--well{position:relative;z-index:1}.hb-callout-box--well .hs-font-splash{margin-bottom:0}.ptype-hs-callout-box+div:not(.ptype-hs-text-area){clear:both}.hb-color-band{text-align:center;position:relative}.hb-color-band::before,.hb-color-band::after{content:"";display:block;width:50vw;position:absolute;top:0;bottom:0}.layout-builder .hb-color-band::before,.layout-builder .hb-color-band::after{display:none}.hb-color-band::before{left:-50vw}.hb-color-band::after{right:-50vw}.hb-color-band--limited-width::before,.hb-color-band--limited-width::after,.hb-three-column--one-sidebar .hb-color-band::before,.hb-three-column--one-sidebar .hb-color-band::after{display:none}.hb-color-band--default,.hb-color-band--default::before,.hb-color-band--default::after{background-color:rgba(0,36,41,.8);background-color:var(--palette--primary-hero-overlay)}.hb-color-band--cardinal,.hb-color-band--cardinal::before,.hb-color-band--cardinal::after{background-color:#8c1515}.hb-color-band--gray,.hb-color-band--gray::before,.hb-color-band--gray::after{background-color:#413e39}.hb-color-band--light,.hb-color-band--light::before,.hb-color-band--light::after{background-color:#e3f4ed;background-color:var(--palette--spotlight-lighten-8)}.hb-color-band--light .hb-color-band--text{color:#000}.hb-color-band--text{color:#fff;padding:1.2rem}.ptype-stanford-gallery .su-gallery-description{margin-bottom:3.2rem}.ptype-stanford-gallery .su-gallery-button a{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inline-block;width:auto;font-weight:600;font-size:1.6rem;line-height:1.4;text-decoration:none;text-align:center;border-width:0.2rem;border-style:solid;transition:background-color 150ms ease-in-out,border-color 150ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:30px;padding:0.4rem 2rem;color:#fff;background-color:#148762;background-color:var(--palette--secondary);border-color:#148762;border-color:var(--palette--secondary);margin-top:3.2rem}.ptype-stanford-gallery .su-gallery-button a:hover{cursor:pointer}.ptype-stanford-gallery .su-gallery-button a:hover,.ptype-stanford-gallery .su-gallery-button a:focus,.ptype-stanford-gallery .su-gallery-button a:active{background-image:none;outline:none}.ptype-stanford-gallery .su-gallery-button a:hover{background-color:#0c523b;background-color:var(--palette--secondary-darken-12);border-color:#0c523b;border-color:var(--palette--secondary-darken-12);color:#fff}.ptype-stanford-gallery .su-gallery-button a:active,.ptype-stanford-gallery .su-gallery-button a:focus{background-color:#148762;background-color:var(--palette--secondary);border-color:#fff;color:#fff}.ptype-stanford-gallery .su-gallery-button a:active,.ptype-stanford-gallery .su-gallery-button a:focus{box-shadow:0 0 0 0.2rem #00ce9d;box-shadow:0 0 0 0.2rem var(--palette--secondary-active)}.ptype-stanford-gallery .hb-media-image{position:relative}.ptype-stanford-gallery .hs-gallery-slideshow .slick{position:relative}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;background-color:#fff;position:absolute;opacity:50%;width:4.4rem;height:8.8rem;padding:0;font-size:0;border:none;cursor:pointer;transition:opacity 150ms ease-in-out}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button:hover{opacity:60%}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button:focus{opacity:100%}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button:focus-visible{opacity:100%;outline:5px auto -webkit-focus-ring-color}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2300505c'/%3E%3C/svg%3E");content:"";height:3rem;width:1.7rem;position:absolute;top:2.9rem;transition:transform 150ms ease-in-out}.hc-pairing-ocean .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hc-pairing-mountain .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2364305f'/%3E%3C/svg%3E")}.hc-pairing-cardinal .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23600e0e'/%3E%3C/svg%3E")}.hc-pairing-lake .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23005160'/%3E%3C/svg%3E")}.hc-pairing-canyon .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23005160'/%3E%3C/svg%3E")}.hc-pairing-cliff .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev{right:0;border-radius:8.8rem 0 0 8.8rem;bottom:20.4rem}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev::before{transform:scaleX(-1);right:0.8rem}@media(min-width: 768px){.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev{left:0;border-radius:0 8.8rem 8.8rem 0}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev::before{left:0.8rem}}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev:hover::before{transform:scaleX(-1) translateX(2px)}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-next{right:0;border-radius:8.8rem 0 0 8.8rem;bottom:10rem}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-next::before{right:0.8rem}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-next:hover::before{transform:translateX(2px)}@media(min-width: 768px){.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev,.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-next{bottom:calc(50% - 2.1rem)}:not(.hs-full-width).hb-three-column--no-sidebar .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev,.hb-three-column--one-sidebar .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev,.hb-three-column--two-sidebar .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev,:not(.hs-full-width).hb-three-column--no-sidebar .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-next,.hb-three-column--one-sidebar .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-next,.hb-three-column--two-sidebar .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-next{bottom:calc(50% - 4.6rem)}}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev{bottom:9.8rem}@media(min-width: 576px){.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev{bottom:19.8rem}}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-next{bottom:0.5rem}@media(min-width: 576px){.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-next{bottom:10.5rem}}.ptype-stanford-gallery .hs-gallery-slideshow .field-media-image{position:relative}.ptype-stanford-gallery .hs-gallery-slideshow .field-media-image::after{content:"";position:absolute;bottom:0;top:calc(100% - 78px);left:0;right:0;background:linear-gradient(to top, #000000, transparent)}.ptype-stanford-gallery .hs-gallery-slideshow .field-media-image-caption{background:rgba(0,0,0,0)}.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots{counter-reset:listCounter}.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots li{display:block !important;counter-increment:listCounter}.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots li button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;color:#fff;font-weight:700;display:none}@media(min-width: 576px){.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots li button{display:block;position:absolute;bottom:1.6rem;cursor:default}}@media(min-width: 576px){.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots li:last-of-type button{left:4.8rem}}@media(min-width: 576px){.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots li.slick-active:not(:last-of-type) button{left:1.2rem;min-width:3.2rem;text-align:right}}.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots li.slick-active:not(:last-of-type) button::after{content:" / "}@media(min-width: 576px){.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots li.slick-active:last-of-type button{left:1.9rem;min-width:4.5rem}}@media(min-width: 768px){.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots li.slick-active:last-of-type button{left:1.6rem;min-width:5rem}}.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots li.slick-active:last-of-type button::after{content:" / " counter(listCounter)}.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots li:not(:last-of-type):not(.slick-active) button{display:none}.hb-raised-cards .ptype-stanford-gallery .paragraph--view-mode--default .hb-caption-credit-image{box-shadow:0 0 0.5rem rgba(0,0,0,.34);border:1px solid rgba(0,0,0,.22)}#cboxPrevious,#cboxNext,#cboxClose{background:#fff;width:4.4rem;opacity:50%;transition:opacity 150ms ease-in-out}#cboxPrevious:hover,#cboxNext:hover,#cboxClose:hover{opacity:60%}#cboxPrevious:focus,#cboxNext:focus,#cboxClose:focus{opacity:100%}#cboxPrevious:focus-visible,#cboxNext:focus-visible,#cboxClose:focus-visible{opacity:100%;outline:5px auto -webkit-focus-ring-color}#cboxPrevious,#cboxNext{top:50%;bottom:50%;transform:translate(0, -50%);height:8.8rem}#cboxPrevious::before,#cboxNext::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2300505c'/%3E%3C/svg%3E");content:"";height:3rem;width:1.7rem;position:absolute;top:2.9rem;transition:transform 150ms ease-in-out}.hc-pairing-ocean #cboxPrevious::before,.hc-pairing-ocean #cboxNext::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hc-pairing-mountain #cboxPrevious::before,.hc-pairing-mountain #cboxNext::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2364305f'/%3E%3C/svg%3E")}.hc-pairing-cardinal #cboxPrevious::before,.hc-pairing-cardinal #cboxNext::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23600e0e'/%3E%3C/svg%3E")}.hc-pairing-lake #cboxPrevious::before,.hc-pairing-lake #cboxNext::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23005160'/%3E%3C/svg%3E")}.hc-pairing-canyon #cboxPrevious::before,.hc-pairing-canyon #cboxNext::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23005160'/%3E%3C/svg%3E")}.hc-pairing-cliff #cboxPrevious::before,.hc-pairing-cliff #cboxNext::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%238c1515'/%3E%3C/svg%3E")}#cboxPrevious{left:0;border-radius:0 8.8rem 8.8rem 0}#cboxPrevious::before{transform:scaleX(-1);left:0.8rem}#cboxPrevious:hover::before{transform:scaleX(-1) translateX(2px)}#cboxNext{right:0;border-radius:8.8rem 0 0 8.8rem}#cboxNext::before{right:0.8rem}#cboxNext:hover::before{transform:translateX(2px)}#cboxClose{top:0;height:4.4rem}#cboxClose::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%2300505c' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E");content:"";height:2rem;width:2rem;position:absolute;top:1.2rem;right:1.2rem;transform:rotate(-45deg);transition:transform 150ms ease-in-out}.hc-pairing-ocean #cboxClose::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%2300505c' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hc-pairing-mountain #cboxClose::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%2364305f' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hc-pairing-cardinal #cboxClose::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23600e0e' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hc-pairing-lake #cboxClose::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23005160' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hc-pairing-canyon #cboxClose::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23005160' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hc-pairing-cliff #cboxClose::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%238c1515' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}#cboxClose:hover::before,#cboxClose:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%2300505c' stroke-linecap%3D'round' /%3E%3C/svg%3E");height:0.2rem;top:2.1rem;transform:rotate(0deg)}.hc-pairing-ocean #cboxClose:hover::before,.hc-pairing-ocean #cboxClose:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%2300505c' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-mountain #cboxClose:hover::before,.hc-pairing-mountain #cboxClose:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%2364305f' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-cardinal #cboxClose:hover::before,.hc-pairing-cardinal #cboxClose:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23600e0e' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-lake #cboxClose:hover::before,.hc-pairing-lake #cboxClose:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23005160' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-canyon #cboxClose:hover::before,.hc-pairing-canyon #cboxClose:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23005160' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-cliff #cboxClose:hover::before,.hc-pairing-cliff #cboxClose:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%238c1515' stroke-linecap%3D'round' /%3E%3C/svg%3E")}#cboxContent,#cboxLoadedContent{background:rgba(0,0,0,0)}#cboxTitle{position:relative;top:0;float:unset !important}#cboxTitle p{color:#fff;font-style:italic;font-size:1.2rem;position:absolute;bottom:0;width:100%;z-index:5;text-align:right;line-height:120%;height:auto;padding:1.6rem 0.7rem 0.8rem 15%;background:linear-gradient(to top, #000000, transparent);width:calc(85% - .75rem)}@media(min-width: 576px){#cboxTitle p{padding:2.4rem 1.2rem 1.6rem 15%}}@media(min-width: 768px){.paragraph--type--hs-carousel #cboxTitle p{padding:2.4rem 1.2rem 1.6rem 58%}}@media(min-width: 576px){.hb-card__graphics--has-date #cboxTitle p{padding:2.4rem 1.2rem 1.6rem 10rem}}#cboxTitle p p,#cboxTitle p h1,#cboxTitle p h2,#cboxTitle p h3,#cboxTitle p h4,#cboxTitle p h5,#cboxTitle p h6,#cboxTitle p blockquote,#cboxTitle p cite,#cboxTitle p code,#cboxTitle p li,#cboxTitle p dd,#cboxTitle p dt,#cboxTitle p span,#cboxTitle p strong,#cboxTitle p em,#cboxTitle p a,#cboxTitle p .hs-button,#cboxTitle p .hs-button--big,#cboxTitle p .hs-secondary-button,#cboxTitle p .hs-more-link,#cboxTitle p .hs-external-link,#cboxTitle p .hs-file-link,#cboxTitle p .hs-pdf-link,#cboxTitle p .hs-private-link{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;font-style:italic;color:#fff}#cboxTitle p h1 a,#cboxTitle p h2 a,#cboxTitle p h3 a,#cboxTitle p h4 a,#cboxTitle p h5 a,#cboxTitle p h6 a,#cboxTitle p a{color:#fff;text-decoration:underline !important;display:inline}#cboxTitle p h1 a::before,#cboxTitle p h1 a::after,#cboxTitle p h2 a::before,#cboxTitle p h2 a::after,#cboxTitle p h3 a::before,#cboxTitle p h3 a::after,#cboxTitle p h4 a::before,#cboxTitle p h4 a::after,#cboxTitle p h5 a::before,#cboxTitle p h5 a::after,#cboxTitle p h6 a::before,#cboxTitle p h6 a::after,#cboxTitle p a::before,#cboxTitle p a::after{display:none !important}#cboxTitle p h1 a:hover,#cboxTitle p h1 a:focus,#cboxTitle p h2 a:hover,#cboxTitle p h2 a:focus,#cboxTitle p h3 a:hover,#cboxTitle p h3 a:focus,#cboxTitle p h4 a:hover,#cboxTitle p h4 a:focus,#cboxTitle p h5 a:hover,#cboxTitle p h5 a:focus,#cboxTitle p h6 a:hover,#cboxTitle p h6 a:focus,#cboxTitle p a:hover,#cboxTitle p a:focus{text-decoration:none !important;box-shadow:none}#cboxTitle p dl,#cboxTitle p ul,#cboxTitle p ol{margin:0;padding:0;display:inline-block}#cboxTitle p li::before{display:none}#cboxTitle p strong{font-weight:600}@media(min-width: 576px){#cboxTitle p{width:calc(85% - 1.325rem)}}.field-hs-accordion-description{overflow:auto}.contextual-region.paragraph .contextual:not(.hb-card__img .contextual-region .contextual){right:0px}.contextual-region.paragraph .contextual-region .contextual:not(.hb-card__img .contextual-region .contextual){right:32px}.contextual-region.paragraph .contextual-region .contextual-region .contextual:not(.hb-card__img .contextual-region .contextual){right:64px}.contextual-region.paragraph .contextual-region .contextual-region .contextual-region .contextual:not(.hb-card__img .contextual-region .contextual){right:96px}.contextual-region.paragraph .contextual-region .contextual-region .contextual-region .contextual-region .contextual:not(.hb-card__img .contextual-region .contextual){right:128px}.hb-raised-cards .hb-card__img .contextual-region .contextual{height:unset}.contextual-links a:hover,.contextual-links a:focus{box-shadow:initial}.hb-dark-pattern .contextual-links a:hover,.hb-dark-pattern .contextual-links a:focus{color:#000 !important}.messages{margin-top:4rem}#layout-builder-modal summary{color:#fff}#layout-builder-modal summary:hover,#layout-builder-modal summary:focus{color:#fff}#layout-builder-modal summary::after{top:1.2rem}#layout-builder-modal details .form-item{margin:.75em}#layout-builder-modal details summary:focus{text-decoration:none}.toolbar-tab a.ext{background-image:none}.toolbar-tab a.ext:hover{background-image:linear-gradient(rgba(255, 255, 255, 0.125) 20%, transparent 200%)}.toolbar .toolbar-tray-horizontal li:hover ul li{float:none}#drupal-live-announce.visually-hidden{height:0}#toolbar-item-shortcuts-tray li>ul{margin:0;padding-inline:0;box-shadow:0 4px 5px 1px rgba(0,0,0,.3333)}#toolbar-item-shortcuts-tray .menu:not(.toolbar-menu) li{border-bottom:1px solid var(--gin-border-color);min-width:18rem}#toolbar-item-shortcuts-tray li:hover>a:not([class]),#toolbar-item-shortcuts-tray li:hover>span:not([class]){color:var(--gin-color-primary-hover);background-color:var(--gin-bg-item-hover);background-image:none}#toolbar-item-shortcuts-tray li:hover>span:not([class]){cursor:default}.block--local-tasks{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important;margin-bottom:4rem;border-bottom:2px solid #0678be}@media(min-width: 768px){.block--local-tasks{width:calc(100% - (2 * 4.8rem)) !important}}.block--local-tasks .tabs{margin:4rem 0 0;padding:0}.block--local-tasks .tabs__tab{display:inline-block;background-color:#eaf6fd;list-style-type:none;padding:0.8rem 1.2rem;margin-top:0.4rem;font-size:1.5rem;transition:background-color 150ms ease-in-out}.block--local-tasks .tabs__tab a{color:#000;text-decoration:none;background-image:none}.block--local-tasks .tabs__tab--active{background-color:#0678be}.block--local-tasks .tabs__tab--active a{color:#fff}.block--local-tasks .tabs__tab:hover:not(.tabs__tab--active){background-color:#d1eafa}li.cke_panel_listItem a:hover,li.cke_panel_listItem a:focus{box-shadow:initial}body.cke_editable{margin:0.8rem}drupal-media{position:relative;z-index:1}drupal-media figure,drupal-media article{display:block;width:100%}drupal-media[data-align=right]{float:none}drupal-media .media-library-item__edit{right:auto}drupal-media .hb-media-image.align-right,drupal-media .hb-media-image.align-center,drupal-media .caption.align-right,drupal-media .caption.align-center{margin:initial}drupal-media .hb-media-image.align-right,drupal-media .caption.align-right{width:auto;padding:0 0 2.8rem 2.8rem}drupal-media .hb-media-image.align-left,drupal-media .caption.align-left{width:auto;margin:initial;padding:0 2.8rem 2.8rem 0}.media-library-item__edit{z-index:2}.hs-breakout-box{background-color:#e4f4ee;background-color:var(--palette--spotlight);padding:2rem 1.8rem;border:0 none;display:table}.js .field--widget-paragraphs .tabledrag-handle .handle{width:calc(100% + 2px)}.ck-editor .ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items{flex-wrap:wrap}.hb-text-reset{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none}.hb-heading-1{font-weight:600;font-size:3.6rem;line-height:112%}@media(min-width: 768px){.hb-heading-1{font-size:4.6rem}}.hb-heading-2{font-weight:600;font-size:3.2rem;line-height:112%}@media(min-width: 768px){.hb-heading-2{font-size:3.8rem}}.hb-heading-3{font-weight:600;font-size:2.4rem;line-height:120%}@media(min-width: 768px){.hb-heading-3{font-size:2.7rem;line-height:117%}}.hb-heading-4{font-weight:600;font-size:2rem;line-height:122%}.hb-heading-5{font-weight:600;font-size:1.8rem;line-height:124%}.hb-heading-6{text-transform:uppercase;font-weight:600;font-size:1.6rem;line-height:128%}.hb-body-small{font-weight:400;font-size:1.6rem;line-height:122%}.hb-body-medium{font-weight:400;font-size:1.8rem;line-height:127%}.hb-link,.hb-link.ext{color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms}.hb-link:hover,.hb-link:focus,.hb-link.ext:hover,.hb-link.ext:focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}.hb-link:hover,.hb-link:focus,.hb-link.ext:hover,.hb-link.ext:focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}.hb-link:hover,.hb-link:focus,.hb-link.ext:hover,.hb-link.ext:focus{color:#000}.hb-dark-pattern .hb-link:hover,.hb-dark-inversion .views-element-container .hb-link:hover,.hb-dark-pattern .hb-link:focus,.hb-dark-inversion .views-element-container .hb-link:focus,.hb-dark-pattern .hb-link.ext:hover,.hb-dark-inversion .views-element-container .hb-link.ext:hover,.hb-dark-pattern .hb-link.ext:focus,.hb-dark-inversion .views-element-container .hb-link.ext:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-link-inline{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat}.hb-link-inline:hover,.hb-link-inline:focus{color:#002429;color:var(--palette--tertiary-darken-20)}.hb-link-inline:hover,.hb-link-inline:focus{background-position-y:-50%}.hb-dark-pattern .hb-link-inline:hover,.hb-dark-inversion .views-element-container .hb-link-inline:hover,.hb-dark-pattern .hb-link-inline:focus,.hb-dark-inversion .views-element-container .hb-link-inline:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer .hb-link-inline{background-image:none}.hb-local-footer .hb-link-inline:hover,.hb-local-footer .hb-link-inline:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern .hb-link-inline,.hb-dark-inversion .views-element-container .hb-link-inline{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern .hb-link-inline:hover,.hb-dark-pattern .hb-link-inline:focus,.hb-dark-inversion .views-element-container .hb-link-inline:hover,.hb-dark-inversion .views-element-container .hb-link-inline:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hb-highlighted-label .field-label{font-size:1.6rem;font-style:normal;text-transform:inherit;color:#148762;color:var(--palette--secondary)}.hb-well .hb-highlighted-label .field-label{color:#0c523b !important;color:var(--palette--secondary-darken-12) !important}.views-row .hb-highlighted-label,.views-row .hb-highlighted-label a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;font-style:normal;text-transform:uppercase;color:#000;font-weight:700;font-size:1.5rem;margin-bottom:0.4rem;font-size:1.6rem;font-style:normal;text-transform:inherit;color:#148762;color:var(--palette--secondary)}.hb-well .views-row .hb-highlighted-label,.hb-well .views-row .hb-highlighted-label a{color:#0c523b !important;color:var(--palette--secondary-darken-12) !important}.hb-subtitle{font-weight:600;line-height:122%;font-size:1.6rem}@media(min-width: 992px){.hb-subtitle{font-size:1.8rem}}.hb-descriptor,.descriptor{color:#413e39;font-size:1.6rem}@media(min-width: 992px){.hb-descriptor,.descriptor{font-size:1.8rem}}.views-row .hb-descriptor,.views-row .hb-descriptor a,.views-row .descriptor,.views-row .descriptor a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#413e39;font-size:1.6rem}@media(min-width: 992px){.views-row .hb-descriptor,.views-row .hb-descriptor a,.views-row .descriptor,.views-row .descriptor a{font-size:1.8rem}}.hb-pill{display:inline-block;font-size:1.4rem;text-decoration:none;transition:background-color 150ms ease-in-out;margin-bottom:0.5rem;background-color:#8ff0ff;background-color:var(--palette--tertiary-highlight-darken-10);color:#413e39;padding:0.1rem 1.2rem;border-radius:1.3rem;border:2px solid rgba(0,0,0,0)}.hb-dark-pattern .hb-pill,.hb-dark-inversion .views-element-container .hb-pill{color:#413e39 !important}a.hb-pill{display:inline-block;font-size:1.4rem;text-decoration:none;transition:background-color 150ms ease-in-out;margin-bottom:0.5rem;background-color:#8ff0ff;background-color:var(--palette--tertiary-highlight-darken-10);color:#413e39;padding:0.1rem 1.2rem;border-radius:1.3rem;border:2px solid rgba(0,0,0,0);background-image:none}.hb-dark-pattern a.hb-pill,.hb-dark-inversion .views-element-container a.hb-pill{color:#413e39 !important}a.hb-pill .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000000' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hb-dark-pattern a.hb-pill,.hb-dark-inversion .views-element-container a.hb-pill{border-color:rgba(0,0,0,0)}a.hb-pill:focus,a.hb-pill:hover{border-color:#8ff0ff;border-color:var(--palette--tertiary-highlight-darken-10);background-color:#fff}.hb-dark-pattern a.hb-pill:focus,.hb-dark-inversion .views-element-container a.hb-pill:focus,.hb-dark-pattern a.hb-pill:hover,.hb-dark-inversion .views-element-container a.hb-pill:hover{border-color:rgba(0,0,0,0)}.hb-blockquote{position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.hb-blockquote{padding:4.4rem 2.8rem}}.hb-blockquote::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .hb-blockquote::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .hb-blockquote::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .hb-blockquote::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-blockquote::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-blockquote::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-blockquote::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-blockquote::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-blockquote::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .hb-blockquote::before,.hs-paragraph-style--well .hb-blockquote::before,.hs-paragraph-style--well-full-width .hb-blockquote::before,.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote::before{background-color:#f1f0ee}.hb-dark-pattern .hb-blockquote,.hb-dark-inversion .views-element-container .hb-blockquote{border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .hb-blockquote::before,.hb-dark-inversion .views-element-container .hb-blockquote::before{background-color:#002429;background-color:var(--palette--primary-dark)}@media(min-width: 992px){.hb-blockquote{font-size:2.8rem}}.hb-blockquote-black-text .hb-blockquote{color:#000}.hb-blockquote>p,.hb-blockquote>div{margin:0}.hb-blockquote>p::before,.hb-blockquote>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.hb-blockquote>p::after,.hb-blockquote>div::after{position:absolute;content:close-quote;margin-right:1rem}.hb-dark-pattern .hb-blockquote,.hb-dark-inversion .views-element-container .hb-blockquote{color:#fff}.hb-blockquote .views-row hb-blockquote,.hb-blockquote .views-row hb-blockquote a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.hb-blockquote .views-row hb-blockquote,.hb-blockquote .views-row hb-blockquote a{padding:4.4rem 2.8rem}}.hb-blockquote .views-row hb-blockquote::before,.hb-blockquote .views-row hb-blockquote a::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .hb-blockquote .views-row hb-blockquote::before,.hb-spotlight .hb-blockquote .views-row hb-blockquote a::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .hb-blockquote .views-row hb-blockquote::before,.hc-pairing-lake .hb-spotlight .hb-blockquote .views-row hb-blockquote a::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .hb-blockquote .views-row hb-blockquote::before,.hc-pairing-ocean .hb-blockquote .views-row hb-blockquote a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-blockquote .views-row hb-blockquote::before,.hc-pairing-mountain .hb-blockquote .views-row hb-blockquote a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-blockquote .views-row hb-blockquote::before,.hc-pairing-cardinal .hb-blockquote .views-row hb-blockquote a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-blockquote .views-row hb-blockquote::before,.hc-pairing-lake .hb-blockquote .views-row hb-blockquote a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-blockquote .views-row hb-blockquote::before,.hc-pairing-canyon .hb-blockquote .views-row hb-blockquote a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-blockquote .views-row hb-blockquote::before,.hc-pairing-cliff .hb-blockquote .views-row hb-blockquote a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .hb-blockquote .views-row hb-blockquote::before,.hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote::before,.hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote::before,.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote::before,.hb-callout-box .hb-blockquote .views-row hb-blockquote a::before,.hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a::before,.hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote a::before,.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote a::before{background-color:#f1f0ee}.hb-dark-pattern .hb-blockquote .views-row hb-blockquote,.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote,.hb-dark-pattern .hb-blockquote .views-row hb-blockquote a,.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote a{border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .hb-blockquote .views-row hb-blockquote::before,.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote::before,.hb-dark-pattern .hb-blockquote .views-row hb-blockquote a::before,.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote a::before{background-color:#002429;background-color:var(--palette--primary-dark)}@media(min-width: 992px){.hb-blockquote .views-row hb-blockquote,.hb-blockquote .views-row hb-blockquote a{font-size:2.8rem}}.hb-blockquote-black-text .hb-blockquote .views-row hb-blockquote,.hb-blockquote-black-text .hb-blockquote .views-row hb-blockquote a{color:#000}.hb-blockquote .views-row hb-blockquote>p,.hb-blockquote .views-row hb-blockquote>div,.hb-blockquote .views-row hb-blockquote a>p,.hb-blockquote .views-row hb-blockquote a>div{margin:0}.hb-blockquote .views-row hb-blockquote>p::before,.hb-blockquote .views-row hb-blockquote>div::before,.hb-blockquote .views-row hb-blockquote a>p::before,.hb-blockquote .views-row hb-blockquote a>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.hb-blockquote .views-row hb-blockquote>p::after,.hb-blockquote .views-row hb-blockquote>div::after,.hb-blockquote .views-row hb-blockquote a>p::after,.hb-blockquote .views-row hb-blockquote a>div::after{position:absolute;content:close-quote;margin-right:1rem}.hb-dark-pattern .hb-blockquote .views-row hb-blockquote,.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote,.hb-dark-pattern .hb-blockquote .views-row hb-blockquote a,.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote a{color:#fff}.hb-blockquote .views-row hb-blockquote>p::before,.hb-blockquote .views-row hb-blockquote>p::after,.hb-blockquote .views-row hb-blockquote>div::before,.hb-blockquote .views-row hb-blockquote>div::after,.hb-blockquote .views-row hb-blockquote a>p::before,.hb-blockquote .views-row hb-blockquote a>p::after,.hb-blockquote .views-row hb-blockquote a>div::before,.hb-blockquote .views-row hb-blockquote a>div::after{content:none}.highlight-block-left{position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.highlight-block-left{padding:4.4rem 2.8rem}}.highlight-block-left::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-left::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-left::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .highlight-block-left::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .highlight-block-left::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .highlight-block-left::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .highlight-block-left::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .highlight-block-left::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .highlight-block-left::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .highlight-block-left::before,.hs-paragraph-style--well .highlight-block-left::before,.hs-paragraph-style--well-full-width .highlight-block-left::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left::before{background-color:#f1f0ee}.hb-dark-pattern .highlight-block-left,.hb-dark-inversion .views-element-container .highlight-block-left{border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .highlight-block-left::before,.hb-dark-inversion .views-element-container .highlight-block-left::before{background-color:#002429;background-color:var(--palette--primary-dark)}@media(min-width: 992px){.highlight-block-left{font-size:2.8rem}}.hb-blockquote-black-text .highlight-block-left{color:#000}.highlight-block-left>p,.highlight-block-left>div{margin:0}.highlight-block-left>p::before,.highlight-block-left>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.highlight-block-left>p::after,.highlight-block-left>div::after{position:absolute;content:close-quote;margin-right:1rem}.hb-dark-pattern .highlight-block-left,.hb-dark-inversion .views-element-container .highlight-block-left{color:#fff}.highlight-block-left .views-row highlight-block-left,.highlight-block-left .views-row highlight-block-left a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.highlight-block-left .views-row highlight-block-left,.highlight-block-left .views-row highlight-block-left a{padding:4.4rem 2.8rem}}.highlight-block-left .views-row highlight-block-left::before,.highlight-block-left .views-row highlight-block-left a::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-left .views-row highlight-block-left::before,.hb-spotlight .highlight-block-left .views-row highlight-block-left a::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-left .views-row highlight-block-left::before,.hc-pairing-lake .hb-spotlight .highlight-block-left .views-row highlight-block-left a::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .highlight-block-left .views-row highlight-block-left::before,.hc-pairing-ocean .highlight-block-left .views-row highlight-block-left a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .highlight-block-left .views-row highlight-block-left::before,.hc-pairing-mountain .highlight-block-left .views-row highlight-block-left a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .highlight-block-left .views-row highlight-block-left::before,.hc-pairing-cardinal .highlight-block-left .views-row highlight-block-left a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .highlight-block-left .views-row highlight-block-left::before,.hc-pairing-lake .highlight-block-left .views-row highlight-block-left a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .highlight-block-left .views-row highlight-block-left::before,.hc-pairing-canyon .highlight-block-left .views-row highlight-block-left a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .highlight-block-left .views-row highlight-block-left::before,.hc-pairing-cliff .highlight-block-left .views-row highlight-block-left a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .highlight-block-left .views-row highlight-block-left::before,.hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left::before,.hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left::before,.hb-callout-box .highlight-block-left .views-row highlight-block-left a::before,.hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a::before,.hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left a::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left a::before{background-color:#f1f0ee}.hb-dark-pattern .highlight-block-left .views-row highlight-block-left,.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left,.hb-dark-pattern .highlight-block-left .views-row highlight-block-left a,.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left a{border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .highlight-block-left .views-row highlight-block-left::before,.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left::before,.hb-dark-pattern .highlight-block-left .views-row highlight-block-left a::before,.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left a::before{background-color:#002429;background-color:var(--palette--primary-dark)}@media(min-width: 992px){.highlight-block-left .views-row highlight-block-left,.highlight-block-left .views-row highlight-block-left a{font-size:2.8rem}}.hb-blockquote-black-text .highlight-block-left .views-row highlight-block-left,.hb-blockquote-black-text .highlight-block-left .views-row highlight-block-left a{color:#000}.highlight-block-left .views-row highlight-block-left>p,.highlight-block-left .views-row highlight-block-left>div,.highlight-block-left .views-row highlight-block-left a>p,.highlight-block-left .views-row highlight-block-left a>div{margin:0}.highlight-block-left .views-row highlight-block-left>p::before,.highlight-block-left .views-row highlight-block-left>div::before,.highlight-block-left .views-row highlight-block-left a>p::before,.highlight-block-left .views-row highlight-block-left a>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.highlight-block-left .views-row highlight-block-left>p::after,.highlight-block-left .views-row highlight-block-left>div::after,.highlight-block-left .views-row highlight-block-left a>p::after,.highlight-block-left .views-row highlight-block-left a>div::after{position:absolute;content:close-quote;margin-right:1rem}.hb-dark-pattern .highlight-block-left .views-row highlight-block-left,.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left,.hb-dark-pattern .highlight-block-left .views-row highlight-block-left a,.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left a{color:#fff}.highlight-block-left .views-row highlight-block-left>p::before,.highlight-block-left .views-row highlight-block-left>p::after,.highlight-block-left .views-row highlight-block-left>div::before,.highlight-block-left .views-row highlight-block-left>div::after,.highlight-block-left .views-row highlight-block-left a>p::before,.highlight-block-left .views-row highlight-block-left a>p::after,.highlight-block-left .views-row highlight-block-left a>div::before,.highlight-block-left .views-row highlight-block-left a>div::after{content:none}.highlight-block-right{position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.highlight-block-right{padding:4.4rem 2.8rem}}.highlight-block-right::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-right::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-right::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .highlight-block-right::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .highlight-block-right::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .highlight-block-right::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .highlight-block-right::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .highlight-block-right::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .highlight-block-right::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .highlight-block-right::before,.hs-paragraph-style--well .highlight-block-right::before,.hs-paragraph-style--well-full-width .highlight-block-right::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right::before{background-color:#f1f0ee}.hb-dark-pattern .highlight-block-right,.hb-dark-inversion .views-element-container .highlight-block-right{border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .highlight-block-right::before,.hb-dark-inversion .views-element-container .highlight-block-right::before{background-color:#002429;background-color:var(--palette--primary-dark)}@media(min-width: 992px){.highlight-block-right{font-size:2.8rem}}.hb-blockquote-black-text .highlight-block-right{color:#000}.highlight-block-right>p,.highlight-block-right>div{margin:0}.highlight-block-right>p::before,.highlight-block-right>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.highlight-block-right>p::after,.highlight-block-right>div::after{position:absolute;content:close-quote;margin-right:1rem}.hb-dark-pattern .highlight-block-right,.hb-dark-inversion .views-element-container .highlight-block-right{color:#fff}.highlight-block-right .views-row highlight-block-right,.highlight-block-right .views-row highlight-block-right a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.highlight-block-right .views-row highlight-block-right,.highlight-block-right .views-row highlight-block-right a{padding:4.4rem 2.8rem}}.highlight-block-right .views-row highlight-block-right::before,.highlight-block-right .views-row highlight-block-right a::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-right .views-row highlight-block-right::before,.hb-spotlight .highlight-block-right .views-row highlight-block-right a::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-right .views-row highlight-block-right::before,.hc-pairing-lake .hb-spotlight .highlight-block-right .views-row highlight-block-right a::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .highlight-block-right .views-row highlight-block-right::before,.hc-pairing-ocean .highlight-block-right .views-row highlight-block-right a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .highlight-block-right .views-row highlight-block-right::before,.hc-pairing-mountain .highlight-block-right .views-row highlight-block-right a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .highlight-block-right .views-row highlight-block-right::before,.hc-pairing-cardinal .highlight-block-right .views-row highlight-block-right a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .highlight-block-right .views-row highlight-block-right::before,.hc-pairing-lake .highlight-block-right .views-row highlight-block-right a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .highlight-block-right .views-row highlight-block-right::before,.hc-pairing-canyon .highlight-block-right .views-row highlight-block-right a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .highlight-block-right .views-row highlight-block-right::before,.hc-pairing-cliff .highlight-block-right .views-row highlight-block-right a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .highlight-block-right .views-row highlight-block-right::before,.hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right::before,.hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right::before,.hb-callout-box .highlight-block-right .views-row highlight-block-right a::before,.hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a::before,.hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right a::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right a::before{background-color:#f1f0ee}.hb-dark-pattern .highlight-block-right .views-row highlight-block-right,.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right,.hb-dark-pattern .highlight-block-right .views-row highlight-block-right a,.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right a{border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .highlight-block-right .views-row highlight-block-right::before,.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right::before,.hb-dark-pattern .highlight-block-right .views-row highlight-block-right a::before,.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right a::before{background-color:#002429;background-color:var(--palette--primary-dark)}@media(min-width: 992px){.highlight-block-right .views-row highlight-block-right,.highlight-block-right .views-row highlight-block-right a{font-size:2.8rem}}.hb-blockquote-black-text .highlight-block-right .views-row highlight-block-right,.hb-blockquote-black-text .highlight-block-right .views-row highlight-block-right a{color:#000}.highlight-block-right .views-row highlight-block-right>p,.highlight-block-right .views-row highlight-block-right>div,.highlight-block-right .views-row highlight-block-right a>p,.highlight-block-right .views-row highlight-block-right a>div{margin:0}.highlight-block-right .views-row highlight-block-right>p::before,.highlight-block-right .views-row highlight-block-right>div::before,.highlight-block-right .views-row highlight-block-right a>p::before,.highlight-block-right .views-row highlight-block-right a>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.highlight-block-right .views-row highlight-block-right>p::after,.highlight-block-right .views-row highlight-block-right>div::after,.highlight-block-right .views-row highlight-block-right a>p::after,.highlight-block-right .views-row highlight-block-right a>div::after{position:absolute;content:close-quote;margin-right:1rem}.hb-dark-pattern .highlight-block-right .views-row highlight-block-right,.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right,.hb-dark-pattern .highlight-block-right .views-row highlight-block-right a,.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right a{color:#fff}.highlight-block-right .views-row highlight-block-right>p::before,.highlight-block-right .views-row highlight-block-right>p::after,.highlight-block-right .views-row highlight-block-right>div::before,.highlight-block-right .views-row highlight-block-right>div::after,.highlight-block-right .views-row highlight-block-right a>p::before,.highlight-block-right .views-row highlight-block-right a>p::after,.highlight-block-right .views-row highlight-block-right a>div::before,.highlight-block-right .views-row highlight-block-right a>div::after{content:none}.hb-title h1,.hb-title h2,.hb-title h3,.hb-title h4,.hb-title h5,.hb-title h6{font-weight:600;font-size:3.6rem;line-height:112%;margin:0}@media(min-width: 768px){.hb-title h1,.hb-title h2,.hb-title h3,.hb-title h4,.hb-title h5,.hb-title h6{font-size:4.6rem}}.hb-title::before{border-bottom:solid 0.4rem;border-color:#148762;border-color:var(--palette--secondary);content:"";display:block;vertical-align:middle;width:5.5rem;margin-right:1rem}.hb-text-align-left{text-align:left}.hb-text-align-center{text-align:center}.hb-text-align-right{text-align:right}.fa,.fab,.fal,.far,.fas{color:#148762;color:var(--palette--secondary)}.hb-dark-pattern .fa,.hb-dark-pattern .fab,.hb-dark-pattern .fal,.hb-dark-pattern .far,.hb-dark-pattern .fas{color:#e4f4ee;color:var(--palette--secondary-highlight)}a.fa,a.fab,a.fal,a.far,a.fas,a>.fa,a>.fab,a>.fal,a>.far,a>.fas,a>.fontawesome-icon-inline>.fa,a>.fontawesome-icon-inline>.fab,a>.fontawesome-icon-inline>.fal,a>.fontawesome-icon-inline>.far,a>.fontawesome-icon-inline>.fas{text-decoration:none;transition:color 150ms ease-in-out}a.fa:hover,a.fa:focus,a.fab:hover,a.fab:focus,a.fal:hover,a.fal:focus,a.far:hover,a.far:focus,a.fas:hover,a.fas:focus,a>.fa:hover,a>.fa:focus,a>.fab:hover,a>.fab:focus,a>.fal:hover,a>.fal:focus,a>.far:hover,a>.far:focus,a>.fas:hover,a>.fas:focus,a>.fontawesome-icon-inline>.fa:hover,a>.fontawesome-icon-inline>.fa:focus,a>.fontawesome-icon-inline>.fab:hover,a>.fontawesome-icon-inline>.fab:focus,a>.fontawesome-icon-inline>.fal:hover,a>.fontawesome-icon-inline>.fal:focus,a>.fontawesome-icon-inline>.far:hover,a>.fontawesome-icon-inline>.far:focus,a>.fontawesome-icon-inline>.fas:hover,a>.fontawesome-icon-inline>.fas:focus{color:#0c523b;color:var(--palette--secondary-darken-12)}.hb-dark-pattern a.fa:hover,.hb-dark-pattern a.fa:focus,.hb-dark-pattern a.fab:hover,.hb-dark-pattern a.fab:focus,.hb-dark-pattern a.fal:hover,.hb-dark-pattern a.fal:focus,.hb-dark-pattern a.far:hover,.hb-dark-pattern a.far:focus,.hb-dark-pattern a.fas:hover,.hb-dark-pattern a.fas:focus,.hb-dark-pattern a>.fa:hover,.hb-dark-pattern a>.fa:focus,.hb-dark-pattern a>.fab:hover,.hb-dark-pattern a>.fab:focus,.hb-dark-pattern a>.fal:hover,.hb-dark-pattern a>.fal:focus,.hb-dark-pattern a>.far:hover,.hb-dark-pattern a>.far:focus,.hb-dark-pattern a>.fas:hover,.hb-dark-pattern a>.fas:focus,.hb-dark-pattern a>.fontawesome-icon-inline>.fa:hover,.hb-dark-pattern a>.fontawesome-icon-inline>.fa:focus,.hb-dark-pattern a>.fontawesome-icon-inline>.fab:hover,.hb-dark-pattern a>.fontawesome-icon-inline>.fab:focus,.hb-dark-pattern a>.fontawesome-icon-inline>.fal:hover,.hb-dark-pattern a>.fontawesome-icon-inline>.fal:focus,.hb-dark-pattern a>.fontawesome-icon-inline>.far:hover,.hb-dark-pattern a>.fontawesome-icon-inline>.far:focus,.hb-dark-pattern a>.fontawesome-icon-inline>.fas:hover,.hb-dark-pattern a>.fontawesome-icon-inline>.fas:focus{color:#8ff0ff !important;color:var(--palette--tertiary-highlight-darken-10) !important}.fa-fw.fa-border{box-sizing:content-box}.fa-ext,.fa-mailto{display:none}.field-hs-text-area::after,.field-hs-priv-text-area::after{clear:both;content:"";display:table}.field-hs-text-area h1,.field-hs-text-area h2,.field-hs-text-area h3,.field-hs-text-area h4,.field-hs-text-area h5,.field-hs-text-area h6,.field-hs-priv-text-area h1,.field-hs-priv-text-area h2,.field-hs-priv-text-area h3,.field-hs-priv-text-area h4,.field-hs-priv-text-area h5,.field-hs-priv-text-area h6{margin-left:0;margin-right:0}.field-hs-text-area h2:only-child,.field-hs-text-area h3:only-child,.field-hs-text-area h4:only-child,.field-hs-text-area h5:only-child,.field-hs-text-area h6:only-child,.field-hs-priv-text-area h2:only-child,.field-hs-priv-text-area h3:only-child,.field-hs-priv-text-area h4:only-child,.field-hs-priv-text-area h5:only-child,.field-hs-priv-text-area h6:only-child{margin:0}.field-hs-text-area h1,.field-hs-priv-text-area h1{margin-top:4.8rem;margin-bottom:1.6rem}.field-hs-text-area h2,.field-hs-priv-text-area h2{margin-top:3.2rem;margin-bottom:1.2rem}@media(min-width: 768px){.field-hs-text-area h2,.field-hs-priv-text-area h2{margin-top:4.8rem;margin-bottom:1.4rem}}.field-hs-text-area h3,.field-hs-priv-text-area h3{margin-top:2.8rem;margin-bottom:1rem}.field-hs-text-area h4,.field-hs-priv-text-area h4{margin-top:1.8rem;margin-bottom:0.4rem}.field-hs-text-area h5,.field-hs-priv-text-area h5{margin-top:1.8rem;margin-bottom:0.3rem}.field-hs-text-area h6,.field-hs-priv-text-area h6{margin-top:1.8rem;margin-bottom:0.3rem}.field-hs-text-area a:not([href]):not([class]),.field-hs-priv-text-area a:not([href]):not([class]){border-bottom:0;transition:none;background-image:none}.field-hs-text-area a,.field-hs-priv-text-area a{overflow:hidden}.field-hs-text-area a img,.field-hs-priv-text-area a img{transform:scale(1);transition:transform 150ms ease-in-out}.field-hs-text-area a img:hover,.field-hs-text-area a img:focus,.field-hs-priv-text-area a img:hover,.field-hs-priv-text-area a img:focus{transform:scale(1.07)}.field-hs-text-area .hs-well,.field-hs-text-area .pullquote,.field-hs-priv-text-area .hs-well,.field-hs-priv-text-area .pullquote{display:table}.hs-caption,.views-row hs-caption,.views-row hs-caption a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#413e39;font-size:1.4rem}.hb-dark-pattern .hs-caption,.hb-dark-pattern .views-row hs-caption,.hb-dark-pattern .views-row hs-caption a{color:#fff}.caption,.views-row caption,.views-row caption a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#413e39;font-size:1.4rem}.hb-dark-pattern .caption,.hb-dark-pattern .views-row caption,.hb-dark-pattern .views-row caption a{color:#fff}.hs-credits,.views-row hs-credits,.views-row hs-credits a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#413e39;font-style:italic;font-size:1.4rem}.hb-dark-pattern .hs-credits,.hb-dark-pattern .views-row hs-credits,.hb-dark-pattern .views-row hs-credits a{color:#fff}.credits,.views-row credits,.views-row credits a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#413e39;font-style:italic;font-size:1.4rem}.hb-dark-pattern .credits,.hb-dark-pattern .views-row credits,.hb-dark-pattern .views-row credits a{color:#fff}.caption figcaption{text-align:right}.hs-font-lead,.summary{font-size:2rem;font-weight:600;line-height:127%;color:#413e39}@media(min-width: 992px){.hs-font-lead,.summary{font-size:2.2rem}}.hb-dark-pattern .hs-font-lead,.hb-dark-pattern .summary{color:#f1f0ee}li .hs-font-lead,li .summary{margin:-0.3rem 0 0}.hb-has-animation-enhancements .hs-font-lead.animate{animation-timing-function:ease-in-out;animation-duration:2000ms;animation-fill-mode:forwards;animation-name:colorfulLeadFont}@media screen and (prefers-reduced-motion: reduce){.hb-has-animation-enhancements .hs-font-lead.animate{animation:none}}.hb-has-animation-enhancements .hs-font-splash.animate{animation-timing-function:ease-in-out;animation-duration:2000ms;animation-fill-mode:forwards;animation-name:colorfulSplashFont}@media screen and (prefers-reduced-motion: reduce){.hb-has-animation-enhancements .hs-font-splash.animate{animation:none}}.hs-font-splash,.hs-font-splash .infotext{font-weight:600;font-size:3.6rem;line-height:112%;color:#00505c;color:var(--palette--primary)}@media(min-width: 768px){.hs-font-splash,.hs-font-splash .infotext{font-size:4.6rem}}@media(min-width: 768px){.hs-font-splash,.hs-font-splash .infotext{margin:4.8rem 0 1.6rem}}.hb-dark-pattern .hs-font-splash,.hb-dark-pattern .hs-font-splash .infotext{color:#f1f0ee}li .hs-font-splash,li .hs-font-splash .infotext{margin:-0.3rem 0 0}.hs-short-line-length{max-width:70rem}.hs-table--borderless thead th{border:0}.hs-table--borderless td{border-left:0;border-right:0}.emphasized-text,.hs-emphasized-text{font-style:italic;font-weight:inherit;font-size:inherit}.views-row .hs-emphasized-text,.views-row .hs-emphasized-text a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;font-style:italic;font-weight:inherit;font-size:inherit}.align-right{max-width:100%;margin:0 0 2.8rem 2.8rem}@media(min-width: 576px){.align-right{max-width:50%}}@media(min-width: 768px){.align-right{max-width:75%}}.align-left{max-width:100%;margin:0 2.8rem 2.8rem 0}@media(min-width: 576px){.align-left{max-width:50%}}@media(min-width: 768px){.align-left{max-width:75%}}.align-center{margin:0 auto 2.8rem}.align-center img{margin:0 auto}blockquote:nth-child(n){position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){blockquote:nth-child(n){padding:4.4rem 2.8rem}}blockquote:nth-child(n)::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight blockquote:nth-child(n)::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight blockquote:nth-child(n)::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean blockquote:nth-child(n)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain blockquote:nth-child(n)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal blockquote:nth-child(n)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake blockquote:nth-child(n)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon blockquote:nth-child(n)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff blockquote:nth-child(n)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box blockquote:nth-child(n)::before,.hs-paragraph-style--well blockquote:nth-child(n)::before,.hs-paragraph-style--well-full-width blockquote:nth-child(n)::before,.hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width blockquote:nth-child(n)::before{background-color:#f1f0ee}.hb-dark-pattern blockquote:nth-child(n),.hb-dark-inversion .views-element-container blockquote:nth-child(n){border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern blockquote:nth-child(n)::before,.hb-dark-inversion .views-element-container blockquote:nth-child(n)::before{background-color:#002429;background-color:var(--palette--primary-dark)}@media(min-width: 992px){blockquote:nth-child(n){font-size:2.8rem}}.hb-blockquote-black-text blockquote:nth-child(n){color:#000}blockquote:nth-child(n)>p,blockquote:nth-child(n)>div{margin:0}blockquote:nth-child(n)>p::before,blockquote:nth-child(n)>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}blockquote:nth-child(n)>p::after,blockquote:nth-child(n)>div::after{position:absolute;content:close-quote;margin-right:1rem}.hb-dark-pattern blockquote:nth-child(n),.hb-dark-inversion .views-element-container blockquote:nth-child(n){color:#fff}.hb-local-footer blockquote:nth-child(n){margin:0 0 2rem}a[href*="//"].hs-external-link,.hs-external-link a[href*="//"]{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to right, #c2f7ff calc(100% - 16px) transparent calc(100% - 16px));background-image:linear-gradient(to right, var(--palette--tertiary-highlight) calc(100% - 16px), transparent calc(100% - 16px));background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;margin-right:0.2rem;position:relative}a[href*="//"].hs-external-link:hover,a[href*="//"].hs-external-link:focus,.hs-external-link a[href*="//"]:hover,.hs-external-link a[href*="//"]:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a[href*="//"].hs-external-link:hover,a[href*="//"].hs-external-link:focus,.hs-external-link a[href*="//"]:hover,.hs-external-link a[href*="//"]:focus{background-position-y:-50%}.hb-dark-pattern a[href*="//"].hs-external-link:hover,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover,.hb-dark-pattern a[href*="//"].hs-external-link:focus,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus,.hb-dark-pattern .hs-external-link a[href*="//"]:hover,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover,.hb-dark-pattern .hs-external-link a[href*="//"]:focus,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a[href*="//"].hs-external-link,.hb-local-footer .hs-external-link a[href*="//"]{background-image:none}.hb-local-footer a[href*="//"].hs-external-link:hover,.hb-local-footer a[href*="//"].hs-external-link:focus,.hb-local-footer .hs-external-link a[href*="//"]:hover,.hb-local-footer .hs-external-link a[href*="//"]:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a[href*="//"].hs-external-link,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link,.hb-dark-pattern .hs-external-link a[href*="//"],.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a[href*="//"].hs-external-link:hover,.hb-dark-pattern a[href*="//"].hs-external-link:focus,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus,.hb-dark-pattern .hs-external-link a[href*="//"]:hover,.hb-dark-pattern .hs-external-link a[href*="//"]:focus,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a[href*="//"].hs-external-link::after,.hs-external-link a[href*="//"]::after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23007c8f' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");display:inline-block;position:relative;background-position:center right;background-repeat:no-repeat;background-size:1.1rem;height:2rem;width:1.1rem;margin-bottom:-0.5rem;padding-left:1.5rem}.hc-pairing-ocean a[href*="//"].hs-external-link::after,.hc-pairing-ocean .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23007c8f' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain a[href*="//"].hs-external-link::after,.hc-pairing-mountain .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23148762' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal a[href*="//"].hs-external-link::after,.hc-pairing-cardinal .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23b1040e' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake a[href*="//"].hs-external-link::after,.hc-pairing-lake .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23616a5d' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon a[href*="//"].hs-external-link::after,.hc-pairing-canyon .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23007c92' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff a[href*="//"].hs-external-link::after,.hc-pairing-cliff .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%238c1515' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a[href*="//"].hs-external-link:hover::after,a[href*="//"].hs-external-link:focus::after,.hs-external-link a[href*="//"]:hover::after,.hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-ocean a[href*="//"].hs-external-link:hover::after,.hc-pairing-ocean a[href*="//"].hs-external-link:focus::after,.hc-pairing-ocean .hs-external-link a[href*="//"]:hover::after,.hc-pairing-ocean .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain a[href*="//"].hs-external-link:hover::after,.hc-pairing-mountain a[href*="//"].hs-external-link:focus::after,.hc-pairing-mountain .hs-external-link a[href*="//"]:hover::after,.hc-pairing-mountain .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23072e22' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal a[href*="//"].hs-external-link:hover::after,.hc-pairing-cardinal a[href*="//"].hs-external-link:focus::after,.hc-pairing-cardinal .hs-external-link a[href*="//"]:hover::after,.hc-pairing-cardinal .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake a[href*="//"].hs-external-link:hover::after,.hc-pairing-lake a[href*="//"].hs-external-link:focus::after,.hc-pairing-lake .hs-external-link a[href*="//"]:hover::after,.hc-pairing-lake .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23171916' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon a[href*="//"].hs-external-link:hover::after,.hc-pairing-canyon a[href*="//"].hs-external-link:focus::after,.hc-pairing-canyon .hs-external-link a[href*="//"]:hover::after,.hc-pairing-canyon .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000b0d' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff a[href*="//"].hs-external-link:hover::after,.hc-pairing-cliff a[href*="//"].hs-external-link:focus::after,.hc-pairing-cliff .hs-external-link a[href*="//"]:hover::after,.hc-pairing-cliff .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23090101' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hb-dark-pattern a[href*="//"].hs-external-link::after,.hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%2300d5f5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-ocean .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-ocean .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%2300d5f5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-mountain .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%2374fbc7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23cecfd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-lake .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23fdfcf2' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-canyon .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23ebebeb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-cliff .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23cecfd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-ocean .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-ocean .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-ocean .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-ocean .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-mountain .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-mountain .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-mountain .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-lake .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-lake .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-lake .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-canyon .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-canyon .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-canyon .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-cliff .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-cliff .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-cliff .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-private-link,.hs-private-link a,a.private-link,.private-link a{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;color:#148762;color:var(--palette--secondary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to left, #c2f7ff calc(100% - 18px) transparent calc(100% - 18px));background-image:linear-gradient(to left, var(--palette--tertiary-highlight) calc(100% - 18px), transparent calc(100% - 18px))}a.hs-private-link:hover,a.hs-private-link:focus,.hs-private-link a:hover,.hs-private-link a:focus,a.private-link:hover,a.private-link:focus,.private-link a:hover,.private-link a:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a.hs-private-link:hover,a.hs-private-link:focus,.hs-private-link a:hover,.hs-private-link a:focus,a.private-link:hover,a.private-link:focus,.private-link a:hover,.private-link a:focus{background-position-y:-50%}.hb-dark-pattern a.hs-private-link:hover,.hb-dark-inversion .views-element-container a.hs-private-link:hover,.hb-dark-pattern a.hs-private-link:focus,.hb-dark-inversion .views-element-container a.hs-private-link:focus,.hb-dark-pattern .hs-private-link a:hover,.hb-dark-inversion .views-element-container .hs-private-link a:hover,.hb-dark-pattern .hs-private-link a:focus,.hb-dark-inversion .views-element-container .hs-private-link a:focus,.hb-dark-pattern a.private-link:hover,.hb-dark-inversion .views-element-container a.private-link:hover,.hb-dark-pattern a.private-link:focus,.hb-dark-inversion .views-element-container a.private-link:focus,.hb-dark-pattern .private-link a:hover,.hb-dark-inversion .views-element-container .private-link a:hover,.hb-dark-pattern .private-link a:focus,.hb-dark-inversion .views-element-container .private-link a:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a.hs-private-link,.hb-local-footer .hs-private-link a,.hb-local-footer a.private-link,.hb-local-footer .private-link a{background-image:none}.hb-local-footer a.hs-private-link:hover,.hb-local-footer a.hs-private-link:focus,.hb-local-footer .hs-private-link a:hover,.hb-local-footer .hs-private-link a:focus,.hb-local-footer a.private-link:hover,.hb-local-footer a.private-link:focus,.hb-local-footer .private-link a:hover,.hb-local-footer .private-link a:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a.hs-private-link,.hb-dark-inversion .views-element-container a.hs-private-link,.hb-dark-pattern .hs-private-link a,.hb-dark-inversion .views-element-container .hs-private-link a,.hb-dark-pattern a.private-link,.hb-dark-inversion .views-element-container a.private-link,.hb-dark-pattern .private-link a,.hb-dark-inversion .views-element-container .private-link a{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-private-link:hover,.hb-dark-pattern a.hs-private-link:focus,.hb-dark-inversion .views-element-container a.hs-private-link:hover,.hb-dark-inversion .views-element-container a.hs-private-link:focus,.hb-dark-pattern .hs-private-link a:hover,.hb-dark-pattern .hs-private-link a:focus,.hb-dark-inversion .views-element-container .hs-private-link a:hover,.hb-dark-inversion .views-element-container .hs-private-link a:focus,.hb-dark-pattern a.private-link:hover,.hb-dark-pattern a.private-link:focus,.hb-dark-inversion .views-element-container a.private-link:hover,.hb-dark-inversion .views-element-container a.private-link:focus,.hb-dark-pattern .private-link a:hover,.hb-dark-pattern .private-link a:focus,.hb-dark-inversion .views-element-container .private-link a:hover,.hb-dark-inversion .views-element-container .private-link a:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hb-dark-pattern a.private-link:hover .fa-ext::after,.hb-dark-pattern a.private-link:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hb-dark-pattern .private-link a:hover .fa-ext::after,.hb-dark-pattern .private-link a:focus .fa-ext::after,.hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-private-link::before,.hs-private-link a::before,a.private-link::before,.private-link a::before{content:"";display:inline-block;height:1.6rem;width:1.6rem;margin-bottom:-0.2rem;margin-right:0.2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23148762' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover}.hc-pairing-ocean a.hs-private-link::before,.hc-pairing-ocean .hs-private-link a::before,.hc-pairing-ocean a.private-link::before,.hc-pairing-ocean .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23148762' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-mountain a.hs-private-link::before,.hc-pairing-mountain .hs-private-link a::before,.hc-pairing-mountain a.private-link::before,.hc-pairing-mountain .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-cardinal a.hs-private-link::before,.hc-pairing-cardinal .hs-private-link a::before,.hc-pairing-cardinal a.private-link::before,.hc-pairing-cardinal .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-lake a.hs-private-link::before,.hc-pairing-lake .hs-private-link a::before,.hc-pairing-lake a.private-link::before,.hc-pairing-lake .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-canyon a.hs-private-link::before,.hc-pairing-canyon .hs-private-link a::before,.hc-pairing-canyon a.private-link::before,.hc-pairing-canyon .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-cliff a.hs-private-link::before,.hc-pairing-cliff .hs-private-link a::before,.hc-pairing-cliff a.private-link::before,.hc-pairing-cliff .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}a.hs-private-link:hover::before,.hs-private-link a:hover::before,a.private-link:hover::before,.private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23002429' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-ocean a.hs-private-link:hover::before,.hc-pairing-ocean .hs-private-link a:hover::before,.hc-pairing-ocean a.private-link:hover::before,.hc-pairing-ocean .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23002429' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-mountain a.hs-private-link:hover::before,.hc-pairing-mountain .hs-private-link a:hover::before,.hc-pairing-mountain a.private-link:hover::before,.hc-pairing-mountain .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23072e22' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-cardinal a.hs-private-link:hover::before,.hc-pairing-cardinal .hs-private-link a:hover::before,.hc-pairing-cardinal a.private-link:hover::before,.hc-pairing-cardinal .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%234d0206' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-lake a.hs-private-link:hover::before,.hc-pairing-lake .hs-private-link a:hover::before,.hc-pairing-lake a.private-link:hover::before,.hc-pairing-lake .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23171916' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-canyon a.hs-private-link:hover::before,.hc-pairing-canyon .hs-private-link a:hover::before,.hc-pairing-canyon a.private-link:hover::before,.hc-pairing-canyon .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000b0d' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-cliff a.hs-private-link:hover::before,.hc-pairing-cliff .hs-private-link a:hover::before,.hc-pairing-cliff a.private-link:hover::before,.hc-pairing-cliff .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23090101' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hs-mailto-link a,a.hs-mailto-link{background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to right, #c2f7ff calc(100% - 22px) transparent calc(100% - 22px));background-image:linear-gradient(to right, var(--palette--tertiary-highlight) calc(100% - 22px), transparent calc(100% - 22px))}.hs-mailto-link a span.fa-mailto,a.hs-mailto-link span.fa-mailto{margin-left:0.4rem}.hs-mailto-link a span.fa-mailto span.fa-envelope,a.hs-mailto-link span.fa-mailto span.fa-envelope{color:#007c8f;color:var(--palette--tertiary)}.hs-mailto-link a:hover span.fa-mailto span.fa-envelope,.hs-mailto-link a:focus span.fa-mailto span.fa-envelope,a.hs-mailto-link:hover span.fa-mailto span.fa-envelope,a.hs-mailto-link:focus span.fa-mailto span.fa-envelope{color:#002429;color:var(--palette--tertiary-darken-20)}.hs-mailto-link a .fa-mailto,a.hs-mailto-link .fa-mailto{display:initial}a.hs-more-link,button.hs-more-link,.hs-more-link a,.hs-more-link button{margin-bottom:2rem;font-size:1.8rem;text-decoration:none;border:none;background:none;padding:0;color:#148762;color:var(--palette--secondary);font-weight:700}a.hs-more-link::after,button.hs-more-link::after,.hs-more-link a::after,.hs-more-link button::after{content:"";display:inline-block;background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 150ms ease-in-out;will-change:contents}.hc-pairing-ocean a.hs-more-link::after,.hc-pairing-ocean button.hs-more-link::after,.hc-pairing-ocean .hs-more-link a::after,.hc-pairing-ocean .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain a.hs-more-link::after,.hc-pairing-mountain button.hs-more-link::after,.hc-pairing-mountain .hs-more-link a::after,.hc-pairing-mountain .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal a.hs-more-link::after,.hc-pairing-cardinal button.hs-more-link::after,.hc-pairing-cardinal .hs-more-link a::after,.hc-pairing-cardinal .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake a.hs-more-link::after,.hc-pairing-lake button.hs-more-link::after,.hc-pairing-lake .hs-more-link a::after,.hc-pairing-lake .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon a.hs-more-link::after,.hc-pairing-canyon button.hs-more-link::after,.hc-pairing-canyon .hs-more-link a::after,.hc-pairing-canyon .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff a.hs-more-link::after,.hc-pairing-cliff button.hs-more-link::after,.hc-pairing-cliff .hs-more-link a::after,.hc-pairing-cliff .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}a.hs-more-link:hover,a.hs-more-link:focus,button.hs-more-link:hover,button.hs-more-link:focus,.hs-more-link a:hover,.hs-more-link a:focus,.hs-more-link button:hover,.hs-more-link button:focus{color:#0c523b;color:var(--palette--secondary-darken-12);background-image:none;background-color:rgba(0,0,0,0)}a.hs-more-link:hover::after,a.hs-more-link:focus::after,button.hs-more-link:hover::after,button.hs-more-link:focus::after,.hs-more-link a:hover::after,.hs-more-link a:focus::after,.hs-more-link button:hover::after,.hs-more-link button:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.hc-pairing-ocean a.hs-more-link:hover::after,.hc-pairing-ocean a.hs-more-link:focus::after,.hc-pairing-ocean button.hs-more-link:hover::after,.hc-pairing-ocean button.hs-more-link:focus::after,.hc-pairing-ocean .hs-more-link a:hover::after,.hc-pairing-ocean .hs-more-link a:focus::after,.hc-pairing-ocean .hs-more-link button:hover::after,.hc-pairing-ocean .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain a.hs-more-link:hover::after,.hc-pairing-mountain a.hs-more-link:focus::after,.hc-pairing-mountain button.hs-more-link:hover::after,.hc-pairing-mountain button.hs-more-link:focus::after,.hc-pairing-mountain .hs-more-link a:hover::after,.hc-pairing-mountain .hs-more-link a:focus::after,.hc-pairing-mountain .hs-more-link button:hover::after,.hc-pairing-mountain .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23003851' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal a.hs-more-link:hover::after,.hc-pairing-cardinal a.hs-more-link:focus::after,.hc-pairing-cardinal button.hs-more-link:hover::after,.hc-pairing-cardinal button.hs-more-link:focus::after,.hc-pairing-cardinal .hs-more-link a:hover::after,.hc-pairing-cardinal .hs-more-link a:focus::after,.hc-pairing-cardinal .hs-more-link button:hover::after,.hc-pairing-cardinal .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23570d0d' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake a.hs-more-link:hover::after,.hc-pairing-lake a.hs-more-link:focus::after,.hc-pairing-lake button.hs-more-link:hover::after,.hc-pairing-lake button.hs-more-link:focus::after,.hc-pairing-lake .hs-more-link a:hover::after,.hc-pairing-lake .hs-more-link a:focus::after,.hc-pairing-lake .hs-more-link button:hover::after,.hc-pairing-lake .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon a.hs-more-link:hover::after,.hc-pairing-canyon a.hs-more-link:focus::after,.hc-pairing-canyon button.hs-more-link:hover::after,.hc-pairing-canyon button.hs-more-link:focus::after,.hc-pairing-canyon .hs-more-link a:hover::after,.hc-pairing-canyon .hs-more-link a:focus::after,.hc-pairing-canyon .hs-more-link button:hover::after,.hc-pairing-canyon .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%232c0606' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff a.hs-more-link:hover::after,.hc-pairing-cliff a.hs-more-link:focus::after,.hc-pairing-cliff button.hs-more-link:hover::after,.hc-pairing-cliff button.hs-more-link:focus::after,.hc-pairing-cliff .hs-more-link a:hover::after,.hc-pairing-cliff .hs-more-link a:focus::after,.hc-pairing-cliff .hs-more-link button:hover::after,.hc-pairing-cliff .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}a.hs-more-link::after,button.hs-more-link::after,.hs-more-link a::after,.hs-more-link button::after{height:1.9rem;width:1.9rem;margin-bottom:-0.4rem}.hb-dark-pattern a.hs-more-link,.hb-dark-inversion .views-element-container a.hs-more-link,.hb-dark-pattern button.hs-more-link,.hb-dark-inversion .views-element-container button.hs-more-link,.hb-dark-pattern .hs-more-link a,.hb-dark-inversion .views-element-container .hs-more-link a,.hb-dark-pattern .hs-more-link button,.hb-dark-inversion .views-element-container .hs-more-link button{color:#00d5f5;color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-more-link::after,.hb-dark-inversion .views-element-container a.hs-more-link::after,.hb-dark-pattern button.hs-more-link::after,.hb-dark-inversion .views-element-container button.hs-more-link::after,.hb-dark-pattern .hs-more-link a::after,.hb-dark-inversion .views-element-container .hs-more-link a::after,.hb-dark-pattern .hs-more-link button::after,.hb-dark-inversion .views-element-container .hs-more-link button::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300d5f5' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern a.hs-more-link::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-ocean .hb-dark-pattern button.hs-more-link::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link a::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link button::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300d5f5' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-more-link::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-mountain .hb-dark-pattern button.hs-more-link::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link a::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link button::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2374fbc7' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-more-link::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-cardinal .hb-dark-pattern button.hs-more-link::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link a::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link button::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23cecfd1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-more-link::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-lake .hb-dark-pattern button.hs-more-link::after,.hc-pairing-lake .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link a::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link button::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23fdfcf2' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-more-link::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-canyon .hb-dark-pattern button.hs-more-link::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link a::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link button::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ebebeb' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-more-link::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-cliff .hb-dark-pattern button.hs-more-link::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link a::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link button::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23cecfd1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-dark-pattern a.hs-more-link:hover,.hb-dark-pattern a.hs-more-link:focus,.hb-dark-inversion .views-element-container a.hs-more-link:hover,.hb-dark-inversion .views-element-container a.hs-more-link:focus,.hb-dark-pattern button.hs-more-link:hover,.hb-dark-pattern button.hs-more-link:focus,.hb-dark-inversion .views-element-container button.hs-more-link:hover,.hb-dark-inversion .views-element-container button.hs-more-link:focus,.hb-dark-pattern .hs-more-link a:hover,.hb-dark-pattern .hs-more-link a:focus,.hb-dark-inversion .views-element-container .hs-more-link a:hover,.hb-dark-inversion .views-element-container .hs-more-link a:focus,.hb-dark-pattern .hs-more-link button:hover,.hb-dark-pattern .hs-more-link button:focus,.hb-dark-inversion .views-element-container .hs-more-link button:hover,.hb-dark-inversion .views-element-container .hs-more-link button:focus{color:#e4f4ee;color:var(--palette--secondary-highlight)}.hb-dark-pattern a.hs-more-link:hover::after,.hb-dark-pattern a.hs-more-link:focus::after,.hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hb-dark-pattern button.hs-more-link:hover::after,.hb-dark-pattern button.hs-more-link:focus::after,.hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hb-dark-pattern .hs-more-link a:hover::after,.hb-dark-pattern .hs-more-link a:focus::after,.hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hb-dark-pattern .hs-more-link button:hover::after,.hb-dark-pattern .hs-more-link button:focus::after,.hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e4f4ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-ocean .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-ocean .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-ocean .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e4f4ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-mountain .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-mountain .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-mountain .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23d5effe' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-cardinal .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-cardinal .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-lake .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-lake .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-lake .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ece8e1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-canyon .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-canyon .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-canyon .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-cliff .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-cliff .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-cliff .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}a.hs-pdf-link{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;color:#148762;color:var(--palette--secondary)}a.hs-pdf-link:hover,a.hs-pdf-link:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a.hs-pdf-link:hover,a.hs-pdf-link:focus{background-position-y:-50%}.hb-dark-pattern a.hs-pdf-link:hover,.hb-dark-inversion .views-element-container a.hs-pdf-link:hover,.hb-dark-pattern a.hs-pdf-link:focus,.hb-dark-inversion .views-element-container a.hs-pdf-link:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a.hs-pdf-link{background-image:none}.hb-local-footer a.hs-pdf-link:hover,.hb-local-footer a.hs-pdf-link:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a.hs-pdf-link,.hb-dark-inversion .views-element-container a.hs-pdf-link{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-pdf-link:hover,.hb-dark-pattern a.hs-pdf-link:focus,.hb-dark-inversion .views-element-container a.hs-pdf-link:hover,.hb-dark-inversion .views-element-container a.hs-pdf-link:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-pdf-link::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;margin-right:0.5rem}.hb-dark-pattern a.hs-pdf-link::before{color:var(--palette--secondary-highlight)}a.hs-pdf-link:hover,a.hs-pdf-link:focus{background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to left, #c2f7ff calc(100% - 0.9em) transparent calc(100% - 0.9em));background-image:linear-gradient(to left, var(--palette--tertiary-highlight) calc(100% - 0.9em), transparent calc(100% - 0.9em))}a.hs-pdf-link--outline{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;color:#148762;color:var(--palette--secondary)}a.hs-pdf-link--outline:hover,a.hs-pdf-link--outline:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a.hs-pdf-link--outline:hover,a.hs-pdf-link--outline:focus{background-position-y:-50%}.hb-dark-pattern a.hs-pdf-link--outline:hover,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover,.hb-dark-pattern a.hs-pdf-link--outline:focus,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a.hs-pdf-link--outline{background-image:none}.hb-local-footer a.hs-pdf-link--outline:hover,.hb-local-footer a.hs-pdf-link--outline:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a.hs-pdf-link--outline,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-pdf-link--outline:hover,.hb-dark-pattern a.hs-pdf-link--outline:focus,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-pdf-link--outline::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;margin-right:0.5rem}.hb-dark-pattern a.hs-pdf-link--outline::before{color:var(--palette--secondary-highlight)}a.hs-pdf-link--outline:hover,a.hs-pdf-link--outline:focus{background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to left, #c2f7ff calc(100% - 0.9em) transparent calc(100% - 0.9em));background-image:linear-gradient(to left, var(--palette--tertiary-highlight) calc(100% - 0.9em), transparent calc(100% - 0.9em))}a.hs-pdf-link--outline::before{font-weight:400}a.hs-file-link{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;color:#148762;color:var(--palette--secondary)}a.hs-file-link:hover,a.hs-file-link:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a.hs-file-link:hover,a.hs-file-link:focus{background-position-y:-50%}.hb-dark-pattern a.hs-file-link:hover,.hb-dark-inversion .views-element-container a.hs-file-link:hover,.hb-dark-pattern a.hs-file-link:focus,.hb-dark-inversion .views-element-container a.hs-file-link:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a.hs-file-link{background-image:none}.hb-local-footer a.hs-file-link:hover,.hb-local-footer a.hs-file-link:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a.hs-file-link,.hb-dark-inversion .views-element-container a.hs-file-link{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-file-link:hover,.hb-dark-pattern a.hs-file-link:focus,.hb-dark-inversion .views-element-container a.hs-file-link:hover,.hb-dark-inversion .views-element-container a.hs-file-link:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-file-link::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;margin-right:0.5rem}.hb-dark-pattern a.hs-file-link::before{color:var(--palette--secondary-highlight)}a.hs-file-link:hover,a.hs-file-link:focus{background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to left, #c2f7ff calc(100% - 0.9em) transparent calc(100% - 0.9em));background-image:linear-gradient(to left, var(--palette--tertiary-highlight) calc(100% - 0.9em), transparent calc(100% - 0.9em))}a.hs-file-link--outline{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;color:#148762;color:var(--palette--secondary)}a.hs-file-link--outline:hover,a.hs-file-link--outline:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a.hs-file-link--outline:hover,a.hs-file-link--outline:focus{background-position-y:-50%}.hb-dark-pattern a.hs-file-link--outline:hover,.hb-dark-inversion .views-element-container a.hs-file-link--outline:hover,.hb-dark-pattern a.hs-file-link--outline:focus,.hb-dark-inversion .views-element-container a.hs-file-link--outline:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a.hs-file-link--outline{background-image:none}.hb-local-footer a.hs-file-link--outline:hover,.hb-local-footer a.hs-file-link--outline:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a.hs-file-link--outline,.hb-dark-inversion .views-element-container a.hs-file-link--outline{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-file-link--outline:hover,.hb-dark-pattern a.hs-file-link--outline:focus,.hb-dark-inversion .views-element-container a.hs-file-link--outline:hover,.hb-dark-inversion .views-element-container a.hs-file-link--outline:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-file-link--outline::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;margin-right:0.5rem}.hb-dark-pattern a.hs-file-link--outline::before{color:var(--palette--secondary-highlight)}a.hs-file-link--outline:hover,a.hs-file-link--outline:focus{background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to left, #c2f7ff calc(100% - 0.9em) transparent calc(100% - 0.9em));background-image:linear-gradient(to left, var(--palette--tertiary-highlight) calc(100% - 0.9em), transparent calc(100% - 0.9em))}a.hs-file-link--outline::before{font-weight:400}.hb-position-relative{position:relative}.hb-columns{display:flex;flex-wrap:wrap}.hb-columns>div{width:50%;padding-right:1.1rem}.hb-inline,.hb-inline-pipe{margin-bottom:2rem}@media(min-width: 576px){.hb-inline,.hb-inline-pipe{display:flex;flex-wrap:wrap}}.hb-inline>div,.hb-inline-pipe>div{margin-bottom:1.6rem;padding-right:2rem}.hb-inline-pipe>div{padding-right:0}@media(min-width: 576px){.hb-inline-pipe>div{display:flex}}@media(min-width: 576px){.hb-inline-pipe>div::after{margin:0 1rem;content:"|";color:#413e39}}.hb-inline-pipe>div:last-child{margin-bottom:2rem}@media(min-width: 576px){.hb-inline-pipe>div:last-child{margin-bottom:initial}}.hb-inline-pipe>div:last-child::after{content:""}.hs-well,.hb-well,.pullquote{background-color:#f1f0ee;padding:2rem 1.8rem;border:0 none}.hb-dark-pattern .hs-well,.hb-dark-inversion .views-element-container .hs-well,.hb-dark-pattern .hb-well,.hb-dark-inversion .views-element-container .hb-well,.hb-dark-pattern .pullquote,.hb-dark-inversion .views-element-container .pullquote{color:#000}.hb-three-column__sidebar-1 .hs-well,.hb-three-column__sidebar-2 .hs-well,.hb-three-column__sidebar-1 .hb-well,.hb-three-column__sidebar-2 .hb-well,.hb-three-column__sidebar-1 .pullquote,.hb-three-column__sidebar-2 .pullquote{position:relative;z-index:1}.hb-divider{width:100%;border-bottom:1px solid;border-color:#b6b1a9}.hb-borderless{border:0 none;padding:0}.hb-views-divider .views-row:not(:last-of-type){width:100%;border-bottom:1px solid;border-color:#b6b1a9;padding-bottom:4.8rem}@media(min-width: 768px){.hb-three-column-w-image .hb-main-body-detail-image{float:right;margin:0 0 2.8rem 2.8rem}.hb-three-column-w-image .hb-main-body-detail-image::after{clear:both;content:"";display:table}}.hb-heading-link-color:is(h1,h2,h3,h4,h5,h6,span) a:not([class]),.hb-heading-link-color .hb-card__title a{color:#007c8f;color:var(--palette--tertiary);border-bottom-color:inherit}.hb-heading-link-color:is(h1,h2,h3,h4,h5,h6,span) a:not([class]):hover,.hb-heading-link-color:is(h1,h2,h3,h4,h5,h6,span) a:not([class]):focus,.hb-heading-link-color .hb-card__title a:hover,.hb-heading-link-color .hb-card__title a:focus{color:#002429;color:var(--palette--tertiary-darken-20)}.hb-carousel-reset-height .paragraph--type--hs-carousel .hb-hero-overlay__text{min-height:initial !important}.hb-accordion-toggle-all{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms;cursor:pointer;float:right;margin-bottom:1.6rem}.hb-accordion-toggle-all:hover,.hb-accordion-toggle-all:focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}.hb-accordion-toggle-all:hover,.hb-accordion-toggle-all:focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}.hb-accordion-toggle-all:hover,.hb-accordion-toggle-all:focus{color:#000}.hb-dark-pattern .hb-accordion-toggle-all:hover,.hb-dark-inversion .views-element-container .hb-accordion-toggle-all:hover,.hb-dark-pattern .hb-accordion-toggle-all:focus,.hb-dark-inversion .views-element-container .hb-accordion-toggle-all:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-timeline-checklist .hb-timeline-item__heading::before{border-radius:initial}.hb-timeline-checklist .ptype-hs-timeline-item:last-of-type .hb-timeline-item[open]::after,.hb-timeline-checklist .views-view-pattern .hb-timeline-item:last-of-type .hb-timeline-item[open]::after{border-radius:initial}.hb-timeline-border .ptype-hs-timeline-item:last-of-type,.hb-timeline-border .views-view-pattern .hb-timeline-item:last-of-type{padding-bottom:2.8rem;border-bottom:1px solid #000}.hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary){border-color:#00505c;border-color:var(--palette--primary);color:#000;border-width:0.2rem;background-color:rgba(0,0,0,0)}.hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E");background-size:1.8rem;transition:transform 150ms ease-in-out}.hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover{color:#148762;color:var(--palette--secondary)}.hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23148762' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.hc-pairing-ocean .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23148762' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-mountain .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%2300638e' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%238c1515' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-lake .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%233f3c30' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-canyon .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%238c1515' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-cliff .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%2300505c' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hb-accordion-secondary .ptype-hs-accordion details[open]{border-color:#00505c;border-color:var(--palette--primary);border-width:0.2rem;border-bottom:none}.hb-accordion-secondary .ptype-hs-accordion details[open] summary:not(.hb-timeline-item__summary){background:rgba(0,0,0,0);border-bottom:none}.hb-accordion-secondary .ptype-hs-accordion details[open] summary:not(.hb-timeline-item__summary)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.hb-accordion-secondary .ptype-hs-accordion details[open] .revealed-details{border-color:#00505c;border-color:var(--palette--primary);border-width:0.2rem;border-top:none}.hb-single-category.label-hidden{font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-single-category.label-hidden::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-single-category.label-hidden::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-single-category.label-hidden,.hb-dark-inversion .views-element-container .hb-single-category.label-hidden{color:#fff}.hb-single-category.entity-reference div:not([class]){font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-single-category.entity-reference div:not([class])::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-single-category.entity-reference div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-single-category.entity-reference div:not([class]),.hb-dark-inversion .views-element-container .hb-single-category.entity-reference div:not([class]){color:#fff}.hb-single-category a{text-decoration:none;border-bottom:1px solid;border-color:rgba(0,0,0,0);transition:border-color 150ms ease-in-out;background-image:none;line-height:134%;color:#000}.hb-single-category a:hover,.hb-single-category a:focus{border-color:#000}.hb-dark-pattern .hb-single-category a,.hb-dark-inversion .views-element-container .hb-single-category a{color:#fff;border-color:rgba(0,0,0,0)}.hb-single-category a:hover,.hb-single-category a:focus{color:#000}.views-row .hb-single-category{font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.views-row .hb-single-category::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.views-row .hb-single-category::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .views-row .hb-single-category,.hb-dark-inversion .views-element-container .views-row .hb-single-category{color:#fff}.views-row .hb-single-category.entity-reference div:not([class]){font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.views-row .hb-single-category.entity-reference div:not([class])::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.views-row .hb-single-category.entity-reference div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .views-row .hb-single-category.entity-reference div:not([class]),.hb-dark-inversion .views-element-container .views-row .hb-single-category.entity-reference div:not([class]){color:#fff}.views-row .hb-single-category a{text-decoration:none;border-bottom:1px solid;border-color:rgba(0,0,0,0);transition:border-color 150ms ease-in-out;background-image:none;line-height:134%;color:#000}.views-row .hb-single-category a:hover,.views-row .hb-single-category a:focus{border-color:#000}.hb-dark-pattern .views-row .hb-single-category a,.hb-dark-inversion .views-element-container .views-row .hb-single-category a{color:#fff;border-color:rgba(0,0,0,0)}.views-row .hb-single-category a:hover,.views-row .hb-single-category a:focus{color:#000}.hb-categories.entity-reference div div:not([class]){font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-categories.entity-reference div div:not([class])::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-categories.entity-reference div div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-categories.entity-reference div div:not([class]),.hb-dark-inversion .views-element-container .hb-categories.entity-reference div div:not([class]){color:#fff}.hb-categories.string div div{font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-categories.string div div::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-categories.string div div::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-categories.string div div,.hb-dark-inversion .views-element-container .hb-categories.string div div{color:#fff}.hb-categories.label-hidden>div:not([class]){font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-categories.label-hidden>div:not([class])::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-categories.label-hidden>div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-categories.label-hidden>div:not([class]),.hb-dark-inversion .views-element-container .hb-categories.label-hidden>div:not([class]){color:#fff}.hb-categories ol,.hb-categories ul{list-style-type:none;padding:0;margin:0 0 1rem}.hb-categories ol li,.hb-categories ul li{font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-categories ol li::before,.hb-categories ul li::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-categories ol li::before,.hb-categories ul li::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-categories ol li,.hb-dark-inversion .views-element-container .hb-categories ol li,.hb-dark-pattern .hb-categories ul li,.hb-dark-inversion .views-element-container .hb-categories ul li{color:#fff}.hb-categories a{text-decoration:none;border-bottom:1px solid;border-color:rgba(0,0,0,0);transition:border-color 150ms ease-in-out;background-image:none;line-height:134%;color:#000}.hb-categories a:hover,.hb-categories a:focus{border-color:#000}.hb-dark-pattern .hb-categories a,.hb-dark-inversion .views-element-container .hb-categories a{color:#fff;border-color:rgba(0,0,0,0)}.hb-categories a:hover,.hb-categories a:focus{color:#000}.hb-pill-link-list ol,.hb-pill-link-list ul,.hb-pill-list ol,.hb-pill-list ul{padding:0;margin:0}.hb-pill-link-list li:nth-child(n),.hb-pill-list li:nth-child(n){display:inline-block;margin-right:0.8rem;margin-bottom:0.8rem;padding-left:0}.hb-pill-link-list li:nth-child(n)::before,.hb-pill-list li:nth-child(n)::before{display:none}.hb-pill-link-list div:not([class])>div:not([class]),.hb-pill-list div:not([class])>div:not([class]){display:inline-block;margin-right:0.8rem;margin-bottom:0.8rem}.hb-pill-link-list.label-hidden>div:not([class]),.hb-pill-list.label-hidden>div:not([class]){display:inline-block;margin-right:0.8rem;margin-bottom:0.8rem}.hb-pill-link-list a{display:inline-block;font-size:1.4rem;text-decoration:none;transition:background-color 150ms ease-in-out;margin-bottom:0.5rem;background-color:#8ff0ff;background-color:var(--palette--tertiary-highlight-darken-10);color:#413e39;padding:0.1rem 1.2rem;border-radius:1.3rem;border:2px solid rgba(0,0,0,0);background-image:none;background-image:none !important;color:inherit !important}.hb-dark-pattern .hb-pill-link-list a,.hb-dark-inversion .views-element-container .hb-pill-link-list a{color:#413e39 !important}.hb-pill-link-list a .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000000' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hb-dark-pattern .hb-pill-link-list a,.hb-dark-inversion .views-element-container .hb-pill-link-list a{border-color:rgba(0,0,0,0)}.hb-pill-link-list a:focus,.hb-pill-link-list a:hover{border-color:#8ff0ff;border-color:var(--palette--tertiary-highlight-darken-10);background-color:#fff}.hb-dark-pattern .hb-pill-link-list a:focus,.hb-dark-inversion .views-element-container .hb-pill-link-list a:focus,.hb-dark-pattern .hb-pill-link-list a:hover,.hb-dark-inversion .views-element-container .hb-pill-link-list a:hover{border-color:rgba(0,0,0,0)}.hb-pill-link-list a .fa-ext::after{height:1.1rem;margin-bottom:0}.hb-pill-list div:not([class])>div:not([class]),.hb-pill-list.label-hidden>div:not([class]),.hb-pill-list li:nth-child(n){display:inline-block;font-size:1.4rem;text-decoration:none;transition:background-color 150ms ease-in-out;margin-bottom:0.5rem;background-color:#8ff0ff;background-color:var(--palette--tertiary-highlight-darken-10);color:#413e39;padding:0.1rem 1.2rem;border-radius:1.3rem;border:2px solid rgba(0,0,0,0)}.hb-dark-pattern .hb-pill-list div:not([class])>div:not([class]),.hb-dark-inversion .views-element-container .hb-pill-list div:not([class])>div:not([class]),.hb-dark-pattern .hb-pill-list.label-hidden>div:not([class]),.hb-dark-inversion .views-element-container .hb-pill-list.label-hidden>div:not([class]),.hb-dark-pattern .hb-pill-list li:nth-child(n),.hb-dark-inversion .views-element-container .hb-pill-list li:nth-child(n){color:#413e39 !important}.hb-list-reset ul:not([class]){list-style-type:disc}.hb-list-reset ul:not([class]) ul{list-style-type:circle}.hb-list-reset ul:not([class]) ul ul{list-style-type:square}.hb-list-reset ul:not([class]) li{overflow:visible;padding-left:0}.hb-list-reset ul:not([class]) li::before{content:none}.hb-list-reset ol:not([class]){list-style-type:decimal;padding-left:revert}.hb-list-reset ol:not([class]) li{overflow:visible;padding-left:0}.hb-list-reset ol:not([class]) li::before{content:none}.hb-card-image-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}@media(min-width: 768px){.hb-card-image-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}.hb-card-image-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}@media(min-width: 768px){.hb-card-image-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}.hb-card-image-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}@media(min-width: 768px){.hb-card-image-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}.hb-card-image-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}@media(min-width: 768px){.hb-card-image-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}.hb-card-image-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}@media(min-width: 768px){.hb-card-image-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}.hb-card-image-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}@media(min-width: 768px){.hb-card-image-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}.hb-card-image-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}@media(min-width: 768px){.hb-card-image-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}.hb-card-image-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}@media(min-width: 768px){.hb-card-image-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}.hb-card-image-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}@media(min-width: 768px){.hb-card-image-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}.hb-card-image-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}@media(min-width: 768px){.hb-card-image-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}.hb-card-image-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}@media(min-width: 768px){.hb-card-image-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}.hb-card-image-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}@media(min-width: 768px){.hb-card-image-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}.hb-card-image-xs-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}@media(min-width: 768px){.hb-card-image-xs-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}.hb-card-image-xs-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}@media(min-width: 768px){.hb-card-image-xs-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}.hb-card-image-xs-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}@media(min-width: 768px){.hb-card-image-xs-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}.hb-card-image-xs-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}@media(min-width: 768px){.hb-card-image-xs-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}.hb-card-image-xs-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}@media(min-width: 768px){.hb-card-image-xs-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}.hb-card-image-xs-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}@media(min-width: 768px){.hb-card-image-xs-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}.hb-card-image-xs-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}@media(min-width: 768px){.hb-card-image-xs-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}.hb-card-image-xs-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}@media(min-width: 768px){.hb-card-image-xs-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}.hb-card-image-xs-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}@media(min-width: 768px){.hb-card-image-xs-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}.hb-card-image-xs-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}@media(min-width: 768px){.hb-card-image-xs-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}.hb-card-image-xs-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}@media(min-width: 768px){.hb-card-image-xs-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}.hb-card-image-xs-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}@media(min-width: 768px){.hb-card-image-xs-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}@media(min-width: 576px){.hb-card-image-sm-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 576px){.hb-card-image-sm-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 576px){.hb-card-image-sm-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 576px){.hb-card-image-sm-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 576px){.hb-card-image-sm-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 576px){.hb-card-image-sm-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 576px){.hb-card-image-sm-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 576px){.hb-card-image-sm-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 576px){.hb-card-image-sm-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 576px){.hb-card-image-sm-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 576px){.hb-card-image-sm-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 576px){.hb-card-image-sm-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}@media(min-width: 768px){.hb-card-image-md-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 768px){.hb-card-image-md-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 768px){.hb-card-image-md-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 768px){.hb-card-image-md-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 768px){.hb-card-image-md-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 768px){.hb-card-image-md-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 768px){.hb-card-image-md-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 768px){.hb-card-image-md-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 768px){.hb-card-image-md-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 768px){.hb-card-image-md-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 768px){.hb-card-image-md-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 768px){.hb-card-image-md-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}@media(min-width: 992px){.hb-card-image-lg-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 992px){.hb-card-image-lg-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 992px){.hb-card-image-lg-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 992px){.hb-card-image-lg-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 992px){.hb-card-image-lg-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 992px){.hb-card-image-lg-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 992px){.hb-card-image-lg-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 992px){.hb-card-image-lg-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 992px){.hb-card-image-lg-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 992px){.hb-card-image-lg-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 992px){.hb-card-image-lg-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 992px){.hb-card-image-lg-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}@media(min-width: 1200px){.hb-card-image-xl-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 1200px){.hb-card-image-xl-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 1200px){.hb-card-image-xl-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 1200px){.hb-card-image-xl-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 1200px){.hb-card-image-xl-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 1200px){.hb-card-image-xl-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 1200px){.hb-card-image-xl-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 1200px){.hb-card-image-xl-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 1200px){.hb-card-image-xl-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 1200px){.hb-card-image-xl-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 1200px){.hb-card-image-xl-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 1200px){.hb-card-image-xl-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}@media(min-width: 1500px){.hb-card-image-2xl-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 1500px){.hb-card-image-2xl-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 1500px){.hb-card-image-2xl-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 1500px){.hb-card-image-2xl-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 1500px){.hb-card-image-2xl-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 1500px){.hb-card-image-2xl-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 1500px){.hb-card-image-2xl-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 1500px){.hb-card-image-2xl-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 1500px){.hb-card-image-2xl-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 1500px){.hb-card-image-2xl-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 1500px){.hb-card-image-2xl-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 1500px){.hb-card-image-2xl-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}.hb-raised-cards--uniform-height .hs-paragraph-style .ptype-hs-postcard,.hb-raised-cards--uniform-height .field-hs-row-components .ptype-hs-postcard,.hb-raised-cards--uniform-height .hs-paragraph-style .hb-grid__item,.hb-raised-cards--uniform-height .field-hs-row-components .hb-grid__item,.hb-raised-cards--uniform-height .hb-grid .hb-grid__item,.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-postcard{display:flex}.hb-raised-cards--uniform-height .hs-paragraph-style .ptype-hs-postcard div:only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-row-components .ptype-hs-postcard div:only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .hs-paragraph-style .hb-grid__item div:only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-row-components .hb-grid__item div:only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .hb-grid .hb-grid__item div:only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-postcard div:only-child:not(.hb-card__date-tile,.hb-pill){width:100%}.hb-raised-cards--uniform-height .hs-paragraph-style .paragraph-item .hb-card,.hb-raised-cards--uniform-height .field-hs-row-components .paragraph-item .hb-card,.hb-raised-cards--uniform-height .hs-paragraph-style .paragraph-item .hb-vertical-linked-card,.hb-raised-cards--uniform-height .field-hs-row-components .paragraph-item .hb-vertical-linked-card,.hb-raised-cards--uniform-height .field-hs-collection-items .paragraph-item .hb-vertical-linked-card,.hb-raised-cards--uniform-height .field-hs-collection-items .paragraph-item .hb-card,.hb-raised-cards--uniform-height .hb-timeline,.hb-raised-cards--uniform-height .hb-timeline .hb-timelime__wrapper{height:100%}.hb-raised-cards--uniform-height .field-hs-row-components .ptype-hs-testimonial div:not([class]):only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-row-components .ptype-hs-testimonial div.contextual-region,.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-testimonial div:not([class]):only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-testimonial div.contextual-region,.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-timeline div:not([class]):only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-timeline div.contextual-region{height:100%}.hb-raised-cards--uniform-height .field-hs-row-components .paragraph-item .hb-testimonial,.hb-raised-cards--uniform-height .field-hs-collection-items .paragraph-item .hb-testimonial{display:flex;height:inherit}.hb-raised-cards--uniform-height .field-hs-row-components .paragraph-item .hb-testimonial__wrapper,.hb-raised-cards--uniform-height .field-hs-collection-items .paragraph-item .hb-testimonial__wrapper{width:100%}.hb-raised-cards .hb-card{background-color:#fff;flex-grow:1;box-shadow:0.1rem 0.75rem 3.5rem rgba(0,0,0,.12)}@supports((-o-object-fit: cover) or (object-fit: cover)){.hb-raised-cards .hb-card{align-items:stretch}.hb-raised-cards .hb-card__graphics{margin:0}.hb-raised-cards .hb-card__graphics img{height:100%;-o-object-fit:cover;object-fit:cover}.hb-raised-cards .hb-card__img{height:100%}.hb-raised-cards .hb-card.hb-card--horizontal .hb-card__img *:not(.field-media-image-caption){height:100%}.hb-raised-cards .hb-card.hb-card--horizontal .hb-caption-credit-image>[data-once=contextual-render]{position:absolute}}.hb-raised-cards .hb-card__content{padding:2.4rem}.hb-raised-cards .hb-card.hb-card--horizontal-date-stacked.hb-card--no-image .hb-card__graphics--has-date .hb-card__date-tile{top:2.2rem;left:-1.4rem}.hb-raised-cards .hb-card.hb-card--horizontal-date-stacked.hb-card--no-image .hb-card__graphics--has-date+.hb-card__content{padding-left:0}.hb-raised-cards .hb-card.hb-card--date-stacked.hb-card--no-image .hb-card__date-tile{top:2.2rem;left:-1.4rem}.hb-raised-cards .hb-card__title:only-child{margin:0}.hb-raised-cards .hb-testimonial,.hb-raised-cards .hb-timelime__wrapper{background-color:#fff;box-shadow:0.1rem 0.75rem 3.5rem rgba(0,0,0,.12);padding:3.2rem 2.4rem;margin-top:0}.hb-raised-cards .hs-paragraph-style--well .hb-testimonial__wrapper::before,.hb-raised-cards .hs-paragraph-style--well-full-width .hb-testimonial__wrapper::before{background-color:#fff}.hb-raised-cards .hb-dark-pattern .hb-card,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card{color:#000}.hb-raised-cards .hb-dark-pattern .hb-card .field-content,.hb-raised-cards .hb-dark-pattern .hb-card .views-label,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card .field-content,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card .views-label{color:#000}.hb-raised-cards .hb-dark-pattern .hb-card a,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card a{color:#007c8f;color:var(--palette--tertiary)}.hb-raised-cards .hb-dark-pattern .hb-card a:hover,.hb-raised-cards .hb-dark-pattern .hb-card a:focus,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card a:hover,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card a:focus{color:#002429;color:var(--palette--tertiary-darken-20)}.hb-raised-cards .hb-dark-pattern .hb-card__date-tile .field-content,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__date-tile .field-content{color:#fff}.hb-raised-cards .hb-dark-pattern .hb-card__title a,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__title a{border-bottom-color:#007c8f;border-bottom-color:var(--palette--tertiary)}.hb-raised-cards .hb-dark-pattern .hb-card__title a:hover,.hb-raised-cards .hb-dark-pattern .hb-card__title a:focus,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__title a:hover,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__title a:focus{border-bottom-color:#002429 !important;border-bottom-color:var(--palette--tertiary-darken-20) !important}.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a{color:rgba(0,0,0,0)}.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover,.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:focus{color:rgba(0,0,0,0)}.hb-table-col-1-of-12{width:8.3333333333%}.hb-table-col-2-of-12{width:16.6666666667%}.hb-table-col-3-of-12{width:25%}.hb-table-col-4-of-12{width:33.3333333333%}.hb-table-col-5-of-12{width:41.6666666667%}.hb-table-col-6-of-12{width:50%}.hb-table-col-7-of-12{width:58.3333333333%}.hb-table-col-8-of-12{width:66.6666666667%}.hb-table-col-9-of-12{width:75%}.hb-table-col-10-of-12{width:83.3333333333%}.hb-table-col-11-of-12{width:91.6666666667%}.hb-table-col-12-of-12{width:100%}.hb-table-col-xs-1-of-12{width:8.3333333333%}.hb-table-col-xs-2-of-12{width:16.6666666667%}.hb-table-col-xs-3-of-12{width:25%}.hb-table-col-xs-4-of-12{width:33.3333333333%}.hb-table-col-xs-5-of-12{width:41.6666666667%}.hb-table-col-xs-6-of-12{width:50%}.hb-table-col-xs-7-of-12{width:58.3333333333%}.hb-table-col-xs-8-of-12{width:66.6666666667%}.hb-table-col-xs-9-of-12{width:75%}.hb-table-col-xs-10-of-12{width:83.3333333333%}.hb-table-col-xs-11-of-12{width:91.6666666667%}.hb-table-col-xs-12-of-12{width:100%}@media(min-width: 576px){.hb-table-col-sm-1-of-12{width:8.3333333333%}.hb-table-col-sm-2-of-12{width:16.6666666667%}.hb-table-col-sm-3-of-12{width:25%}.hb-table-col-sm-4-of-12{width:33.3333333333%}.hb-table-col-sm-5-of-12{width:41.6666666667%}.hb-table-col-sm-6-of-12{width:50%}.hb-table-col-sm-7-of-12{width:58.3333333333%}.hb-table-col-sm-8-of-12{width:66.6666666667%}.hb-table-col-sm-9-of-12{width:75%}.hb-table-col-sm-10-of-12{width:83.3333333333%}.hb-table-col-sm-11-of-12{width:91.6666666667%}.hb-table-col-sm-12-of-12{width:100%}}@media(min-width: 768px){.hb-table-col-md-1-of-12{width:8.3333333333%}.hb-table-col-md-2-of-12{width:16.6666666667%}.hb-table-col-md-3-of-12{width:25%}.hb-table-col-md-4-of-12{width:33.3333333333%}.hb-table-col-md-5-of-12{width:41.6666666667%}.hb-table-col-md-6-of-12{width:50%}.hb-table-col-md-7-of-12{width:58.3333333333%}.hb-table-col-md-8-of-12{width:66.6666666667%}.hb-table-col-md-9-of-12{width:75%}.hb-table-col-md-10-of-12{width:83.3333333333%}.hb-table-col-md-11-of-12{width:91.6666666667%}.hb-table-col-md-12-of-12{width:100%}}@media(min-width: 992px){.hb-table-col-lg-1-of-12{width:8.3333333333%}.hb-table-col-lg-2-of-12{width:16.6666666667%}.hb-table-col-lg-3-of-12{width:25%}.hb-table-col-lg-4-of-12{width:33.3333333333%}.hb-table-col-lg-5-of-12{width:41.6666666667%}.hb-table-col-lg-6-of-12{width:50%}.hb-table-col-lg-7-of-12{width:58.3333333333%}.hb-table-col-lg-8-of-12{width:66.6666666667%}.hb-table-col-lg-9-of-12{width:75%}.hb-table-col-lg-10-of-12{width:83.3333333333%}.hb-table-col-lg-11-of-12{width:91.6666666667%}.hb-table-col-lg-12-of-12{width:100%}}@media(min-width: 1200px){.hb-table-col-xl-1-of-12{width:8.3333333333%}.hb-table-col-xl-2-of-12{width:16.6666666667%}.hb-table-col-xl-3-of-12{width:25%}.hb-table-col-xl-4-of-12{width:33.3333333333%}.hb-table-col-xl-5-of-12{width:41.6666666667%}.hb-table-col-xl-6-of-12{width:50%}.hb-table-col-xl-7-of-12{width:58.3333333333%}.hb-table-col-xl-8-of-12{width:66.6666666667%}.hb-table-col-xl-9-of-12{width:75%}.hb-table-col-xl-10-of-12{width:83.3333333333%}.hb-table-col-xl-11-of-12{width:91.6666666667%}.hb-table-col-xl-12-of-12{width:100%}}@media(min-width: 1500px){.hb-table-col-2xl-1-of-12{width:8.3333333333%}.hb-table-col-2xl-2-of-12{width:16.6666666667%}.hb-table-col-2xl-3-of-12{width:25%}.hb-table-col-2xl-4-of-12{width:33.3333333333%}.hb-table-col-2xl-5-of-12{width:41.6666666667%}.hb-table-col-2xl-6-of-12{width:50%}.hb-table-col-2xl-7-of-12{width:58.3333333333%}.hb-table-col-2xl-8-of-12{width:66.6666666667%}.hb-table-col-2xl-9-of-12{width:75%}.hb-table-col-2xl-10-of-12{width:83.3333333333%}.hb-table-col-2xl-11-of-12{width:91.6666666667%}.hb-table-col-2xl-12-of-12{width:100%}}.hc-pairing-ocean{--palette--primary: #00505c;--palette--secondary: #148762;--palette--tertiary: #007c8f;--palette--primary-hero-overlay: rgba(0, 36, 41, 0.8);--palette--primary-dark: #002429;--palette--secondary-active: #00ce9d;--palette--secondary-highlight: #e4f4ee;--palette--secondary-highlight-darken: #9cd6c0;--palette--secondary-darken-12: #0c523b;--palette--tertiary-highlight: #c2f7ff;--palette--tertiary-highlight-darken-10: #8ff0ff;--palette--tertiary-reversed: #00d5f5;--palette--tertiary-reversed-darken-10: #00a9c2;--palette--tertiary-darken-20: #002429;--palette--spotlight: #e4f4ee;--palette--spotlight-lighten-8: #e3f4ed}.hc-pairing-mountain{--palette--primary: #64305f;--palette--secondary: #00638e;--palette--tertiary: #148762;--palette--primary-hero-overlay: rgba(100, 48, 95, 0.82);--palette--primary-dark: #64305f;--palette--secondary-active: #0098db;--palette--secondary-highlight: #d5effe;--palette--secondary-highlight-darken: #71c9fc;--palette--secondary-darken-12: #003851;--palette--tertiary-highlight: #befde5;--palette--tertiary-highlight-darken-10: #8dfbd1;--palette--tertiary-reversed: #74fbc7;--palette--tertiary-reversed-darken-10: #42fab3;--palette--tertiary-darken-20: #072e22;--palette--spotlight: #e4f5ff;--palette--spotlight-lighten-8: #e3f5fe}.hc-pairing-cardinal{--palette--primary: #600e0e;--palette--secondary: #8c1515;--palette--tertiary: #b1040e;--palette--primary-hero-overlay: rgba(47, 36, 36, 0.79);--palette--primary-dark: #2f2424;--palette--secondary-active: #b1040e;--palette--secondary-highlight: #e8e9ea;--palette--secondary-highlight-darken: #b3b6b9;--palette--secondary-darken-12: #570d0d;--palette--tertiary-highlight: #e8e9ea;--palette--tertiary-highlight-darken-10: #cdd0d2;--palette--tertiary-reversed: #cecfd1;--palette--tertiary-reversed-darken-10: #b4b5b8;--palette--tertiary-darken-20: #4d0206;--palette--spotlight: #e9e6e2;--palette--spotlight-lighten-8: #e6e3e0}.hc-pairing-lake{--palette--primary: #005160;--palette--secondary: #3f3c30;--palette--tertiary: #616a5d;--palette--primary-hero-overlay: rgba(0, 101, 119, 0.84);--palette--primary-dark: #00343e;--palette--secondary-active: #8c897d;--palette--secondary-highlight: #ece8e1;--palette--secondary-highlight-darken: #aaa194;--palette--secondary-darken-12: black;--palette--tertiary-highlight: #e3ddd1;--palette--tertiary-highlight-darken-10: #b2aca3;--palette--tertiary-reversed: #fdfcf2;--palette--tertiary-reversed-darken-10: #c6c4b5;--palette--tertiary-darken-20: #171916;--palette--spotlight: #e1eadd;--palette--spotlight-lighten-8: #dde8dc}.hc-pairing-canyon{--palette--primary: #005160;--palette--secondary: #8c1515;--palette--tertiary: #007c92;--palette--primary-hero-overlay: rgba(0, 80, 92, 0.83);--palette--primary-dark: #00343e;--palette--secondary-active: #b1040e;--palette--secondary-highlight: #e8e9ea;--palette--secondary-highlight-darken: #a8a8a8;--palette--secondary-darken-12: #2c0606;--palette--tertiary-highlight: #dbdbdb;--palette--tertiary-highlight-darken-10: #b1b1b1;--palette--tertiary-reversed: #ebebeb;--palette--tertiary-reversed-darken-10: #b8b8b8;--palette--tertiary-darken-20: #000b0d;--palette--spotlight: #dfedef;--palette--spotlight-lighten-8: #dcebed}.hc-pairing-cliff{--palette--primary: #8c1515;--palette--secondary: #00505c;--palette--tertiary: #8c1515;--palette--primary-hero-overlay: rgba(140, 21, 21, 0.88);--palette--primary-dark: #8c1515;--palette--secondary-active: #8c1515;--palette--secondary-highlight: #e8e9ea;--palette--secondary-highlight-darken: #a8a8a8;--palette--secondary-darken-12: black;--palette--tertiary-highlight: #e8e9ea;--palette--tertiary-highlight-darken-10: #c2c2c2;--palette--tertiary-reversed: #cecfd1;--palette--tertiary-reversed-darken-10: #999b9c;--palette--tertiary-darken-20: #090101;--palette--spotlight: #dfedef;--palette--spotlight-lighten-8: #dcebed}.hb-display-more-link-text .hb-card__decorative-link a,.hb-display-more-link-text .field-hs-postcard-link a{font-size:1.8rem;text-decoration:none;border:none;background:none;padding:0;color:#148762;color:var(--palette--secondary);font-weight:700}.hb-display-more-link-text .hb-card__decorative-link a::after,.hb-display-more-link-text .field-hs-postcard-link a::after{content:"";display:inline-block;background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 150ms ease-in-out;will-change:contents}.hc-pairing-ocean .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-ocean .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-mountain .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cardinal .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-lake .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-canyon .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cliff .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-display-more-link-text .hb-card__decorative-link a:hover,.hb-display-more-link-text .hb-card__decorative-link a:focus,.hb-display-more-link-text .field-hs-postcard-link a:hover,.hb-display-more-link-text .field-hs-postcard-link a:focus{color:#0c523b;color:var(--palette--secondary-darken-12);background-image:none;background-color:rgba(0,0,0,0)}.hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.hc-pairing-ocean .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-ocean .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-ocean .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-ocean .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-mountain .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-mountain .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-mountain .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23003851' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cardinal .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cardinal .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23570d0d' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-lake .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-lake .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-lake .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-canyon .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-canyon .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-canyon .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%232c0606' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cliff .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cliff .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cliff .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-display-more-link-text .hb-card__decorative-link a::after,.hb-display-more-link-text .field-hs-postcard-link a::after{height:1.9rem;width:1.9rem;margin-bottom:-0.4rem}.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a{color:#00d5f5;color:var(--palette--tertiary-reversed)}.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300d5f5' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300d5f5' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2374fbc7' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23cecfd1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23fdfcf2' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ebebeb' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23cecfd1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover,.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus{color:#e4f4ee;color:var(--palette--secondary-highlight)}.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e4f4ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e4f4ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23d5effe' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ece8e1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-display-more-link-text .hb-card__decorative-link a::before,.hb-display-more-link-text .field-hs-postcard-link a::before{display:none}.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a{color:#fff}.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a::after,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a:hover,.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a:focus,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a:hover,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a:focus,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a:hover,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a:focus,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a:hover,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a:focus{color:#d9d7d2}.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a:hover::after,.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a:focus::after,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a:hover::after,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a:focus::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a:hover::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a:focus::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a:hover::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23d9d7d2' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hb-dark-pattern{color:#fff;background-color:#002429;background-color:var(--palette--primary-dark)}.views-element-container .hb-dark-pattern{padding:2.4rem}.views-element-container .hb-dark-pattern .field-content,.views-element-container .hb-dark-pattern .views-label{color:#fff}.hb-dark-inversion .views-element-container{color:#fff;background-color:#002429;background-color:var(--palette--primary-dark);padding:2.4rem}.hb-dark-inversion .views-element-container .field-content,.hb-dark-inversion .views-element-container .views-label{color:#fff}.field-media-image+.field-media-image-caption{color:#fff;font-style:italic;font-size:1.2rem;position:absolute;bottom:0;width:100%;z-index:5;text-align:right;line-height:120%;height:auto;padding:1.6rem 0.7rem 0.8rem 15%;background:linear-gradient(to top, #000000, transparent)}@media(min-width: 576px){.field-media-image+.field-media-image-caption{padding:2.4rem 1.2rem 1.6rem 15%}}@media(min-width: 768px){.paragraph--type--hs-carousel .field-media-image+.field-media-image-caption{padding:2.4rem 1.2rem 1.6rem 58%}}@media(min-width: 576px){.hb-card__graphics--has-date .field-media-image+.field-media-image-caption{padding:2.4rem 1.2rem 1.6rem 10rem}}.field-media-image+.field-media-image-caption p,.field-media-image+.field-media-image-caption h1,.field-media-image+.field-media-image-caption h2,.field-media-image+.field-media-image-caption h3,.field-media-image+.field-media-image-caption h4,.field-media-image+.field-media-image-caption h5,.field-media-image+.field-media-image-caption h6,.field-media-image+.field-media-image-caption blockquote,.field-media-image+.field-media-image-caption cite,.field-media-image+.field-media-image-caption code,.field-media-image+.field-media-image-caption li,.field-media-image+.field-media-image-caption dd,.field-media-image+.field-media-image-caption dt,.field-media-image+.field-media-image-caption span,.field-media-image+.field-media-image-caption strong,.field-media-image+.field-media-image-caption em,.field-media-image+.field-media-image-caption a,.field-media-image+.field-media-image-caption .hs-button,.field-media-image+.field-media-image-caption .hs-button--big,.field-media-image+.field-media-image-caption .hs-secondary-button,.field-media-image+.field-media-image-caption .hs-more-link,.field-media-image+.field-media-image-caption .hs-external-link,.field-media-image+.field-media-image-caption .hs-file-link,.field-media-image+.field-media-image-caption .hs-pdf-link,.field-media-image+.field-media-image-caption .hs-private-link{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;font-style:italic;color:#fff}.field-media-image+.field-media-image-caption h1 a,.field-media-image+.field-media-image-caption h2 a,.field-media-image+.field-media-image-caption h3 a,.field-media-image+.field-media-image-caption h4 a,.field-media-image+.field-media-image-caption h5 a,.field-media-image+.field-media-image-caption h6 a,.field-media-image+.field-media-image-caption a{color:#fff;text-decoration:underline !important;display:inline}.field-media-image+.field-media-image-caption h1 a::before,.field-media-image+.field-media-image-caption h1 a::after,.field-media-image+.field-media-image-caption h2 a::before,.field-media-image+.field-media-image-caption h2 a::after,.field-media-image+.field-media-image-caption h3 a::before,.field-media-image+.field-media-image-caption h3 a::after,.field-media-image+.field-media-image-caption h4 a::before,.field-media-image+.field-media-image-caption h4 a::after,.field-media-image+.field-media-image-caption h5 a::before,.field-media-image+.field-media-image-caption h5 a::after,.field-media-image+.field-media-image-caption h6 a::before,.field-media-image+.field-media-image-caption h6 a::after,.field-media-image+.field-media-image-caption a::before,.field-media-image+.field-media-image-caption a::after{display:none !important}.field-media-image+.field-media-image-caption h1 a:hover,.field-media-image+.field-media-image-caption h1 a:focus,.field-media-image+.field-media-image-caption h2 a:hover,.field-media-image+.field-media-image-caption h2 a:focus,.field-media-image+.field-media-image-caption h3 a:hover,.field-media-image+.field-media-image-caption h3 a:focus,.field-media-image+.field-media-image-caption h4 a:hover,.field-media-image+.field-media-image-caption h4 a:focus,.field-media-image+.field-media-image-caption h5 a:hover,.field-media-image+.field-media-image-caption h5 a:focus,.field-media-image+.field-media-image-caption h6 a:hover,.field-media-image+.field-media-image-caption h6 a:focus,.field-media-image+.field-media-image-caption a:hover,.field-media-image+.field-media-image-caption a:focus{text-decoration:none !important;box-shadow:none}.field-media-image+.field-media-image-caption dl,.field-media-image+.field-media-image-caption ul,.field-media-image+.field-media-image-caption ol{margin:0;padding:0;display:inline-block}.field-media-image+.field-media-image-caption li::before{display:none}.field-media-image+.field-media-image-caption strong{font-weight:600}.field-media-image+.field-media-image-caption h1,.field-media-image+.field-media-image-caption h2,.field-media-image+.field-media-image-caption h3,.field-media-image+.field-media-image-caption h4,.field-media-image+.field-media-image-caption h5,.field-media-image+.field-media-image-caption h6,.field-media-image+.field-media-image-caption blockquote,.field-media-image+.field-media-image-caption cite,.field-media-image+.field-media-image-caption code,.field-media-image+.field-media-image-caption li,.field-media-image+.field-media-image-caption dd,.field-media-image+.field-media-image-caption dt,.field-media-image+.field-media-image-caption span,.field-media-image+.field-media-image-caption strong,.field-media-image+.field-media-image-caption em,.field-media-image+.field-media-image-caption p,.field-media-image+.field-media-image-caption .hs-button,.field-media-image+.field-media-image-caption .hs-button--big,.field-media-image+.field-media-image-caption .hs-secondary-button,.field-media-image+.field-media-image-caption .hs-more-link,.field-media-image+.field-media-image-caption .hs-external-link,.field-media-image+.field-media-image-caption .hs-file-link,.field-media-image+.field-media-image-caption .hs-pdf-link,.field-media-image+.field-media-image-caption .hs-private-link{display:inline;margin-right:0.15rem}.field-media-image+.field-media-image-caption code,.field-media-image+.field-media-image-caption h1,.field-media-image+.field-media-image-caption h2,.field-media-image+.field-media-image-caption h3,.field-media-image+.field-media-image-caption .hs-font-splash{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}.field-media-image+.field-media-image-caption blockquote{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}.field-media-image+.field-media-image-caption blockquote:nth-child(n)::before,.field-media-image+.field-media-image-caption blockquote:nth-child(n)::after,.field-media-image+.field-media-image-caption blockquote:nth-child(n)>*::before,.field-media-image+.field-media-image-caption blockquote:nth-child(n)>*::after{display:none}.field-media-image+.field-media-image-caption hr{display:none !important}.hb-vertical-linked-card .field-hs-postcard-image .field-media-image+.field-media-image-caption{font-size:1.2rem}@media(min-width: 576px){.hb-vertical-linked-card .field-hs-postcard-image .field-media-image+.field-media-image-caption{padding-bottom:3.6rem;padding-left:1.2rem;font-size:1.1rem;z-index:0}}.node figure{position:relative;z-index:1;box-sizing:border-box;margin-bottom:2.8rem}.node figure article:not(.hb-media-video):not(.hb-media-embed){position:relative}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption{color:#fff;font-style:italic;font-size:1.2rem;position:absolute;bottom:0;width:100%;z-index:5;text-align:right;line-height:120%;height:auto;padding:1.6rem 0.7rem 0.8rem 15%;background:linear-gradient(to top, #000000, transparent)}@media(min-width: 576px){.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption{padding:2.4rem 1.2rem 1.6rem 15%}}@media(min-width: 768px){.paragraph--type--hs-carousel .node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption{padding:2.4rem 1.2rem 1.6rem 58%}}@media(min-width: 576px){.hb-card__graphics--has-date .node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption{padding:2.4rem 1.2rem 1.6rem 10rem}}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption p,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption blockquote,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption cite,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption code,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption li,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption dd,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption dt,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption span,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption strong,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption em,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-button,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-button--big,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-secondary-button,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-more-link,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-external-link,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-file-link,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-pdf-link,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-private-link{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;font-style:italic;color:#fff}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a{color:#fff;text-decoration:underline !important;display:inline}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a::after{display:none !important}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a:focus{text-decoration:none !important;box-shadow:none}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption dl,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption ul,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption ol{margin:0;padding:0;display:inline-block}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption li::before{display:none}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption strong{font-weight:600}.field-media-embeddable div iframe[src*=soundcloud],.field-media-embeddable div iframe[src*=issuu]{width:100%}.hb-media-embed__twitter .field-media-embeddable div{position:relative;padding-bottom:66.6vh;height:0}.hb-media-embed__twitter iframe{position:absolute;top:0;left:0;width:100%;height:100%}
\ No newline at end of file
+/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@400;700&display=swap";html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:0;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.su-alert--warning a.su-button--big,.su-alert--warning a.su-button,.su-alert--warning a.su-button--secondary,.su-alert--success a.su-button--big,.su-alert--success a.su-button,.su-alert--success a.su-button--secondary,.su-alert--info a.su-button--big,.su-alert--info a.su-button,.su-alert--info a.su-button--secondary,.su-alert--error a.su-button--big,.su-alert--error a.su-button,.su-alert--error a.su-button--secondary,.su-alert__text a.su-button--big,.su-alert__text a.su-button,.su-alert__text a.su-button--secondary,.su-local-footer__header .su-link--internal{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;cursor:pointer;display:inline-block;border:0;font-size:2rem;font-weight:400;line-height:1;text-align:center;text-decoration:none;width:auto;transition:background-color .25s ease-in-out,color .25s ease-in-out}.su-alert--warning a.su-button--big a,.su-alert--warning a.su-button a,.su-alert--warning a.su-button--secondary a,.su-alert--success a.su-button--big a,.su-alert--success a.su-button a,.su-alert--success a.su-button--secondary a,.su-alert--info a.su-button--big a,.su-alert--info a.su-button a,.su-alert--info a.su-button--secondary a,.su-alert--error a.su-button--big a,.su-alert--error a.su-button a,.su-alert--error a.su-button--secondary a,.su-alert__text a.su-button--big a,.su-alert__text a.su-button a,.su-alert__text a.su-button--secondary a,.su-local-footer__header .su-link--internal a{font-weight:400;text-decoration:none}.su-alert--warning a.su-button--big:active,.su-alert--warning a.su-button:active,.su-alert--warning a.su-button--secondary:active,.su-alert--success a.su-button--big:active,.su-alert--success a.su-button:active,.su-alert--success a.su-button--secondary:active,.su-alert--info a.su-button--big:active,.su-alert--info a.su-button:active,.su-alert--info a.su-button--secondary:active,.su-alert--error a.su-button--big:active,.su-alert--error a.su-button:active,.su-alert--error a.su-button--secondary:active,.su-alert__text a.su-button--big:active,.su-alert__text a.su-button:active,.su-alert__text a.su-button--secondary:active,.su-local-footer__header .su-link--internal:active,.su-alert--warning a.su-button--big:focus,.su-alert--warning a.su-button:focus,.su-alert--warning a.su-button--secondary:focus,.su-alert--success a.su-button--big:focus,.su-alert--success a.su-button:focus,.su-alert--success a.su-button--secondary:focus,.su-alert--info a.su-button--big:focus,.su-alert--info a.su-button:focus,.su-alert--info a.su-button--secondary:focus,.su-alert--error a.su-button--big:focus,.su-alert--error a.su-button:focus,.su-alert--error a.su-button--secondary:focus,.su-alert__text a.su-button--big:focus,.su-alert__text a.su-button:focus,.su-alert__text a.su-button--secondary:focus,.su-local-footer__header .su-link--internal:focus,.su-alert--warning a.su-button--big:hover,.su-alert--warning a.su-button:hover,.su-alert--warning a.su-button--secondary:hover,.su-alert--success a.su-button--big:hover,.su-alert--success a.su-button:hover,.su-alert--success a.su-button--secondary:hover,.su-alert--info a.su-button--big:hover,.su-alert--info a.su-button:hover,.su-alert--info a.su-button--secondary:hover,.su-alert--error a.su-button--big:hover,.su-alert--error a.su-button:hover,.su-alert--error a.su-button--secondary:hover,.su-alert__text a.su-button--big:hover,.su-alert__text a.su-button:hover,.su-alert__text a.su-button--secondary:hover,.su-local-footer__header .su-link--internal:hover{text-decoration:underline}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot");src:url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff") format("woff"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf") format("truetype"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg#fontawesome") format("svg")}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot");src:url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff") format("woff"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf") format("truetype"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg#fontawesome") format("svg")}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:block;src:url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot");src:url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff") format("woff"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf") format("truetype"),url("../../humsci_basic/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg#fontawesome") format("svg")}.su-fa-times-circle::before{content:""}.su-fa-info-circle::before{content:""}.su-fa-bell::before{content:""}.su-fa-exclamation-circle::before{content:""}.su-fa-exclamation-triangle::before{content:""}.su-fa-check-circle::before{content:""}@font-face{font-family:"Stanford";src:url("https://www-media.stanford.edu/assets/fonts/stanford.woff") format("woff"),url("https://www-media.stanford.edu/assets/fonts/stanford.ttf") format("truetype");font-weight:300}.su-aspect-ratio{position:relative}.su-aspect-ratio::before{display:block;content:"";width:100%;padding-top:56.25%}.su-aspect-ratio>img,.su-aspect-ratio>video{-o-object-fit:cover;object-fit:cover}.su-aspect-ratio>*{position:relative;z-index:5}.su-aspect-ratio>*:first-child{position:absolute;z-index:1;width:100%;height:100%;left:0;bottom:0}.su-aspect-ratio--4x3{position:relative}.su-aspect-ratio--4x3::before{display:block;content:"";width:100%;padding-top:75%}.su-aspect-ratio--4x3>img,.su-aspect-ratio--4x3>video{-o-object-fit:cover;object-fit:cover}.su-aspect-ratio--4x3>*{position:relative;z-index:5}.su-aspect-ratio--4x3>*:first-child{position:absolute;z-index:1;width:100%;height:100%;left:0;bottom:0}.su-aspect-ratio--1x1{position:relative}.su-aspect-ratio--1x1::before{display:block;content:"";width:100%;padding-top:100%}.su-aspect-ratio--1x1>img,.su-aspect-ratio--1x1>video{-o-object-fit:cover;object-fit:cover}.su-aspect-ratio--1x1>*{position:relative;z-index:5}.su-aspect-ratio--1x1>*:first-child{position:absolute;z-index:1;width:100%;height:100%;left:0;bottom:0}.su-sr-only-element{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.su-sr-only-text{overflow:hidden;text-indent:101%;white-space:nowrap}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}body{background-color:#fff;overflow-x:hidden}.lt-ie9 *{filter:none !important}[hidden]{display:none !important}figure{margin:0}img{margin:0;padding:0;display:block;height:auto;max-width:100%}.su-embed-container{padding-bottom:56.25%;position:relative;height:0;overflow:hidden;max-width:100%}.su-embed-container iframe,.su-embed-container object,.su-embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.su-alert--warning a.su-button--big,.su-alert--warning a.su-button,.su-alert--warning a.su-button--secondary,.su-alert--success a.su-button--big,.su-alert--success a.su-button,.su-alert--success a.su-button--secondary,.su-alert--info a.su-button--big,.su-alert--info a.su-button,.su-alert--info a.su-button--secondary,.su-alert--error a.su-button--big,.su-alert--error a.su-button,.su-alert--error a.su-button--secondary,.su-alert__text a.su-button--big,.su-alert__text a.su-button,.su-alert__text a.su-button--secondary,.su-local-footer__header .su-link--internal{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;cursor:pointer;display:inline-block;border:0;font-size:2rem;font-weight:400;line-height:1;text-align:center;text-decoration:none;width:auto;transition:background-color .25s ease-in-out,color .25s ease-in-out}.su-alert--warning a.su-button--big a,.su-alert--warning a.su-button a,.su-alert--warning a.su-button--secondary a,.su-alert--success a.su-button--big a,.su-alert--success a.su-button a,.su-alert--success a.su-button--secondary a,.su-alert--info a.su-button--big a,.su-alert--info a.su-button a,.su-alert--info a.su-button--secondary a,.su-alert--error a.su-button--big a,.su-alert--error a.su-button a,.su-alert--error a.su-button--secondary a,.su-alert__text a.su-button--big a,.su-alert__text a.su-button a,.su-alert__text a.su-button--secondary a,.su-local-footer__header .su-link--internal a{font-weight:400;text-decoration:none}.su-alert--warning a.su-button--big:active,.su-alert--warning a.su-button:active,.su-alert--warning a.su-button--secondary:active,.su-alert--success a.su-button--big:active,.su-alert--success a.su-button:active,.su-alert--success a.su-button--secondary:active,.su-alert--info a.su-button--big:active,.su-alert--info a.su-button:active,.su-alert--info a.su-button--secondary:active,.su-alert--error a.su-button--big:active,.su-alert--error a.su-button:active,.su-alert--error a.su-button--secondary:active,.su-alert__text a.su-button--big:active,.su-alert__text a.su-button:active,.su-alert__text a.su-button--secondary:active,.su-local-footer__header .su-link--internal:active,.su-alert--warning a.su-button--big:focus,.su-alert--warning a.su-button:focus,.su-alert--warning a.su-button--secondary:focus,.su-alert--success a.su-button--big:focus,.su-alert--success a.su-button:focus,.su-alert--success a.su-button--secondary:focus,.su-alert--info a.su-button--big:focus,.su-alert--info a.su-button:focus,.su-alert--info a.su-button--secondary:focus,.su-alert--error a.su-button--big:focus,.su-alert--error a.su-button:focus,.su-alert--error a.su-button--secondary:focus,.su-alert__text a.su-button--big:focus,.su-alert__text a.su-button:focus,.su-alert__text a.su-button--secondary:focus,.su-local-footer__header .su-link--internal:focus,.su-alert--warning a.su-button--big:hover,.su-alert--warning a.su-button:hover,.su-alert--warning a.su-button--secondary:hover,.su-alert--success a.su-button--big:hover,.su-alert--success a.su-button:hover,.su-alert--success a.su-button--secondary:hover,.su-alert--info a.su-button--big:hover,.su-alert--info a.su-button:hover,.su-alert--info a.su-button--secondary:hover,.su-alert--error a.su-button--big:hover,.su-alert--error a.su-button:hover,.su-alert--error a.su-button--secondary:hover,.su-alert__text a.su-button--big:hover,.su-alert__text a.su-button:hover,.su-alert__text a.su-button--secondary:hover,.su-local-footer__header .su-link--internal:hover{text-decoration:underline}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}body{background-color:#fff;overflow-x:hidden}.lt-ie9 *{filter:none !important}[hidden]{display:none !important}.flex-container{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.flex-container--collapse{margin-top:0;margin-bottom:0}@media only screen and (min-width: 576px){.flex-container--collapse{margin-top:0;margin-bottom:0}}@media only screen and (min-width: 768px){.flex-container--collapse{margin-top:0;margin-bottom:0}}@media only screen and (min-width: 992px){.flex-container--collapse{margin-top:0;margin-bottom:0}}@media only screen and (min-width: 1200px){.flex-container--collapse{margin-top:0;margin-bottom:0}}@media only screen and (min-width: 1500px){.flex-container--collapse{margin-top:0;margin-bottom:0}}.flex-container--row-gap>*{margin:0 0 20px}@media only screen and (min-width: 576px){.flex-container--row-gap>*{margin:0 0 20px}}@media only screen and (min-width: 768px){.flex-container--row-gap>*{margin:0 0 20px}}@media only screen and (min-width: 992px){.flex-container--row-gap>*{margin:0 0 36px}}@media only screen and (min-width: 1200px){.flex-container--row-gap>*{margin:0 0 40px}}@media only screen and (min-width: 1500px){.flex-container--row-gap>*{margin:0 0 48px}}.flex-2xl-12-of-12,.flex-2xl-11-of-12,.flex-2xl-10-of-12,.flex-2xl-9-of-12,.flex-2xl-8-of-12,.flex-2xl-7-of-12,.flex-2xl-6-of-12,.flex-2xl-5-of-12,.flex-2xl-4-of-12,.flex-2xl-3-of-12,.flex-2xl-2-of-12,.flex-2xl-1-of-12,.flex-xl-12-of-12,.flex-xl-11-of-12,.flex-xl-10-of-12,.flex-xl-9-of-12,.flex-xl-8-of-12,.flex-xl-7-of-12,.flex-xl-6-of-12,.flex-xl-5-of-12,.flex-xl-4-of-12,.flex-xl-3-of-12,.flex-xl-2-of-12,.flex-xl-1-of-12,.flex-lg-12-of-12,.flex-lg-11-of-12,.flex-lg-10-of-12,.flex-lg-9-of-12,.flex-lg-8-of-12,.flex-lg-7-of-12,.flex-lg-6-of-12,.flex-lg-5-of-12,.flex-lg-4-of-12,.flex-lg-3-of-12,.flex-lg-2-of-12,.flex-lg-1-of-12,.flex-md-12-of-12,.flex-md-11-of-12,.flex-md-10-of-12,.flex-md-9-of-12,.flex-md-8-of-12,.flex-md-7-of-12,.flex-md-6-of-12,.flex-md-5-of-12,.flex-md-4-of-12,.flex-md-3-of-12,.flex-md-2-of-12,.flex-md-1-of-12,.flex-sm-12-of-12,.flex-sm-11-of-12,.flex-sm-10-of-12,.flex-sm-9-of-12,.flex-sm-8-of-12,.flex-sm-7-of-12,.flex-sm-6-of-12,.flex-sm-5-of-12,.flex-sm-4-of-12,.flex-sm-3-of-12,.flex-sm-2-of-12,.flex-sm-1-of-12,.flex-xs-12-of-12,.flex-12-of-12,.flex-xs-11-of-12,.flex-11-of-12,.flex-xs-10-of-12,.flex-10-of-12,.flex-xs-9-of-12,.flex-9-of-12,.flex-xs-8-of-12,.flex-8-of-12,.flex-xs-7-of-12,.flex-7-of-12,.flex-xs-6-of-12,.flex-6-of-12,.flex-xs-5-of-12,.flex-5-of-12,.flex-xs-4-of-12,.flex-4-of-12,.flex-xs-3-of-12,.flex-3-of-12,.flex-xs-2-of-12,.flex-2-of-12,.flex-xs-1-of-12,.flex-1-of-12,.flex-auto{position:relative;width:100%;min-height:1px}.flex-auto{flex:0 0 auto;width:auto;max-width:none}@media only screen and (min-width: 0){.flex-push-xs-0{margin-left:0}.flex-push-xs-1{margin-left:8.3333333333%}.flex-push-xs-2{margin-left:16.6666666667%}.flex-push-xs-3{margin-left:25%}.flex-push-xs-4{margin-left:33.3333333333%}.flex-push-xs-5{margin-left:41.6666666667%}.flex-push-xs-6{margin-left:50%}.flex-push-xs-7{margin-left:58.3333333333%}.flex-push-xs-8{margin-left:66.6666666667%}.flex-push-xs-9{margin-left:75%}.flex-push-xs-10{margin-left:83.3333333333%}.flex-push-xs-11{margin-left:91.6666666667%}}@media only screen and (min-width: 576px){.flex-push-sm-0{margin-left:0}.flex-push-sm-1{margin-left:8.3333333333%}.flex-push-sm-2{margin-left:16.6666666667%}.flex-push-sm-3{margin-left:25%}.flex-push-sm-4{margin-left:33.3333333333%}.flex-push-sm-5{margin-left:41.6666666667%}.flex-push-sm-6{margin-left:50%}.flex-push-sm-7{margin-left:58.3333333333%}.flex-push-sm-8{margin-left:66.6666666667%}.flex-push-sm-9{margin-left:75%}.flex-push-sm-10{margin-left:83.3333333333%}.flex-push-sm-11{margin-left:91.6666666667%}}@media only screen and (min-width: 768px){.flex-push-md-0{margin-left:0}.flex-push-md-1{margin-left:8.3333333333%}.flex-push-md-2{margin-left:16.6666666667%}.flex-push-md-3{margin-left:25%}.flex-push-md-4{margin-left:33.3333333333%}.flex-push-md-5{margin-left:41.6666666667%}.flex-push-md-6{margin-left:50%}.flex-push-md-7{margin-left:58.3333333333%}.flex-push-md-8{margin-left:66.6666666667%}.flex-push-md-9{margin-left:75%}.flex-push-md-10{margin-left:83.3333333333%}.flex-push-md-11{margin-left:91.6666666667%}}@media only screen and (min-width: 992px){.flex-push-lg-0{margin-left:0}.flex-push-lg-1{margin-left:8.3333333333%}.flex-push-lg-2{margin-left:16.6666666667%}.flex-push-lg-3{margin-left:25%}.flex-push-lg-4{margin-left:33.3333333333%}.flex-push-lg-5{margin-left:41.6666666667%}.flex-push-lg-6{margin-left:50%}.flex-push-lg-7{margin-left:58.3333333333%}.flex-push-lg-8{margin-left:66.6666666667%}.flex-push-lg-9{margin-left:75%}.flex-push-lg-10{margin-left:83.3333333333%}.flex-push-lg-11{margin-left:91.6666666667%}}@media only screen and (min-width: 1200px){.flex-push-xl-0{margin-left:0}.flex-push-xl-1{margin-left:8.3333333333%}.flex-push-xl-2{margin-left:16.6666666667%}.flex-push-xl-3{margin-left:25%}.flex-push-xl-4{margin-left:33.3333333333%}.flex-push-xl-5{margin-left:41.6666666667%}.flex-push-xl-6{margin-left:50%}.flex-push-xl-7{margin-left:58.3333333333%}.flex-push-xl-8{margin-left:66.6666666667%}.flex-push-xl-9{margin-left:75%}.flex-push-xl-10{margin-left:83.3333333333%}.flex-push-xl-11{margin-left:91.6666666667%}}@media only screen and (min-width: 1500px){.flex-push-2xl-0{margin-left:0}.flex-push-2xl-1{margin-left:8.3333333333%}.flex-push-2xl-2{margin-left:16.6666666667%}.flex-push-2xl-3{margin-left:25%}.flex-push-2xl-4{margin-left:33.3333333333%}.flex-push-2xl-5{margin-left:41.6666666667%}.flex-push-2xl-6{margin-left:50%}.flex-push-2xl-7{margin-left:58.3333333333%}.flex-push-2xl-8{margin-left:66.6666666667%}.flex-push-2xl-9{margin-left:75%}.flex-push-2xl-10{margin-left:83.3333333333%}.flex-push-2xl-11{margin-left:91.6666666667%}}@media only screen and (min-width: 576px){.flex-1-of-12{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media only screen and (min-width: 768px){.flex-1-of-12{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media only screen and (min-width: 992px){.flex-1-of-12{flex:0 0 calc(8.3333333333% - 33px);max-width:calc(8.3333333333% - 33px)}}@media only screen and (min-width: 1200px){.flex-1-of-12{flex:0 0 calc(8.3333333333% - 36.6666666667px);max-width:calc(8.3333333333% - 36.6666666667px)}}@media only screen and (min-width: 1500px){.flex-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 576px){.flex-2-of-12{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media only screen and (min-width: 768px){.flex-2-of-12{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media only screen and (min-width: 992px){.flex-2-of-12{flex:0 0 calc(16.6666666667% - 30px);max-width:calc(16.6666666667% - 30px)}}@media only screen and (min-width: 1200px){.flex-2-of-12{flex:0 0 calc(16.6666666667% - 33.3333333333px);max-width:calc(16.6666666667% - 33.3333333333px)}}@media only screen and (min-width: 1500px){.flex-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 576px){.flex-3-of-12{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media only screen and (min-width: 768px){.flex-3-of-12{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media only screen and (min-width: 992px){.flex-3-of-12{flex:0 0 calc(25% - 27px);max-width:calc(25% - 27px)}}@media only screen and (min-width: 1200px){.flex-3-of-12{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}}@media only screen and (min-width: 1500px){.flex-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 576px){.flex-4-of-12{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media only screen and (min-width: 768px){.flex-4-of-12{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media only screen and (min-width: 992px){.flex-4-of-12{flex:0 0 calc(33.3333333333% - 24px);max-width:calc(33.3333333333% - 24px)}}@media only screen and (min-width: 1200px){.flex-4-of-12{flex:0 0 calc(33.3333333333% - 26.6666666667px);max-width:calc(33.3333333333% - 26.6666666667px)}}@media only screen and (min-width: 1500px){.flex-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 576px){.flex-5-of-12{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media only screen and (min-width: 768px){.flex-5-of-12{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media only screen and (min-width: 992px){.flex-5-of-12{flex:0 0 calc(41.6666666667% - 21px);max-width:calc(41.6666666667% - 21px)}}@media only screen and (min-width: 1200px){.flex-5-of-12{flex:0 0 calc(41.6666666667% - 23.3333333333px);max-width:calc(41.6666666667% - 23.3333333333px)}}@media only screen and (min-width: 1500px){.flex-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 576px){.flex-6-of-12{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media only screen and (min-width: 768px){.flex-6-of-12{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media only screen and (min-width: 992px){.flex-6-of-12{flex:0 0 calc(50% - 18px);max-width:calc(50% - 18px)}}@media only screen and (min-width: 1200px){.flex-6-of-12{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media only screen and (min-width: 1500px){.flex-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 576px){.flex-7-of-12{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media only screen and (min-width: 768px){.flex-7-of-12{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media only screen and (min-width: 992px){.flex-7-of-12{flex:0 0 calc(58.3333333333% - 15px);max-width:calc(58.3333333333% - 15px)}}@media only screen and (min-width: 1200px){.flex-7-of-12{flex:0 0 calc(58.3333333333% - 16.6666666667px);max-width:calc(58.3333333333% - 16.6666666667px)}}@media only screen and (min-width: 1500px){.flex-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 576px){.flex-8-of-12{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media only screen and (min-width: 768px){.flex-8-of-12{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media only screen and (min-width: 992px){.flex-8-of-12{flex:0 0 calc(66.6666666667% - 12px);max-width:calc(66.6666666667% - 12px)}}@media only screen and (min-width: 1200px){.flex-8-of-12{flex:0 0 calc(66.6666666667% - 13.3333333333px);max-width:calc(66.6666666667% - 13.3333333333px)}}@media only screen and (min-width: 1500px){.flex-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 576px){.flex-9-of-12{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media only screen and (min-width: 768px){.flex-9-of-12{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media only screen and (min-width: 992px){.flex-9-of-12{flex:0 0 calc(75% - 9px);max-width:calc(75% - 9px)}}@media only screen and (min-width: 1200px){.flex-9-of-12{flex:0 0 calc(75% - 10px);max-width:calc(75% - 10px)}}@media only screen and (min-width: 1500px){.flex-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 576px){.flex-10-of-12{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media only screen and (min-width: 768px){.flex-10-of-12{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media only screen and (min-width: 992px){.flex-10-of-12{flex:0 0 calc(83.3333333333% - 6px);max-width:calc(83.3333333333% - 6px)}}@media only screen and (min-width: 1200px){.flex-10-of-12{flex:0 0 calc(83.3333333333% - 6.6666666667px);max-width:calc(83.3333333333% - 6.6666666667px)}}@media only screen and (min-width: 1500px){.flex-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 576px){.flex-11-of-12{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media only screen and (min-width: 768px){.flex-11-of-12{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media only screen and (min-width: 992px){.flex-11-of-12{flex:0 0 calc(91.6666666667% - 3px);max-width:calc(91.6666666667% - 3px)}}@media only screen and (min-width: 1200px){.flex-11-of-12{flex:0 0 calc(91.6666666667% - 3.3333333333px);max-width:calc(91.6666666667% - 3.3333333333px)}}@media only screen and (min-width: 1500px){.flex-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 0){.flex-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 576px){.flex-sm-1-of-12{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media only screen and (min-width: 768px){.flex-sm-1-of-12{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media only screen and (min-width: 992px){.flex-sm-1-of-12{flex:0 0 calc(8.3333333333% - 33px);max-width:calc(8.3333333333% - 33px)}}@media only screen and (min-width: 1200px){.flex-sm-1-of-12{flex:0 0 calc(8.3333333333% - 36.6666666667px);max-width:calc(8.3333333333% - 36.6666666667px)}}@media only screen and (min-width: 1500px){.flex-sm-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 576px){.flex-sm-2-of-12{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media only screen and (min-width: 768px){.flex-sm-2-of-12{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media only screen and (min-width: 992px){.flex-sm-2-of-12{flex:0 0 calc(16.6666666667% - 30px);max-width:calc(16.6666666667% - 30px)}}@media only screen and (min-width: 1200px){.flex-sm-2-of-12{flex:0 0 calc(16.6666666667% - 33.3333333333px);max-width:calc(16.6666666667% - 33.3333333333px)}}@media only screen and (min-width: 1500px){.flex-sm-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 576px){.flex-sm-3-of-12{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media only screen and (min-width: 768px){.flex-sm-3-of-12{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media only screen and (min-width: 992px){.flex-sm-3-of-12{flex:0 0 calc(25% - 27px);max-width:calc(25% - 27px)}}@media only screen and (min-width: 1200px){.flex-sm-3-of-12{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}}@media only screen and (min-width: 1500px){.flex-sm-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 576px){.flex-sm-4-of-12{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media only screen and (min-width: 768px){.flex-sm-4-of-12{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media only screen and (min-width: 992px){.flex-sm-4-of-12{flex:0 0 calc(33.3333333333% - 24px);max-width:calc(33.3333333333% - 24px)}}@media only screen and (min-width: 1200px){.flex-sm-4-of-12{flex:0 0 calc(33.3333333333% - 26.6666666667px);max-width:calc(33.3333333333% - 26.6666666667px)}}@media only screen and (min-width: 1500px){.flex-sm-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 576px){.flex-sm-5-of-12{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media only screen and (min-width: 768px){.flex-sm-5-of-12{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media only screen and (min-width: 992px){.flex-sm-5-of-12{flex:0 0 calc(41.6666666667% - 21px);max-width:calc(41.6666666667% - 21px)}}@media only screen and (min-width: 1200px){.flex-sm-5-of-12{flex:0 0 calc(41.6666666667% - 23.3333333333px);max-width:calc(41.6666666667% - 23.3333333333px)}}@media only screen and (min-width: 1500px){.flex-sm-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 576px){.flex-sm-6-of-12{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media only screen and (min-width: 768px){.flex-sm-6-of-12{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media only screen and (min-width: 992px){.flex-sm-6-of-12{flex:0 0 calc(50% - 18px);max-width:calc(50% - 18px)}}@media only screen and (min-width: 1200px){.flex-sm-6-of-12{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media only screen and (min-width: 1500px){.flex-sm-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 576px){.flex-sm-7-of-12{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media only screen and (min-width: 768px){.flex-sm-7-of-12{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media only screen and (min-width: 992px){.flex-sm-7-of-12{flex:0 0 calc(58.3333333333% - 15px);max-width:calc(58.3333333333% - 15px)}}@media only screen and (min-width: 1200px){.flex-sm-7-of-12{flex:0 0 calc(58.3333333333% - 16.6666666667px);max-width:calc(58.3333333333% - 16.6666666667px)}}@media only screen and (min-width: 1500px){.flex-sm-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 576px){.flex-sm-8-of-12{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media only screen and (min-width: 768px){.flex-sm-8-of-12{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media only screen and (min-width: 992px){.flex-sm-8-of-12{flex:0 0 calc(66.6666666667% - 12px);max-width:calc(66.6666666667% - 12px)}}@media only screen and (min-width: 1200px){.flex-sm-8-of-12{flex:0 0 calc(66.6666666667% - 13.3333333333px);max-width:calc(66.6666666667% - 13.3333333333px)}}@media only screen and (min-width: 1500px){.flex-sm-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 576px){.flex-sm-9-of-12{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media only screen and (min-width: 768px){.flex-sm-9-of-12{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media only screen and (min-width: 992px){.flex-sm-9-of-12{flex:0 0 calc(75% - 9px);max-width:calc(75% - 9px)}}@media only screen and (min-width: 1200px){.flex-sm-9-of-12{flex:0 0 calc(75% - 10px);max-width:calc(75% - 10px)}}@media only screen and (min-width: 1500px){.flex-sm-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 576px){.flex-sm-10-of-12{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media only screen and (min-width: 768px){.flex-sm-10-of-12{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media only screen and (min-width: 992px){.flex-sm-10-of-12{flex:0 0 calc(83.3333333333% - 6px);max-width:calc(83.3333333333% - 6px)}}@media only screen and (min-width: 1200px){.flex-sm-10-of-12{flex:0 0 calc(83.3333333333% - 6.6666666667px);max-width:calc(83.3333333333% - 6.6666666667px)}}@media only screen and (min-width: 1500px){.flex-sm-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 576px){.flex-sm-11-of-12{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media only screen and (min-width: 768px){.flex-sm-11-of-12{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media only screen and (min-width: 992px){.flex-sm-11-of-12{flex:0 0 calc(91.6666666667% - 3px);max-width:calc(91.6666666667% - 3px)}}@media only screen and (min-width: 1200px){.flex-sm-11-of-12{flex:0 0 calc(91.6666666667% - 3.3333333333px);max-width:calc(91.6666666667% - 3.3333333333px)}}@media only screen and (min-width: 1500px){.flex-sm-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 576px){.flex-sm-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 768px){.flex-sm-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 992px){.flex-sm-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1200px){.flex-sm-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1500px){.flex-sm-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 768px){.flex-md-1-of-12{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media only screen and (min-width: 992px){.flex-md-1-of-12{flex:0 0 calc(8.3333333333% - 33px);max-width:calc(8.3333333333% - 33px)}}@media only screen and (min-width: 1200px){.flex-md-1-of-12{flex:0 0 calc(8.3333333333% - 36.6666666667px);max-width:calc(8.3333333333% - 36.6666666667px)}}@media only screen and (min-width: 1500px){.flex-md-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 768px){.flex-md-2-of-12{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media only screen and (min-width: 992px){.flex-md-2-of-12{flex:0 0 calc(16.6666666667% - 30px);max-width:calc(16.6666666667% - 30px)}}@media only screen and (min-width: 1200px){.flex-md-2-of-12{flex:0 0 calc(16.6666666667% - 33.3333333333px);max-width:calc(16.6666666667% - 33.3333333333px)}}@media only screen and (min-width: 1500px){.flex-md-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 768px){.flex-md-3-of-12{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media only screen and (min-width: 992px){.flex-md-3-of-12{flex:0 0 calc(25% - 27px);max-width:calc(25% - 27px)}}@media only screen and (min-width: 1200px){.flex-md-3-of-12{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}}@media only screen and (min-width: 1500px){.flex-md-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 768px){.flex-md-4-of-12{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media only screen and (min-width: 992px){.flex-md-4-of-12{flex:0 0 calc(33.3333333333% - 24px);max-width:calc(33.3333333333% - 24px)}}@media only screen and (min-width: 1200px){.flex-md-4-of-12{flex:0 0 calc(33.3333333333% - 26.6666666667px);max-width:calc(33.3333333333% - 26.6666666667px)}}@media only screen and (min-width: 1500px){.flex-md-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 768px){.flex-md-5-of-12{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media only screen and (min-width: 992px){.flex-md-5-of-12{flex:0 0 calc(41.6666666667% - 21px);max-width:calc(41.6666666667% - 21px)}}@media only screen and (min-width: 1200px){.flex-md-5-of-12{flex:0 0 calc(41.6666666667% - 23.3333333333px);max-width:calc(41.6666666667% - 23.3333333333px)}}@media only screen and (min-width: 1500px){.flex-md-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 768px){.flex-md-6-of-12{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media only screen and (min-width: 992px){.flex-md-6-of-12{flex:0 0 calc(50% - 18px);max-width:calc(50% - 18px)}}@media only screen and (min-width: 1200px){.flex-md-6-of-12{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media only screen and (min-width: 1500px){.flex-md-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 768px){.flex-md-7-of-12{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media only screen and (min-width: 992px){.flex-md-7-of-12{flex:0 0 calc(58.3333333333% - 15px);max-width:calc(58.3333333333% - 15px)}}@media only screen and (min-width: 1200px){.flex-md-7-of-12{flex:0 0 calc(58.3333333333% - 16.6666666667px);max-width:calc(58.3333333333% - 16.6666666667px)}}@media only screen and (min-width: 1500px){.flex-md-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 768px){.flex-md-8-of-12{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media only screen and (min-width: 992px){.flex-md-8-of-12{flex:0 0 calc(66.6666666667% - 12px);max-width:calc(66.6666666667% - 12px)}}@media only screen and (min-width: 1200px){.flex-md-8-of-12{flex:0 0 calc(66.6666666667% - 13.3333333333px);max-width:calc(66.6666666667% - 13.3333333333px)}}@media only screen and (min-width: 1500px){.flex-md-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 768px){.flex-md-9-of-12{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media only screen and (min-width: 992px){.flex-md-9-of-12{flex:0 0 calc(75% - 9px);max-width:calc(75% - 9px)}}@media only screen and (min-width: 1200px){.flex-md-9-of-12{flex:0 0 calc(75% - 10px);max-width:calc(75% - 10px)}}@media only screen and (min-width: 1500px){.flex-md-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 768px){.flex-md-10-of-12{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media only screen and (min-width: 992px){.flex-md-10-of-12{flex:0 0 calc(83.3333333333% - 6px);max-width:calc(83.3333333333% - 6px)}}@media only screen and (min-width: 1200px){.flex-md-10-of-12{flex:0 0 calc(83.3333333333% - 6.6666666667px);max-width:calc(83.3333333333% - 6.6666666667px)}}@media only screen and (min-width: 1500px){.flex-md-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 768px){.flex-md-11-of-12{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media only screen and (min-width: 992px){.flex-md-11-of-12{flex:0 0 calc(91.6666666667% - 3px);max-width:calc(91.6666666667% - 3px)}}@media only screen and (min-width: 1200px){.flex-md-11-of-12{flex:0 0 calc(91.6666666667% - 3.3333333333px);max-width:calc(91.6666666667% - 3.3333333333px)}}@media only screen and (min-width: 1500px){.flex-md-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 768px){.flex-md-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 992px){.flex-md-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1200px){.flex-md-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1500px){.flex-md-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 992px){.flex-lg-1-of-12{flex:0 0 calc(8.3333333333% - 33px);max-width:calc(8.3333333333% - 33px)}}@media only screen and (min-width: 1200px){.flex-lg-1-of-12{flex:0 0 calc(8.3333333333% - 36.6666666667px);max-width:calc(8.3333333333% - 36.6666666667px)}}@media only screen and (min-width: 1500px){.flex-lg-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 992px){.flex-lg-2-of-12{flex:0 0 calc(16.6666666667% - 30px);max-width:calc(16.6666666667% - 30px)}}@media only screen and (min-width: 1200px){.flex-lg-2-of-12{flex:0 0 calc(16.6666666667% - 33.3333333333px);max-width:calc(16.6666666667% - 33.3333333333px)}}@media only screen and (min-width: 1500px){.flex-lg-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 992px){.flex-lg-3-of-12{flex:0 0 calc(25% - 27px);max-width:calc(25% - 27px)}}@media only screen and (min-width: 1200px){.flex-lg-3-of-12{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}}@media only screen and (min-width: 1500px){.flex-lg-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 992px){.flex-lg-4-of-12{flex:0 0 calc(33.3333333333% - 24px);max-width:calc(33.3333333333% - 24px)}}@media only screen and (min-width: 1200px){.flex-lg-4-of-12{flex:0 0 calc(33.3333333333% - 26.6666666667px);max-width:calc(33.3333333333% - 26.6666666667px)}}@media only screen and (min-width: 1500px){.flex-lg-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 992px){.flex-lg-5-of-12{flex:0 0 calc(41.6666666667% - 21px);max-width:calc(41.6666666667% - 21px)}}@media only screen and (min-width: 1200px){.flex-lg-5-of-12{flex:0 0 calc(41.6666666667% - 23.3333333333px);max-width:calc(41.6666666667% - 23.3333333333px)}}@media only screen and (min-width: 1500px){.flex-lg-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 992px){.flex-lg-6-of-12{flex:0 0 calc(50% - 18px);max-width:calc(50% - 18px)}}@media only screen and (min-width: 1200px){.flex-lg-6-of-12{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media only screen and (min-width: 1500px){.flex-lg-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 992px){.flex-lg-7-of-12{flex:0 0 calc(58.3333333333% - 15px);max-width:calc(58.3333333333% - 15px)}}@media only screen and (min-width: 1200px){.flex-lg-7-of-12{flex:0 0 calc(58.3333333333% - 16.6666666667px);max-width:calc(58.3333333333% - 16.6666666667px)}}@media only screen and (min-width: 1500px){.flex-lg-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 992px){.flex-lg-8-of-12{flex:0 0 calc(66.6666666667% - 12px);max-width:calc(66.6666666667% - 12px)}}@media only screen and (min-width: 1200px){.flex-lg-8-of-12{flex:0 0 calc(66.6666666667% - 13.3333333333px);max-width:calc(66.6666666667% - 13.3333333333px)}}@media only screen and (min-width: 1500px){.flex-lg-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 992px){.flex-lg-9-of-12{flex:0 0 calc(75% - 9px);max-width:calc(75% - 9px)}}@media only screen and (min-width: 1200px){.flex-lg-9-of-12{flex:0 0 calc(75% - 10px);max-width:calc(75% - 10px)}}@media only screen and (min-width: 1500px){.flex-lg-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 992px){.flex-lg-10-of-12{flex:0 0 calc(83.3333333333% - 6px);max-width:calc(83.3333333333% - 6px)}}@media only screen and (min-width: 1200px){.flex-lg-10-of-12{flex:0 0 calc(83.3333333333% - 6.6666666667px);max-width:calc(83.3333333333% - 6.6666666667px)}}@media only screen and (min-width: 1500px){.flex-lg-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 992px){.flex-lg-11-of-12{flex:0 0 calc(91.6666666667% - 3px);max-width:calc(91.6666666667% - 3px)}}@media only screen and (min-width: 1200px){.flex-lg-11-of-12{flex:0 0 calc(91.6666666667% - 3.3333333333px);max-width:calc(91.6666666667% - 3.3333333333px)}}@media only screen and (min-width: 1500px){.flex-lg-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 992px){.flex-lg-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1200px){.flex-lg-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1500px){.flex-lg-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1200px){.flex-xl-1-of-12{flex:0 0 calc(8.3333333333% - 36.6666666667px);max-width:calc(8.3333333333% - 36.6666666667px)}}@media only screen and (min-width: 1500px){.flex-xl-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 1200px){.flex-xl-2-of-12{flex:0 0 calc(16.6666666667% - 33.3333333333px);max-width:calc(16.6666666667% - 33.3333333333px)}}@media only screen and (min-width: 1500px){.flex-xl-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 1200px){.flex-xl-3-of-12{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}}@media only screen and (min-width: 1500px){.flex-xl-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 1200px){.flex-xl-4-of-12{flex:0 0 calc(33.3333333333% - 26.6666666667px);max-width:calc(33.3333333333% - 26.6666666667px)}}@media only screen and (min-width: 1500px){.flex-xl-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 1200px){.flex-xl-5-of-12{flex:0 0 calc(41.6666666667% - 23.3333333333px);max-width:calc(41.6666666667% - 23.3333333333px)}}@media only screen and (min-width: 1500px){.flex-xl-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 1200px){.flex-xl-6-of-12{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media only screen and (min-width: 1500px){.flex-xl-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 1200px){.flex-xl-7-of-12{flex:0 0 calc(58.3333333333% - 16.6666666667px);max-width:calc(58.3333333333% - 16.6666666667px)}}@media only screen and (min-width: 1500px){.flex-xl-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 1200px){.flex-xl-8-of-12{flex:0 0 calc(66.6666666667% - 13.3333333333px);max-width:calc(66.6666666667% - 13.3333333333px)}}@media only screen and (min-width: 1500px){.flex-xl-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 1200px){.flex-xl-9-of-12{flex:0 0 calc(75% - 10px);max-width:calc(75% - 10px)}}@media only screen and (min-width: 1500px){.flex-xl-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 1200px){.flex-xl-10-of-12{flex:0 0 calc(83.3333333333% - 6.6666666667px);max-width:calc(83.3333333333% - 6.6666666667px)}}@media only screen and (min-width: 1500px){.flex-xl-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 1200px){.flex-xl-11-of-12{flex:0 0 calc(91.6666666667% - 3.3333333333px);max-width:calc(91.6666666667% - 3.3333333333px)}}@media only screen and (min-width: 1500px){.flex-xl-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 1200px){.flex-xl-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1500px){.flex-xl-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media only screen and (min-width: 1500px){.flex-2xl-1-of-12{flex:0 0 calc(8.3333333333% - 44px);max-width:calc(8.3333333333% - 44px)}}@media only screen and (min-width: 1500px){.flex-2xl-2-of-12{flex:0 0 calc(16.6666666667% - 40px);max-width:calc(16.6666666667% - 40px)}}@media only screen and (min-width: 1500px){.flex-2xl-3-of-12{flex:0 0 calc(25% - 36px);max-width:calc(25% - 36px)}}@media only screen and (min-width: 1500px){.flex-2xl-4-of-12{flex:0 0 calc(33.3333333333% - 32px);max-width:calc(33.3333333333% - 32px)}}@media only screen and (min-width: 1500px){.flex-2xl-5-of-12{flex:0 0 calc(41.6666666667% - 28px);max-width:calc(41.6666666667% - 28px)}}@media only screen and (min-width: 1500px){.flex-2xl-6-of-12{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}}@media only screen and (min-width: 1500px){.flex-2xl-7-of-12{flex:0 0 calc(58.3333333333% - 20px);max-width:calc(58.3333333333% - 20px)}}@media only screen and (min-width: 1500px){.flex-2xl-8-of-12{flex:0 0 calc(66.6666666667% - 16px);max-width:calc(66.6666666667% - 16px)}}@media only screen and (min-width: 1500px){.flex-2xl-9-of-12{flex:0 0 calc(75% - 12px);max-width:calc(75% - 12px)}}@media only screen and (min-width: 1500px){.flex-2xl-10-of-12{flex:0 0 calc(83.3333333333% - 8px);max-width:calc(83.3333333333% - 8px)}}@media only screen and (min-width: 1500px){.flex-2xl-11-of-12{flex:0 0 calc(91.6666666667% - 4px);max-width:calc(91.6666666667% - 4px)}}@media only screen and (min-width: 1500px){.flex-2xl-12-of-12{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}.su-brand-bar{width:100%;height:30px;background-color:#8c1515}.su-brand-bar__container{margin:0 auto}@media only screen and (min-width: 0){.su-brand-bar__container{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width: 576px){.su-brand-bar__container{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width: 768px){.su-brand-bar__container{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width: 992px){.su-brand-bar__container{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width: 1200px){.su-brand-bar__container{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width: 1500px){.su-brand-bar__container{max-width:1500px;width:calc(100% - 200px)}}.su-brand-bar__logo{display:inline-block;font-family:Stanford,"Source Serif Pro",Georgia,Times,"Times New Roman",serif;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-decoration:none;line-height:.75;transform:translateZ(0);letter-spacing:0;-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-top:8px;white-space:nowrap;color:#fff;font-size:20px;-ms-grid-column:2}.su-brand-bar__logo:hover,.su-brand-bar__logo:active,.su-brand-bar__logo:focus{color:#fff}.su-brand-bar__link--a11y{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.su-brand-bar--bright{background-color:#b1040e}.su-brand-bar--dark{background-color:#2e2d29}.su-brand-bar--white{background-color:#fff}.su-brand-bar--white .su-brand-bar__logo{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:auto;color:#8c1515}@media only screen and (min-width: 768px){.su-lockup,.su-lockup>a{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;align-items:stretch;justify-content:flex-start;vertical-align:bottom}}.su-lockup a{font-weight:400;text-decoration:none}.su-lockup__cell1{min-height:26px;vertical-align:bottom;width:auto}@media only screen and (min-width: 768px){.su-lockup__cell1{margin-right:-1px;padding-right:7px;padding-bottom:0;align-self:flex-end;border-right:solid 1px #2e2d29;display:flex;flex-shrink:1;max-width:160px;min-height:32px}}@media only screen and (min-width: 768px){.su-lockup__cell2{padding-top:0;padding-left:7px;align-self:flex-end;border-left:solid 1px #2e2d29;flex-grow:1;vertical-align:bottom}}.su-lockup__wordmark{display:inline-block;font-family:Stanford,"Source Serif Pro",Georgia,Times,"Times New Roman",serif;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-decoration:none;line-height:.75;transform:translateZ(0);letter-spacing:0;-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#8c1515;font-size:36px;line-height:17px;vertical-align:bottom}@media only screen and (min-width: 768px){.su-lockup__wordmark{font-size:46px;line-height:21px}}.su-lockup__wordmark-wrapper{line-height:26px}@media only screen and (min-width: 768px){.su-lockup__wordmark-wrapper{line-height:32px}}.su-lockup__line1,.su-lockup__line2,.su-lockup__line3,.su-lockup__line4,.su-lockup__line5{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2e2d29;display:block}.su-lockup__line1{font-size:2.8rem}@media(max-width: 767px){.su-lockup__line1{font-size:2.6rem}}.su-lockup__line2{font-size:2.6rem}.su-lockup__line3{margin-top:.5rem;font-size:2.6rem;font-style:italic}@media(max-width: 767px){.su-lockup__line3{margin:0;font-size:1.9rem}}.su-lockup__line4{margin-top:.5rem;font-size:2.5rem;font-weight:600;letter-spacing:.05rem;line-height:1em;margin-left:-0.2rem;text-transform:uppercase}.su-lockup__line5{font-size:2.7rem;line-height:1em;width:100%}@media only screen and (min-width: 768px){.su-lockup__line5{margin-top:8px;font-size:3rem}}@media(max-width: 767px){.su-lockup--option-a>a{display:flex;flex-direction:column}}.su-lockup--option-a .su-lockup__line2,.su-lockup--option-a .su-lockup__line3,.su-lockup--option-a .su-lockup__line4{display:none}@media(max-width: 767px){.su-lockup--option-a .su-lockup__cell2{order:3}}.su-lockup--option-a .su-lockup__line1{line-height:2.6rem}@media(max-width: 767px){.su-lockup--option-a .su-lockup__line1{margin-left:-2px}}@media only screen and (min-width: 768px){.su-lockup--option-a .su-lockup__line1{font-size:3.2rem;line-height:.7em}}.su-lockup--option-a .su-lockup__line5{font-size:2rem;font-weight:600;text-transform:uppercase}@media(max-width: 767px){.su-lockup--option-a .su-lockup__line5{margin-top:.75rem;margin-left:-2px;order:2}.su-lockup--option-a .su-lockup__line5::after{margin-top:.75rem;margin-bottom:.5rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}}@media only screen and (min-width: 768px){.su-lockup--option-a .su-lockup__line5{font-size:2.1rem}}.su-lockup--option-b .su-lockup__line3,.su-lockup--option-b .su-lockup__line4,.su-lockup--option-b .su-lockup__line5{display:none}.su-lockup--option-b .su-lockup__line1{margin-bottom:.2em}@media only screen and (min-width: 768px){.su-lockup--option-b .su-lockup__line1{margin-top:-0.4rem;font-size:1.9rem}}@media(max-width: 767px){.su-lockup--option-b .su-lockup__line1{margin-top:.5rem;margin-bottom:.2rem;margin-left:-2px}}.su-lockup--option-b .su-lockup__line2{line-height:.7em}@media(max-width: 767px){.su-lockup--option-b .su-lockup__line2{margin-left:-2px;line-height:2.6rem}}@media(max-width: 767px){.su-lockup--option-c>a{display:flex;flex-direction:column}}.su-lockup--option-c .su-lockup__line3,.su-lockup--option-c .su-lockup__line4{display:none}@media(max-width: 767px){.su-lockup--option-c .su-lockup__cell2{margin-left:-2px;order:3}}.su-lockup--option-c .su-lockup__line1{margin-bottom:.2em}@media only screen and (min-width: 768px){.su-lockup--option-c .su-lockup__line1{margin-top:-0.4rem;font-size:1.9rem}}@media(max-width: 767px){.su-lockup--option-c .su-lockup__line1{margin-bottom:.2rem}}.su-lockup--option-c .su-lockup__line2{line-height:.7em}@media(max-width: 767px){.su-lockup--option-c .su-lockup__line2{line-height:2.6rem}}.su-lockup--option-c .su-lockup__line5{font-size:2rem;font-weight:600;text-transform:uppercase}@media(max-width: 767px){.su-lockup--option-c .su-lockup__line5{margin-top:.75rem;margin-left:-2px;order:2}.su-lockup--option-c .su-lockup__line5::after{margin-top:.75rem;margin-bottom:.5rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}}@media only screen and (min-width: 768px){.su-lockup--option-c .su-lockup__line5{font-size:2.1rem}}.su-lockup--option-d .su-lockup__line2,.su-lockup--option-d .su-lockup__line4,.su-lockup--option-d .su-lockup__line5{display:none}@media only screen and (min-width: 576px){.su-lockup--option-d .su-lockup__line1{margin-top:-0.7rem}}@media(max-width: 767px){.su-lockup--option-d .su-lockup__line1{margin-top:.5rem;margin-bottom:.2rem;margin-left:-2px}}@media only screen and (min-width: 768px){.su-lockup--option-d .su-lockup__line3{font-size:1.8rem;line-height:.7em}}.su-lockup--option-e .su-lockup__line4,.su-lockup--option-e .su-lockup__line5{display:none}@media only screen and (min-width: 576px){.su-lockup--option-e .su-lockup__line1{margin-top:-0.7rem;font-size:2.6rem}}@media(max-width: 767px){.su-lockup--option-e .su-lockup__line1{margin-top:.5rem;margin-left:-2px}}.su-lockup--option-e .su-lockup__line2{line-height:2.6rem}@media(max-width: 767px){.su-lockup--option-e .su-lockup__line2{margin-left:-2px}}.su-lockup--option-e .su-lockup__line3{margin-top:.5rem;font-style:italic}@media only screen and (min-width: 768px){.su-lockup--option-e .su-lockup__line3{margin-top:.8rem;font-size:1.9rem;line-height:.7em}}.su-lockup--option-f .su-lockup__line3,.su-lockup--option-f .su-lockup__line4,.su-lockup--option-f .su-lockup__line5{display:none}.su-lockup--option-f .su-lockup__line1{margin-top:.5rem;margin-bottom:2px}@media only screen and (min-width: 768px){.su-lockup--option-f .su-lockup__line1{margin-top:-0.4rem;font-size:1.3rem}}@media(max-width: 767px){.su-lockup--option-f .su-lockup__line1{margin-bottom:.2rem;margin-left:-2px}}.su-lockup--option-f .su-lockup__line2{margin-left:-2px;line-height:.7em}@media(max-width: 767px){.su-lockup--option-f .su-lockup__line2{line-height:2.6rem}}@media(max-width: 767px){.su-lockup--option-g>a{display:flex;flex-direction:column}}.su-lockup--option-g .su-lockup__line3,.su-lockup--option-g .su-lockup__line4{display:none}@media(max-width: 767px){.su-lockup--option-g .su-lockup__cell2{order:3}}.su-lockup--option-g .su-lockup__line1{margin-top:.5rem;margin-bottom:2px}@media only screen and (min-width: 768px){.su-lockup--option-g .su-lockup__line1{margin-top:-0.4rem;margin-bottom:2px;font-size:1.3rem}}@media(max-width: 767px){.su-lockup--option-g .su-lockup__line1{margin-top:0;margin-bottom:.2rem;margin-left:-2px}}.su-lockup--option-g .su-lockup__line2{margin-left:-2px;line-height:.7em}@media(max-width: 767px){.su-lockup--option-g .su-lockup__line2{line-height:2.6rem}}.su-lockup--option-g .su-lockup__line5{font-size:2rem;font-weight:600;text-transform:uppercase}@media(max-width: 767px){.su-lockup--option-g .su-lockup__line5{margin-top:.75rem;order:2}.su-lockup--option-g .su-lockup__line5::after{margin-top:1rem;margin-bottom:.5rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}}@media only screen and (min-width: 768px){.su-lockup--option-g .su-lockup__line5{font-size:2.1rem}}.su-lockup--option-h .su-lockup__line2,.su-lockup--option-h .su-lockup__line5{display:none}@media(max-width: 767px){.su-lockup--option-h .su-lockup__cell2,.su-lockup--option-h .su-lockup__line4{margin-left:-2px}}@media(max-width: 767px){.su-lockup--option-h .su-lockup__wordmark{display:block}}.su-lockup--option-h .su-lockup__line4{margin-bottom:-3px;line-height:.95em}@media(max-width: 767px){.su-lockup--option-h .su-lockup__line4{margin-bottom:4px}.su-lockup--option-h .su-lockup__line4::after{margin-top:.75rem;margin-bottom:.5rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}}.su-lockup--option-h .su-lockup__line3{margin-top:0;margin-bottom:-3px;font-style:normal;line-height:1em;text-transform:capitalize}@media(max-width: 767px){.su-lockup--option-h .su-lockup__line3{font-size:2.6rem}}.su-lockup--option-i .su-lockup__line2,.su-lockup--option-i .su-lockup__line5{display:none}@media(max-width: 767px){.su-lockup--option-i .su-lockup__cell2,.su-lockup--option-i .su-lockup__line4{margin-left:-2px}}@media(max-width: 767px){.su-lockup--option-i .su-lockup__wordmark{display:block}}.su-lockup--option-i .su-lockup__line4{margin-bottom:-3px;line-height:.95em}@media(max-width: 767px){.su-lockup--option-i .su-lockup__line4::after{margin-top:.75rem;margin-bottom:.5rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}}.su-lockup--option-i .su-lockup__line3{line-height:.7em;text-transform:capitalize}@media only screen and (min-width: 768px){.su-lockup--option-i .su-lockup__line3{font-size:1.8rem}}@media(max-width: 767px){.su-lockup--option-i .su-lockup__line3{line-height:1.15em}}@media(max-width: 767px){.su-lockup--option-j>a{display:flex;flex-direction:column}}.su-lockup--option-j .su-lockup__line3,.su-lockup--option-j .su-lockup__line4{display:none}@media(max-width: 767px){.su-lockup--option-j .su-lockup__cell2{order:3}}@media only screen and (min-width: 768px){.su-lockup--option-j .su-lockup__line1{margin-top:-0.7rem}}@media(max-width: 767px){.su-lockup--option-j .su-lockup__line1{margin-left:-2px}}.su-lockup--option-j .su-lockup__line2{margin-top:.3rem;line-height:.7em}@media(max-width: 767px){.su-lockup--option-j .su-lockup__line2{margin-left:-2px;line-height:2.6rem}}.su-lockup--option-j .su-lockup__line5{font-size:2rem;font-weight:600;text-transform:uppercase}@media(max-width: 767px){.su-lockup--option-j .su-lockup__line5{margin-top:.75rem;margin-left:-2px;order:2}.su-lockup--option-j .su-lockup__line5::after{margin-top:.9rem;margin-bottom:.5rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}}@media only screen and (min-width: 768px){.su-lockup--option-j .su-lockup__line5{font-size:2.1rem}}.su-lockup--option-k .su-lockup__line2,.su-lockup--option-k .su-lockup__line3,.su-lockup--option-k .su-lockup__line4{display:none}.su-lockup--option-k .su-lockup__line1{font-size:3.3rem;font-weight:600;line-height:.7em;text-transform:uppercase}@media(max-width: 767px){.su-lockup--option-k .su-lockup__line1{margin-top:1.1rem;margin-left:-2px;font-size:2.6rem;line-height:2.6rem}.su-lockup--option-k .su-lockup__line1::after{margin-top:.5rem;margin-bottom:.5rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}}@media(max-width: 767px){.su-lockup--option-k .su-lockup__line5{margin-left:-2px;font-size:2.6rem}}.su-lockup--option-l .su-lockup__line2,.su-lockup--option-l .su-lockup__line3,.su-lockup--option-l .su-lockup__line4,.su-lockup--option-l .su-lockup__line5{display:none}.su-lockup--option-l .su-lockup__line1{font-weight:600;text-transform:uppercase}@media(max-width: 767px){.su-lockup--option-l .su-lockup__line1{margin-top:.5rem;margin-left:-2px}}@media only screen and (min-width: 768px){.su-lockup--option-l .su-lockup__line1{font-size:3.3rem;line-height:.7em}}.su-lockup--option-m .su-lockup__line3,.su-lockup--option-m .su-lockup__line4,.su-lockup--option-m .su-lockup__line5{display:none}.su-lockup--option-m .su-lockup__line2{margin-top:.3rem;line-height:.7em}@media(max-width: 767px){.su-lockup--option-m .su-lockup__line2{margin-top:0;margin-left:-2px;line-height:2.6rem}}@media only screen and (min-width: 768px){.su-lockup--option-m .su-lockup__line1{margin-top:-0.7rem}}@media(max-width: 767px){.su-lockup--option-m .su-lockup__line1{margin-top:4px;margin-left:-2px}}.su-lockup--option-n .su-lockup__line2,.su-lockup--option-n .su-lockup__line3,.su-lockup--option-n .su-lockup__line4,.su-lockup--option-n .su-lockup__line5{display:none}.su-lockup--option-n .su-lockup__line1{line-height:.7em}@media only screen and (min-width: 768px){.su-lockup--option-n .su-lockup__line1{font-size:3.2rem}}@media(max-width: 767px){.su-lockup--option-n .su-lockup__line1{margin-top:.5rem;margin-left:-2px;line-height:2.6rem}}.su-lockup--option-o .su-lockup__cell2,.su-lockup--option-o .su-lockup__cell1{border:0}.su-lockup--option-o .su-lockup__line1,.su-lockup--option-o .su-lockup__line2,.su-lockup--option-o .su-lockup__line3,.su-lockup--option-o .su-lockup__line5{display:none}@media(max-width: 767px){.su-lockup--option-o .su-lockup__line4{margin-left:-2px}}.su-lockup--option-p .su-lockup__line2,.su-lockup--option-p .su-lockup__line3,.su-lockup--option-p .su-lockup__line5{display:none}@media(max-width: 767px){.su-lockup--option-p .su-lockup__wordmark{display:block}}.su-lockup--option-p .su-lockup__line1{margin-bottom:-3px;line-height:1em}.su-lockup--option-p .su-lockup__line4{margin-bottom:-3px;line-height:1em}@media(max-width: 767px){.su-lockup--option-p .su-lockup__line4{font-size:2.5rem}.su-lockup--option-p .su-lockup__line4::after{margin-top:.6rem;margin-bottom:.7rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}}@media(max-width: 767px){.su-lockup--option-p .su-lockup__cell2{margin-left:-2px}}@media(max-width: 767px){.su-lockup--option-q>a{display:flex;flex-direction:column}}.su-lockup--option-q .su-lockup__line2,.su-lockup--option-q .su-lockup__line4{display:none}@media(max-width: 767px){.su-lockup--option-q .su-lockup__cell2{order:3}}@media only screen and (min-width: 768px){.su-lockup--option-q .su-lockup__line1{margin-top:-0.7rem}}@media(max-width: 767px){.su-lockup--option-q .su-lockup__line1{margin-left:-2px}}.su-lockup--option-q .su-lockup__line3{font-size:1.8rem;line-height:.7em}@media(max-width: 767px){.su-lockup--option-q .su-lockup__line3{line-height:1.15em;margin-left:-2px}}.su-lockup--option-q .su-lockup__line5{font-size:2rem;font-weight:600;text-transform:uppercase}@media(max-width: 767px){.su-lockup--option-q .su-lockup__line5{margin-top:.75rem;margin-left:-2px;order:2}.su-lockup--option-q .su-lockup__line5::after{margin-top:.75rem;margin-bottom:.5rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}}@media only screen and (min-width: 768px){.su-lockup--option-q .su-lockup__line5{font-size:2.1rem}}.su-lockup--option-r .su-lockup__cell2,.su-lockup--option-r .su-lockup__cell1{border:0}.su-lockup--option-r .su-lockup__line1,.su-lockup--option-r .su-lockup__line2,.su-lockup--option-r .su-lockup__line3,.su-lockup--option-r .su-lockup__line4{display:none}.su-lockup--option-r .su-lockup__line5{font-size:2.1rem}@media(max-width: 767px){.su-lockup--option-r .su-lockup__line5{margin-top:.75rem;margin-left:-2px;font-size:2.6rem}}.su-lockup--option-s .su-lockup__wordmark{display:block}.su-lockup--option-s .su-lockup__line1,.su-lockup--option-s .su-lockup__line2{font-size:2.6rem}@media(max-width: 767px){.su-lockup--option-s .su-lockup__line1,.su-lockup--option-s .su-lockup__line2{margin-left:-2px;line-height:2.6rem}}@media(max-width: 767px){.su-lockup--option-s .su-lockup__line1{margin-bottom:.2rem}}.su-lockup--option-s .su-lockup__line3,.su-lockup--option-s .su-lockup__line5{display:none}.su-lockup--option-s .su-lockup__line4::after{margin-top:.75rem;margin-bottom:.5rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}.su-lockup--option-s .su-lockup__cell1{padding:0;border:0}.su-lockup--option-s .su-lockup__cell2{padding:0;border:0;width:100%}.su-lockup--option-t .su-lockup__wordmark{display:block}.su-lockup--option-t .su-lockup__line1,.su-lockup--option-t .su-lockup__line2{font-size:2.6rem}@media(max-width: 767px){.su-lockup--option-t .su-lockup__line1,.su-lockup--option-t .su-lockup__line2{margin-left:-2px;line-height:2.6rem}}@media(max-width: 767px){.su-lockup--option-t .su-lockup__line1{margin-bottom:.2rem}}.su-lockup--option-t .su-lockup__line3{margin:0;font-size:2rem}@media(max-width: 767px){.su-lockup--option-t .su-lockup__line3{margin-top:.3rem;margin-left:-2px;font-size:1.8rem}}.su-lockup--option-t .su-lockup__line4::after{margin-top:.75rem;margin-bottom:.5rem;border-bottom:1px solid #2e2d29;content:"";display:block;width:120px}.su-lockup--option-t .su-lockup__line5{display:none}.su-lockup--option-t .su-lockup__cell1{padding:0;border:0}.su-lockup--option-t .su-lockup__cell2{padding:0;border:0;width:100%}.su-global-footer{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:2rem;padding-bottom:2rem;background-color:#8c1515;color:#fff}@media only screen and (min-width: 768px){.su-global-footer{padding-top:2.6rem;padding-bottom:2.6rem}}@media only screen and (min-width: 1500px){.su-global-footer{padding-top:2.7rem;padding-bottom:2.7rem}}.su-global-footer a{color:#fff;text-decoration:none}.su-global-footer a:hover,.su-global-footer a:focus{color:#fff;text-decoration:underline}.su-global-footer nav{margin-bottom:1rem;display:flex;flex:0 0 auto;justify-content:center}@media only screen and (min-width: 576px){.su-global-footer nav{display:block;margin-bottom:1.3rem}}.su-global-footer__container{margin:0 auto}@media only screen and (min-width: 0){.su-global-footer__container{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width: 576px){.su-global-footer__container{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width: 768px){.su-global-footer__container{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width: 992px){.su-global-footer__container{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width: 1200px){.su-global-footer__container{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width: 1500px){.su-global-footer__container{max-width:1500px;width:calc(100% - 200px)}}@media only screen and (min-width: 992px){.su-global-footer__container{display:flex}}.su-global-footer__brand{padding-top:.5rem;margin-bottom:.8rem;text-align:center}@media only screen and (min-width: 768px){.su-global-footer__brand{margin-bottom:.9rem}}@media only screen and (min-width: 1500px){.su-global-footer__brand{margin-bottom:1rem}}.su-global-footer__brand a{display:inline-block;font-family:Stanford,"Source Serif Pro",Georgia,Times,"Times New Roman",serif;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-decoration:none;line-height:.75;transform:translateZ(0);letter-spacing:0;-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-size:3.4rem}.su-global-footer__brand a:hover,.su-global-footer__brand a:focus{text-decoration:none}@media only screen and (min-width: 0)and (max-width: 575px){.su-global-footer__brand a{font-size:3.2rem}}.su-global-footer__content{flex-grow:1}@media(min-width: 576px)and (max-width: 991px){.su-global-footer__content{text-align:center}}@media only screen and (min-width: 992px){.su-global-footer__content{padding-left:4.5rem}}@media only screen and (min-width: 1200px){.su-global-footer__content{padding-left:5.2rem}}.su-global-footer__link-a11y{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.su-global-footer__menu{margin:0 0 1rem;padding:0;font-size:1.5rem;list-style-type:none}.su-global-footer__menu li{margin:0;padding:.25em 0;display:block}@media only screen and (min-width: 576px)and (max-width: 767px){.su-global-footer__menu li{margin-right:1rem}}@media only screen and (min-width: 576px){.su-global-footer__menu li{display:inline-block;line-height:1.1}}@media only screen and (min-width: 768px){.su-global-footer__menu li{margin-right:2rem}}@media only screen and (min-width: 992px){.su-global-footer__menu li{margin-right:2.8rem;padding:0;text-align:left}}.su-global-footer__menu li:last-child{margin-right:0}@media only screen and (min-width: 0)and (max-width: 575px){.su-global-footer__menu--global{padding-right:1.9rem}}@media(min-width: 768px)and (max-width: 1499px){.su-global-footer__menu--global{font-size:1.7rem}}@media only screen and (min-width: 1500px){.su-global-footer__menu--global{font-size:1.8rem}}@media only screen and (min-width: 0)and (max-width: 575px){.su-global-footer__menu--policy{padding-left:1.9rem}}@media only screen and (min-width: 576px)and (max-width: 767px){.su-global-footer__menu--policy{font-size:1.4rem}}@media only screen and (min-width: 576px){.su-global-footer__menu--policy a{font-weight:400}}@media(min-width: 768px)and (max-width: 1199px){.su-global-footer__menu--policy{font-size:1.5rem}}@media only screen and (min-width: 1200px){.su-global-footer__menu--policy{font-size:1.6rem}}.su-global-footer__copyright{font-size:1.4rem;text-align:center}@media only screen and (min-width: 0)and (max-width: 575px){.su-global-footer__copyright{font-size:1.34rem}}.su-global-footer__copyright span{white-space:nowrap}@media only screen and (min-width: 992px){.su-global-footer__copyright{text-align:left}}.su-global-footer--bright{background-color:#b1040e}.su-global-footer--dark{background-color:#2e2d29}.su-local-footer{background-color:#f4f4f4}.su-local-footer a{font-weight:400}.su-local-footer ul{margin-top:0;margin-bottom:0;padding-left:0;list-style-type:none}.su-local-footer ul>li{margin-bottom:0}.su-local-footer ul>li{margin-bottom:7px}.su-local-footer .su-signup-form p{font-size:17px}.su-local-footer__header{position:relative}@media(max-width: 991px){.su-local-footer__header .su-lockup{margin-bottom:3rem}}@media only screen and (max-width: 991px)and (min-width: 768px){.su-local-footer__header .su-lockup{margin-bottom:3.6rem}}@media only screen and (max-width: 991px)and (min-width: 1500px){.su-local-footer__header .su-lockup{margin-bottom:3.8rem}}@media only screen and (min-width: 992px){.su-local-footer__header .su-lockup{float:left}}.su-local-footer__header .su-link--internal{padding:1rem 2rem 1.15rem;background-color:#b1040e;color:#fff;border:1px solid #C6C6C6;box-shadow:0px 3px 6px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.1);padding:1rem 1.2rem 1.3rem 2rem;border-radius:7px}.su-local-footer__header .su-link--internal::after,.su-local-footer__header .su-link--internal::before{background-color:#fff;color:#b1040e}.su-local-footer__header .su-link--internal:hover,.su-local-footer__header .su-link--internal:focus{background-color:#2e2d29;color:#fff}.su-local-footer__header .su-link--internal:hover::after,.su-local-footer__header .su-link--internal:hover::before,.su-local-footer__header .su-link--internal:focus::after,.su-local-footer__header .su-link--internal:focus::before{background-color:#fff}.su-local-footer__header .su-link--internal:focus{box-shadow:0 0 3px #53565a,0 0 7px #53565a}@media(max-width: 991px){.su-local-footer__header .su-link--internal{margin-bottom:2rem;width:auto}}@media only screen and (max-width: 991px)and (min-width: 768px){.su-local-footer__header .su-link--internal{margin-bottom:2.6rem}}@media only screen and (max-width: 991px)and (min-width: 1500px){.su-local-footer__header .su-link--internal{margin-bottom:2.7rem}}@media only screen and (min-width: 992px){.su-local-footer__header .su-link--internal{float:right}}.su-local-footer__header .su-link--internal::after{background-color:#fff}.su-local-footer__header .su-link--internal:hover{border:1px solid #C6C6C6;box-shadow:0px 3px 6px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.1)}.su-local-footer__columns,.su-local-footer__header{margin:0 auto;padding-top:3.2rem;clear:both}@media only screen and (min-width: 0){.su-local-footer__columns,.su-local-footer__header{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width: 576px){.su-local-footer__columns,.su-local-footer__header{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width: 768px){.su-local-footer__columns,.su-local-footer__header{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width: 992px){.su-local-footer__columns,.su-local-footer__header{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width: 1200px){.su-local-footer__columns,.su-local-footer__header{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width: 1500px){.su-local-footer__columns,.su-local-footer__header{max-width:1500px;width:calc(100% - 200px)}}@media only screen and (min-width: 0){.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:20px}@supports(grid-column-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-column-gap:20px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:0;margin-left:0}}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:20px}@supports(grid-row-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-row-gap:20px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:0}}}@media only screen and (min-width: 576px){.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:20px}@supports(grid-column-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-column-gap:20px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:0;margin-left:0}}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:20px}@supports(grid-row-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-row-gap:20px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:0}}}@media only screen and (min-width: 768px){.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:20px}@supports(grid-column-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-column-gap:20px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:0;margin-left:0}}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:20px}@supports(grid-row-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-row-gap:20px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:0}}}@media only screen and (min-width: 992px){.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:36px}@supports(grid-column-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-column-gap:36px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:0;margin-left:0}}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:36px}@supports(grid-row-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-row-gap:36px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:0}}}@media only screen and (min-width: 1200px){.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:40px}@supports(grid-column-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-column-gap:40px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:0;margin-left:0}}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:40px}@supports(grid-row-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-row-gap:40px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:0}}}@media only screen and (min-width: 1500px){.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:48px}@supports(grid-column-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-column-gap:48px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-right:0;margin-left:0}}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:48px}@supports(grid-row-gap: 20px){.su-local-footer__columns,.su-local-footer__header{grid-row-gap:48px}.su-local-footer__columns>*,.su-local-footer__header>*{margin-top:0;margin-bottom:0}}}@media only screen and (min-width: 768px){.su-local-footer__columns,.su-local-footer__header{padding-top:4.5rem}}@media only screen and (min-width: 1500px){.su-local-footer__columns,.su-local-footer__header{padding-top:4.8rem}}.su-local-footer__columns{padding-bottom:3.2rem;grid-template-rows:auto;grid-template-columns:1fr 1fr;grid-template-areas:"A B" "C C"}@media only screen and (min-width: 768px){.su-local-footer__columns{padding-bottom:4.5rem}}@media only screen and (min-width: 1500px){.su-local-footer__columns{padding-bottom:4.8rem}}@media only screen and (min-width: 768px){.su-local-footer__columns{display:grid}}@media only screen and (min-width: 992px){.su-local-footer__columns{grid-template-columns:1fr 1fr 1fr;grid-template-areas:"A B C" "A B C"}}@media only screen and (min-width: 1200px){.su-local-footer__columns{grid-template-columns:1fr 1fr 1fr 1fr;grid-template-areas:"A B B C"}}.su-local-footer__columns .su-local-footer__cell1,.su-local-footer__columns .su-local-footer__cell2,.su-local-footer__columns .su-local-footer__cell3{vertical-align:top}.su-local-footer__columns .su-local-footer__cell1{-ms-grid-row:1;-ms-grid-column:1;grid-area:A}.su-local-footer__columns .su-local-footer__cell2{-ms-grid-row:1;-ms-grid-column:2;grid-area:B}@media(max-width: 991px){.su-local-footer__columns .su-local-footer__cell2{padding-top:3.2rem;padding-bottom:2rem}}@media only screen and (max-width: 991px)and (min-width: 768px){.su-local-footer__columns .su-local-footer__cell2{padding-top:4.5rem}}@media only screen and (max-width: 991px)and (min-width: 1500px){.su-local-footer__columns .su-local-footer__cell2{padding-top:4.8rem}}@media only screen and (max-width: 991px)and (min-width: 768px){.su-local-footer__columns .su-local-footer__cell2{padding-bottom:2.6rem}}@media only screen and (max-width: 991px)and (min-width: 1500px){.su-local-footer__columns .su-local-footer__cell2{padding-bottom:2.7rem}}@media only screen and (min-width: 768px)and (max-width: 991px){.su-local-footer__columns .su-local-footer__cell2{-ms-grid-row:2;-ms-grid-column:1;-ms-grid-column-span:2;grid-area:C}}.su-local-footer__columns .su-local-footer__cell2 nav{vertical-align:top}@media only screen and (min-width: 768px)and (max-width: 991px){.su-local-footer__columns .su-local-footer__cell2 nav{display:inline-block;min-width:calc(49% - 10px);max-width:calc(49% - 10px)}.su-local-footer__columns .su-local-footer__cell2 nav:last-of-type{margin-left:10px}.su-local-footer__columns .su-local-footer__cell2 nav:first-of-type{margin-right:10px}}@media only screen and (min-width: 1200px){.su-local-footer__columns .su-local-footer__cell2 nav{display:inline-block;min-width:calc(49% - 20px);max-width:calc(49% - 20px)}.su-local-footer__columns .su-local-footer__cell2 nav:last-of-type{margin-left:20px}.su-local-footer__columns .su-local-footer__cell2 nav:first-of-type{margin-right:20px}}@media only screen and (min-width: 1500px){.su-local-footer__columns .su-local-footer__cell2 nav{min-width:calc(49% - 24px);max-width:calc(49% - 24px)}.su-local-footer__columns .su-local-footer__cell2 nav:last-of-type{margin-left:24px}.su-local-footer__columns .su-local-footer__cell2 nav:first-of-type{margin-right:24px}}.su-local-footer__columns .su-local-footer__cell2 nav:first-of-type{padding-bottom:2rem}@media only screen and (min-width: 768px){.su-local-footer__columns .su-local-footer__cell2 nav:first-of-type{padding-bottom:2.6rem}}@media only screen and (min-width: 1500px){.su-local-footer__columns .su-local-footer__cell2 nav:first-of-type{padding-bottom:2.7rem}}@media only screen and (min-width: 992px){.su-local-footer__columns>.su-local-footer__cell2{-ms-grid-column-span:2}}.su-local-footer__columns .su-local-footer__cell3{-ms-grid-row:2;-ms-grid-column:1;-ms-grid-column-span:2;grid-area:C}@media only screen and (min-width: 768px)and (max-width: 991px){.su-local-footer__columns .su-local-footer__cell3{-ms-grid-row:1;-ms-grid-column:2;grid-area:B}@media only screen and (min-width: 992px){.su-local-footer__columns .su-local-footer__cell1{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:1}.su-local-footer__columns .su-local-footer__cell2{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:2}.su-local-footer__columns .su-local-footer__cell2{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:3;-ms-grid-column-span:1}.su-local-footer__columns .su-local-footer__cell3{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:3;-ms-grid-column-span:1}.su-local-footer__columns .su-local-footer__cell3{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:2}}@media only screen and (min-width: 1200px){.su-local-footer__columns .su-local-footer__cell1{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1}.su-local-footer__columns .su-local-footer__cell2{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:2;-ms-grid-column-span:2}.su-local-footer__columns .su-local-footer__cell2{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:4;-ms-grid-column-span:1}.su-local-footer__columns .su-local-footer__cell3{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:4;-ms-grid-column-span:1}.su-local-footer__columns .su-local-footer__cell3{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:2;-ms-grid-column-span:2}}}@media only screen and (min-width: 992px){.su-local-footer__columns>.su-local-footer__cell3{-ms-grid-row:1;-ms-grid-column:3}}@media only screen and (min-width: 1200px){.su-local-footer__columns>.su-local-footer__cell3{-ms-grid-row:1;-ms-grid-column:4}}.su-local-footer__list-heading{font-size:18px;line-height:140%}.su-local-footer__address,.su-local-footer__action-links{padding-bottom:3.2rem;font-size:16px}@media only screen and (min-width: 768px){.su-local-footer__address,.su-local-footer__action-links{padding-bottom:4.5rem}}@media only screen and (min-width: 1500px){.su-local-footer__address,.su-local-footer__action-links{padding-bottom:4.8rem}}.su-local-footer__address{line-height:140%}.su-local-footer__action-links a{text-decoration:none;font-weight:600}@supports((-webkit-mask-repeat: no-repeat) or (mask-repeat: no-repeat)){.su-local-footer__action-links a::after{height:.8em;width:.8em;display:inline-block;content:"";-webkit-mask:url("../img/arrow-right.svg") no-repeat 0 0;mask:url("../img/arrow-right.svg") no-repeat 0 0;-webkit-mask-size:contain;mask-size:contain}.su-local-footer__action-links a:hover::after,.su-local-footer__action-links a:focus::after{background-color:#2e2d29}.su-local-footer__action-links a::after{margin-right:.3em;margin-bottom:-0.18em;margin-left:.4em;background-color:#006cb8;transition:transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out;transition:transform .2s ease-in-out,mask-image .2s ease-in-out;transition:transform .2s ease-in-out,mask-image .2s ease-in-out,-webkit-mask-image .2s ease-in-out}.su-local-footer__action-links a:hover::after,.su-local-footer__action-links a:focus::after{transform:translateX(0.2em)}}.su-local-footer__primary-links ul li,.su-local-footer__secondary-links ul li{font-size:16px}.su-local-footer__social-links{padding:0;margin:0;list-style-type:none;overflow:hidden}.su-local-footer__social-links>li{display:block;float:left}.su-local-footer__social-links>li:last-child{margin-right:0}.su-local-footer__social-links li{padding-right:18px}.su-local-footer__social-links li:last-child{padding-right:0}.su-local-footer__social-links i{font-size:2.5rem}.su-local-footer__social-links i::before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;color:#2e2d29;font-family:"Font Awesome 5 Brands";transition:color .25s ease-out}.su-local-footer__social-links a{text-decoration:none}.su-local-footer__social-links a span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.su-local-footer__social-links .su-local-footer__social-facebook i::before{content:""}.su-local-footer__social-links .su-local-footer__social-facebook:hover i::before,.su-local-footer__social-links .su-local-footer__social-facebook:focus i::before{color:#3b579d}.su-local-footer__social-links .su-local-footer__social-linkedin i::before{content:""}.su-local-footer__social-links .su-local-footer__social-linkedin:hover i::before,.su-local-footer__social-links .su-local-footer__social-linkedin:focus i::before{color:#0077b5}.su-local-footer__social-links .su-local-footer__social-twitter i::before{content:""}.su-local-footer__social-links .su-local-footer__social-twitter:hover i::before,.su-local-footer__social-links .su-local-footer__social-twitter:focus i::before{color:#1da1f2}.su-local-footer__social-links .su-local-footer__social-instagram i::before{content:""}.su-local-footer__social-links .su-local-footer__social-instagram:hover i::before,.su-local-footer__social-links .su-local-footer__social-instagram:focus i::before{color:#d73676}.su-local-footer__social-links .su-local-footer__social-youtube i::before{content:""}.su-local-footer__social-links .su-local-footer__social-youtube:hover i::before,.su-local-footer__social-links .su-local-footer__social-youtube:focus i::before{color:#cd201f}.su-masthead{box-shadow:0px 3px 6px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.1);position:relative;background-color:#fff;max-width:100%}.su-masthead>section:last-of-type{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;margin:0 auto;padding-top:2rem}@media only screen and (min-width: 0){.su-masthead>section:last-of-type{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width: 576px){.su-masthead>section:last-of-type{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width: 768px){.su-masthead>section:last-of-type{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width: 992px){.su-masthead>section:last-of-type{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width: 1200px){.su-masthead>section:last-of-type{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width: 1500px){.su-masthead>section:last-of-type{max-width:1500px;width:calc(100% - 200px)}}@media only screen and (min-width: 768px){.su-masthead>section:last-of-type{padding-top:2.6rem}}@media only screen and (min-width: 1500px){.su-masthead>section:last-of-type{padding-top:2.7rem}}.su-masthead .su-lockup{margin-bottom:1.5rem;max-width:-moz-fit-content;max-width:fit-content}@media only screen and (min-width: 768px){.su-masthead .su-lockup{margin-bottom:1.8rem}}@media only screen and (min-width: 1500px){.su-masthead .su-lockup{margin-bottom:1.9rem}}@media(max-width: 991px){.su-masthead .su-lockup{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px);z-index:10010}}@media only screen and (min-width: 992px){.su-masthead .su-lockup{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(max-width: 991px){.su-masthead .su-site-search{display:none}}@media only screen and (min-width: 992px){.su-masthead .su-site-search{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}.su-masthead .su-site-search>form{margin-left:auto;width:30rem;max-width:100%}@media(max-width: 991px){.su-masthead .su-site-search>form{width:100%}}@media(max-width: 767px){.su-masthead .su-main-nav{margin-top:-57px}}@media only screen and (min-width: 768px)and (max-width: 991px){.su-masthead .su-main-nav{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px);margin-top:auto}}@media(max-width: 991px){.su-masthead .su-main-nav>ul{box-shadow:0px 10px 20px rgba(0, 0, 0, 0.15), 0px 6px 6px rgba(0, 0, 0, 0.2)}.su-masthead .su-main-nav>ul,.su-masthead .su-main-nav>.su-site-search{right:0}}@media only screen and (min-width: 992px){.su-masthead .su-main-nav{width:100%}}@media only screen and (min-width: 768px)and (max-width: 991px){.su-masthead .su-main-nav>ul,.su-masthead .su-main-nav .su-main-nav__toggle[aria-expanded=true]+.su-main-nav__menu-lv1+.su-site-search{width:40rem}}@media only screen and (min-width: 0)and (max-width: 575px){.su-masthead .su-main-nav>ul,.su-masthead .su-main-nav .su-main-nav__toggle[aria-expanded=true]+.su-main-nav__menu-lv1+.su-site-search{transform:translateX(20px)}}@media only screen and (min-width: 576px)and (max-width: 767px){.su-masthead .su-main-nav>ul,.su-masthead .su-main-nav .su-main-nav__toggle[aria-expanded=true]+.su-main-nav__menu-lv1+.su-site-search{transform:translateX(30px)}}@media only screen and (min-width: 768px)and (max-width: 991px){.su-masthead .su-main-nav>ul,.su-masthead .su-main-nav .su-main-nav__toggle[aria-expanded=true]+.su-main-nav__menu-lv1+.su-site-search{transform:translateX(50px)}}@media only screen and (min-width: 0)and (max-width: 575px){.su-masthead .su-main-nav,.su-masthead .su-main-nav>ul,.su-masthead .su-main-nav .su-main-nav__toggle[aria-expanded=true]+.su-main-nav__menu-lv1+.su-site-search{width:calc(100% + 40px)}}@media only screen and (min-width: 576px)and (max-width: 767px){.su-masthead .su-main-nav,.su-masthead .su-main-nav>ul,.su-masthead .su-main-nav .su-main-nav__toggle[aria-expanded=true]+.su-main-nav__menu-lv1+.su-site-search{width:calc(100% + 60px)}}@media(min-width: 992px){.su-masthead--center .su-main-nav>ul{justify-content:center}}.su-masthead--dark{background-color:#2e2d29}.su-masthead--dark .su-lockup__wordmark,.su-masthead--dark .su-lockup__line1,.su-masthead--dark .su-lockup__line2,.su-masthead--dark .su-lockup__line3,.su-masthead--dark .su-lockup__line4,.su-masthead--dark .su-lockup__line5{color:#fff}.su-masthead--dark .su-lockup__cell2{border-color:#fff}@media(min-width: 992px){.su-masthead--right .su-main-nav>ul{justify-content:flex-end}}.su-skiplinks{padding:0;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;background-color:#2e2d29;color:#fff;font-size:.75em;font-weight:400;text-decoration:none;min-height:1px;position:absolute;top:-500px;left:.8em;transition-duration:.25s;transition-property:top;transition-timing-function:ease-in-out}@media print{.su-skiplinks{display:none}}.su-skiplinks,.su-skiplinks:hover,.su-skiplinks:visited{height:1px;width:1px;color:#fff;overflow:hidden;white-space:nowrap}.su-skiplinks:active,.su-skiplinks:focus{padding:.4em .8em;height:auto;width:auto;color:#fff;border:1px solid #53565a;border-radius:3px;position:fixed;left:.8em;top:.8em;z-index:11222}.su-alert{background-color:#f4f4f4}.su-alert a{color:#2e2d29}.su-alert .centered-container{padding-top:1em;padding-bottom:1em;display:flex;flex-wrap:wrap}@media only screen and (min-width: 576px){.su-alert .centered-container{align-items:center}}.su-alert__dismiss{margin-left:2rem;order:3;height:100%;align-content:flex-end;flex-shrink:1;text-align:right}@media only screen and (min-width: 768px){.su-alert__dismiss{margin-left:2.6rem}}@media only screen and (min-width: 1500px){.su-alert__dismiss{margin-left:2.7rem}}@media(max-width: 575px){.su-alert__dismiss{width:100%}}.su-alert__dismiss .su-alert__dismiss-button{padding:0;background-color:rgba(0,0,0,0);text-transform:uppercase;font-weight:600;color:#2e2d29;font-size:1.7rem;letter-spacing:.1em}.su-alert__dismiss .su-alert__dismiss-button .su-far,.su-alert__dismiss .su-alert__dismiss-button .su-fas,.su-alert__dismiss .su-alert__dismiss-button .fas{margin-left:.5em}.su-alert__dismiss .su-alert__dismiss-button i,.su-alert__dismiss .su-alert__dismiss-button .su-far,.su-alert__dismiss .su-alert__dismiss-button .su-fas,.su-alert__dismiss .su-alert__dismiss-button .fas{font-style:normal;text-decoration:none}.su-alert__dismiss .su-alert__dismiss-button.su-text-black:hover,.su-alert__dismiss .su-alert__dismiss-button.su-text-black:focus{background-color:rgba(0,0,0,0);color:#2e2d29}.su-alert__header{margin-right:2rem;order:1;flex-shrink:1}@media only screen and (min-width: 768px){.su-alert__header{margin-right:2.6rem}}@media only screen and (min-width: 1500px){.su-alert__header{margin-right:2.7rem}}@media(max-width: 991px){.su-alert__header{margin-bottom:1em;width:100%}}.su-alert__icon{margin-right:.5em;display:inline-block;max-width:20px}.su-alert__icon i,.su-alert__icon .su-far,.su-alert__icon .su-fas{font-style:normal}.su-alert__label{height:100%;line-height:100%;display:inline-block;font-size:1.7rem;text-transform:uppercase;font-weight:600;letter-spacing:.1em}.su-alert__label::after{content:":"}.su-alert__body{order:2;flex-grow:1;flex-basis:100px}.su-alert__heading{margin-bottom:1rem}.su-alert__text{margin-bottom:0}.su-alert__text a{color:#2e2d29;text-decoration:underline;transition:background-color .3s ease-in-out,color .3s ease-in-out}.su-alert__text a:hover,.su-alert__text a:focus{color:#2e2d29;background-color:#6fc3ff;text-decoration:underline}.su-alert__text a.su-button,.su-alert__text a.su-button--secondary{padding:1rem 2rem 1.15rem;background-color:#fff;box-shadow:inset 0 0 0 2px #b1040e;color:#b1040e;background-color:#f4f4f4;box-shadow:inset 0 0 0 2px #2e2d29;color:#2e2d29}.su-alert__text a.su-button::after,.su-alert__text a.su-button::before,.su-alert__text a.su-button--secondary::after,.su-alert__text a.su-button--secondary::before{background-color:#b1040e;color:#fff}.su-alert__text a.su-button:hover,.su-alert__text a.su-button:focus,.su-alert__text a.su-button--secondary:hover,.su-alert__text a.su-button--secondary:focus{background-color:#fff;color:#2e2d29}.su-alert__text a.su-button:hover::after,.su-alert__text a.su-button:hover::before,.su-alert__text a.su-button:focus::after,.su-alert__text a.su-button:focus::before,.su-alert__text a.su-button--secondary:hover::after,.su-alert__text a.su-button--secondary:hover::before,.su-alert__text a.su-button--secondary:focus::after,.su-alert__text a.su-button--secondary:focus::before{background-color:#fff;color:#2e2d29}.su-alert__text a.su-button:hover,.su-alert__text a.su-button--secondary:hover{box-shadow:inset 0 0 0 2px #2e2d29}.su-alert__text a.su-button:hover::after,.su-alert__text a.su-button:hover::before,.su-alert__text a.su-button--secondary:hover::after,.su-alert__text a.su-button--secondary:hover::before{background-color:#2e2d29;color:#fff}.su-alert__text a.su-button:focus,.su-alert__text a.su-button--secondary:focus{box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #53565a,0 0 7px #53565a}.su-alert__text a.su-button:focus::after,.su-alert__text a.su-button:focus::before,.su-alert__text a.su-button--secondary:focus::after,.su-alert__text a.su-button--secondary:focus::before{background-color:#2e2d29;color:#fff}.su-alert__text a.su-button:hover,.su-alert__text a.su-button:focus,.su-alert__text a.su-button--secondary:hover,.su-alert__text a.su-button--secondary:focus{background-color:#f4f4f4}.su-alert__text a.su-button--big{padding:1rem 2rem 1.15rem;background-color:#b1040e;color:#fff;padding:1.3rem 2.8rem 1.5rem;font-size:2.5rem;background-color:#f4f4f4;box-shadow:inset 0 0 0 2px #2e2d29;color:#2e2d29}.su-alert__text a.su-button--big::after,.su-alert__text a.su-button--big::before{background-color:#fff;color:#b1040e}.su-alert__text a.su-button--big:hover,.su-alert__text a.su-button--big:focus{background-color:#2e2d29;color:#fff}.su-alert__text a.su-button--big:hover::after,.su-alert__text a.su-button--big:hover::before,.su-alert__text a.su-button--big:focus::after,.su-alert__text a.su-button--big:focus::before{background-color:#fff}.su-alert__text a.su-button--big:focus{box-shadow:0 0 3px #53565a,0 0 7px #53565a}@media only screen and (min-width: 768px){.su-alert__text a.su-button--big{padding:1.5rem 3rem 1.8rem;font-size:2.8rem}}@media only screen and (min-width: 1500px){.su-alert__text a.su-button--big{font-size:3rem}}.su-alert__text a.su-button--big:hover,.su-alert__text a.su-button--big:focus{background-color:#f4f4f4;color:#2e2d29}.su-alert__footer a{color:#2e2d29;text-decoration:none}.su-alert__footer a:hover,.su-alert__footer a:focus{color:#2e2d29;text-decoration:underline}.su-alert__footer .su-link::after{background:#2e2d29}.su-alert__footer .su-link:hover,.su-alert__footer .su-link:focus{text-decoration:underline}.su-alert__footer .su-link:hover::after,.su-alert__footer .su-link:focus::after{background:#2e2d29}.su-alert__text+.su-alert__footer{margin-top:1.5rem}@media only screen and (min-width: 768px){.su-alert__text+.su-alert__footer{margin-top:1.8rem}}@media only screen and (min-width: 1500px){.su-alert__text+.su-alert__footer{margin-top:1.9rem}}@media(max-width: 767px){.su-alert__dismiss~.su-alert__body{margin-bottom:1em}}.su-alert--error{background-color:#b1040e;color:#fff}.su-alert--error a{color:#fff}.su-alert--error a:hover,.su-alert--error a:focus{text-decoration:underline}.su-alert--error a.su-button,.su-alert--error a.su-button--secondary{padding:1rem 2rem 1.15rem;background-color:#fff;box-shadow:inset 0 0 0 2px #b1040e;color:#b1040e;background-color:#b1040e;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--error a.su-button::after,.su-alert--error a.su-button::before,.su-alert--error a.su-button--secondary::after,.su-alert--error a.su-button--secondary::before{background-color:#b1040e;color:#fff}.su-alert--error a.su-button:hover,.su-alert--error a.su-button:focus,.su-alert--error a.su-button--secondary:hover,.su-alert--error a.su-button--secondary:focus{background-color:#fff;color:#2e2d29}.su-alert--error a.su-button:hover::after,.su-alert--error a.su-button:hover::before,.su-alert--error a.su-button:focus::after,.su-alert--error a.su-button:focus::before,.su-alert--error a.su-button--secondary:hover::after,.su-alert--error a.su-button--secondary:hover::before,.su-alert--error a.su-button--secondary:focus::after,.su-alert--error a.su-button--secondary:focus::before{background-color:#fff;color:#2e2d29}.su-alert--error a.su-button:hover,.su-alert--error a.su-button--secondary:hover{box-shadow:inset 0 0 0 2px #2e2d29}.su-alert--error a.su-button:hover::after,.su-alert--error a.su-button:hover::before,.su-alert--error a.su-button--secondary:hover::after,.su-alert--error a.su-button--secondary:hover::before{background-color:#2e2d29;color:#fff}.su-alert--error a.su-button:focus,.su-alert--error a.su-button--secondary:focus{box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #53565a,0 0 7px #53565a}.su-alert--error a.su-button:focus::after,.su-alert--error a.su-button:focus::before,.su-alert--error a.su-button--secondary:focus::after,.su-alert--error a.su-button--secondary:focus::before{background-color:#2e2d29;color:#fff}.su-alert--error a.su-button:hover,.su-alert--error a.su-button:focus,.su-alert--error a.su-button--secondary:hover,.su-alert--error a.su-button--secondary:focus{background-color:#b1040e;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--error a.su-button--big{padding:1rem 2rem 1.15rem;background-color:#b1040e;color:#fff;padding:1.3rem 2.8rem 1.5rem;font-size:2.5rem;background-color:#b1040e;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--error a.su-button--big::after,.su-alert--error a.su-button--big::before{background-color:#fff;color:#b1040e}.su-alert--error a.su-button--big:hover,.su-alert--error a.su-button--big:focus{background-color:#2e2d29;color:#fff}.su-alert--error a.su-button--big:hover::after,.su-alert--error a.su-button--big:hover::before,.su-alert--error a.su-button--big:focus::after,.su-alert--error a.su-button--big:focus::before{background-color:#fff}.su-alert--error a.su-button--big:focus{box-shadow:0 0 3px #53565a,0 0 7px #53565a}@media only screen and (min-width: 768px){.su-alert--error a.su-button--big{padding:1.5rem 3rem 1.8rem;font-size:2.8rem}}@media only screen and (min-width: 1500px){.su-alert--error a.su-button--big{font-size:3rem}}.su-alert--error a.su-button--big:hover,.su-alert--error a.su-button--big:focus{background-color:#b1040e;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--info{background-color:#00548f}.su-alert--info a.su-button,.su-alert--info a.su-button--secondary{padding:1rem 2rem 1.15rem;background-color:#fff;box-shadow:inset 0 0 0 2px #b1040e;color:#b1040e;background-color:#00548f;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--info a.su-button::after,.su-alert--info a.su-button::before,.su-alert--info a.su-button--secondary::after,.su-alert--info a.su-button--secondary::before{background-color:#b1040e;color:#fff}.su-alert--info a.su-button:hover,.su-alert--info a.su-button:focus,.su-alert--info a.su-button--secondary:hover,.su-alert--info a.su-button--secondary:focus{background-color:#fff;color:#2e2d29}.su-alert--info a.su-button:hover::after,.su-alert--info a.su-button:hover::before,.su-alert--info a.su-button:focus::after,.su-alert--info a.su-button:focus::before,.su-alert--info a.su-button--secondary:hover::after,.su-alert--info a.su-button--secondary:hover::before,.su-alert--info a.su-button--secondary:focus::after,.su-alert--info a.su-button--secondary:focus::before{background-color:#fff;color:#2e2d29}.su-alert--info a.su-button:hover,.su-alert--info a.su-button--secondary:hover{box-shadow:inset 0 0 0 2px #2e2d29}.su-alert--info a.su-button:hover::after,.su-alert--info a.su-button:hover::before,.su-alert--info a.su-button--secondary:hover::after,.su-alert--info a.su-button--secondary:hover::before{background-color:#2e2d29;color:#fff}.su-alert--info a.su-button:focus,.su-alert--info a.su-button--secondary:focus{box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #53565a,0 0 7px #53565a}.su-alert--info a.su-button:focus::after,.su-alert--info a.su-button:focus::before,.su-alert--info a.su-button--secondary:focus::after,.su-alert--info a.su-button--secondary:focus::before{background-color:#2e2d29;color:#fff}.su-alert--info a.su-button:hover,.su-alert--info a.su-button:focus,.su-alert--info a.su-button--secondary:hover,.su-alert--info a.su-button--secondary:focus{background-color:#00548f;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--info a.su-button--big{padding:1rem 2rem 1.15rem;background-color:#b1040e;color:#fff;padding:1.3rem 2.8rem 1.5rem;font-size:2.5rem;background-color:#00548f;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--info a.su-button--big::after,.su-alert--info a.su-button--big::before{background-color:#fff;color:#b1040e}.su-alert--info a.su-button--big:hover,.su-alert--info a.su-button--big:focus{background-color:#2e2d29;color:#fff}.su-alert--info a.su-button--big:hover::after,.su-alert--info a.su-button--big:hover::before,.su-alert--info a.su-button--big:focus::after,.su-alert--info a.su-button--big:focus::before{background-color:#fff}.su-alert--info a.su-button--big:focus{box-shadow:0 0 3px #53565a,0 0 7px #53565a}@media only screen and (min-width: 768px){.su-alert--info a.su-button--big{padding:1.5rem 3rem 1.8rem;font-size:2.8rem}}@media only screen and (min-width: 1500px){.su-alert--info a.su-button--big{font-size:3rem}}.su-alert--info a.su-button--big:hover,.su-alert--info a.su-button--big:focus{background-color:#00548f;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--success{background-color:#008566}.su-alert--success a.su-button,.su-alert--success a.su-button--secondary{padding:1rem 2rem 1.15rem;background-color:#fff;box-shadow:inset 0 0 0 2px #b1040e;color:#b1040e;background-color:#008566;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--success a.su-button::after,.su-alert--success a.su-button::before,.su-alert--success a.su-button--secondary::after,.su-alert--success a.su-button--secondary::before{background-color:#b1040e;color:#fff}.su-alert--success a.su-button:hover,.su-alert--success a.su-button:focus,.su-alert--success a.su-button--secondary:hover,.su-alert--success a.su-button--secondary:focus{background-color:#fff;color:#2e2d29}.su-alert--success a.su-button:hover::after,.su-alert--success a.su-button:hover::before,.su-alert--success a.su-button:focus::after,.su-alert--success a.su-button:focus::before,.su-alert--success a.su-button--secondary:hover::after,.su-alert--success a.su-button--secondary:hover::before,.su-alert--success a.su-button--secondary:focus::after,.su-alert--success a.su-button--secondary:focus::before{background-color:#fff;color:#2e2d29}.su-alert--success a.su-button:hover,.su-alert--success a.su-button--secondary:hover{box-shadow:inset 0 0 0 2px #2e2d29}.su-alert--success a.su-button:hover::after,.su-alert--success a.su-button:hover::before,.su-alert--success a.su-button--secondary:hover::after,.su-alert--success a.su-button--secondary:hover::before{background-color:#2e2d29;color:#fff}.su-alert--success a.su-button:focus,.su-alert--success a.su-button--secondary:focus{box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #53565a,0 0 7px #53565a}.su-alert--success a.su-button:focus::after,.su-alert--success a.su-button:focus::before,.su-alert--success a.su-button--secondary:focus::after,.su-alert--success a.su-button--secondary:focus::before{background-color:#2e2d29;color:#fff}.su-alert--success a.su-button:hover,.su-alert--success a.su-button:focus,.su-alert--success a.su-button--secondary:hover,.su-alert--success a.su-button--secondary:focus{background-color:#008566;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--success a.su-button--big{padding:1rem 2rem 1.15rem;background-color:#b1040e;color:#fff;padding:1.3rem 2.8rem 1.5rem;font-size:2.5rem;background-color:#008566;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--success a.su-button--big::after,.su-alert--success a.su-button--big::before{background-color:#fff;color:#b1040e}.su-alert--success a.su-button--big:hover,.su-alert--success a.su-button--big:focus{background-color:#2e2d29;color:#fff}.su-alert--success a.su-button--big:hover::after,.su-alert--success a.su-button--big:hover::before,.su-alert--success a.su-button--big:focus::after,.su-alert--success a.su-button--big:focus::before{background-color:#fff}.su-alert--success a.su-button--big:focus{box-shadow:0 0 3px #53565a,0 0 7px #53565a}@media only screen and (min-width: 768px){.su-alert--success a.su-button--big{padding:1.5rem 3rem 1.8rem;font-size:2.8rem}}@media only screen and (min-width: 1500px){.su-alert--success a.su-button--big{font-size:3rem}}.su-alert--success a.su-button--big:hover,.su-alert--success a.su-button--big:focus{background-color:#008566;box-shadow:inset 0 0 0 2px #fff;color:#fff}.su-alert--text-light{color:#fff}.su-alert--text-light a{color:#fff}.su-alert--text-light a:hover,.su-alert--text-light a:focus{color:#fff;text-decoration:underline}.su-alert--text-light .su-alert__text a:hover,.su-alert--text-light .su-alert__text a:focus{background-color:#fff;color:#2e2d29}.su-alert--text-light .su-alert__footer .su-link::after{background:#fff}.su-alert--text-light .su-alert__dismiss-button{color:#fff}.su-alert--text-light .su-alert__dismiss-button:hover,.su-alert--text-light .su-alert__dismiss-button:focus{background-color:rgba(0,0,0,0);color:#fff}.su-alert--warning{background-color:#fec51d}.su-alert--warning a{color:#2e2d29}.su-alert--warning a:hover,.su-alert--warning a:focus{color:#2e2d29;text-decoration:underline}.su-alert--warning a.su-button,.su-alert--warning a.su-button--secondary{padding:1rem 2rem 1.15rem;background-color:#fff;box-shadow:inset 0 0 0 2px #b1040e;color:#b1040e;background-color:#fec51d;box-shadow:inset 0 0 0 2px #2e2d29;color:#2e2d29}.su-alert--warning a.su-button::after,.su-alert--warning a.su-button::before,.su-alert--warning a.su-button--secondary::after,.su-alert--warning a.su-button--secondary::before{background-color:#b1040e;color:#fff}.su-alert--warning a.su-button:hover,.su-alert--warning a.su-button:focus,.su-alert--warning a.su-button--secondary:hover,.su-alert--warning a.su-button--secondary:focus{background-color:#fff;color:#2e2d29}.su-alert--warning a.su-button:hover::after,.su-alert--warning a.su-button:hover::before,.su-alert--warning a.su-button:focus::after,.su-alert--warning a.su-button:focus::before,.su-alert--warning a.su-button--secondary:hover::after,.su-alert--warning a.su-button--secondary:hover::before,.su-alert--warning a.su-button--secondary:focus::after,.su-alert--warning a.su-button--secondary:focus::before{background-color:#fff;color:#2e2d29}.su-alert--warning a.su-button:hover,.su-alert--warning a.su-button--secondary:hover{box-shadow:inset 0 0 0 2px #2e2d29}.su-alert--warning a.su-button:hover::after,.su-alert--warning a.su-button:hover::before,.su-alert--warning a.su-button--secondary:hover::after,.su-alert--warning a.su-button--secondary:hover::before{background-color:#2e2d29;color:#fff}.su-alert--warning a.su-button:focus,.su-alert--warning a.su-button--secondary:focus{box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #53565a,0 0 7px #53565a}.su-alert--warning a.su-button:focus::after,.su-alert--warning a.su-button:focus::before,.su-alert--warning a.su-button--secondary:focus::after,.su-alert--warning a.su-button--secondary:focus::before{background-color:#2e2d29;color:#fff}.su-alert--warning a.su-button:hover,.su-alert--warning a.su-button:focus,.su-alert--warning a.su-button--secondary:hover,.su-alert--warning a.su-button--secondary:focus{background-color:#fec51d;box-shadow:inset 0 0 0 2px #2e2d29;color:#2e2d29}.su-alert--warning a.su-button--big{padding:1rem 2rem 1.15rem;background-color:#b1040e;color:#fff;padding:1.3rem 2.8rem 1.5rem;font-size:2.5rem;background-color:#fec51d;box-shadow:inset 0 0 0 2px #2e2d29;color:#2e2d29}.su-alert--warning a.su-button--big::after,.su-alert--warning a.su-button--big::before{background-color:#fff;color:#b1040e}.su-alert--warning a.su-button--big:hover,.su-alert--warning a.su-button--big:focus{background-color:#2e2d29;color:#fff}.su-alert--warning a.su-button--big:hover::after,.su-alert--warning a.su-button--big:hover::before,.su-alert--warning a.su-button--big:focus::after,.su-alert--warning a.su-button--big:focus::before{background-color:#fff}.su-alert--warning a.su-button--big:focus{box-shadow:0 0 3px #53565a,0 0 7px #53565a}@media only screen and (min-width: 768px){.su-alert--warning a.su-button--big{padding:1.5rem 3rem 1.8rem;font-size:2.8rem}}@media only screen and (min-width: 1500px){.su-alert--warning a.su-button--big{font-size:3rem}}.su-alert--warning a.su-button--big:hover,.su-alert--warning a.su-button--big:focus{background-color:#fec51d;box-shadow:inset 0 0 0 2px #2e2d29;color:#2e2d29}@keyframes colorfulSplashFont{0%{opacity:0;transform:scale(0.9)}100%{opacity:100%;transform:scale(1)}}@keyframes traditionalSplashFont{0%{opacity:0}100%{opacity:100%}}@keyframes colorfulLeadFont{0%{opacity:0;transform:scale(0.9) translateY(8px)}100%{opacity:100%;transform:scale(1) translateY(0)}}@keyframes traditionalLeadFont{0%{opacity:0}100%{opacity:100%}}:root{--palette--primary: #00505c;--palette--secondary: #148762;--palette--tertiary: #007c8f;--palette--primary-hero-overlay: rgba(0, 36, 41, 0.8);--palette--primary-dark: #002429;--palette--secondary-active: #00ce9d;--palette--secondary-highlight: #e4f4ee;--palette--secondary-highlight-darken: #9cd6c0;--palette--secondary-darken-12: #0c523b;--palette--tertiary-highlight: #c2f7ff;--palette--tertiary-highlight-darken-10: #8ff0ff;--palette--tertiary-reversed: #00d5f5;--palette--tertiary-reversed-darken-10: #00a9c2;--palette--tertiary-darken-20: #002429;--palette--spotlight: #e4f4ee;--palette--spotlight-lighten-8: #e3f4ed;--palette--primary: #600e0e;--palette--secondary: #8c1515;--palette--tertiary: #b1040e;--palette--primary-hero-overlay: rgba(28, 29, 30, 0.85);--palette--primary-dark: #330808;--palette--secondary-active: #b1040e;--palette--secondary-highlight: #e8e9ea;--palette--secondary-highlight-darken: #b3b6b9;--palette--secondary-darken-12: #343639;--palette--tertiary-highlight: #f4f4f4;--palette--tertiary-highlight-darken-10: #dbdbdb;--palette--tertiary-reversed: #dbdcde;--palette--tertiary-reversed-darken-10: #c0c2c6;--palette--tertiary-darken-20: #4d0206;--palette--spotlight: #dde0e0;--palette--spotlight-lighten-8: #D9DEDE}html{font-size:10px;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;font-weight:400;font-size:1.6rem;line-height:122%}@media(min-width: 992px){body{font-weight:400;font-size:1.8rem;line-height:127%}}a:not([class]),a.mailto,a[href^="mailto:"],a.ext{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat}a:not([class]):hover,a:not([class]):focus,a.mailto:hover,a.mailto:focus,a[href^="mailto:"]:hover,a[href^="mailto:"]:focus,a.ext:hover,a.ext:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a:not([class]):hover,a:not([class]):focus,a.mailto:hover,a.mailto:focus,a[href^="mailto:"]:hover,a[href^="mailto:"]:focus,a.ext:hover,a.ext:focus{background-position-y:-50%}.hb-dark-pattern a:not([class]):hover,.hb-dark-inversion .views-element-container a:not([class]):hover,.hb-dark-pattern a:not([class]):focus,.hb-dark-inversion .views-element-container a:not([class]):focus,.hb-dark-pattern a.mailto:hover,.hb-dark-inversion .views-element-container a.mailto:hover,.hb-dark-pattern a.mailto:focus,.hb-dark-inversion .views-element-container a.mailto:focus,.hb-dark-pattern a[href^="mailto:"]:hover,.hb-dark-inversion .views-element-container a[href^="mailto:"]:hover,.hb-dark-pattern a[href^="mailto:"]:focus,.hb-dark-inversion .views-element-container a[href^="mailto:"]:focus,.hb-dark-pattern a.ext:hover,.hb-dark-inversion .views-element-container a.ext:hover,.hb-dark-pattern a.ext:focus,.hb-dark-inversion .views-element-container a.ext:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a:not([class]),.hb-local-footer a.mailto,.hb-local-footer a[href^="mailto:"],.hb-local-footer a.ext{background-image:none}.hb-local-footer a:not([class]):hover,.hb-local-footer a:not([class]):focus,.hb-local-footer a.mailto:hover,.hb-local-footer a.mailto:focus,.hb-local-footer a[href^="mailto:"]:hover,.hb-local-footer a[href^="mailto:"]:focus,.hb-local-footer a.ext:hover,.hb-local-footer a.ext:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a:not([class]),.hb-dark-inversion .views-element-container a:not([class]),.hb-dark-pattern a.mailto,.hb-dark-inversion .views-element-container a.mailto,.hb-dark-pattern a[href^="mailto:"],.hb-dark-inversion .views-element-container a[href^="mailto:"],.hb-dark-pattern a.ext,.hb-dark-inversion .views-element-container a.ext{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a:not([class]):hover,.hb-dark-pattern a:not([class]):focus,.hb-dark-inversion .views-element-container a:not([class]):hover,.hb-dark-inversion .views-element-container a:not([class]):focus,.hb-dark-pattern a.mailto:hover,.hb-dark-pattern a.mailto:focus,.hb-dark-inversion .views-element-container a.mailto:hover,.hb-dark-inversion .views-element-container a.mailto:focus,.hb-dark-pattern a[href^="mailto:"]:hover,.hb-dark-pattern a[href^="mailto:"]:focus,.hb-dark-inversion .views-element-container a[href^="mailto:"]:hover,.hb-dark-inversion .views-element-container a[href^="mailto:"]:focus,.hb-dark-pattern a.ext:hover,.hb-dark-pattern a.ext:focus,.hb-dark-inversion .views-element-container a.ext:hover,.hb-dark-inversion .views-element-container a.ext:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a:not([class]):hover .fa-ext::after,.hb-dark-pattern a:not([class]):focus .fa-ext::after,.hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.hb-dark-pattern a.mailto:hover .fa-ext::after,.hb-dark-pattern a.mailto:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.hb-dark-pattern a.ext:hover .fa-ext::after,.hb-dark-pattern a.ext:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.ext:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a:not([class]):hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a:not([class]):focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.mailto:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.mailto:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.ext:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.ext:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.ext:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a:not([class]):hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a:not([class]):focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.mailto:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.mailto:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.ext:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.ext:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.ext:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a:not([class]):hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a:not([class]):focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.mailto:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.mailto:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.ext:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.ext:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.ext:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a:not([class]):hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a:not([class]):focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.mailto:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.mailto:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.ext:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.ext:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.ext:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a:not([class]):hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a:not([class]):focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.mailto:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.mailto:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.ext:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.ext:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.ext:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a:not([class]):hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a:not([class]):focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.mailto:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.mailto:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.ext:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.ext:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.ext:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}h1{font-weight:600;font-size:3.6rem;line-height:112%}@media(min-width: 768px){h1{font-size:4.6rem}}h1 a:not([class]){color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms}h1 a:not([class]):hover,h1 a:not([class]):focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}h1 a:not([class]):hover,h1 a:not([class]):focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}h1 a:not([class]):hover,h1 a:not([class]):focus{color:#000}.hb-dark-pattern h1 a:not([class]):hover,.hb-dark-inversion .views-element-container h1 a:not([class]):hover,.hb-dark-pattern h1 a:not([class]):focus,.hb-dark-inversion .views-element-container h1 a:not([class]):focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}h1 a:not([class]):hover,h1 a:not([class]):focus{color:#000}h2{font-weight:600;font-size:3.2rem;line-height:112%}@media(min-width: 768px){h2{font-size:3.8rem}}h2 a.is-active,h2 a:not([class]){color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms}h2 a.is-active:hover,h2 a.is-active:focus,h2 a:not([class]):hover,h2 a:not([class]):focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}h2 a.is-active:hover,h2 a.is-active:focus,h2 a:not([class]):hover,h2 a:not([class]):focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}h2 a.is-active:hover,h2 a.is-active:focus,h2 a:not([class]):hover,h2 a:not([class]):focus{color:#000}.hb-dark-pattern h2 a.is-active:hover,.hb-dark-inversion .views-element-container h2 a.is-active:hover,.hb-dark-pattern h2 a.is-active:focus,.hb-dark-inversion .views-element-container h2 a.is-active:focus,.hb-dark-pattern h2 a:not([class]):hover,.hb-dark-inversion .views-element-container h2 a:not([class]):hover,.hb-dark-pattern h2 a:not([class]):focus,.hb-dark-inversion .views-element-container h2 a:not([class]):focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}h2 a.is-active:hover,h2 a.is-active:focus,h2 a:not([class]):hover,h2 a:not([class]):focus{color:#000}h3{font-weight:600;font-size:2.4rem;line-height:120%}@media(min-width: 768px){h3{font-size:2.7rem;line-height:117%}}h3 a:not([class]){color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms}h3 a:not([class]):hover,h3 a:not([class]):focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}h3 a:not([class]):hover,h3 a:not([class]):focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}h3 a:not([class]):hover,h3 a:not([class]):focus{color:#000}.hb-dark-pattern h3 a:not([class]):hover,.hb-dark-inversion .views-element-container h3 a:not([class]):hover,.hb-dark-pattern h3 a:not([class]):focus,.hb-dark-inversion .views-element-container h3 a:not([class]):focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}h3 a:not([class]):hover,h3 a:not([class]):focus{color:#000}h4{font-weight:600;font-size:2rem;line-height:122%}h4 a:not([class]){color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms}h4 a:not([class]):hover,h4 a:not([class]):focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}h4 a:not([class]):hover,h4 a:not([class]):focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}h4 a:not([class]):hover,h4 a:not([class]):focus{color:#000}.hb-dark-pattern h4 a:not([class]):hover,.hb-dark-inversion .views-element-container h4 a:not([class]):hover,.hb-dark-pattern h4 a:not([class]):focus,.hb-dark-inversion .views-element-container h4 a:not([class]):focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}h4 a:not([class]):hover,h4 a:not([class]):focus{color:#000}h5{font-weight:600;font-size:1.8rem;line-height:124%}h5 a:not([class]){color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms}h5 a:not([class]):hover,h5 a:not([class]):focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}h5 a:not([class]):hover,h5 a:not([class]):focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}h5 a:not([class]):hover,h5 a:not([class]):focus{color:#000}.hb-dark-pattern h5 a:not([class]):hover,.hb-dark-inversion .views-element-container h5 a:not([class]):hover,.hb-dark-pattern h5 a:not([class]):focus,.hb-dark-inversion .views-element-container h5 a:not([class]):focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}h5 a:not([class]):hover,h5 a:not([class]):focus{color:#000}h6{text-transform:uppercase;font-weight:600;font-size:1.6rem;line-height:128%}h6 a:not([class]){color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms}h6 a:not([class]):hover,h6 a:not([class]):focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}h6 a:not([class]):hover,h6 a:not([class]):focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}h6 a:not([class]):hover,h6 a:not([class]):focus{color:#000}.hb-dark-pattern h6 a:not([class]):hover,.hb-dark-inversion .views-element-container h6 a:not([class]):hover,.hb-dark-pattern h6 a:not([class]):focus,.hb-dark-inversion .views-element-container h6 a:not([class]):focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}h6 a:not([class]):hover,h6 a:not([class]):focus{color:#000}p:not([class]){margin-top:0}p:not([class]):last-of-type{margin-bottom:0}strong:not([class]){font-weight:600;font-size:inherit}em:not([class]){font-style:italic;font-weight:inherit;font-size:inherit}ul:not([class]){list-style-type:none;margin:0 0 3.2rem;padding-left:2.2rem}ul:not([class]) ul{margin:1rem 0 0}ul:not([class]) li{position:relative;line-height:122%;margin-bottom:1rem;padding-left:1.8rem;overflow:hidden}ul:not([class]) li::before{content:"";display:block;height:0.6rem;width:0.6rem;border-radius:50%;background-color:#148762;background-color:var(--palette--secondary);position:absolute;left:0;top:0.8rem}.hb-dark-pattern ul:not([class]) li::before,.hb-dark-inversion .views-element-container ul:not([class]) li::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hb-raised-cards .hb-dark-pattern ul:not([class]) li::before,.hb-dark-inversion .hb-raised-cards .views-element-container ul:not([class]) li::before{background-color:#148762;background-color:var(--palette--secondary)}ul:not([class]) li ul>li:first-of-type{margin-top:1rem}ul:not([class]) li ul>li:last-of-type{margin-bottom:0}ul:not([class]) li ul>li::before{background-color:rgba(0,0,0,0);border-color:#148762;border-color:var(--palette--secondary);border-width:1px;border-style:solid;content:"";counter-increment:inherit;top:0.8rem;min-width:inherit}ul:not([class]) li li ul>li::before{border-radius:0;border:0;background-color:#148762;background-color:var(--palette--secondary);top:0.8rem;min-width:inherit}ul:not([class]) li ol>li:first-of-type{margin-top:1rem}ul:not([class]) li ol>li:last-of-type{margin-bottom:0}ul:not([class]) li ol>li::before{content:counter(li, lower-alpha) ".";height:0;width:auto}ul:not([class]) li li ol>li::before{content:counter(li, lower-roman) "."}ol:not([class]){counter-reset:li;list-style-type:none;margin:0 0 3.2rem;padding-left:0.8rem}ol:not([class]) ol{margin:1rem 0 0}ol:not([class]) li{position:relative;line-height:122%;margin-bottom:1rem;padding-left:3.8rem;overflow:hidden}ol:not([class]) li::before{content:counter(li) ".";counter-increment:li;font-size:1.6rem;font-weight:600;color:#148762;color:var(--palette--secondary);position:absolute;left:0;top:0;min-width:3rem;text-align:right}@media(min-width: 992px){ol:not([class]) li::before{top:0.1rem}}.hb-dark-pattern ol:not([class]) li::before{color:#e4f4ee;color:var(--palette--secondary-highlight)}ol:not([class]) li ul>li:first-of-type{margin-top:1rem}ol:not([class]) li ul>li:last-of-type{margin-bottom:0}ol:not([class]) li ul>li::before{background-color:rgba(0,0,0,0);border-color:#148762;border-color:var(--palette--secondary);border-width:1px;border-style:solid;content:"";counter-increment:inherit;top:0.8rem;min-width:inherit}ol:not([class]) li li ul>li::before{border-radius:0;border:0;background-color:#148762;background-color:var(--palette--secondary);top:0.8rem;min-width:inherit}ol:not([class]) li ol>li:first-of-type{margin-top:1rem}ol:not([class]) li ol>li:last-of-type{margin-bottom:0}ol:not([class]) li ol>li::before{content:counter(li, lower-alpha) ".";height:0;width:auto}ol:not([class]) li li ol>li::before{content:counter(li, lower-roman) "."}ol:not([class]) ul>li::before{margin-left:1.6rem}caption:not([class]){font-size:1.4rem}button:not([class]):hover{cursor:pointer}*:focus:not(:focus-visible){outline:none}*:focus-visible{outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem}@media(prefers-reduced-motion: reduce){*,::before,::after{animation-delay:-1s !important;animation-duration:1s !important;animation-iteration-count:1 !important;background-attachment:initial !important;scroll-behavior:auto !important;transition-duration:0s !important}}label{display:block;width:100%;margin-bottom:1.2rem;font-weight:600}input{line-height:1;font-size:1.6rem;padding:8px;min-height:38px;width:100%;border:1px solid;border-color:#b6b1a9;border-radius:4px}input:focus{outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem}.form-item select{max-width:100%}.hb-table-wrap{margin:auto;overflow-x:auto}.hb-table-wrap:not(:last-child){margin-bottom:4.8rem}.hb-table-wrap details{display:none}.hb-dark-pattern .hb-table-wrap,.views-element-container .hb-dark-pattern .hb-table-wrap,.hb-dark-inversion .views-element-container .hb-table-wrap{background-color:#fff}.hb-dark-pattern .hb-table-wrap .views-label,.hb-dark-pattern .hb-table-wrap .field-content,.hb-dark-pattern .hb-table-wrap td,.views-element-container .hb-dark-pattern .hb-table-wrap .views-label,.views-element-container .hb-dark-pattern .hb-table-wrap .field-content,.views-element-container .hb-dark-pattern .hb-table-wrap td,.hb-dark-inversion .views-element-container .hb-table-wrap .views-label,.hb-dark-inversion .views-element-container .hb-table-wrap .field-content,.hb-dark-inversion .views-element-container .hb-table-wrap td{color:#000}.hb-dark-pattern .hb-table-wrap a,.views-element-container .hb-dark-pattern .hb-table-wrap a,.hb-dark-inversion .views-element-container .hb-table-wrap a{color:#007c8f;color:var(--palette--tertiary)}.hb-dark-pattern .hb-table-wrap a:hover,.hb-dark-pattern .hb-table-wrap a:focus,.views-element-container .hb-dark-pattern .hb-table-wrap a:hover,.views-element-container .hb-dark-pattern .hb-table-wrap a:focus,.hb-dark-inversion .views-element-container .hb-table-wrap a:hover,.hb-dark-inversion .views-element-container .hb-table-wrap a:focus{color:#002429;color:var(--palette--tertiary-darken-20)}table{width:100%;border-collapse:collapse;font-size:1.3rem;text-align:left;border:1px solid;border-color:#d9d7d2}.hb-dark-pattern table{color:#000;background-color:#fff}@media(min-width: 576px){table{font-size:1.6rem}}table th,table td{padding:1.6rem;vertical-align:top;border:1px solid;border-color:#d9d7d2}table th a:hover .fa-ext::after,table th a:focus .fa-ext::after,table td a:hover .fa-ext::after,table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean table th a:hover .fa-ext::after,.hc-pairing-ocean table th a:focus .fa-ext::after,.hc-pairing-ocean table td a:hover .fa-ext::after,.hc-pairing-ocean table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain table th a:hover .fa-ext::after,.hc-pairing-mountain table th a:focus .fa-ext::after,.hc-pairing-mountain table td a:hover .fa-ext::after,.hc-pairing-mountain table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23072e22' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal table th a:hover .fa-ext::after,.hc-pairing-cardinal table th a:focus .fa-ext::after,.hc-pairing-cardinal table td a:hover .fa-ext::after,.hc-pairing-cardinal table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake table th a:hover .fa-ext::after,.hc-pairing-lake table th a:focus .fa-ext::after,.hc-pairing-lake table td a:hover .fa-ext::after,.hc-pairing-lake table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23171916' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon table th a:hover .fa-ext::after,.hc-pairing-canyon table th a:focus .fa-ext::after,.hc-pairing-canyon table td a:hover .fa-ext::after,.hc-pairing-canyon table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000b0d' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff table th a:hover .fa-ext::after,.hc-pairing-cliff table th a:focus .fa-ext::after,.hc-pairing-cliff table td a:hover .fa-ext::after,.hc-pairing-cliff table td a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23090101' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}table thead th{position:sticky;top:0;border-color:#fff}table thead th a,table thead th a:not([class]){color:#fff;background-image:none}table thead th a:hover,table thead th a:focus,table thead th a:not([class]):hover,table thead th a:not([class]):focus{color:#e4f4ee;color:var(--palette--secondary-highlight);box-shadow:none}table thead tr{text-transform:uppercase;background-color:#00505c;background-color:var(--palette--primary);color:#fff;font-weight:700}.hb-dark-pattern table thead tr,.hb-dark-inversion .views-element-container table thead tr{background-color:#0c523b;background-color:var(--palette--secondary-darken-12)}table tr:nth-child(even){background-color:#f1f0ee}details{margin:1.6rem 0;clear:both}summary:not(.hb-timeline-item__summary){padding:1.6rem 5.2rem 1.6rem 1.6rem;position:relative;font-weight:600;cursor:pointer;border:1px solid;border-color:#148762;border-color:var(--palette--secondary);background-color:#148762;background-color:var(--palette--secondary);color:#fff;display:flex;align-items:center}summary:not(.hb-timeline-item__summary)::-webkit-details-marker{display:block;height:0;width:0;overflow:hidden}summary:not(.hb-timeline-item__summary)::after{content:"";display:block;height:2rem;width:2rem;position:absolute;top:1.8rem;right:1.8rem;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E");background-size:1.8rem;transition:transform 150ms ease-in-out}details[open] summary:not(.hb-timeline-item__summary)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}summary:not(.hb-timeline-item__summary):hover,details[open] summary:not(.hb-timeline-item__summary){background-color:#0c523b;background-color:var(--palette--secondary-darken-12);border-color:#0c523b;border-color:var(--palette--secondary-darken-12)}summary:not(.hb-timeline-item__summary):focus,details[open] summary:not(.hb-timeline-item__summary):focus{outline:none;border-color:#fff;box-shadow:0 0 0 0.2rem #00ce9d;box-shadow:0 0 0 0.2rem var(--palette--secondary-active)}summary:not(.hb-timeline-item__summary) a{color:inherit;text-decoration:none}.revealed-details{padding:2rem 1.6rem;border:1px solid;border-color:#d9d7d2;border-top:none}.hb-page-width{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important}@media(min-width: 768px){.hb-page-width{width:calc(100% - (2 * 4.8rem)) !important}}.hb-vertical-page-padding{margin:4.8rem auto !important}.layout-builder__message{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important}@media(min-width: 768px){.layout-builder__message{width:calc(100% - (2 * 4.8rem)) !important}}.layout-builder-form .form-actions{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important}@media(min-width: 768px){.layout-builder-form .form-actions{width:calc(100% - (2 * 4.8rem)) !important}}.layout-builder-form .form-actions .button{width:auto}.block-help{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important;padding-top:4rem}@media(min-width: 768px){.block-help{width:calc(100% - (2 * 4.8rem)) !important}}.ptype-hs-text-area,.ptype-hs-priv-text-area,.ptype-hs-accordion,.ptype-hs-postcard,.ptype-hs-hero-image,.ptype-hs-gradient-hero,.ptype-hs-spotlight,.ptype-hs-banner,.ptype-hs-carousel,.ptype-hs-sptlght-slder,.field-hs-page-hero,.ptype-hs-row,.ptype-hs-timeline,.ptype-hs-view,.ptype-hs-collection,.ptype-hs-priv-collection,.ptype-hs-testimonial,.ptype-stanford-gallery{width:100%;margin-bottom:4.8rem !important}.hs-paragraph-style--well .ptype-hs-text-area,.hs-paragraph-style--well-full-width .ptype-hs-text-area,.hs-paragraph-style--well .ptype-hs-priv-text-area,.hs-paragraph-style--well-full-width .ptype-hs-priv-text-area,.hs-paragraph-style--well .ptype-hs-accordion,.hs-paragraph-style--well-full-width .ptype-hs-accordion,.hs-paragraph-style--well .ptype-hs-postcard,.hs-paragraph-style--well-full-width .ptype-hs-postcard,.hs-paragraph-style--well .ptype-hs-hero-image,.hs-paragraph-style--well-full-width .ptype-hs-hero-image,.hs-paragraph-style--well .ptype-hs-gradient-hero,.hs-paragraph-style--well-full-width .ptype-hs-gradient-hero,.hs-paragraph-style--well .ptype-hs-spotlight,.hs-paragraph-style--well-full-width .ptype-hs-spotlight,.hs-paragraph-style--well .ptype-hs-banner,.hs-paragraph-style--well-full-width .ptype-hs-banner,.hs-paragraph-style--well .ptype-hs-carousel,.hs-paragraph-style--well-full-width .ptype-hs-carousel,.hs-paragraph-style--well .ptype-hs-sptlght-slder,.hs-paragraph-style--well-full-width .ptype-hs-sptlght-slder,.hs-paragraph-style--well .field-hs-page-hero,.hs-paragraph-style--well-full-width .field-hs-page-hero,.hs-paragraph-style--well .ptype-hs-row,.hs-paragraph-style--well-full-width .ptype-hs-row,.hs-paragraph-style--well .ptype-hs-timeline,.hs-paragraph-style--well-full-width .ptype-hs-timeline,.hs-paragraph-style--well .ptype-hs-view,.hs-paragraph-style--well-full-width .ptype-hs-view,.hs-paragraph-style--well .ptype-hs-collection,.hs-paragraph-style--well-full-width .ptype-hs-collection,.hs-paragraph-style--well .ptype-hs-priv-collection,.hs-paragraph-style--well-full-width .ptype-hs-priv-collection,.hs-paragraph-style--well .ptype-hs-testimonial,.hs-paragraph-style--well-full-width .ptype-hs-testimonial,.hs-paragraph-style--well .ptype-stanford-gallery,.hs-paragraph-style--well-full-width .ptype-stanford-gallery{margin-top:4.8rem !important}.views-row:not(:last-child){margin-bottom:4.8rem !important}.ptype-hs-accordion{margin-bottom:1.6rem !important}.hs-paragraph-style--well .ptype-hs-accordion:last-child,.hs-paragraph-style--well-full-width .ptype-hs-accordion:last-child{margin-bottom:4.8rem !important}.ptype-hs-gradient-hero-slider{width:100%;margin-bottom:6rem !important}.hs-paragraph-style--well .ptype-hs-gradient-hero-slider,.hs-paragraph-style--well-full-width .ptype-hs-gradient-hero-slider{margin-top:4.8rem !important;padding-bottom:1.6rem}.hs-paragraph-style--well,.hs-paragraph-style--well-full-width{background-color:#f1f0ee;padding:2rem 1.8rem;border:0 none;padding:0 4.8rem;overflow:auto}.hb-dark-pattern .hs-paragraph-style--well,.hb-dark-inversion .views-element-container .hs-paragraph-style--well,.hb-dark-pattern .hs-paragraph-style--well-full-width,.hb-dark-inversion .views-element-container .hs-paragraph-style--well-full-width{color:#000}.hb-three-column__sidebar-1 .hs-paragraph-style--well,.hb-three-column__sidebar-2 .hs-paragraph-style--well,.hb-three-column__sidebar-1 .hs-paragraph-style--well-full-width,.hb-three-column__sidebar-2 .hs-paragraph-style--well-full-width{position:relative;z-index:1}.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well .paragraph-item .field__item__label,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item .field__item__label,.hs-paragraph-style--well-full-width .paragraph-item .field__item__label{margin-top:0}.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well .paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-accordion details,.hs-paragraph-style--well-full-width .paragraph-item.ptype-hs-accordion details{margin:0;background-color:#fff}.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well .paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well .paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well .paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-carousel,.hs-paragraph-style--well-full-width .paragraph-item.ptype-hs-hero-image,.hs-paragraph-style--well-full-width .paragraph-item.ptype-hs-gradient-hero-image,.hs-paragraph-style--well-full-width .paragraph-item.ptype-hs-carousel{width:100%}.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well .paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well .paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well .paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well .paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .counted-items-2.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .counted-items-3.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .counted-items-4.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .item-per-row--2.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .item-per-row--3.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .item-per-row--4.field-hs-row-components>.paragraph-item.ptype-hs-carousel .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .paragraph-item.ptype-hs-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .paragraph-item.ptype-hs-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .paragraph-item.ptype-hs-gradient-hero-image .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .paragraph-item.ptype-hs-gradient-hero-image .hb-gradient-hero::before,.hs-paragraph-style--well-full-width .paragraph-item.ptype-hs-carousel .hb-hero-overlay::before,.hs-paragraph-style--well-full-width .paragraph-item.ptype-hs-carousel .hb-gradient-hero::before{background-color:#d9d7d2}.hs-paragraph-style--well{width:100%}.hs-paragraph-style--well-full-width{left:calc(-50vw + 50%);position:relative;width:100vw}.hb-three-column--one-sidebar .hs-paragraph-style--well-full-width,.hb-three-column--two-sidebar .hs-paragraph-style--well-full-width{left:inherit;position:static;width:100%}.hs-paragraph-style--well-full-width .field-hs-row-components,.hs-paragraph-style--well-full-width .field-hs-collection-items{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important}@media(min-width: 768px){.hs-paragraph-style--well-full-width .field-hs-row-components,.hs-paragraph-style--well-full-width .field-hs-collection-items{width:calc(100% - (2 * 4.8rem)) !important}}@supports(display: grid){@media(min-width: 576px){.field-hs-row-components,.field-hs-collection-items{display:grid;gap:4.8rem}}@media(min-width: 576px){.field-hs-row-components.counted-items-1,.field-hs-row-components.item-per-row--1,.field-hs-collection-items.counted-items-1,.field-hs-collection-items.item-per-row--1{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 576px){.field-hs-row-components.counted-items-2,.field-hs-row-components.item-per-row--2,.field-hs-collection-items.counted-items-2,.field-hs-collection-items.item-per-row--2{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 576px){.field-hs-row-components.counted-items-3,.field-hs-row-components.item-per-row--3,.field-hs-collection-items.counted-items-3,.field-hs-collection-items.item-per-row--3{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.field-hs-row-components.counted-items-3,.field-hs-row-components.item-per-row--3,.field-hs-collection-items.counted-items-3,.field-hs-collection-items.item-per-row--3{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 576px){.field-hs-row-components.counted-items-4,.field-hs-row-components.item-per-row--4,.field-hs-collection-items.counted-items-4,.field-hs-collection-items.item-per-row--4{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.field-hs-row-components.counted-items-4,.field-hs-row-components.item-per-row--4,.field-hs-collection-items.counted-items-4,.field-hs-collection-items.item-per-row--4{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.field-hs-row-components.counted-items-4,.field-hs-row-components.item-per-row--4,.field-hs-collection-items.counted-items-4,.field-hs-collection-items.item-per-row--4{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 576px){.field-hs-row-components.counted-items-2 .paragraph-item,.field-hs-row-components.item-per-row--2 .paragraph-item,.field-hs-collection-items.counted-items-2 .paragraph-item,.field-hs-collection-items.item-per-row--2 .paragraph-item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.field-hs-row-components.counted-items-2 .paragraph-item,.field-hs-row-components.item-per-row--2 .paragraph-item,.field-hs-collection-items.counted-items-2 .paragraph-item,.field-hs-collection-items.item-per-row--2 .paragraph-item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.field-hs-row-components.counted-items-2 .paragraph-item,.field-hs-row-components.item-per-row--2 .paragraph-item,.field-hs-collection-items.counted-items-2 .paragraph-item,.field-hs-collection-items.item-per-row--2 .paragraph-item{margin-right:0}}.field-hs-row-components.counted-items-2 .paragraph-item:nth-child(2n),.field-hs-row-components.item-per-row--2 .paragraph-item:nth-child(2n),.field-hs-collection-items.counted-items-2 .paragraph-item:nth-child(2n),.field-hs-collection-items.item-per-row--2 .paragraph-item:nth-child(2n){margin-right:0}}@media(min-width: 576px){.field-hs-row-components.counted-items-3 .paragraph-item,.field-hs-row-components.item-per-row--3 .paragraph-item,.field-hs-collection-items.counted-items-3 .paragraph-item,.field-hs-collection-items.item-per-row--3 .paragraph-item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.field-hs-row-components.counted-items-3 .paragraph-item,.field-hs-row-components.item-per-row--3 .paragraph-item,.field-hs-collection-items.counted-items-3 .paragraph-item,.field-hs-collection-items.item-per-row--3 .paragraph-item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.field-hs-row-components.counted-items-3 .paragraph-item,.field-hs-row-components.item-per-row--3 .paragraph-item,.field-hs-collection-items.counted-items-3 .paragraph-item,.field-hs-collection-items.item-per-row--3 .paragraph-item{margin-right:0}}.field-hs-row-components.counted-items-3 .paragraph-item:nth-child(2n),.field-hs-row-components.item-per-row--3 .paragraph-item:nth-child(2n),.field-hs-collection-items.counted-items-3 .paragraph-item:nth-child(2n),.field-hs-collection-items.item-per-row--3 .paragraph-item:nth-child(2n){margin-right:0}}@media(min-width: 768px){.field-hs-row-components.counted-items-3 .paragraph-item,.field-hs-row-components.item-per-row--3 .paragraph-item,.field-hs-collection-items.counted-items-3 .paragraph-item,.field-hs-collection-items.item-per-row--3 .paragraph-item{width:calc(33.33% - (9.6rem / 3))}@supports(display: grid){.field-hs-row-components.counted-items-3 .paragraph-item,.field-hs-row-components.item-per-row--3 .paragraph-item,.field-hs-collection-items.counted-items-3 .paragraph-item,.field-hs-collection-items.item-per-row--3 .paragraph-item{width:100%;min-width:calc(33.33% - (9.6rem / 3));margin-right:0}}.field-hs-row-components.counted-items-3 .paragraph-item:nth-child(2n),.field-hs-row-components.item-per-row--3 .paragraph-item:nth-child(2n),.field-hs-collection-items.counted-items-3 .paragraph-item:nth-child(2n),.field-hs-collection-items.item-per-row--3 .paragraph-item:nth-child(2n){margin-right:4.8rem}@supports(display: grid){.field-hs-row-components.counted-items-3 .paragraph-item:nth-child(2n),.field-hs-row-components.item-per-row--3 .paragraph-item:nth-child(2n),.field-hs-collection-items.counted-items-3 .paragraph-item:nth-child(2n),.field-hs-collection-items.item-per-row--3 .paragraph-item:nth-child(2n){margin-right:0}}.field-hs-row-components.counted-items-3 .paragraph-item:nth-child(3n),.field-hs-row-components.item-per-row--3 .paragraph-item:nth-child(3n),.field-hs-collection-items.counted-items-3 .paragraph-item:nth-child(3n),.field-hs-collection-items.item-per-row--3 .paragraph-item:nth-child(3n){margin-right:0}}@media(min-width: 992px){.field-hs-row-components.counted-items-3 .paragraph-item,.field-hs-row-components.item-per-row--3 .paragraph-item,.field-hs-collection-items.counted-items-3 .paragraph-item,.field-hs-collection-items.item-per-row--3 .paragraph-item{width:calc(33.3333333333% - (96px / 3))}@supports(display: grid){.field-hs-row-components.counted-items-3 .paragraph-item,.field-hs-row-components.item-per-row--3 .paragraph-item,.field-hs-collection-items.counted-items-3 .paragraph-item,.field-hs-collection-items.item-per-row--3 .paragraph-item{width:100%;min-width:calc(33.3333333333% - (96px / 3));margin-right:0}}.field-hs-row-components.counted-items-3 .paragraph-item:nth-child(2n),.field-hs-row-components.counted-items-3 .paragraph-item:nth-child(3n),.field-hs-row-components.item-per-row--3 .paragraph-item:nth-child(2n),.field-hs-row-components.item-per-row--3 .paragraph-item:nth-child(3n),.field-hs-collection-items.counted-items-3 .paragraph-item:nth-child(2n),.field-hs-collection-items.counted-items-3 .paragraph-item:nth-child(3n),.field-hs-collection-items.item-per-row--3 .paragraph-item:nth-child(2n),.field-hs-collection-items.item-per-row--3 .paragraph-item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.field-hs-row-components.counted-items-3 .paragraph-item:nth-child(2n),.field-hs-row-components.counted-items-3 .paragraph-item:nth-child(3n),.field-hs-row-components.item-per-row--3 .paragraph-item:nth-child(2n),.field-hs-row-components.item-per-row--3 .paragraph-item:nth-child(3n),.field-hs-collection-items.counted-items-3 .paragraph-item:nth-child(2n),.field-hs-collection-items.counted-items-3 .paragraph-item:nth-child(3n),.field-hs-collection-items.item-per-row--3 .paragraph-item:nth-child(2n),.field-hs-collection-items.item-per-row--3 .paragraph-item:nth-child(3n){margin-right:0}}.field-hs-row-components.counted-items-3 .paragraph-item:nth-child(3n),.field-hs-row-components.item-per-row--3 .paragraph-item:nth-child(3n),.field-hs-collection-items.counted-items-3 .paragraph-item:nth-child(3n),.field-hs-collection-items.item-per-row--3 .paragraph-item:nth-child(3n){margin-right:0}}@media(min-width: 576px){.field-hs-row-components.counted-items-4 .paragraph-item,.field-hs-row-components.item-per-row--4 .paragraph-item,.field-hs-collection-items.counted-items-4 .paragraph-item,.field-hs-collection-items.item-per-row--4 .paragraph-item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.field-hs-row-components.counted-items-4 .paragraph-item,.field-hs-row-components.item-per-row--4 .paragraph-item,.field-hs-collection-items.counted-items-4 .paragraph-item,.field-hs-collection-items.item-per-row--4 .paragraph-item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.field-hs-row-components.counted-items-4 .paragraph-item,.field-hs-row-components.item-per-row--4 .paragraph-item,.field-hs-collection-items.counted-items-4 .paragraph-item,.field-hs-collection-items.item-per-row--4 .paragraph-item{margin-right:0}}.field-hs-row-components.counted-items-4 .paragraph-item:nth-child(2n),.field-hs-row-components.item-per-row--4 .paragraph-item:nth-child(2n),.field-hs-collection-items.counted-items-4 .paragraph-item:nth-child(2n),.field-hs-collection-items.item-per-row--4 .paragraph-item:nth-child(2n){margin-right:0}}@media(min-width: 992px){.field-hs-row-components.counted-items-4 .paragraph-item,.field-hs-row-components.item-per-row--4 .paragraph-item,.field-hs-collection-items.counted-items-4 .paragraph-item,.field-hs-collection-items.item-per-row--4 .paragraph-item{width:calc(25% - (144px / 4))}@supports(display: grid){.field-hs-row-components.counted-items-4 .paragraph-item,.field-hs-row-components.item-per-row--4 .paragraph-item,.field-hs-collection-items.counted-items-4 .paragraph-item,.field-hs-collection-items.item-per-row--4 .paragraph-item{width:100%;min-width:calc(25% - (144px / 4));margin-right:0}}.field-hs-row-components.counted-items-4 .paragraph-item:nth-child(2n),.field-hs-row-components.counted-items-4 .paragraph-item:nth-child(3n),.field-hs-row-components.item-per-row--4 .paragraph-item:nth-child(2n),.field-hs-row-components.item-per-row--4 .paragraph-item:nth-child(3n),.field-hs-collection-items.counted-items-4 .paragraph-item:nth-child(2n),.field-hs-collection-items.counted-items-4 .paragraph-item:nth-child(3n),.field-hs-collection-items.item-per-row--4 .paragraph-item:nth-child(2n),.field-hs-collection-items.item-per-row--4 .paragraph-item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.field-hs-row-components.counted-items-4 .paragraph-item:nth-child(2n),.field-hs-row-components.counted-items-4 .paragraph-item:nth-child(3n),.field-hs-row-components.item-per-row--4 .paragraph-item:nth-child(2n),.field-hs-row-components.item-per-row--4 .paragraph-item:nth-child(3n),.field-hs-collection-items.counted-items-4 .paragraph-item:nth-child(2n),.field-hs-collection-items.counted-items-4 .paragraph-item:nth-child(3n),.field-hs-collection-items.item-per-row--4 .paragraph-item:nth-child(2n),.field-hs-collection-items.item-per-row--4 .paragraph-item:nth-child(3n){margin-right:0}}.field-hs-row-components.counted-items-4 .paragraph-item:nth-child(4n),.field-hs-row-components.item-per-row--4 .paragraph-item:nth-child(4n),.field-hs-collection-items.counted-items-4 .paragraph-item:nth-child(4n),.field-hs-collection-items.item-per-row--4 .paragraph-item:nth-child(4n){margin-right:0}}}.field-hs-row-components.counted-items-1,.field-hs-row-components.item-per-row--1,.field-hs-collection-items.counted-items-1,.field-hs-collection-items.item-per-row--1{display:block}.field-hs-row-components.counted-items-2,.field-hs-row-components.counted-items-3,.field-hs-row-components.counted-items-4,.field-hs-row-components.item-per-row--2,.field-hs-row-components.item-per-row--3,.field-hs-row-components.item-per-row--4,.field-hs-collection-items.counted-items-2,.field-hs-collection-items.counted-items-3,.field-hs-collection-items.counted-items-4,.field-hs-collection-items.item-per-row--2,.field-hs-collection-items.item-per-row--3,.field-hs-collection-items.item-per-row--4{display:block}@media(min-width: 576px){.field-hs-row-components.counted-items-2,.field-hs-row-components.counted-items-3,.field-hs-row-components.counted-items-4,.field-hs-row-components.item-per-row--2,.field-hs-row-components.item-per-row--3,.field-hs-row-components.item-per-row--4,.field-hs-collection-items.counted-items-2,.field-hs-collection-items.counted-items-3,.field-hs-collection-items.counted-items-4,.field-hs-collection-items.item-per-row--2,.field-hs-collection-items.item-per-row--3,.field-hs-collection-items.item-per-row--4{display:flex}@supports(display: grid){.field-hs-row-components.counted-items-2,.field-hs-row-components.counted-items-3,.field-hs-row-components.counted-items-4,.field-hs-row-components.item-per-row--2,.field-hs-row-components.item-per-row--3,.field-hs-row-components.item-per-row--4,.field-hs-collection-items.counted-items-2,.field-hs-collection-items.counted-items-3,.field-hs-collection-items.counted-items-4,.field-hs-collection-items.item-per-row--2,.field-hs-collection-items.item-per-row--3,.field-hs-collection-items.item-per-row--4{display:grid}}.hs-paragraph-style--well .field-hs-row-components.counted-items-2,.hs-paragraph-style--well-full-width .field-hs-row-components.counted-items-2,.hs-paragraph-style--well .field-hs-row-components.counted-items-3,.hs-paragraph-style--well-full-width .field-hs-row-components.counted-items-3,.hs-paragraph-style--well .field-hs-row-components.counted-items-4,.hs-paragraph-style--well-full-width .field-hs-row-components.counted-items-4,.hs-paragraph-style--well .field-hs-row-components.item-per-row--2,.hs-paragraph-style--well-full-width .field-hs-row-components.item-per-row--2,.hs-paragraph-style--well .field-hs-row-components.item-per-row--3,.hs-paragraph-style--well-full-width .field-hs-row-components.item-per-row--3,.hs-paragraph-style--well .field-hs-row-components.item-per-row--4,.hs-paragraph-style--well-full-width .field-hs-row-components.item-per-row--4,.hs-paragraph-style--well .field-hs-collection-items.counted-items-2,.hs-paragraph-style--well-full-width .field-hs-collection-items.counted-items-2,.hs-paragraph-style--well .field-hs-collection-items.counted-items-3,.hs-paragraph-style--well-full-width .field-hs-collection-items.counted-items-3,.hs-paragraph-style--well .field-hs-collection-items.counted-items-4,.hs-paragraph-style--well-full-width .field-hs-collection-items.counted-items-4,.hs-paragraph-style--well .field-hs-collection-items.item-per-row--2,.hs-paragraph-style--well-full-width .field-hs-collection-items.item-per-row--2,.hs-paragraph-style--well .field-hs-collection-items.item-per-row--3,.hs-paragraph-style--well-full-width .field-hs-collection-items.item-per-row--3,.hs-paragraph-style--well .field-hs-collection-items.item-per-row--4,.hs-paragraph-style--well-full-width .field-hs-collection-items.item-per-row--4{margin:4.8rem auto}}.field-hs-row-components.counted-items-2 .paragraph-item,.field-hs-row-components.counted-items-3 .paragraph-item,.field-hs-row-components.counted-items-4 .paragraph-item,.field-hs-row-components.item-per-row--2 .paragraph-item,.field-hs-row-components.item-per-row--3 .paragraph-item,.field-hs-row-components.item-per-row--4 .paragraph-item,.field-hs-collection-items.counted-items-2 .paragraph-item,.field-hs-collection-items.counted-items-3 .paragraph-item,.field-hs-collection-items.counted-items-4 .paragraph-item,.field-hs-collection-items.item-per-row--2 .paragraph-item,.field-hs-collection-items.item-per-row--3 .paragraph-item,.field-hs-collection-items.item-per-row--4 .paragraph-item{margin-bottom:4.8rem !important}@supports(display: grid){@media(min-width: 576px){.field-hs-row-components.counted-items-2 .paragraph-item,.field-hs-row-components.counted-items-3 .paragraph-item,.field-hs-row-components.counted-items-4 .paragraph-item,.field-hs-row-components.item-per-row--2 .paragraph-item,.field-hs-row-components.item-per-row--3 .paragraph-item,.field-hs-row-components.item-per-row--4 .paragraph-item,.field-hs-collection-items.counted-items-2 .paragraph-item,.field-hs-collection-items.counted-items-3 .paragraph-item,.field-hs-collection-items.counted-items-4 .paragraph-item,.field-hs-collection-items.item-per-row--2 .paragraph-item,.field-hs-collection-items.item-per-row--3 .paragraph-item,.field-hs-collection-items.item-per-row--4 .paragraph-item{margin:0 !important}}}.hb-three-column-w-image{display:flex;flex-wrap:wrap}@media(min-width: 992px){.hb-three-column-w-image{flex-wrap:nowrap}}.hb-three-column-w-image:not(.hs-full-width){max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important}@media(min-width: 768px){.hb-three-column-w-image:not(.hs-full-width){width:calc(100% - (2 * 4.8rem)) !important}}.hb-three-column-w-image--no-sidebar:not(.hs-full-width){max-width:80rem !important}.hb-three-column-w-image__sidebar-1 .block,.hb-three-column-w-image__sidebar-1 .block-hs-blocks,.hb-three-column-w-image__sidebar-1 .hb-sidebar-block{width:100%;z-index:1;position:relative;background-color:#fff}.layout-builder .hb-three-column-w-image__sidebar-1 .block,.layout-builder .hb-three-column-w-image__sidebar-1 .block-hs-blocks,.layout-builder .hb-three-column-w-image__sidebar-1 .hb-sidebar-block{z-index:auto;background-color:initial}.hb-three-column-w-image__sidebar-1 .block.hb-well,.hb-three-column-w-image__sidebar-1 .block.hs-well,.hb-three-column-w-image__sidebar-1 .block.pullquote,.hb-three-column-w-image__sidebar-1 .block-hs-blocks.hb-well,.hb-three-column-w-image__sidebar-1 .block-hs-blocks.hs-well,.hb-three-column-w-image__sidebar-1 .block-hs-blocks.pullquote,.hb-three-column-w-image__sidebar-1 .hb-sidebar-block.hb-well,.hb-three-column-w-image__sidebar-1 .hb-sidebar-block.hs-well,.hb-three-column-w-image__sidebar-1 .hb-sidebar-block.pullquote{background-color:#f1f0ee;padding:2rem 1.8rem;border:0 none}.hb-dark-pattern .hb-three-column-w-image__sidebar-1 .block.hb-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-1 .block.hb-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-1 .block.hs-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-1 .block.hs-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-1 .block.pullquote,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-1 .block.pullquote,.hb-dark-pattern .hb-three-column-w-image__sidebar-1 .block-hs-blocks.hb-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-1 .block-hs-blocks.hb-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-1 .block-hs-blocks.hs-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-1 .block-hs-blocks.hs-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-1 .block-hs-blocks.pullquote,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-1 .block-hs-blocks.pullquote,.hb-dark-pattern .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.hb-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.hb-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.hs-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.hs-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.pullquote,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.pullquote{color:#000}.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-1 .block.hb-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-1 .block.hb-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-1 .block.hs-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-1 .block.hs-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-1 .block.pullquote,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-1 .block.pullquote,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-1 .block-hs-blocks.hb-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-1 .block-hs-blocks.hb-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-1 .block-hs-blocks.hs-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-1 .block-hs-blocks.hs-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-1 .block-hs-blocks.pullquote,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-1 .block-hs-blocks.pullquote,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.hb-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.hb-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.hs-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.hs-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.pullquote,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-1 .hb-sidebar-block.pullquote{position:relative;z-index:1}@media(min-width: 992px){.hb-three-column-w-image__sidebar-1{width:22.5%;margin-right:4.8rem}}.hb-three-column-w-image__main{width:100%;margin-bottom:4.8rem}@media(min-width: 992px){.hb-three-column-w-image--one-sidebar .hb-three-column-w-image__main,.hb-three-column-w-image--two-sidebar .hb-three-column-w-image__main{width:calc(100% - 22.5% - 4.8rem);margin-bottom:0}.hb-three-column-w-image--two-sidebar .hb-three-column-w-image__main{width:calc(100% - 45% - 2 * 4.8rem)}}.hb-three-column-w-image__main-top{display:flex;flex-wrap:wrap;justify-content:space-between}@media(min-width: 768px){.hb-three-column-w-image__main-top{flex-wrap:nowrap}}.hb-three-column-w-image__title-text{margin:0 0 1.6rem 0;word-break:break-word}.hb-three-column-w-image__main-top-text{margin:0 1.6rem 1.6rem 0;word-break:break-word}@media(min-width: 992px){.hb-three-column-w-image--one-sidebar .hb-three-column-w-image__main-top-text{display:flex;flex-direction:column}}@media(min-width: 768px){.hb-three-column-w-image--no-sidebar .hb-three-column-w-image__main-top-text{display:flex;flex-direction:column}}@media(min-width: 768px){.hb-three-column-w-image__main-top-image{flex-shrink:0}}.hb-three-column-w-image__main-top-image.align-right,.hb-three-column-w-image__main-top-image.align-left{margin:0 0 1.6rem}@media(min-width: 768px){.hb-three-column-w-image__main-top-image.align-right,.hb-three-column-w-image__main-top-image.align-left{margin-bottom:4.8rem}}@media(min-width: 992px){.hb-three-column-w-image--one-sidebar .hb-three-column-w-image__main-top-image{margin-left:2rem}}@media(min-width: 768px){.hb-three-column-w-image--no-sidebar .hb-three-column-w-image__main-top-image{margin-left:2rem}}.hb-three-column-w-image__main-top-image img{display:block}.hb-three-column-w-image--no-sidebar:not(.hs-full-width) .hb-three-column-w-image__main-body{max-width:78.4rem}.hb-three-column-w-image__main-body .layout__region{margin-bottom:2rem}.hb-three-column-w-image__sidebar-2{margin-left:0}.hb-three-column-w-image__sidebar-2 .block,.hb-three-column-w-image__sidebar-2 .block-hs-blocks,.hb-three-column-w-image__sidebar-2 .hb-sidebar-block{width:100%;z-index:1;position:relative;background-color:#fff}.layout-builder .hb-three-column-w-image__sidebar-2 .block,.layout-builder .hb-three-column-w-image__sidebar-2 .block-hs-blocks,.layout-builder .hb-three-column-w-image__sidebar-2 .hb-sidebar-block{z-index:auto;background-color:initial}.hb-three-column-w-image__sidebar-2 .block.hb-well,.hb-three-column-w-image__sidebar-2 .block.hs-well,.hb-three-column-w-image__sidebar-2 .block.pullquote,.hb-three-column-w-image__sidebar-2 .block-hs-blocks.hb-well,.hb-three-column-w-image__sidebar-2 .block-hs-blocks.hs-well,.hb-three-column-w-image__sidebar-2 .block-hs-blocks.pullquote,.hb-three-column-w-image__sidebar-2 .hb-sidebar-block.hb-well,.hb-three-column-w-image__sidebar-2 .hb-sidebar-block.hs-well,.hb-three-column-w-image__sidebar-2 .hb-sidebar-block.pullquote{background-color:#f1f0ee;padding:2rem 1.8rem;border:0 none}.hb-dark-pattern .hb-three-column-w-image__sidebar-2 .block.hb-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-2 .block.hb-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-2 .block.hs-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-2 .block.hs-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-2 .block.pullquote,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-2 .block.pullquote,.hb-dark-pattern .hb-three-column-w-image__sidebar-2 .block-hs-blocks.hb-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-2 .block-hs-blocks.hb-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-2 .block-hs-blocks.hs-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-2 .block-hs-blocks.hs-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-2 .block-hs-blocks.pullquote,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-2 .block-hs-blocks.pullquote,.hb-dark-pattern .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.hb-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.hb-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.hs-well,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.hs-well,.hb-dark-pattern .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.pullquote,.hb-dark-inversion .views-element-container .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.pullquote{color:#000}.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-2 .block.hb-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-2 .block.hb-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-2 .block.hs-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-2 .block.hs-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-2 .block.pullquote,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-2 .block.pullquote,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-2 .block-hs-blocks.hb-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-2 .block-hs-blocks.hb-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-2 .block-hs-blocks.hs-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-2 .block-hs-blocks.hs-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-2 .block-hs-blocks.pullquote,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-2 .block-hs-blocks.pullquote,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.hb-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.hb-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.hs-well,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.hs-well,.hb-three-column__sidebar-1 .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.pullquote,.hb-three-column__sidebar-2 .hb-three-column-w-image__sidebar-2 .hb-sidebar-block.pullquote{position:relative;z-index:1}@media(min-width: 992px){.hb-three-column-w-image--one-sidebar .hb-three-column-w-image__sidebar-2{width:22.5%;margin-left:4.8rem}}@media(min-width: 992px){.hb-three-column-w-image__sidebar-2{width:22.5%;margin-left:4.8rem}}.hb-three-column{display:flex;flex-wrap:wrap}@media(min-width: 992px){.hb-three-column{flex-wrap:nowrap}}.hb-three-column:not(.hs-full-width){max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important}@media(min-width: 768px){.hb-three-column:not(.hs-full-width){width:calc(100% - (2 * 4.8rem)) !important}}.hb-three-column__sidebar-1 .block,.hb-three-column__sidebar-1 .block-hs-blocks,.hb-three-column__sidebar-1 .hb-sidebar-block{width:100%;z-index:1;position:relative;background-color:#fff}.layout-builder .hb-three-column__sidebar-1 .block,.layout-builder .hb-three-column__sidebar-1 .block-hs-blocks,.layout-builder .hb-three-column__sidebar-1 .hb-sidebar-block{z-index:auto;background-color:initial}.hb-three-column__sidebar-1 .block.hb-well,.hb-three-column__sidebar-1 .block.hs-well,.hb-three-column__sidebar-1 .block.pullquote,.hb-three-column__sidebar-1 .block-hs-blocks.hb-well,.hb-three-column__sidebar-1 .block-hs-blocks.hs-well,.hb-three-column__sidebar-1 .block-hs-blocks.pullquote,.hb-three-column__sidebar-1 .hb-sidebar-block.hb-well,.hb-three-column__sidebar-1 .hb-sidebar-block.hs-well,.hb-three-column__sidebar-1 .hb-sidebar-block.pullquote{background-color:#f1f0ee;padding:2rem 1.8rem;border:0 none}.hb-dark-pattern .hb-three-column__sidebar-1 .block.hb-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-1 .block.hb-well,.hb-dark-pattern .hb-three-column__sidebar-1 .block.hs-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-1 .block.hs-well,.hb-dark-pattern .hb-three-column__sidebar-1 .block.pullquote,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-1 .block.pullquote,.hb-dark-pattern .hb-three-column__sidebar-1 .block-hs-blocks.hb-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-1 .block-hs-blocks.hb-well,.hb-dark-pattern .hb-three-column__sidebar-1 .block-hs-blocks.hs-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-1 .block-hs-blocks.hs-well,.hb-dark-pattern .hb-three-column__sidebar-1 .block-hs-blocks.pullquote,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-1 .block-hs-blocks.pullquote,.hb-dark-pattern .hb-three-column__sidebar-1 .hb-sidebar-block.hb-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-1 .hb-sidebar-block.hb-well,.hb-dark-pattern .hb-three-column__sidebar-1 .hb-sidebar-block.hs-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-1 .hb-sidebar-block.hs-well,.hb-dark-pattern .hb-three-column__sidebar-1 .hb-sidebar-block.pullquote,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-1 .hb-sidebar-block.pullquote{color:#000}.hb-three-column__sidebar-1 .hb-three-column__sidebar-1 .block.hb-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-1 .block.hb-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-1 .block.hs-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-1 .block.hs-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-1 .block.pullquote,.hb-three-column__sidebar-2 .hb-three-column__sidebar-1 .block.pullquote,.hb-three-column__sidebar-1 .hb-three-column__sidebar-1 .block-hs-blocks.hb-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-1 .block-hs-blocks.hb-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-1 .block-hs-blocks.hs-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-1 .block-hs-blocks.hs-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-1 .block-hs-blocks.pullquote,.hb-three-column__sidebar-2 .hb-three-column__sidebar-1 .block-hs-blocks.pullquote,.hb-three-column__sidebar-1 .hb-three-column__sidebar-1 .hb-sidebar-block.hb-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-1 .hb-sidebar-block.hb-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-1 .hb-sidebar-block.hs-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-1 .hb-sidebar-block.hs-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-1 .hb-sidebar-block.pullquote,.hb-three-column__sidebar-2 .hb-three-column__sidebar-1 .hb-sidebar-block.pullquote{position:relative;z-index:1}@media(min-width: 992px){.hb-three-column__sidebar-1{width:22.5%;margin:0 4.8rem 0 0}}.hb-three-column__main{width:100%}.hb-three-column--no-sidebar:not(.hs-full-width) .hb-three-column__main{max-width:120rem}@media(min-width: 992px){.hb-three-column--one-sidebar .hb-three-column__main{width:calc(100% - 22.5% - 4.8rem)}.hb-three-column--no-sidebar .hb-three-column__main{width:100%;margin-bottom:0}}@media(min-width: 992px){.hb-three-column__main{width:100%;margin-bottom:0}.hb-three-column--two-sidebar .hb-three-column__main{width:calc(100% - 45% - (2 * 4.8rem))}}@media(min-width: 1500px){.hb-three-column--one-sidebar:not(.hs-full-width) .hb-three-column__main{max-width:110rem}}.hb-three-column__sidebar-2{margin:0}.hb-three-column__sidebar-2 .block,.hb-three-column__sidebar-2 .block-hs-blocks,.hb-three-column__sidebar-2 .hb-sidebar-block{width:100%;z-index:1;position:relative;background-color:#fff}.layout-builder .hb-three-column__sidebar-2 .block,.layout-builder .hb-three-column__sidebar-2 .block-hs-blocks,.layout-builder .hb-three-column__sidebar-2 .hb-sidebar-block{z-index:auto;background-color:initial}.hb-three-column__sidebar-2 .block.hb-well,.hb-three-column__sidebar-2 .block.hs-well,.hb-three-column__sidebar-2 .block.pullquote,.hb-three-column__sidebar-2 .block-hs-blocks.hb-well,.hb-three-column__sidebar-2 .block-hs-blocks.hs-well,.hb-three-column__sidebar-2 .block-hs-blocks.pullquote,.hb-three-column__sidebar-2 .hb-sidebar-block.hb-well,.hb-three-column__sidebar-2 .hb-sidebar-block.hs-well,.hb-three-column__sidebar-2 .hb-sidebar-block.pullquote{background-color:#f1f0ee;padding:2rem 1.8rem;border:0 none}.hb-dark-pattern .hb-three-column__sidebar-2 .block.hb-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-2 .block.hb-well,.hb-dark-pattern .hb-three-column__sidebar-2 .block.hs-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-2 .block.hs-well,.hb-dark-pattern .hb-three-column__sidebar-2 .block.pullquote,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-2 .block.pullquote,.hb-dark-pattern .hb-three-column__sidebar-2 .block-hs-blocks.hb-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-2 .block-hs-blocks.hb-well,.hb-dark-pattern .hb-three-column__sidebar-2 .block-hs-blocks.hs-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-2 .block-hs-blocks.hs-well,.hb-dark-pattern .hb-three-column__sidebar-2 .block-hs-blocks.pullquote,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-2 .block-hs-blocks.pullquote,.hb-dark-pattern .hb-three-column__sidebar-2 .hb-sidebar-block.hb-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-2 .hb-sidebar-block.hb-well,.hb-dark-pattern .hb-three-column__sidebar-2 .hb-sidebar-block.hs-well,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-2 .hb-sidebar-block.hs-well,.hb-dark-pattern .hb-three-column__sidebar-2 .hb-sidebar-block.pullquote,.hb-dark-inversion .views-element-container .hb-three-column__sidebar-2 .hb-sidebar-block.pullquote{color:#000}.hb-three-column__sidebar-1 .hb-three-column__sidebar-2 .block.hb-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-2 .block.hb-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-2 .block.hs-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-2 .block.hs-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-2 .block.pullquote,.hb-three-column__sidebar-2 .hb-three-column__sidebar-2 .block.pullquote,.hb-three-column__sidebar-1 .hb-three-column__sidebar-2 .block-hs-blocks.hb-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-2 .block-hs-blocks.hb-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-2 .block-hs-blocks.hs-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-2 .block-hs-blocks.hs-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-2 .block-hs-blocks.pullquote,.hb-three-column__sidebar-2 .hb-three-column__sidebar-2 .block-hs-blocks.pullquote,.hb-three-column__sidebar-1 .hb-three-column__sidebar-2 .hb-sidebar-block.hb-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-2 .hb-sidebar-block.hb-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-2 .hb-sidebar-block.hs-well,.hb-three-column__sidebar-2 .hb-three-column__sidebar-2 .hb-sidebar-block.hs-well,.hb-three-column__sidebar-1 .hb-three-column__sidebar-2 .hb-sidebar-block.pullquote,.hb-three-column__sidebar-2 .hb-three-column__sidebar-2 .hb-sidebar-block.pullquote{position:relative;z-index:1}@media(min-width: 992px){.hb-three-column--one-sidebar .hb-three-column__sidebar-2{width:22.5%;margin:0 0 0 4.8rem}}@media(min-width: 992px){.hb-three-column__sidebar-2{width:22.5%;margin:0 0 0 4.8rem}}.layout__region .block-views{clear:both}.layout__region .block-views:not(:last-child){margin-bottom:4.8rem}.layout__region .block-views.hb-dark-pattern{padding:2.4rem}.su-alert{background-color:#f4f4f4;color:#2e2d29;padding:0}.su-alert .fa,.su-alert .fas,.hb-dark-pattern .su-alert .fa,.hb-dark-pattern .su-alert .fas,.hb-dark-pattern .su-alert ol:not([class]) li::before,.su-alert ol:not([class]) li::before{color:#2e2d29}.hb-dark-pattern .su-alert ul:not([class]) li::before,.su-alert ul:not([class]) li::before{background-color:#2e2d29}.hb-dark-pattern .su-alert a,.su-alert a:not([class]),.su-alert a.mailto,.su-alert a[href^="mailto:"],.su-alert a.ext,.su-alert a{color:#2e2d29;border-bottom:0;background-image:none;font-weight:600}.hb-dark-pattern .su-alert a:hover,.hb-dark-pattern .su-alert a:focus,.su-alert a:not([class]):hover,.su-alert a:not([class]):focus,.su-alert a.mailto:hover,.su-alert a.mailto:focus,.su-alert a[href^="mailto:"]:hover,.su-alert a[href^="mailto:"]:focus,.su-alert a.ext:hover,.su-alert a.ext:focus,.su-alert a:hover,.su-alert a:focus{color:#2e2d29;text-decoration:none}.su-alert--text-light,.su-alert--text-light a,.su-alert--text-light .fa,.su-alert--text-light .fas,.su-alert.su-alert--text-light a:not([class]),.su-alert.su-alert--text-light a.mailto,.su-alert.su-alert--text-light a[href^="mailto:"],.su-alert.su-alert--text-light a.ext,.hb-dark-pattern .su-alert.su-alert--text-light a,.hb-dark-pattern .su-alert.su-alert--text-light .fa,.hb-dark-pattern .su-alert.su-alert--text-light .fas,.hb-dark-pattern .su-alert.su-alert--text-light ol:not([class]) li::before,.su-alert--text-light ol:not([class]) li::before{color:#fff}.su-alert--text-light:hover,.su-alert--text-light a:hover,.su-alert--text-light .fa:hover,.su-alert--text-light .fas:hover,.su-alert.su-alert--text-light a:not([class]):hover,.su-alert.su-alert--text-light a.mailto:hover,.su-alert.su-alert--text-light a[href^="mailto:"]:hover,.su-alert.su-alert--text-light a.ext:hover,.hb-dark-pattern .su-alert.su-alert--text-light a:hover,.hb-dark-pattern .su-alert.su-alert--text-light .fa:hover,.hb-dark-pattern .su-alert.su-alert--text-light .fas:hover,.hb-dark-pattern .su-alert.su-alert--text-light ol:not([class]) li::before:hover,.su-alert--text-light ol:not([class]) li::before:hover{color:#fff}.hb-dark-pattern .su-alert--text-light ul:not([class]) li::before,.su-alert--text-light ul:not([class]) li::before{background-color:#fff}.su-alert--plain{background-color:#f4f4f4}.su-alert--error{background-color:#b1040e}.su-alert--success{background-color:#008566}.su-alert--warning{background-color:#eaab00}.su-alert--info{background-color:#006cb8}.su-alert__header{margin-bottom:1em;width:100%;margin-right:2rem}@media(min-width: 992px){.su-alert__header{margin-right:2.6rem;order:1;flex-shrink:1;width:auto;margin-bottom:0}}.su-alert__label{height:100%;line-height:100%;display:inline-block;font-size:1.7rem;text-transform:uppercase;font-weight:600}.su-alert__label::after{content:":"}.su-alert__body{order:2;flex-grow:1;flex-basis:10rem;padding-left:0 !important}.su-alert .su-alert__body .su-alert__heading{margin-bottom:1rem;font-weight:700;margin-top:0;font-size:2.9rem;letter-spacing:-0.012em}.su-alert__text{margin-bottom:0}.su-alert__icon{margin-right:0.5rem;display:inline-block;max-width:2rem}.su-alert .centered-container{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important;padding:1.6rem 0;align-items:center;display:flex;flex-wrap:wrap}@media(min-width: 768px){.su-alert .centered-container{width:calc(100% - (2 * 4.8rem)) !important}}@media(min-width: 768px){.su-alert .centered-container{padding:1.9rem 0}}.hb-card{display:flex;flex-direction:column}@media(min-width: 768px){.hb-card--horizontal{flex-direction:row;align-items:flex-start}}.hb-card__subcontent{width:100%}.hb-card--horizontal-date-stacked .hb-card__subcontent{flex-wrap:wrap}@media(min-width: 576px){.hb-card__subcontent{display:flex}.hb-grid--cols-10 .hb-card__subcontent,.hb-grid--cols-11 .hb-card__subcontent,.hb-grid--cols-12 .hb-card__subcontent,.hb-grid--cols-3 .hb-card__subcontent,.hb-grid--cols-4 .hb-card__subcontent,.hb-grid--cols-5 .hb-card__subcontent,.hb-grid--cols-6 .hb-card__subcontent,.hb-grid--cols-7 .hb-card__subcontent,.hb-grid--cols-8 .hb-card__subcontent,.hb-grid--cols-9 .hb-card__subcontent{display:block}}.hb-card__subcontent:not(:last-child){margin-bottom:1.6rem}.hb-card__subcontent-item{color:#413e39;font-size:1.6rem}@media(min-width: 576px){.hb-card__subcontent-item{display:flex}}.hb-card__subcontent-item:not(:last-child){margin-bottom:0.4rem}@media(min-width: 576px){.hb-card__subcontent-item:not(:last-child){margin-bottom:0}}@media(min-width: 576px){.hb-card__subcontent-item::after{content:"";margin:0 0.8rem;border-left:1px solid;border-color:#413e39}.hb-grid--cols-10 .hb-card__subcontent-item::after,.hb-grid--cols-11 .hb-card__subcontent-item::after,.hb-grid--cols-12 .hb-card__subcontent-item::after,.hb-grid--cols-3 .hb-card__subcontent-item::after,.hb-grid--cols-4 .hb-card__subcontent-item::after,.hb-grid--cols-5 .hb-card__subcontent-item::after,.hb-grid--cols-6 .hb-card__subcontent-item::after,.hb-grid--cols-7 .hb-card__subcontent-item::after,.hb-grid--cols-8 .hb-card__subcontent-item::after,.hb-grid--cols-9 .hb-card__subcontent-item::after{display:none}.hb-dark-pattern .hb-card__subcontent-item::after,.hb-dark-inversion .views-element-container .hb-card__subcontent-item::after{border-color:#fff}}.hb-card__subcontent-item:last-of-type::after{content:"";margin:0;border:0}.hb-card__subcontent-item a{font-weight:600}.hb-card__subcontent--with-icons{padding-top:0.6rem;margin-bottom:0.8rem !important}@media(min-width: 576px){.hb-card__subcontent--with-icons{padding-top:1.2rem}}.hb-card__subcontent-detail{padding-right:2.6rem;margin-bottom:1.6rem}.hb-card__icon .views-label{position:absolute;clip:rect(1px, 1px, 1px, 1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}.hb-card__icon .field-content{display:block;padding:0 0.4rem 0 2.8rem;line-height:127%;font-size:1.6rem}.hb-card__icon--date [class*=views-label-field-hs-event-date]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M17 2h-1V0h-2v2H6V0H4v2H3c-.26217 0-.52176.0518-.76386.15243-.24209.10063-.46191.24811-.64683.43396-.18492.18585-.33129.40641-.43071.649-.09942.24259-.14992.50244-.1486.76461L1 18c0 .5304.21071 1.0391.58579 1.4142C1.96086 19.7893 2.46957 20 3 20h14c.5304 0 1.0391-.2107 1.4142-.5858S19 18.5304 19 18V4c0-.53043-.2107-1.03914-.5858-1.41421C18.0391 2.21071 17.5304 2 17 2Zm0 16H3V7h14v11Z' fill%3D'%23148762'/%3E%3Cpath d%3D'M5.04004 9.08997h2.425V11.515h-2.425V9.08997Zm0 4.24303h2.425v2.425h-2.425v-2.425ZM12.313 9.08997h2.424V11.515h-2.424V9.08997Zm0 4.24303h2.424v2.425h-2.424v-2.425ZM8.67704 9.08997H11.101V11.515H8.67704V9.08997Zm0 4.24303H11.101v2.425H8.67704v-2.425Z' fill%3D'%23148762'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left}.hc-pairing-ocean .hb-card__icon--date [class*=views-label-field-hs-event-date]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M17 2h-1V0h-2v2H6V0H4v2H3c-.26217 0-.52176.0518-.76386.15243-.24209.10063-.46191.24811-.64683.43396-.18492.18585-.33129.40641-.43071.649-.09942.24259-.14992.50244-.1486.76461L1 18c0 .5304.21071 1.0391.58579 1.4142C1.96086 19.7893 2.46957 20 3 20h14c.5304 0 1.0391-.2107 1.4142-.5858S19 18.5304 19 18V4c0-.53043-.2107-1.03914-.5858-1.41421C18.0391 2.21071 17.5304 2 17 2Zm0 16H3V7h14v11Z' fill%3D'%23148762'/%3E%3Cpath d%3D'M5.04004 9.08997h2.425V11.515h-2.425V9.08997Zm0 4.24303h2.425v2.425h-2.425v-2.425ZM12.313 9.08997h2.424V11.515h-2.424V9.08997Zm0 4.24303h2.424v2.425h-2.424v-2.425ZM8.67704 9.08997H11.101V11.515H8.67704V9.08997Zm0 4.24303H11.101v2.425H8.67704v-2.425Z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-card__icon--date [class*=views-label-field-hs-event-date]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M17 2h-1V0h-2v2H6V0H4v2H3c-.26217 0-.52176.0518-.76386.15243-.24209.10063-.46191.24811-.64683.43396-.18492.18585-.33129.40641-.43071.649-.09942.24259-.14992.50244-.1486.76461L1 18c0 .5304.21071 1.0391.58579 1.4142C1.96086 19.7893 2.46957 20 3 20h14c.5304 0 1.0391-.2107 1.4142-.5858S19 18.5304 19 18V4c0-.53043-.2107-1.03914-.5858-1.41421C18.0391 2.21071 17.5304 2 17 2Zm0 16H3V7h14v11Z' fill%3D'%2300638e'/%3E%3Cpath d%3D'M5.04004 9.08997h2.425V11.515h-2.425V9.08997Zm0 4.24303h2.425v2.425h-2.425v-2.425ZM12.313 9.08997h2.424V11.515h-2.424V9.08997Zm0 4.24303h2.424v2.425h-2.424v-2.425ZM8.67704 9.08997H11.101V11.515H8.67704V9.08997Zm0 4.24303H11.101v2.425H8.67704v-2.425Z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-card__icon--date [class*=views-label-field-hs-event-date]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M17 2h-1V0h-2v2H6V0H4v2H3c-.26217 0-.52176.0518-.76386.15243-.24209.10063-.46191.24811-.64683.43396-.18492.18585-.33129.40641-.43071.649-.09942.24259-.14992.50244-.1486.76461L1 18c0 .5304.21071 1.0391.58579 1.4142C1.96086 19.7893 2.46957 20 3 20h14c.5304 0 1.0391-.2107 1.4142-.5858S19 18.5304 19 18V4c0-.53043-.2107-1.03914-.5858-1.41421C18.0391 2.21071 17.5304 2 17 2Zm0 16H3V7h14v11Z' fill%3D'%238c1515'/%3E%3Cpath d%3D'M5.04004 9.08997h2.425V11.515h-2.425V9.08997Zm0 4.24303h2.425v2.425h-2.425v-2.425ZM12.313 9.08997h2.424V11.515h-2.424V9.08997Zm0 4.24303h2.424v2.425h-2.424v-2.425ZM8.67704 9.08997H11.101V11.515H8.67704V9.08997Zm0 4.24303H11.101v2.425H8.67704v-2.425Z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-card__icon--date [class*=views-label-field-hs-event-date]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M17 2h-1V0h-2v2H6V0H4v2H3c-.26217 0-.52176.0518-.76386.15243-.24209.10063-.46191.24811-.64683.43396-.18492.18585-.33129.40641-.43071.649-.09942.24259-.14992.50244-.1486.76461L1 18c0 .5304.21071 1.0391.58579 1.4142C1.96086 19.7893 2.46957 20 3 20h14c.5304 0 1.0391-.2107 1.4142-.5858S19 18.5304 19 18V4c0-.53043-.2107-1.03914-.5858-1.41421C18.0391 2.21071 17.5304 2 17 2Zm0 16H3V7h14v11Z' fill%3D'%233f3c30'/%3E%3Cpath d%3D'M5.04004 9.08997h2.425V11.515h-2.425V9.08997Zm0 4.24303h2.425v2.425h-2.425v-2.425ZM12.313 9.08997h2.424V11.515h-2.424V9.08997Zm0 4.24303h2.424v2.425h-2.424v-2.425ZM8.67704 9.08997H11.101V11.515H8.67704V9.08997Zm0 4.24303H11.101v2.425H8.67704v-2.425Z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-card__icon--date [class*=views-label-field-hs-event-date]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M17 2h-1V0h-2v2H6V0H4v2H3c-.26217 0-.52176.0518-.76386.15243-.24209.10063-.46191.24811-.64683.43396-.18492.18585-.33129.40641-.43071.649-.09942.24259-.14992.50244-.1486.76461L1 18c0 .5304.21071 1.0391.58579 1.4142C1.96086 19.7893 2.46957 20 3 20h14c.5304 0 1.0391-.2107 1.4142-.5858S19 18.5304 19 18V4c0-.53043-.2107-1.03914-.5858-1.41421C18.0391 2.21071 17.5304 2 17 2Zm0 16H3V7h14v11Z' fill%3D'%238c1515'/%3E%3Cpath d%3D'M5.04004 9.08997h2.425V11.515h-2.425V9.08997Zm0 4.24303h2.425v2.425h-2.425v-2.425ZM12.313 9.08997h2.424V11.515h-2.424V9.08997Zm0 4.24303h2.424v2.425h-2.424v-2.425ZM8.67704 9.08997H11.101V11.515H8.67704V9.08997Zm0 4.24303H11.101v2.425H8.67704v-2.425Z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-card__icon--date [class*=views-label-field-hs-event-date]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M17 2h-1V0h-2v2H6V0H4v2H3c-.26217 0-.52176.0518-.76386.15243-.24209.10063-.46191.24811-.64683.43396-.18492.18585-.33129.40641-.43071.649-.09942.24259-.14992.50244-.1486.76461L1 18c0 .5304.21071 1.0391.58579 1.4142C1.96086 19.7893 2.46957 20 3 20h14c.5304 0 1.0391-.2107 1.4142-.5858S19 18.5304 19 18V4c0-.53043-.2107-1.03914-.5858-1.41421C18.0391 2.21071 17.5304 2 17 2Zm0 16H3V7h14v11Z' fill%3D'%2300505c'/%3E%3Cpath d%3D'M5.04004 9.08997h2.425V11.515h-2.425V9.08997Zm0 4.24303h2.425v2.425h-2.425v-2.425ZM12.313 9.08997h2.424V11.515h-2.424V9.08997Zm0 4.24303h2.424v2.425h-2.424v-2.425ZM8.67704 9.08997H11.101V11.515H8.67704V9.08997Zm0 4.24303H11.101v2.425H8.67704v-2.425Z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-dark-pattern .hb-card__icon--date [class*=views-label-field-hs-event-date]+.field-content,.hb-dark-inversion .views-element-container .hb-card__icon--date [class*=views-label-field-hs-event-date]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M17 2h-1V0h-2v2H6V0H4v2H3c-.26217 0-.52176.0518-.76386.15243-.24209.10063-.46191.24811-.64683.43396-.18492.18585-.33129.40641-.43071.649-.09942.24259-.14992.50244-.1486.76461L1 18c0 .5304.21071 1.0391.58579 1.4142C1.96086 19.7893 2.46957 20 3 20h14c.5304 0 1.0391-.2107 1.4142-.5858S19 18.5304 19 18V4c0-.53043-.2107-1.03914-.5858-1.41421C18.0391 2.21071 17.5304 2 17 2Zm0 16H3V7h14v11Z' fill%3D'%23ffffff'/%3E%3Cpath d%3D'M5.04004 9.08997h2.425V11.515h-2.425V9.08997Zm0 4.24303h2.425v2.425h-2.425v-2.425ZM12.313 9.08997h2.424V11.515h-2.424V9.08997Zm0 4.24303h2.424v2.425h-2.424v-2.425ZM8.67704 9.08997H11.101V11.515H8.67704V9.08997Zm0 4.24303H11.101v2.425H8.67704v-2.425Z' fill%3D'%23ffffff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left}.hb-card__icon--location [class*=views-label-field-hs-event-location]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M10 0C5.86429 0 2.5 3.24894 2.5 7.24287 2.5 12.1991 9.21143 19.475 9.4975 19.7834c.06331.0681.14077.1227.22735.16.08658.0373.18033.0566.27515.0566.0948 0 .1886-.0193.2751-.0566.0866-.0373.1641-.0919.2274-.16.2861-.3094 6.9975-7.5843 6.9975-12.54053C17.5 3.24894 14.1357 0 10 0Zm0 10.8871c-2.08071 0-3.77357-1.63485-3.77357-3.64423S7.91929 3.59867 10 3.59867c2.0807 0 3.7736 1.63482 3.7736 3.6442S12.0807 10.8871 10 10.8871Z' fill%3D'%23148762'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left}.hc-pairing-ocean .hb-card__icon--location [class*=views-label-field-hs-event-location]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M10 0C5.86429 0 2.5 3.24894 2.5 7.24287 2.5 12.1991 9.21143 19.475 9.4975 19.7834c.06331.0681.14077.1227.22735.16.08658.0373.18033.0566.27515.0566.0948 0 .1886-.0193.2751-.0566.0866-.0373.1641-.0919.2274-.16.2861-.3094 6.9975-7.5843 6.9975-12.54053C17.5 3.24894 14.1357 0 10 0Zm0 10.8871c-2.08071 0-3.77357-1.63485-3.77357-3.64423S7.91929 3.59867 10 3.59867c2.0807 0 3.7736 1.63482 3.7736 3.6442S12.0807 10.8871 10 10.8871Z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-card__icon--location [class*=views-label-field-hs-event-location]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M10 0C5.86429 0 2.5 3.24894 2.5 7.24287 2.5 12.1991 9.21143 19.475 9.4975 19.7834c.06331.0681.14077.1227.22735.16.08658.0373.18033.0566.27515.0566.0948 0 .1886-.0193.2751-.0566.0866-.0373.1641-.0919.2274-.16.2861-.3094 6.9975-7.5843 6.9975-12.54053C17.5 3.24894 14.1357 0 10 0Zm0 10.8871c-2.08071 0-3.77357-1.63485-3.77357-3.64423S7.91929 3.59867 10 3.59867c2.0807 0 3.7736 1.63482 3.7736 3.6442S12.0807 10.8871 10 10.8871Z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-card__icon--location [class*=views-label-field-hs-event-location]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M10 0C5.86429 0 2.5 3.24894 2.5 7.24287 2.5 12.1991 9.21143 19.475 9.4975 19.7834c.06331.0681.14077.1227.22735.16.08658.0373.18033.0566.27515.0566.0948 0 .1886-.0193.2751-.0566.0866-.0373.1641-.0919.2274-.16.2861-.3094 6.9975-7.5843 6.9975-12.54053C17.5 3.24894 14.1357 0 10 0Zm0 10.8871c-2.08071 0-3.77357-1.63485-3.77357-3.64423S7.91929 3.59867 10 3.59867c2.0807 0 3.7736 1.63482 3.7736 3.6442S12.0807 10.8871 10 10.8871Z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-card__icon--location [class*=views-label-field-hs-event-location]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M10 0C5.86429 0 2.5 3.24894 2.5 7.24287 2.5 12.1991 9.21143 19.475 9.4975 19.7834c.06331.0681.14077.1227.22735.16.08658.0373.18033.0566.27515.0566.0948 0 .1886-.0193.2751-.0566.0866-.0373.1641-.0919.2274-.16.2861-.3094 6.9975-7.5843 6.9975-12.54053C17.5 3.24894 14.1357 0 10 0Zm0 10.8871c-2.08071 0-3.77357-1.63485-3.77357-3.64423S7.91929 3.59867 10 3.59867c2.0807 0 3.7736 1.63482 3.7736 3.6442S12.0807 10.8871 10 10.8871Z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-card__icon--location [class*=views-label-field-hs-event-location]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M10 0C5.86429 0 2.5 3.24894 2.5 7.24287 2.5 12.1991 9.21143 19.475 9.4975 19.7834c.06331.0681.14077.1227.22735.16.08658.0373.18033.0566.27515.0566.0948 0 .1886-.0193.2751-.0566.0866-.0373.1641-.0919.2274-.16.2861-.3094 6.9975-7.5843 6.9975-12.54053C17.5 3.24894 14.1357 0 10 0Zm0 10.8871c-2.08071 0-3.77357-1.63485-3.77357-3.64423S7.91929 3.59867 10 3.59867c2.0807 0 3.7736 1.63482 3.7736 3.6442S12.0807 10.8871 10 10.8871Z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-card__icon--location [class*=views-label-field-hs-event-location]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M10 0C5.86429 0 2.5 3.24894 2.5 7.24287 2.5 12.1991 9.21143 19.475 9.4975 19.7834c.06331.0681.14077.1227.22735.16.08658.0373.18033.0566.27515.0566.0948 0 .1886-.0193.2751-.0566.0866-.0373.1641-.0919.2274-.16.2861-.3094 6.9975-7.5843 6.9975-12.54053C17.5 3.24894 14.1357 0 10 0Zm0 10.8871c-2.08071 0-3.77357-1.63485-3.77357-3.64423S7.91929 3.59867 10 3.59867c2.0807 0 3.7736 1.63482 3.7736 3.6442S12.0807 10.8871 10 10.8871Z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-dark-pattern .hb-card__icon--location [class*=views-label-field-hs-event-location]+.field-content,.hb-dark-inversion .views-element-container .hb-card__icon--location [class*=views-label-field-hs-event-location]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M10 0C5.86429 0 2.5 3.24894 2.5 7.24287 2.5 12.1991 9.21143 19.475 9.4975 19.7834c.06331.0681.14077.1227.22735.16.08658.0373.18033.0566.27515.0566.0948 0 .1886-.0193.2751-.0566.0866-.0373.1641-.0919.2274-.16.2861-.3094 6.9975-7.5843 6.9975-12.54053C17.5 3.24894 14.1357 0 10 0Zm0 10.8871c-2.08071 0-3.77357-1.63485-3.77357-3.64423S7.91929 3.59867 10 3.59867c2.0807 0 3.7736 1.63482 3.7736 3.6442S12.0807 10.8871 10 10.8871Z' fill%3D'%23ffffff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left}.hb-card__icon--speaker [class*=views-label-field-hs-event-speaker]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M9.8052 10.1523c1.2578 0 2.3465-.45125 3.2367-1.34045.8892-.89015 1.3395-1.9779 1.3395-3.2357 0-1.25685-.4503-2.3465-1.3395-3.2357C12.1508 1.45125 11.0621 1 9.80425 1c-1.2559 0-2.3446.45125-3.2338 1.34045-.89015.89015-1.3414 1.9779-1.3414 3.2357s.45125 2.3465 1.3414 3.2357c.8892.8892 1.9779 1.34045 3.23475 1.34045Zm8.0075 5.4577c-.0256-.3705-.0769-.7742-.1538-1.2008-.0717-.4081-.17-.8112-.2946-1.2064-.1263-.3914-.2928-.7687-.4968-1.1258-.2009-.3598-.453-.6885-.7486-.9756-.3111-.2923-.676-.5214-1.0744-.6745-.4375-.1689-.903-.2533-1.3718-.2489-.1948 0-.3819.0797-.7439.3153-.2232.1454-.4845.3135-.7752.4997-.2489.1587-.5861.3069-1.0022.4418-.3957.1295-.8092.1962-1.22555.1976-.4085 0-.8208-.0665-1.2274-.1976-.4161-.1349-.75335-.2831-1.0013-.4418-.2888-.1843-.5491-.3524-.77615-.4997-.361-.2356-.5491-.3153-.7429-.3153-.494 0-.9557.0835-1.3718.2479-.39886.1533-.7641.3827-1.0754.6755-.28215.2707-.5339.5984-.74765.9756-.20615.3629-.37335.741-.49685 1.1258-.11875.3705-.2185.777-.2945 1.2064-.076.4256-.12825.8303-.1539 1.2008-.02565.3639-.038.741-.038 1.122 0 .9918.3154 1.7955.9367 2.3873.6137.5843 1.4269.8807 2.4149.8807h9.1485c.988 0 1.8003-.2964 2.414-.8807.6222-.5918.9376-1.3946.9376-2.3873 0-.3829-.0133-.76-.038-1.122h-.001Z' fill%3D'%23148762'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left}.hc-pairing-ocean .hb-card__icon--speaker [class*=views-label-field-hs-event-speaker]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M9.8052 10.1523c1.2578 0 2.3465-.45125 3.2367-1.34045.8892-.89015 1.3395-1.9779 1.3395-3.2357 0-1.25685-.4503-2.3465-1.3395-3.2357C12.1508 1.45125 11.0621 1 9.80425 1c-1.2559 0-2.3446.45125-3.2338 1.34045-.89015.89015-1.3414 1.9779-1.3414 3.2357s.45125 2.3465 1.3414 3.2357c.8892.8892 1.9779 1.34045 3.23475 1.34045Zm8.0075 5.4577c-.0256-.3705-.0769-.7742-.1538-1.2008-.0717-.4081-.17-.8112-.2946-1.2064-.1263-.3914-.2928-.7687-.4968-1.1258-.2009-.3598-.453-.6885-.7486-.9756-.3111-.2923-.676-.5214-1.0744-.6745-.4375-.1689-.903-.2533-1.3718-.2489-.1948 0-.3819.0797-.7439.3153-.2232.1454-.4845.3135-.7752.4997-.2489.1587-.5861.3069-1.0022.4418-.3957.1295-.8092.1962-1.22555.1976-.4085 0-.8208-.0665-1.2274-.1976-.4161-.1349-.75335-.2831-1.0013-.4418-.2888-.1843-.5491-.3524-.77615-.4997-.361-.2356-.5491-.3153-.7429-.3153-.494 0-.9557.0835-1.3718.2479-.39886.1533-.7641.3827-1.0754.6755-.28215.2707-.5339.5984-.74765.9756-.20615.3629-.37335.741-.49685 1.1258-.11875.3705-.2185.777-.2945 1.2064-.076.4256-.12825.8303-.1539 1.2008-.02565.3639-.038.741-.038 1.122 0 .9918.3154 1.7955.9367 2.3873.6137.5843 1.4269.8807 2.4149.8807h9.1485c.988 0 1.8003-.2964 2.414-.8807.6222-.5918.9376-1.3946.9376-2.3873 0-.3829-.0133-.76-.038-1.122h-.001Z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-card__icon--speaker [class*=views-label-field-hs-event-speaker]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M9.8052 10.1523c1.2578 0 2.3465-.45125 3.2367-1.34045.8892-.89015 1.3395-1.9779 1.3395-3.2357 0-1.25685-.4503-2.3465-1.3395-3.2357C12.1508 1.45125 11.0621 1 9.80425 1c-1.2559 0-2.3446.45125-3.2338 1.34045-.89015.89015-1.3414 1.9779-1.3414 3.2357s.45125 2.3465 1.3414 3.2357c.8892.8892 1.9779 1.34045 3.23475 1.34045Zm8.0075 5.4577c-.0256-.3705-.0769-.7742-.1538-1.2008-.0717-.4081-.17-.8112-.2946-1.2064-.1263-.3914-.2928-.7687-.4968-1.1258-.2009-.3598-.453-.6885-.7486-.9756-.3111-.2923-.676-.5214-1.0744-.6745-.4375-.1689-.903-.2533-1.3718-.2489-.1948 0-.3819.0797-.7439.3153-.2232.1454-.4845.3135-.7752.4997-.2489.1587-.5861.3069-1.0022.4418-.3957.1295-.8092.1962-1.22555.1976-.4085 0-.8208-.0665-1.2274-.1976-.4161-.1349-.75335-.2831-1.0013-.4418-.2888-.1843-.5491-.3524-.77615-.4997-.361-.2356-.5491-.3153-.7429-.3153-.494 0-.9557.0835-1.3718.2479-.39886.1533-.7641.3827-1.0754.6755-.28215.2707-.5339.5984-.74765.9756-.20615.3629-.37335.741-.49685 1.1258-.11875.3705-.2185.777-.2945 1.2064-.076.4256-.12825.8303-.1539 1.2008-.02565.3639-.038.741-.038 1.122 0 .9918.3154 1.7955.9367 2.3873.6137.5843 1.4269.8807 2.4149.8807h9.1485c.988 0 1.8003-.2964 2.414-.8807.6222-.5918.9376-1.3946.9376-2.3873 0-.3829-.0133-.76-.038-1.122h-.001Z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-card__icon--speaker [class*=views-label-field-hs-event-speaker]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M9.8052 10.1523c1.2578 0 2.3465-.45125 3.2367-1.34045.8892-.89015 1.3395-1.9779 1.3395-3.2357 0-1.25685-.4503-2.3465-1.3395-3.2357C12.1508 1.45125 11.0621 1 9.80425 1c-1.2559 0-2.3446.45125-3.2338 1.34045-.89015.89015-1.3414 1.9779-1.3414 3.2357s.45125 2.3465 1.3414 3.2357c.8892.8892 1.9779 1.34045 3.23475 1.34045Zm8.0075 5.4577c-.0256-.3705-.0769-.7742-.1538-1.2008-.0717-.4081-.17-.8112-.2946-1.2064-.1263-.3914-.2928-.7687-.4968-1.1258-.2009-.3598-.453-.6885-.7486-.9756-.3111-.2923-.676-.5214-1.0744-.6745-.4375-.1689-.903-.2533-1.3718-.2489-.1948 0-.3819.0797-.7439.3153-.2232.1454-.4845.3135-.7752.4997-.2489.1587-.5861.3069-1.0022.4418-.3957.1295-.8092.1962-1.22555.1976-.4085 0-.8208-.0665-1.2274-.1976-.4161-.1349-.75335-.2831-1.0013-.4418-.2888-.1843-.5491-.3524-.77615-.4997-.361-.2356-.5491-.3153-.7429-.3153-.494 0-.9557.0835-1.3718.2479-.39886.1533-.7641.3827-1.0754.6755-.28215.2707-.5339.5984-.74765.9756-.20615.3629-.37335.741-.49685 1.1258-.11875.3705-.2185.777-.2945 1.2064-.076.4256-.12825.8303-.1539 1.2008-.02565.3639-.038.741-.038 1.122 0 .9918.3154 1.7955.9367 2.3873.6137.5843 1.4269.8807 2.4149.8807h9.1485c.988 0 1.8003-.2964 2.414-.8807.6222-.5918.9376-1.3946.9376-2.3873 0-.3829-.0133-.76-.038-1.122h-.001Z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-card__icon--speaker [class*=views-label-field-hs-event-speaker]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M9.8052 10.1523c1.2578 0 2.3465-.45125 3.2367-1.34045.8892-.89015 1.3395-1.9779 1.3395-3.2357 0-1.25685-.4503-2.3465-1.3395-3.2357C12.1508 1.45125 11.0621 1 9.80425 1c-1.2559 0-2.3446.45125-3.2338 1.34045-.89015.89015-1.3414 1.9779-1.3414 3.2357s.45125 2.3465 1.3414 3.2357c.8892.8892 1.9779 1.34045 3.23475 1.34045Zm8.0075 5.4577c-.0256-.3705-.0769-.7742-.1538-1.2008-.0717-.4081-.17-.8112-.2946-1.2064-.1263-.3914-.2928-.7687-.4968-1.1258-.2009-.3598-.453-.6885-.7486-.9756-.3111-.2923-.676-.5214-1.0744-.6745-.4375-.1689-.903-.2533-1.3718-.2489-.1948 0-.3819.0797-.7439.3153-.2232.1454-.4845.3135-.7752.4997-.2489.1587-.5861.3069-1.0022.4418-.3957.1295-.8092.1962-1.22555.1976-.4085 0-.8208-.0665-1.2274-.1976-.4161-.1349-.75335-.2831-1.0013-.4418-.2888-.1843-.5491-.3524-.77615-.4997-.361-.2356-.5491-.3153-.7429-.3153-.494 0-.9557.0835-1.3718.2479-.39886.1533-.7641.3827-1.0754.6755-.28215.2707-.5339.5984-.74765.9756-.20615.3629-.37335.741-.49685 1.1258-.11875.3705-.2185.777-.2945 1.2064-.076.4256-.12825.8303-.1539 1.2008-.02565.3639-.038.741-.038 1.122 0 .9918.3154 1.7955.9367 2.3873.6137.5843 1.4269.8807 2.4149.8807h9.1485c.988 0 1.8003-.2964 2.414-.8807.6222-.5918.9376-1.3946.9376-2.3873 0-.3829-.0133-.76-.038-1.122h-.001Z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-card__icon--speaker [class*=views-label-field-hs-event-speaker]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M9.8052 10.1523c1.2578 0 2.3465-.45125 3.2367-1.34045.8892-.89015 1.3395-1.9779 1.3395-3.2357 0-1.25685-.4503-2.3465-1.3395-3.2357C12.1508 1.45125 11.0621 1 9.80425 1c-1.2559 0-2.3446.45125-3.2338 1.34045-.89015.89015-1.3414 1.9779-1.3414 3.2357s.45125 2.3465 1.3414 3.2357c.8892.8892 1.9779 1.34045 3.23475 1.34045Zm8.0075 5.4577c-.0256-.3705-.0769-.7742-.1538-1.2008-.0717-.4081-.17-.8112-.2946-1.2064-.1263-.3914-.2928-.7687-.4968-1.1258-.2009-.3598-.453-.6885-.7486-.9756-.3111-.2923-.676-.5214-1.0744-.6745-.4375-.1689-.903-.2533-1.3718-.2489-.1948 0-.3819.0797-.7439.3153-.2232.1454-.4845.3135-.7752.4997-.2489.1587-.5861.3069-1.0022.4418-.3957.1295-.8092.1962-1.22555.1976-.4085 0-.8208-.0665-1.2274-.1976-.4161-.1349-.75335-.2831-1.0013-.4418-.2888-.1843-.5491-.3524-.77615-.4997-.361-.2356-.5491-.3153-.7429-.3153-.494 0-.9557.0835-1.3718.2479-.39886.1533-.7641.3827-1.0754.6755-.28215.2707-.5339.5984-.74765.9756-.20615.3629-.37335.741-.49685 1.1258-.11875.3705-.2185.777-.2945 1.2064-.076.4256-.12825.8303-.1539 1.2008-.02565.3639-.038.741-.038 1.122 0 .9918.3154 1.7955.9367 2.3873.6137.5843 1.4269.8807 2.4149.8807h9.1485c.988 0 1.8003-.2964 2.414-.8807.6222-.5918.9376-1.3946.9376-2.3873 0-.3829-.0133-.76-.038-1.122h-.001Z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-card__icon--speaker [class*=views-label-field-hs-event-speaker]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M9.8052 10.1523c1.2578 0 2.3465-.45125 3.2367-1.34045.8892-.89015 1.3395-1.9779 1.3395-3.2357 0-1.25685-.4503-2.3465-1.3395-3.2357C12.1508 1.45125 11.0621 1 9.80425 1c-1.2559 0-2.3446.45125-3.2338 1.34045-.89015.89015-1.3414 1.9779-1.3414 3.2357s.45125 2.3465 1.3414 3.2357c.8892.8892 1.9779 1.34045 3.23475 1.34045Zm8.0075 5.4577c-.0256-.3705-.0769-.7742-.1538-1.2008-.0717-.4081-.17-.8112-.2946-1.2064-.1263-.3914-.2928-.7687-.4968-1.1258-.2009-.3598-.453-.6885-.7486-.9756-.3111-.2923-.676-.5214-1.0744-.6745-.4375-.1689-.903-.2533-1.3718-.2489-.1948 0-.3819.0797-.7439.3153-.2232.1454-.4845.3135-.7752.4997-.2489.1587-.5861.3069-1.0022.4418-.3957.1295-.8092.1962-1.22555.1976-.4085 0-.8208-.0665-1.2274-.1976-.4161-.1349-.75335-.2831-1.0013-.4418-.2888-.1843-.5491-.3524-.77615-.4997-.361-.2356-.5491-.3153-.7429-.3153-.494 0-.9557.0835-1.3718.2479-.39886.1533-.7641.3827-1.0754.6755-.28215.2707-.5339.5984-.74765.9756-.20615.3629-.37335.741-.49685 1.1258-.11875.3705-.2185.777-.2945 1.2064-.076.4256-.12825.8303-.1539 1.2008-.02565.3639-.038.741-.038 1.122 0 .9918.3154 1.7955.9367 2.3873.6137.5843 1.4269.8807 2.4149.8807h9.1485c.988 0 1.8003-.2964 2.414-.8807.6222-.5918.9376-1.3946.9376-2.3873 0-.3829-.0133-.76-.038-1.122h-.001Z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-dark-pattern .hb-card__icon--speaker [class*=views-label-field-hs-event-speaker]+.field-content,.hb-dark-inversion .views-element-container .hb-card__icon--speaker [class*=views-label-field-hs-event-speaker]+.field-content{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' width%3D'20' height%3D'20' viewBox%3D'0 0 20 20'%3E%3Cpath d%3D'M9.8052 10.1523c1.2578 0 2.3465-.45125 3.2367-1.34045.8892-.89015 1.3395-1.9779 1.3395-3.2357 0-1.25685-.4503-2.3465-1.3395-3.2357C12.1508 1.45125 11.0621 1 9.80425 1c-1.2559 0-2.3446.45125-3.2338 1.34045-.89015.89015-1.3414 1.9779-1.3414 3.2357s.45125 2.3465 1.3414 3.2357c.8892.8892 1.9779 1.34045 3.23475 1.34045Zm8.0075 5.4577c-.0256-.3705-.0769-.7742-.1538-1.2008-.0717-.4081-.17-.8112-.2946-1.2064-.1263-.3914-.2928-.7687-.4968-1.1258-.2009-.3598-.453-.6885-.7486-.9756-.3111-.2923-.676-.5214-1.0744-.6745-.4375-.1689-.903-.2533-1.3718-.2489-.1948 0-.3819.0797-.7439.3153-.2232.1454-.4845.3135-.7752.4997-.2489.1587-.5861.3069-1.0022.4418-.3957.1295-.8092.1962-1.22555.1976-.4085 0-.8208-.0665-1.2274-.1976-.4161-.1349-.75335-.2831-1.0013-.4418-.2888-.1843-.5491-.3524-.77615-.4997-.361-.2356-.5491-.3153-.7429-.3153-.494 0-.9557.0835-1.3718.2479-.39886.1533-.7641.3827-1.0754.6755-.28215.2707-.5339.5984-.74765.9756-.20615.3629-.37335.741-.49685 1.1258-.11875.3705-.2185.777-.2945 1.2064-.076.4256-.12825.8303-.1539 1.2008-.02565.3639-.038.741-.038 1.122 0 .9918.3154 1.7955.9367 2.3873.6137.5843 1.4269.8807 2.4149.8807h9.1485c.988 0 1.8003-.2964 2.414-.8807.6222-.5918.9376-1.3946.9376-2.3873 0-.3829-.0133-.76-.038-1.122h-.001Z' fill%3D'%23ffffff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left}.hb-card__location{color:#413e39;font-size:1.4rem;margin-bottom:1.6rem}@media(min-width: 768px){.hb-card__location{font-size:1.6rem}}.hb-card__highlighted{color:#413e39;font-size:1.4rem}@media(min-width: 768px){.hb-card__highlighted{font-size:1.6rem}}.hb-card__highlighted:not(:last-child){margin-bottom:1.6rem}.hb-card__highlighted .views-label{font-size:1.6rem;font-style:normal;text-transform:inherit;color:#148762;color:var(--palette--secondary);display:inline-block;margin-right:0.6rem}.hb-well .hb-card__highlighted .views-label{color:#0c523b !important;color:var(--palette--secondary-darken-12) !important}.hb-card__graphics{position:relative;margin-bottom:2.4rem}@media(min-width: 768px){.hb-card--horizontal .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px);margin-right:4.8rem;margin-bottom:0}}@media(min-width: 768px){.hb-card--horizontal-date-stacked .hb-card__graphics{max-width:100%}}.hb-card__graphics--has-date{min-height:13rem}.hb-card--no-image .hb-card__graphics,[class^=hb-card-image-] .hb-card--no-image .hb-card__graphics{flex:initial;max-width:initial;margin-right:0}.hb-card__img{overflow:hidden}.hb-card__img a{display:block;background-image:none}.hb-card__img a:focus,.hb-card__img a:hover{border-bottom:0 none}.hb-card__img a:focus img,.hb-card__img a:hover img{transform:scale(1.07)}.hb-card__img img{width:100%;height:auto;transform:scale(1);transition:transform 150ms ease-in-out}.hb-card .field-media-image{margin:0}.hb-card__date-tile{text-align:center;margin-right:4.8rem;position:absolute;display:flex;flex-direction:column;justify-content:center;width:11rem;height:11rem;background-color:#148762;background-color:var(--palette--secondary);color:#fff;padding:1.2rem 1rem 0.8rem;bottom:1.8rem;left:-1rem;z-index:5}@media(min-width: 576px){.hb-card__date-tile{bottom:2.2rem;left:-1.4rem}}.hb-card__date-tile:only-child{position:relative;bottom:auto;left:auto}.hb-card__date-tile-month{text-transform:uppercase;font-weight:600;font-size:1.6rem;line-height:122%}.hb-card__date-tile-day{font-weight:600;line-height:100%;font-size:5.2rem}@media(min-width: 768px){.hb-card--horizontal .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px);flex-grow:1}@supports(max-width: 100%){.hb-card--horizontal .hb-card__content{max-width:100%}}}.hb-card__title{margin-top:0;margin-bottom:2.4rem}@media(min-width: 768px){.hb-card__title{margin-bottom:2.8rem}}.hb-card__title h2,.hb-card__title h3,.hb-card__title h4,.hb-card__title h5,.hb-card__title h6{font-weight:600;font-size:1.8rem;line-height:124%;margin:0;overflow-wrap:break-word}@media(min-width: 576px){.hb-card__title h2,.hb-card__title h3,.hb-card__title h4,.hb-card__title h5,.hb-card__title h6{font-weight:600;font-size:2.4rem;line-height:124%}}@media(min-width: 768px){.hb-card__title h2,.hb-card__title h3,.hb-card__title h4,.hb-card__title h5,.hb-card__title h6{font-weight:600;font-size:2.7rem;line-height:119%}}@media(min-width: 576px){.hb-grid .hb-card__title h2,.ptype-hs-collection .hb-card__title h2,.ptype-hs-row .hb-card__title h2,.hb-grid .hb-card__title h3,.ptype-hs-collection .hb-card__title h3,.ptype-hs-row .hb-card__title h3,.hb-grid .hb-card__title h4,.ptype-hs-collection .hb-card__title h4,.ptype-hs-row .hb-card__title h4,.hb-grid .hb-card__title h5,.ptype-hs-collection .hb-card__title h5,.ptype-hs-row .hb-card__title h5,.hb-grid .hb-card__title h6,.ptype-hs-collection .hb-card__title h6,.ptype-hs-row .hb-card__title h6{font-weight:600;font-size:1.8rem;line-height:124%}}@media(min-width: 992px){.hb-grid .hb-card__title h2,.ptype-hs-collection .hb-card__title h2,.ptype-hs-row .hb-card__title h2,.hb-grid .hb-card__title h3,.ptype-hs-collection .hb-card__title h3,.ptype-hs-row .hb-card__title h3,.hb-grid .hb-card__title h4,.ptype-hs-collection .hb-card__title h4,.ptype-hs-row .hb-card__title h4,.hb-grid .hb-card__title h5,.ptype-hs-collection .hb-card__title h5,.ptype-hs-row .hb-card__title h5,.hb-grid .hb-card__title h6,.ptype-hs-collection .hb-card__title h6,.ptype-hs-row .hb-card__title h6{font-weight:600;font-size:2rem;line-height:124%}}.hb-card__title h6{text-transform:initial}.hb-card__author{margin-bottom:1.4rem}.hb-card__description{font-weight:400;font-size:1.6rem;line-height:122%;word-break:break-word}@media(min-width: 992px){.hb-card__description{font-weight:400;font-size:1.8rem;line-height:127%}}.hb-card__description:not(:last-child){margin-bottom:2.4rem}.hb-card__description .views-field:not(:last-child){display:block;margin-bottom:1.6rem}.hb-card__decorative-link{display:flex;align-items:center;width:100%;position:relative}.hb-card__decorative-link .views-field{width:100%}.hb-card__decorative-link a{display:block;color:rgba(0,0,0,0);height:4.4rem;text-decoration:none;background-image:none;width:100%}.hb-dark-pattern .hb-card__decorative-link a,.hb-dark-inversion .views-element-container .hb-card__decorative-link a{color:rgba(0,0,0,0)}.hb-dark-pattern .hb-card__decorative-link a:hover,.hb-dark-pattern .hb-card__decorative-link a:focus,.hb-dark-inversion .views-element-container .hb-card__decorative-link a:hover,.hb-dark-inversion .views-element-container .hb-card__decorative-link a:focus{color:rgba(0,0,0,0)}.hb-card__decorative-link a:hover,.hb-card__decorative-link a:focus{color:rgba(0,0,0,0);cursor:pointer}.hb-card__decorative-link a:hover::before,.hb-card__decorative-link a:focus::before{transform:translateX(0.625rem);background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-ocean .hb-card__decorative-link a:hover::before,.hc-pairing-ocean .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-card__decorative-link a:hover::before,.hc-pairing-mountain .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23003851' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-card__decorative-link a:hover::before,.hc-pairing-cardinal .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23570d0d' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-card__decorative-link a:hover::before,.hc-pairing-lake .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-card__decorative-link a:hover::before,.hc-pairing-canyon .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%232c0606' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-card__decorative-link a:hover::before,.hc-pairing-cliff .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-dark-pattern .hb-card__decorative-link a:hover::before,.hb-dark-inversion .views-element-container .hb-card__decorative-link a:hover::before,.hb-dark-pattern .hb-card__decorative-link a:focus::before,.hb-dark-inversion .views-element-container .hb-card__decorative-link a:focus::before{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23d9d7d2' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::before,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::before,.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::before,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:focus::before{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-ocean .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::before,.hc-pairing-ocean .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::before,.hc-pairing-ocean .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::before,.hc-pairing-ocean .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::before,.hc-pairing-mountain .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::before,.hc-pairing-mountain .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::before,.hc-pairing-mountain .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23003851' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::before,.hc-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::before,.hc-pairing-cardinal .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::before,.hc-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23570d0d' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::before,.hc-pairing-lake .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::before,.hc-pairing-lake .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::before,.hc-pairing-lake .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::before,.hc-pairing-canyon .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::before,.hc-pairing-canyon .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::before,.hc-pairing-canyon .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%232c0606' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::before,.hc-pairing-cliff .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::before,.hc-pairing-cliff .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::before,.hc-pairing-cliff .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-card__decorative-link a::before{content:"";position:absolute;left:0;height:4.4rem;width:4.4rem;background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");transform:translateX(0);transition:transform 150ms ease-in-out;will-change:contents}.hc-pairing-ocean .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-dark-pattern .hb-card__decorative-link a::before,.hb-dark-inversion .views-element-container .hb-card__decorative-link a::before{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::before,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::before{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-ocean .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::before,.hc-pairing-ocean .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::before,.hc-pairing-mountain .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::before,.hc-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::before,.hc-pairing-lake .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::before,.hc-pairing-canyon .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::before,.hc-pairing-cliff .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-grid{display:flex;justify-content:flex-start;flex-wrap:wrap}@supports(display: grid){@media(min-width: 576px){.hb-grid{display:grid;gap:4.8rem}}@media(min-width: 576px){.hb-grid.hb-grid--cols-1{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-2{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-3{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hb-grid.hb-grid--cols-3{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-4{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hb-grid.hb-grid--cols-4{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.hb-grid.hb-grid--cols-4{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-5{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hb-grid.hb-grid--cols-5{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.hb-grid.hb-grid--cols-5{grid-template-columns:repeat(5, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-6{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hb-grid.hb-grid--cols-6{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.hb-grid.hb-grid--cols-6{grid-template-columns:repeat(6, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-7{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hb-grid.hb-grid--cols-7{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.hb-grid.hb-grid--cols-7{grid-template-columns:repeat(7, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-8{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hb-grid.hb-grid--cols-8{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.hb-grid.hb-grid--cols-8{grid-template-columns:repeat(8, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-9{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hb-grid.hb-grid--cols-9{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.hb-grid.hb-grid--cols-9{grid-template-columns:repeat(9, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-10{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hb-grid.hb-grid--cols-10{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.hb-grid.hb-grid--cols-10{grid-template-columns:repeat(10, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-11{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hb-grid.hb-grid--cols-11{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.hb-grid.hb-grid--cols-11{grid-template-columns:repeat(11, 1fr)}}@media(min-width: 576px){.hb-grid.hb-grid--cols-12{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hb-grid.hb-grid--cols-12{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.hb-grid.hb-grid--cols-12{grid-template-columns:repeat(12, 1fr)}}}.hb-grid__item{margin-bottom:calc(48px / 2);width:100%}@supports(display: grid){@media(min-width: 576px){.hb-grid__item{margin-bottom:0}}}@media(min-width: 576px){.hb-grid--cols-2 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-2 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-2 .hb-grid__item{margin-right:0}}.hb-grid--cols-2 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 576px){.hb-grid--cols-3 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-3 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-3 .hb-grid__item{margin-right:0}}.hb-grid--cols-3 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 768px){.hb-grid--cols-3 .hb-grid__item{width:calc(33.33% - (9.6rem / 3))}@supports(display: grid){.hb-grid--cols-3 .hb-grid__item{width:100%;min-width:calc(33.33% - (9.6rem / 3));margin-right:0}}.hb-grid--cols-3 .hb-grid__item:nth-child(2n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-3 .hb-grid__item:nth-child(2n){margin-right:0}}.hb-grid--cols-3 .hb-grid__item:nth-child(3n){margin-right:0}}@media(min-width: 992px){.hb-grid--cols-3 .hb-grid__item{width:calc(33.3333333333% - (96px / 3))}@supports(display: grid){.hb-grid--cols-3 .hb-grid__item{width:100%;min-width:calc(33.3333333333% - (96px / 3));margin-right:0}}.hb-grid--cols-3 .hb-grid__item:nth-child(2n),.hb-grid--cols-3 .hb-grid__item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-3 .hb-grid__item:nth-child(2n),.hb-grid--cols-3 .hb-grid__item:nth-child(3n){margin-right:0}}.hb-grid--cols-3 .hb-grid__item:nth-child(3n){margin-right:0}}@media(min-width: 576px){.hb-grid--cols-4 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-4 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-4 .hb-grid__item{margin-right:0}}.hb-grid--cols-4 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 992px){.hb-grid--cols-4 .hb-grid__item{width:calc(25% - (144px / 4))}@supports(display: grid){.hb-grid--cols-4 .hb-grid__item{width:100%;min-width:calc(25% - (144px / 4));margin-right:0}}.hb-grid--cols-4 .hb-grid__item:nth-child(2n),.hb-grid--cols-4 .hb-grid__item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-4 .hb-grid__item:nth-child(2n),.hb-grid--cols-4 .hb-grid__item:nth-child(3n){margin-right:0}}.hb-grid--cols-4 .hb-grid__item:nth-child(4n){margin-right:0}}@media(min-width: 576px){.hb-grid--cols-5 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-5 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-5 .hb-grid__item{margin-right:0}}.hb-grid--cols-5 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 768px){.hb-grid--cols-5 .hb-grid__item{width:calc(33.33% - (9.6rem / 3))}@supports(display: grid){.hb-grid--cols-5 .hb-grid__item{width:100%;min-width:calc(33.33% - (9.6rem / 3));margin-right:0}}.hb-grid--cols-5 .hb-grid__item:nth-child(2n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-5 .hb-grid__item:nth-child(2n){margin-right:0}}.hb-grid--cols-5 .hb-grid__item:nth-child(3n){margin-right:0}}@media(min-width: 992px){.hb-grid--cols-5 .hb-grid__item{width:calc(20% - (192px / 5))}@supports(display: grid){.hb-grid--cols-5 .hb-grid__item{width:100%;min-width:calc(20% - (192px / 5));margin-right:0}}.hb-grid--cols-5 .hb-grid__item:nth-child(2n),.hb-grid--cols-5 .hb-grid__item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-5 .hb-grid__item:nth-child(2n),.hb-grid--cols-5 .hb-grid__item:nth-child(3n){margin-right:0}}.hb-grid--cols-5 .hb-grid__item:nth-child(5n){margin-right:0}}@media(min-width: 576px){.hb-grid--cols-6 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-6 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-6 .hb-grid__item{margin-right:0}}.hb-grid--cols-6 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 768px){.hb-grid--cols-6 .hb-grid__item{width:calc(33.33% - (9.6rem / 3))}@supports(display: grid){.hb-grid--cols-6 .hb-grid__item{width:100%;min-width:calc(33.33% - (9.6rem / 3));margin-right:0}}.hb-grid--cols-6 .hb-grid__item:nth-child(2n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-6 .hb-grid__item:nth-child(2n){margin-right:0}}.hb-grid--cols-6 .hb-grid__item:nth-child(3n){margin-right:0}}@media(min-width: 992px){.hb-grid--cols-6 .hb-grid__item{width:calc(16.6666666667% - (240px / 6))}@supports(display: grid){.hb-grid--cols-6 .hb-grid__item{width:100%;min-width:calc(16.6666666667% - (240px / 6));margin-right:0}}.hb-grid--cols-6 .hb-grid__item:nth-child(2n),.hb-grid--cols-6 .hb-grid__item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-6 .hb-grid__item:nth-child(2n),.hb-grid--cols-6 .hb-grid__item:nth-child(3n){margin-right:0}}.hb-grid--cols-6 .hb-grid__item:nth-child(6n){margin-right:0}}@media(min-width: 576px){.hb-grid--cols-7 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-7 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-7 .hb-grid__item{margin-right:0}}.hb-grid--cols-7 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 768px){.hb-grid--cols-7 .hb-grid__item{width:calc(33.33% - (9.6rem / 3))}@supports(display: grid){.hb-grid--cols-7 .hb-grid__item{width:100%;min-width:calc(33.33% - (9.6rem / 3));margin-right:0}}.hb-grid--cols-7 .hb-grid__item:nth-child(2n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-7 .hb-grid__item:nth-child(2n){margin-right:0}}.hb-grid--cols-7 .hb-grid__item:nth-child(3n){margin-right:0}}@media(min-width: 992px){.hb-grid--cols-7 .hb-grid__item{width:calc(14.2857142857% - (288px / 7))}@supports(display: grid){.hb-grid--cols-7 .hb-grid__item{width:100%;min-width:calc(14.2857142857% - (288px / 7));margin-right:0}}.hb-grid--cols-7 .hb-grid__item:nth-child(2n),.hb-grid--cols-7 .hb-grid__item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-7 .hb-grid__item:nth-child(2n),.hb-grid--cols-7 .hb-grid__item:nth-child(3n){margin-right:0}}.hb-grid--cols-7 .hb-grid__item:nth-child(7n){margin-right:0}}@media(min-width: 576px){.hb-grid--cols-8 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-8 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-8 .hb-grid__item{margin-right:0}}.hb-grid--cols-8 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 768px){.hb-grid--cols-8 .hb-grid__item{width:calc(33.33% - (9.6rem / 3))}@supports(display: grid){.hb-grid--cols-8 .hb-grid__item{width:100%;min-width:calc(33.33% - (9.6rem / 3));margin-right:0}}.hb-grid--cols-8 .hb-grid__item:nth-child(2n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-8 .hb-grid__item:nth-child(2n){margin-right:0}}.hb-grid--cols-8 .hb-grid__item:nth-child(3n){margin-right:0}}@media(min-width: 992px){.hb-grid--cols-8 .hb-grid__item{width:calc(12.5% - (336px / 8))}@supports(display: grid){.hb-grid--cols-8 .hb-grid__item{width:100%;min-width:calc(12.5% - (336px / 8));margin-right:0}}.hb-grid--cols-8 .hb-grid__item:nth-child(2n),.hb-grid--cols-8 .hb-grid__item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-8 .hb-grid__item:nth-child(2n),.hb-grid--cols-8 .hb-grid__item:nth-child(3n){margin-right:0}}.hb-grid--cols-8 .hb-grid__item:nth-child(8n){margin-right:0}}@media(min-width: 576px){.hb-grid--cols-9 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-9 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-9 .hb-grid__item{margin-right:0}}.hb-grid--cols-9 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 768px){.hb-grid--cols-9 .hb-grid__item{width:calc(33.33% - (9.6rem / 3))}@supports(display: grid){.hb-grid--cols-9 .hb-grid__item{width:100%;min-width:calc(33.33% - (9.6rem / 3));margin-right:0}}.hb-grid--cols-9 .hb-grid__item:nth-child(2n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-9 .hb-grid__item:nth-child(2n){margin-right:0}}.hb-grid--cols-9 .hb-grid__item:nth-child(3n){margin-right:0}}@media(min-width: 992px){.hb-grid--cols-9 .hb-grid__item{width:calc(11.1111111111% - (384px / 9))}@supports(display: grid){.hb-grid--cols-9 .hb-grid__item{width:100%;min-width:calc(11.1111111111% - (384px / 9));margin-right:0}}.hb-grid--cols-9 .hb-grid__item:nth-child(2n),.hb-grid--cols-9 .hb-grid__item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-9 .hb-grid__item:nth-child(2n),.hb-grid--cols-9 .hb-grid__item:nth-child(3n){margin-right:0}}.hb-grid--cols-9 .hb-grid__item:nth-child(9n){margin-right:0}}@media(min-width: 576px){.hb-grid--cols-10 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-10 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-10 .hb-grid__item{margin-right:0}}.hb-grid--cols-10 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 768px){.hb-grid--cols-10 .hb-grid__item{width:calc(33.33% - (9.6rem / 3))}@supports(display: grid){.hb-grid--cols-10 .hb-grid__item{width:100%;min-width:calc(33.33% - (9.6rem / 3));margin-right:0}}.hb-grid--cols-10 .hb-grid__item:nth-child(2n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-10 .hb-grid__item:nth-child(2n){margin-right:0}}.hb-grid--cols-10 .hb-grid__item:nth-child(3n){margin-right:0}}@media(min-width: 992px){.hb-grid--cols-10 .hb-grid__item{width:calc(10% - (432px / 10))}@supports(display: grid){.hb-grid--cols-10 .hb-grid__item{width:100%;min-width:calc(10% - (432px / 10));margin-right:0}}.hb-grid--cols-10 .hb-grid__item:nth-child(2n),.hb-grid--cols-10 .hb-grid__item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-10 .hb-grid__item:nth-child(2n),.hb-grid--cols-10 .hb-grid__item:nth-child(3n){margin-right:0}}.hb-grid--cols-10 .hb-grid__item:nth-child(10n){margin-right:0}}@media(min-width: 576px){.hb-grid--cols-11 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-11 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-11 .hb-grid__item{margin-right:0}}.hb-grid--cols-11 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 768px){.hb-grid--cols-11 .hb-grid__item{width:calc(33.33% - (9.6rem / 3))}@supports(display: grid){.hb-grid--cols-11 .hb-grid__item{width:100%;min-width:calc(33.33% - (9.6rem / 3));margin-right:0}}.hb-grid--cols-11 .hb-grid__item:nth-child(2n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-11 .hb-grid__item:nth-child(2n){margin-right:0}}.hb-grid--cols-11 .hb-grid__item:nth-child(3n){margin-right:0}}@media(min-width: 992px){.hb-grid--cols-11 .hb-grid__item{width:calc(9.0909090909% - (480px / 11))}@supports(display: grid){.hb-grid--cols-11 .hb-grid__item{width:100%;min-width:calc(9.0909090909% - (480px / 11));margin-right:0}}.hb-grid--cols-11 .hb-grid__item:nth-child(2n),.hb-grid--cols-11 .hb-grid__item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-11 .hb-grid__item:nth-child(2n),.hb-grid--cols-11 .hb-grid__item:nth-child(3n){margin-right:0}}.hb-grid--cols-11 .hb-grid__item:nth-child(11n){margin-right:0}}@media(min-width: 576px){.hb-grid--cols-12 .hb-grid__item{width:calc(50% - (4.8rem / 2));margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-12 .hb-grid__item{width:100%;min-width:calc(50% - (4.8rem / 2));margin-right:0}}@supports(display: grid){.hb-grid--cols-12 .hb-grid__item{margin-right:0}}.hb-grid--cols-12 .hb-grid__item:nth-child(2n){margin-right:0}}@media(min-width: 768px){.hb-grid--cols-12 .hb-grid__item{width:calc(33.33% - (9.6rem / 3))}@supports(display: grid){.hb-grid--cols-12 .hb-grid__item{width:100%;min-width:calc(33.33% - (9.6rem / 3));margin-right:0}}.hb-grid--cols-12 .hb-grid__item:nth-child(2n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-12 .hb-grid__item:nth-child(2n){margin-right:0}}.hb-grid--cols-12 .hb-grid__item:nth-child(3n){margin-right:0}}@media(min-width: 992px){.hb-grid--cols-12 .hb-grid__item{width:calc(8.3333333333% - (528px / 12))}@supports(display: grid){.hb-grid--cols-12 .hb-grid__item{width:100%;min-width:calc(8.3333333333% - (528px / 12));margin-right:0}}.hb-grid--cols-12 .hb-grid__item:nth-child(2n),.hb-grid--cols-12 .hb-grid__item:nth-child(3n){margin-right:4.8rem}@supports(display: grid){.hb-grid--cols-12 .hb-grid__item:nth-child(2n),.hb-grid--cols-12 .hb-grid__item:nth-child(3n){margin-right:0}}.hb-grid--cols-12 .hb-grid__item:nth-child(12n){margin-right:0}}.su-masthead{box-shadow:none;z-index:100;border-bottom:1px solid;border-color:#b6b1a9}.su-masthead .su-lockup{flex:calc(83.33% - 1.6rem);max-width:calc(83.33% - 1.6rem);z-index:500}@media(min-width: 992px){.su-masthead .su-lockup{flex:0 0 calc(66.6666666667% - 6.67px);max-width:calc(66.6666666667% - 6.67px)}}.su-masthead .su-lockup__line1,.su-masthead .su-lockup__line2,.su-masthead .su-lockup__line3,.su-masthead .su-lockup__line4{line-height:1em}.su-masthead .su-lockup__wordmark,.su-masthead .su-lockup__line1,.su-masthead .su-lockup__line2,.su-masthead .su-lockup__line3,.su-masthead .su-lockup__line4{margin-bottom:0.8rem}@media(min-width: 768px){.su-masthead .su-lockup__wordmark,.su-masthead .su-lockup__line1,.su-masthead .su-lockup__line2,.su-masthead .su-lockup__line3,.su-masthead .su-lockup__line4{margin-bottom:0}}.su-masthead .su-lockup__line1,.su-masthead .su-lockup__line2{font-size:2.4rem;font-weight:600}.su-masthead .su-lockup__line3{font-size:1.9rem;font-weight:500}.su-masthead .su-lockup__line5{font-size:1.78rem;text-transform:uppercase;font-weight:600}@media(max-width: 767px){.su-masthead .su-lockup__line5::before{margin-top:0.5rem;margin-bottom:0.75rem;border-bottom:1px solid;border-color:#2e2d29;content:"";display:block;width:12rem}.hb-dark-pattern .su-masthead .su-lockup__line5::before{border-color:#fff}}.su-masthead .su-lockup__cell1{border-right:none}@media only screen and (max-width: 480px){.su-masthead .su-lockup__cell1{display:none;border:none;text-align:left}}.su-masthead .su-site-search{display:block;padding-top:1.1rem;padding-bottom:2.8rem;z-index:500;width:100%}@media(min-width: 576px){.su-masthead .su-site-search{width:60%}}@media(min-width: 992px){.su-masthead .su-site-search{order:-1;position:absolute;right:0;max-width:265px}}.su-masthead .su-main-nav{margin-top:0;width:100%}@media(min-width: 576px){.su-masthead .su-main-nav{flex:unset;max-width:none}}.su-masthead.hb-dark-pattern .su-lockup__wordmark,.su-masthead.hb-dark-pattern .su-lockup__line1,.su-masthead.hb-dark-pattern .su-lockup__line2,.su-masthead.hb-dark-pattern .su-lockup__line3,.su-masthead.hb-dark-pattern .su-lockup__line4,.su-masthead.hb-dark-pattern .su-lockup__line5{color:#fff}.su-masthead.hb-dark-pattern .su-lockup__cell1,.su-masthead.hb-dark-pattern .su-lockup__cell2,.su-masthead.hb-dark-pattern .su-lockup__line4::after,.su-masthead.hb-dark-pattern .su-lockup__line5::before{border-color:#fff}.su-lockup__line1{margin-bottom:0.2rem}.masthead__site-title{position:absolute;clip:rect(1px, 1px, 1px, 1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}.hb-three-column__main .views-exposed-form,.hb-three-column__sidebar-1 .views-exposed-form{display:flex;align-items:flex-start;flex-wrap:wrap;margin-bottom:3.2rem}.hb-three-column__main .views-exposed-form .form-item,.hb-three-column__sidebar-1 .views-exposed-form .form-item{width:100%;margin-bottom:2.4rem}@media(min-width: 768px){.hb-three-column__main .views-exposed-form .form-item,.hb-three-column__sidebar-1 .views-exposed-form .form-item{width:calc(50% - 1.8rem);margin-right:1.8rem}}.hb-three-column__main .views-exposed-form .form-actions,.hb-three-column__sidebar-1 .views-exposed-form .form-actions{display:flex;align-self:flex-end;margin-bottom:0}@media(min-width: 768px){.hb-three-column__main .views-exposed-form .form-actions,.hb-three-column__sidebar-1 .views-exposed-form .form-actions{margin-bottom:2.4rem}}.hb-three-column__main .views-exposed-form .form-submit:not(:last-child),.hb-three-column__sidebar-1 .views-exposed-form .form-submit:not(:last-child){width:auto}.hb-three-column__main .views-exposed-form .form-submit:not(:last-child):not(:last-child),.hb-three-column__sidebar-1 .views-exposed-form .form-submit:not(:last-child):not(:last-child){margin-right:1.6rem}@media(min-width: 992px){.hb-three-column__main .views-exposed-form .form-item{width:calc(33% - 1.8rem)}}@media(min-width: 992px){.hb-three-column__sidebar-1 .views-exposed-form .form-item{margin-right:0;width:100%}}.chosen-container{width:100% !important;background:#fff;border-radius:4px}.chosen-container .chosen-drop{border:1px solid;border-color:#b6b1a9;border-radius:4px;outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem;font-size:1.6rem}.chosen-container .chosen-results{margin:0;padding:0}.chosen-container .chosen-results li{padding:8px;line-height:122%}.chosen-container .chosen-results li:last-child{border-radius:0 0 4px 4px}.chosen-container .chosen-results li.highlighted{color:#000;font-weight:600;background-image:none;background-color:#f1f0ee}.chosen-container-single .chosen-single{display:block;background:none !important;box-shadow:none;font-size:1.6rem;line-height:1;height:auto;min-height:38px;padding:0.8rem 48px 0.8rem 0.8rem;border:1px solid;border-color:#b6b1a9;border-radius:4px}.hb-dark-pattern .chosen-container-single .chosen-single,.hb-dark-inversion .views-element-container .chosen-container-single .chosen-single{background:#fff !important}.chosen-container-single .chosen-single:focus{outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem}.chosen-container-single .chosen-single span{margin-right:0;margin-bottom:-3px;padding-bottom:3px}.chosen-container-single .chosen-single div{width:48px;background-repeat:no-repeat;background-position:center;background-size:1.2rem 0.8rem;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23148762' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-ocean .chosen-container-single .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23148762' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-mountain .chosen-container-single .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%2300638e' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-cardinal .chosen-container-single .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%238c1515' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-lake .chosen-container-single .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%233f3c30' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-canyon .chosen-container-single .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%238c1515' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-cliff .chosen-container-single .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%2300505c' stroke-width%3D'2' /%3E%3C/svg%3E")}.chosen-container-single .chosen-single div b{display:none}.chosen-container-single .chosen-search{position:absolute;clip:rect(1px, 1px, 1px, 1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}.chosen-container-multi{border:1px solid;border-color:#b6b1a9;border-radius:4px}.chosen-container-multi:focus-within{outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem}.chosen-container-multi .chosen-choices{display:block;background:none !important;box-shadow:none;font-size:1.6rem;line-height:1;height:auto;min-height:38px;margin:-1px 0;padding:0 48px 0 0.8rem;border:0 none}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:0;padding:0;font-size:1.6rem;font-family:inherit}.chosen-container-multi .chosen-choices li.search-choice{margin:0.5rem 0.5rem 0.5rem 0;background-color:#fff;font-family:inherit;background-image:none;box-shadow:none;border:1px solid;border-color:#b6b1a9;border-radius:4px;padding:0.6rem 2.2rem 0.6rem 0.6rem;transition:background-color 150ms ease-in-out}.chosen-container-multi .chosen-choices li.search-choice:hover{background-color:#f1f0ee;color:#000}.chosen-container-multi .chosen-choices li.search-choice:focus{outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{background:none !important;background-size:0 !important;background-repeat:no-repeat !important;top:0;right:0;height:100%;width:100%}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:focus{outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before,.chosen-container-multi .chosen-choices li.search-choice .search-choice-close::after{content:"";display:block;height:0.2rem;width:1.2rem;background-color:#413e39;position:absolute;right:4px;top:12px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before{transform:rotate(45deg)}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close::after{transform:rotate(-45deg)}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover::before,.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover::after{background-color:#000}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem}.chosen-container-multi .chosen-drop{margin:1px 0;border-top:0 none}.chosen-container-active .chosen-single{outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem}.chosen-container-active.chosen-with-drop .chosen-single{outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem}.chosen-container-active.chosen-with-drop .chosen-single div{background-repeat:no-repeat;background-position:center;background-size:1.2rem 0.8rem;transform:rotate(180deg);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23148762' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-ocean .chosen-container-active.chosen-with-drop .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23148762' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-mountain .chosen-container-active.chosen-with-drop .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%2300638e' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-cardinal .chosen-container-active.chosen-with-drop .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%238c1515' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-lake .chosen-container-active.chosen-with-drop .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%233f3c30' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-canyon .chosen-container-active.chosen-with-drop .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%238c1515' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-cliff .chosen-container-active.chosen-with-drop .chosen-single div{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%2300505c' stroke-width%3D'2' /%3E%3C/svg%3E")}.hb-main-nav{position:relative;font-size:1.8rem}.hb-main-nav__toggle{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:pointer;position:absolute;right:0;top:-4.675rem;font-weight:700;display:flex;align-items:center;width:7rem;flex-direction:initial;padding:1rem 0}.no-js .hb-main-nav__toggle{display:none}@media(min-width: 992px){.js .hb-main-nav__toggle{display:none}}.hb-main-nav__toggle .hb-main-nav__toggle-icon{display:block;position:relative;height:0.3rem;width:1.6rem;background-color:#000;margin-left:1rem}.hb-main-nav__toggle .hb-main-nav__toggle-icon::before,.hb-main-nav__toggle .hb-main-nav__toggle-icon::after{content:"";display:block;height:0.3rem;width:1.6rem;background-color:#000;position:absolute;left:0;transition:top .2s ease .2s,transform .2s ease}.hb-main-nav__toggle .hb-main-nav__toggle-icon::before{top:-0.7rem}.hb-main-nav__toggle .hb-main-nav__toggle-icon::after{top:0.7rem}.hb-dark-pattern .hb-main-nav__toggle .hb-main-nav__toggle-icon,.hb-dark-pattern .hb-main-nav__toggle .hb-main-nav__toggle-icon::after,.hb-dark-pattern .hb-main-nav__toggle .hb-main-nav__toggle-icon::before{background-color:#fff}.hb-main-nav__toggle[aria-expanded=true] .hb-main-nav__toggle-icon{background:rgba(0,0,0,0)}.hb-main-nav__toggle[aria-expanded=true] .hb-main-nav__toggle-icon::before,.hb-main-nav__toggle[aria-expanded=true] .hb-main-nav__toggle-icon::after{top:0;transition:top .2s ease,transform .2s ease .2s}.hb-main-nav__toggle[aria-expanded=true] .hb-main-nav__toggle-icon::before{transform:rotate(45deg)}.hb-main-nav__toggle[aria-expanded=true] .hb-main-nav__toggle-icon::after{transform:rotate(-45deg)}.hb-main-nav__menu{box-shadow:none !important;transform:translate(0) !important;width:auto !important;list-style-type:none;margin:0;padding:0}@media(min-width: 576px){.hb-main-nav__menu{max-width:none}}.hb-main-nav__menu[aria-hidden=true]{display:none}.hb-main-nav__menu-lv1{font-weight:600;font-size:2rem;border-bottom:1px solid;border-color:#b6b1a9}.hb-main-nav__menu-lv1[aria-hidden=false]{margin-bottom:2.8rem}@media(min-width: 768px){.hb-main-nav__menu-lv1{font-size:2.4rem}}@media(min-width: 992px){.js .hb-main-nav__menu-lv1{font-size:1.8rem;font-weight:600;display:flex;align-items:flex-end;border:0}.js .hb-main-nav__menu-lv1[aria-hidden=false]{margin:0}}.hb-main-nav__menu-lv2{font-weight:400;font-size:1.8rem}@media(min-width: 768px){.hb-main-nav__menu-lv2{font-size:2.2rem}}@media(min-width: 992px){.hb-main-nav__menu-lv2{box-shadow:0 2px 16px 0 rgba(0,0,0,.1) !important}.js .hb-main-nav__menu-lv2{font-weight:600;font-size:inherit}}@media(min-width: 992px){.js .hb-main-nav__menu-lv3{display:none}}.hb-main-nav__item{position:relative}.hb-main-nav__menu-lv1>.hb-main-nav__item{border-top:1px solid;border-color:#b6b1a9}@media(min-width: 992px){.js .hb-main-nav__menu-lv1>.hb-main-nav__item{margin-right:2.4rem;border:0}}.hb-main-nav__menu-lv2 .hb-main-nav__item:not(:last-child){border-bottom:1px solid;border-color:#b6b1a9}@media(min-width: 992px){.js .hb-main-nav__menu-lv2 .hb-main-nav__item:not(:last-child){border:0}}.hb-main-nav__link{position:relative;display:block;padding:2.1rem 1.7rem;text-decoration:none;line-height:120.3%;color:#000}@media(min-width: 768px){.hb-main-nav__link{line-height:128%}}@media(min-width: 992px){.js .hb-main-nav__link{padding:1rem 0 2rem;line-height:110%}}.hb-main-nav__item.hb-main-nav__item--parent>.hb-main-nav__link{padding:2.1rem 4.8rem 2.1rem 1.7rem}@media(min-width: 992px){.js .hb-main-nav__item.hb-main-nav__item--parent>.hb-main-nav__link{padding:1rem 2rem 2rem 0}}.hb-main-nav__link:hover:not(.is-active){color:#000;background-color:#f1f0ee}.hb-dark-pattern .hb-main-nav__link:hover:not(.is-active){color:#000}.hb-dark-pattern .hb-main-nav__link:hover:not(.is-active)+.hb-main-nav__button,.hb-dark-pattern .hb-main-nav__link:hover:not(.is-active).hb-nested-toggler::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hb-dark-pattern .hb-main-nav__link:hover:not(.is-active)+.hb-main-nav__button[aria-expanded=true],.hb-dark-pattern .hb-main-nav__link:hover:not(.is-active).hb-nested-toggler[aria-expanded=true]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round' /%3E%3C/svg%3E")}@media(min-width: 992px){.hb-dark-pattern .hb-main-nav__link:hover:not(.is-active){color:#fff}.no-js .hb-dark-pattern .hb-main-nav__link:hover:not(.is-active){color:#000}.hb-dark-pattern .hb-main-nav__link:hover:not(.is-active)+.hb-main-nav__button,.hb-dark-pattern .hb-main-nav__link:hover:not(.is-active).hb-nested-toggler::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}.hb-dark-pattern .hb-main-nav__link:hover:not(.is-active)+.hb-main-nav__button[aria-expanded=true],.hb-dark-pattern .hb-main-nav__link:hover:not(.is-active).hb-nested-toggler[aria-expanded=true]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}}.hb-main-nav__menu-lv1>li>.hb-main-nav__link{color:#000}.hb-dark-pattern .hb-main-nav__menu-lv1>li>.hb-main-nav__link{color:#fff}.hb-dark-pattern .hb-main-nav__menu-lv1>li>.hb-main-nav__link.is-active{color:#000;background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}@media(min-width: 992px){.hb-dark-pattern .hb-main-nav__menu-lv1>li>.hb-main-nav__link.is-active{color:#fff}}.js .hb-dark-pattern .hb-main-nav__menu-lv1>li>.hb-main-nav__link.hb-main-nav__link--active-trail::before{background-color:#00d5f5;background-color:var(--palette--tertiary-reversed)}.js .hb-dark-pattern .hb-main-nav__menu-lv1>li>.hb-main-nav__link.hb-main-nav__link--active-trail:hover::before,.js .hb-dark-pattern .hb-main-nav__menu-lv1>li>.hb-main-nav__link.hb-main-nav__link--active-trail:focus::before{background-color:#148762;background-color:var(--palette--secondary)}@media(min-width: 992px){.js .hb-dark-pattern .hb-main-nav__menu-lv1>li>.hb-main-nav__link.hb-main-nav__link--active-trail:hover::before,.js .hb-dark-pattern .hb-main-nav__menu-lv1>li>.hb-main-nav__link.hb-main-nav__link--active-trail:focus::before{background-color:#00d5f5;background-color:var(--palette--tertiary-reversed)}}@media(min-width: 992px){.js .hb-main-nav__menu-lv1>li>.hb-main-nav__link::before{content:"";display:block;position:absolute;width:100%;height:0.4rem;bottom:0.8rem;top:auto;left:0;background:rgba(0,0,0,0)}.js .hb-main-nav__menu-lv1>li>.hb-main-nav__link.is-active{background-color:rgba(0,0,0,0)}.js .hb-main-nav__menu-lv1>li>.hb-main-nav__link.hb-main-nav__link--active-trail::before{background-color:#148762;background-color:var(--palette--secondary)}.js .hb-main-nav__menu-lv1>li>.hb-main-nav__link:hover{background-color:rgba(0,0,0,0)}.js .hb-main-nav__menu-lv1>li>.hb-main-nav__link:hover:not(.is-active):not(.hb-main-nav__link--active-trail)::before{background-color:#b6b1a9}}@media(min-width: 992px){.js .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link{font-size:1.6rem;padding:1rem 1.4rem}}.hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link:focus{color:#000;background-color:#f1f0ee}.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link:focus{color:#000}.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link:focus+.hb-nested-toggler,.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link:focus+.hb-nested-toggler[aria-expanded=true],.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link:focus[aria-expanded=true]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round' /%3E%3C/svg%3E")}@media(min-width: 992px){.hb-dark-inversion .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link:hover,.hb-dark-inversion .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link:focus{color:#fff;background-color:#002429;background-color:var(--palette--primary-dark)}}.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link{color:#fff}.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link.is-active{color:#000;background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link.is-active::before{background-color:#148762;background-color:var(--palette--secondary)}@media(min-width: 992px){.no-js .hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link{color:#fff}.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link,.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link:hover:not(.is-active),.hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link.is-active{color:#000}.hb-dark-inversion .hb-dark-pattern .hb-main-nav__menu.hb-main-nav__menu-lv2 .hb-main-nav__link:hover:not(.is-active){color:#fff}}.hb-main-nav__link--active-trail::before,.hb-main-nav__link[data-drupal-link-system-path=""].is-active::before{content:"";display:block;width:0.5rem;position:absolute;top:0;bottom:0;left:0;background-color:#413e39}.hb-main-nav__link--active-trail.is-active,.hb-main-nav__link[data-drupal-link-system-path=""].is-active.is-active{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight);color:#000}.hb-main-nav__link--active-trail.is-active::before,.hb-main-nav__link[data-drupal-link-system-path=""].is-active.is-active::before{background-color:#148762;background-color:var(--palette--secondary)}.hb-main-nav__link.hb-nested-toggler{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;position:relative;padding:2.1rem 1.7rem;width:100%;line-height:120.3%;cursor:pointer}@media(min-width: 768px){.hb-main-nav__link.hb-nested-toggler{line-height:128%}}@media(min-width: 992px){.hb-main-nav__link.hb-nested-toggler{padding:1rem 2rem 2rem 0;width:auto}.js .hb-main-nav__link.hb-nested-toggler{line-height:110%}}.hb-main-nav__link.hb-nested-toggler::after{height:4.8rem;width:4.8rem;overflow:hidden;text-indent:-9999px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E");background-size:1.8rem;transition:transform 150ms ease-in-out;content:"";display:block;position:absolute;top:0.8rem;right:0}.no-js .hb-main-nav__link.hb-nested-toggler::after{display:none}.hb-dark-pattern .hb-main-nav__link.hb-nested-toggler::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}@media(min-width: 768px){.hb-main-nav__link.hb-nested-toggler::after{top:1.6rem}}@media(min-width: 992px){.js .hb-main-nav__link.hb-nested-toggler::after{height:2rem;width:1.5rem;overflow:hidden;text-indent:-9999px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23000000' stroke-width%3D'2' /%3E%3C/svg%3E");background-size:1rem 0.7rem;transition:transform 150ms ease-in-out;bottom:2rem;top:auto}.hb-dark-pattern .hb-main-nav__link.hb-nested-toggler::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}}.hb-main-nav__item--parent .hb-main-nav__link.hb-nested-toggler[aria-expanded=true]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.hb-dark-pattern .hb-main-nav__item--parent .hb-main-nav__link.hb-nested-toggler[aria-expanded=true]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round' /%3E%3C/svg%3E")}@media(min-width: 992px){.js .hb-main-nav__item--parent .hb-main-nav__link.hb-nested-toggler[aria-expanded=true]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23000000' stroke-width%3D'2' /%3E%3C/svg%3E");background-size:1rem 0.7rem;transform:rotate(180deg)}.hb-dark-pattern .hb-main-nav__item--parent .hb-main-nav__link.hb-nested-toggler[aria-expanded=true]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}}.hb-main-nav__button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;height:4.8rem;width:4.8rem;overflow:hidden;text-indent:-9999px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E");background-size:1.8rem;transition:transform 150ms ease-in-out;cursor:pointer;position:absolute;top:0.8rem;right:0}.no-js .hb-main-nav__button{display:none}.hb-dark-pattern .hb-main-nav__button{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hb-dark-pattern .hb-main-nav__item--active-trail .is-active+.hb-main-nav__button{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}@media(min-width: 768px){.hb-main-nav__button{top:1.2rem}}@media(min-width: 992px){.js .hb-main-nav__button{height:2rem;width:1.5rem;overflow:hidden;text-indent:-9999px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23000000' stroke-width%3D'2' /%3E%3C/svg%3E");background-size:1rem 0.7rem;transition:transform 150ms ease-in-out;bottom:2rem;top:auto}.hb-dark-pattern .hb-main-nav__button,.hb-dark-pattern .hb-main-nav__item--active-trail .is-active+.hb-main-nav__button{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}.hb-main-nav__menu-lv2 .hb-main-nav__button{display:none}}.hb-main-nav__button[aria-expanded=true]{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.hb-dark-pattern .hb-main-nav__button[aria-expanded=true]{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hb-dark-pattern .hb-main-nav__item--active-trail .is-active+.hb-main-nav__button[aria-expanded=true]{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round' /%3E%3C/svg%3E")}@media(min-width: 992px){.js .hb-main-nav__button[aria-expanded=true]{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23000000' stroke-width%3D'2' /%3E%3C/svg%3E");background-size:1rem 0.7rem;transform:rotate(180deg)}.hb-dark-pattern .hb-main-nav__button[aria-expanded=true],.hb-dark-pattern .hb-main-nav__item--active-trail .is-active+.hb-main-nav__button[aria-expanded=true]{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}}.hb-main-nav__menu-container{padding-left:2rem;border-top:1px solid;border-color:#b6b1a9}.hb-main-nav__menu-container[aria-hidden=true]{display:none}@media(min-width: 992px){.js .hb-main-nav__menu-container{position:absolute;border-radius:0.4rem;min-width:20rem;width:100%;padding:0;border:1px solid;border-color:#b6b1a9;background-color:#fff}.js .hb-main-nav__item:last-child .hb-main-nav__menu-container{right:0}}.js .hb-main-nav--is-still-loading .hb-main-nav__menu-lv1{display:none}@media(min-width: 992px){.js .hb-main-nav--is-still-loading .hb-main-nav__menu-lv1{display:flex}}.js .hb-main-nav--is-still-loading .hb-main-nav__menu-container{display:none}.su-site-search+nav .hb-main-nav__toggle{top:-12rem}.block-we-megamenu{width:100%}.navbar-we-mega-menu{font-size:1.8rem;background-color:rgba(0,0,0,0)}.navbar-we-mega-menu.click-action .we-mega-menu-ul{width:100%}.navbar-we-mega-menu.click-action .we-mega-menu-ul .we-mega-menu-li{display:inline-block;border:0;position:initial}.navbar-we-mega-menu.click-action .we-mega-menu-ul .we-mega-menu-li .we-mega-menu-li,.navbar-we-mega-menu.click-action .we-mega-menu-ul .we-mega-menu-li .we-megamenu-nolink{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;color:#000;padding:1rem 0 1.5rem;font-size:1.8rem;font-weight:600;text-transform:none;background-color:rgba(0,0,0,0);width:100%;position:relative;display:block;border:0;transition:transform 150ms ease-in-out;text-decoration:none}.navbar-we-mega-menu.click-action .we-mega-menu-ul .we-mega-menu-li.dropdown-menu>.we-mega-menu-li::before,.navbar-we-mega-menu.click-action .we-mega-menu-ul .we-mega-menu-li.dropdown-menu>.we-megamenu-nolink::before,.navbar-we-mega-menu.click-action .we-mega-menu-ul .we-mega-menu-li.dropdown-menu.clicked>.we-mega-menu-li::before,.navbar-we-mega-menu.click-action .we-mega-menu-ul .we-mega-menu-li.dropdown-menu.clicked>.we-megamenu-nolink::before{display:none}.navbar-we-mega-menu.click-action .we-mega-menu-ul .we-mega-menu-li.dropdown-menu.clicked>.we-mega-menu-li::after{transform:rotate(180deg)}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li{margin-right:2.4rem;display:flex;align-items:flex-end}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-mega-menu-li,.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-megamenu-nolink{text-decoration:none;background:rgba(0,0,0,0)}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-mega-menu-li.hb-private-page-link,.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-megamenu-nolink.hb-private-page-link{padding-left:2.4rem !important}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-mega-menu-li.hb-private-page-link::before,.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-megamenu-nolink.hb-private-page-link::before{display:inline-block;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:2rem 2rem;background-position:center;height:3rem;width:2rem;position:absolute;left:0;top:0;bottom:.5rem;margin:auto}.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-mega-menu-li,.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-megamenu-nolink{color:#fff}.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-mega-menu-li.hb-private-page-link::before,.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-megamenu-nolink.hb-private-page-link::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-mega-menu-li:hover,.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-mega-menu-li:focus,.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-megamenu-nolink:hover,.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-megamenu-nolink:focus{color:#000;background:linear-gradient(transparent 1%, #b3b5b9 1%);background-size:100% .55rem;background-repeat:no-repeat;background-position:bottom}.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-mega-menu-li:hover,.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-mega-menu-li:focus,.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-megamenu-nolink:hover,.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li>.we-megamenu-nolink:focus{color:#fff}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.active>.we-mega-menu-li,.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.active>.we-megamenu-nolink{color:#000;background:linear-gradient(transparent 1%, var(--palette--secondary) 1%);background-size:100% .55rem;background-repeat:no-repeat;background-position:bottom}.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.active>.we-mega-menu-li,.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.active>.we-megamenu-nolink{color:#fff;background:linear-gradient(transparent 1%, var(--palette--tertiary-reversed) 1%);background-size:100% .55rem;background-repeat:no-repeat;background-position:bottom}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu{position:initial}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu:focus{background:linear-gradient(transparent 1%, #b3b5b9 1%);background-size:100% .55rem;background-repeat:no-repeat;background-position:bottom}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu:focus>.we-mega-menu-li,.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu:focus>.we-megamenu-nolink{color:#000;background-color:rgba(0,0,0,0)}.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu:focus>.we-mega-menu-li,.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu:focus>.we-megamenu-nolink{color:#fff}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu>.we-mega-menu-li,.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu>.we-megamenu-nolink{padding:1rem 2rem 1.5rem 0}.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu>.we-mega-menu-li::after,.navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu>.we-megamenu-nolink::after{height:2rem;width:1.5rem;overflow:hidden;text-indent:-9999px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23000000' stroke-width%3D'2' /%3E%3C/svg%3E");background-size:1rem 0.7rem;transition:transform 150ms ease-in-out;bottom:1.8rem;top:auto;display:block;position:absolute;filter:brightness(300%);opacity:1;right:0}.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu>.we-mega-menu-li::after,.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu>.we-megamenu-nolink::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}.navbar-we-mega-menu.click-action .we-mega-menu-ul .dropdown-menu>.we-mega-menu-submenu{display:none;visibility:hidden;height:auto;width:100vw;overflow:initial;max-width:100%}.navbar-we-mega-menu.click-action .we-mega-menu-submenu{height:0;width:0;max-width:120rem;position:absolute;padding:2rem;box-shadow:0 3px 15px rgba(0,0,0,.12);border-left:0;border-right:0;overflow:hidden;color:#000}.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-submenu{color:#000}.navbar-we-mega-menu.click-action .we-mega-menu-submenu a:not([class]){color:#007c8f;color:var(--palette--tertiary)}.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-submenu a:not([class]){color:#007c8f;color:var(--palette--tertiary)}.navbar-we-mega-menu.click-action .we-mega-menu-submenu>.we-mega-menu-submenu-inner{min-height:auto}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .we-mega-menu-col .we-mega-menu-col{border:0;padding-left:.75rem}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li{padding:0}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li>.we-mega-menu-li,.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li>.we-megamenu-nolink{font-size:1.6rem;color:#8c1515;text-transform:uppercase;font-weight:600;padding:0.7rem 1rem}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li>.we-mega-menu-li{text-decoration:underline}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li>.we-mega-menu-li:hover,.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li>.we-mega-menu-li:focus{background-color:#f1f0ee;color:#8c1515;border:0;text-decoration:underline}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li.dropdown-menu{margin-bottom:1rem}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li.dropdown-menu>.we-mega-menu-li,.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li.dropdown-menu>.we-megamenu-nolink{font-size:1.6rem;color:#8c1515;text-transform:uppercase;font-weight:600;padding:0.7rem 1rem}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li.dropdown-menu>.we-megamenu-nolink{cursor:default}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li.dropdown-menu>.we-mega-menu-li{text-decoration:underline}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li.dropdown-menu>.we-mega-menu-li:hover,.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li.dropdown-menu>.we-mega-menu-li:focus{background-color:#f1f0ee;color:#8c1515;border:0}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li.dropdown-menu.active>.we-mega-menu-li,.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-li.dropdown-menu.active>.we-megamenu-nolink{border:0}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-submenu .we-mega-menu-li{padding:0}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-submenu .we-mega-menu-li .we-mega-menu-li,.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-submenu .we-mega-menu-li .we-megamenu-nolink{color:#000;text-decoration:none;text-transform:none;padding:0.7rem 1rem;font-weight:600}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-submenu .we-mega-menu-li .we-mega-menu-li:hover,.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-submenu .we-mega-menu-li .we-mega-menu-li:focus,.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-submenu .we-mega-menu-li .we-megamenu-nolink:hover,.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-submenu .we-mega-menu-li .we-megamenu-nolink:focus{background-color:#f1f0ee;color:#000}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-submenu.dropdown-menu{margin-bottom:0}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .nav .we-mega-menu-submenu .we-mega-menu-submenu{display:none}.navbar-we-mega-menu.click-action .we-mega-menu-submenu::before,.navbar-we-mega-menu.click-action .we-mega-menu-submenu::after{display:block;content:"";background-color:#fff;border:1px solid rgba(0,0,0,.1);border-left:0;border-right:0;width:100%;height:100%;position:absolute;top:0;bottom:0;margin:auto;z-index:-1;line-height:inherit;box-sizing:content-box}.navbar-we-mega-menu.click-action .we-mega-menu-submenu::before{left:-100%;box-shadow:-15px 3px 15px rgba(0,0,0,.12) !important}.navbar-we-mega-menu.click-action .we-mega-menu-submenu::after{right:-100%;box-shadow:15px 3px 15px rgba(0,0,0,.12) !important}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .we-mega-menu-submenu{width:100%;max-width:100%;height:auto}.navbar-we-mega-menu.click-action .we-mega-menu-submenu .we-mega-menu-submenu::before,.navbar-we-mega-menu.click-action .we-mega-menu-submenu .we-mega-menu-submenu::after{display:none}.block-we-megamenu{display:none}@media(min-width: 992px){.hb-use-megamenu .hb-main-nav{display:none}.hb-use-megamenu .block-we-megamenu{display:block}}.megamenu{position:relative;width:100%;font-size:1.8rem}.megamenu .megamenu__mobile-btn{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:flex;align-items:center;flex-direction:initial;position:absolute;padding:1rem 0;top:-4.675rem;right:0;width:7rem;font-weight:700;cursor:pointer}.no-js .megamenu .megamenu__mobile-btn{display:none}@media(min-width: 992px){.js .megamenu .megamenu__mobile-btn{display:none}}.megamenu .megamenu__mobile-btn[aria-expanded=true] .megamenu__mobile-icon{background:rgba(0,0,0,0)}.megamenu .megamenu__mobile-btn[aria-expanded=true] .megamenu__mobile-icon::before,.megamenu .megamenu__mobile-btn[aria-expanded=true] .megamenu__mobile-icon::after{top:0;transition:top .2s ease,transform .2s ease .2s}.megamenu .megamenu__mobile-btn[aria-expanded=true] .megamenu__mobile-icon::before{transform:rotate(45deg)}.megamenu .megamenu__mobile-btn[aria-expanded=true] .megamenu__mobile-icon::after{transform:rotate(-45deg)}.megamenu .megamenu__mobile-icon{display:block;position:relative;height:0.3rem;width:1.6rem;background-color:#000;margin-left:1rem}.megamenu .megamenu__mobile-icon::before,.megamenu .megamenu__mobile-icon::after{content:"";display:block;height:0.3rem;width:1.6rem;background-color:#000;position:absolute;left:0;transition:top .2s ease .2s,transform .2s ease}.megamenu .megamenu__mobile-icon::before{top:-0.7rem}.megamenu .megamenu__mobile-icon::after{top:0.7rem}.hb-dark-pattern .megamenu .megamenu__mobile-icon,.hb-dark-pattern .megamenu .megamenu__mobile-icon::after,.hb-dark-pattern .megamenu .megamenu__mobile-icon::before{background-color:#fff}.megamenu .megamenu__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;width:auto;transform:translate(0)}@media(min-width: 576px){.megamenu .megamenu__list{max-width:none}}.megamenu .megamenu__list--main{border-bottom:2px solid;border-color:#b6b1a9;display:none;margin-bottom:2.8rem;font-weight:600;font-size:1.8rem}@media(min-width: 768px){.megamenu .megamenu__list--main{font-size:2.4rem}}@media(min-width: 992px){.js .megamenu .megamenu__list--main{display:flex;justify-content:flex-start;margin-bottom:0;font-size:1.8rem;border:0}}.megamenu .megamenu__list--main.is-active,.no-js .megamenu .megamenu__list--main{display:block}.megamenu .megamenu__list--main .megamenu__link{font-weight:700}@media(min-width: 992px){.js .megamenu .megamenu__list--main .megamenu__link{font-weight:600}}.megamenu .megamenu__item{border-top:2px solid;border-color:#b6b1a9}.megamenu .megamenu__item .hb-private-page-link{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E");padding-left:4rem;background-repeat:no-repeat;background-size:2rem;background-position:1.4rem 2rem}.hb-dark-pattern .megamenu .megamenu__item .hb-private-page-link{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.megamenu .megamenu__item .hb-private-page-link:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}@media(min-width: 992px){.js .megamenu .megamenu__item .hb-private-page-link:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E");padding-left:4rem;background-repeat:no-repeat;background-size:2rem;background-position:1.4rem 2rem;background-position:1.4rem}.hb-dark-pattern .js .megamenu .megamenu__item .hb-private-page-link:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}}@media(min-width: 992px){.js .megamenu .megamenu__item .hb-private-page-link{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E");background-position:1.4rem}.hb-dark-pattern .js .megamenu .megamenu__item .hb-private-page-link{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}}@media(min-width: 992px){.js .megamenu .megamenu__item{display:inline-block;margin-right:4.8rem;border:0;-moz-column-break-inside:avoid;break-inside:avoid-column}.js .megamenu .megamenu__item:last-child{margin-right:0}}.megamenu .megamenu__toggle,.megamenu .megamenu__link{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inherit;padding:2.1rem 0.8rem;line-height:120.3%}@media(min-width: 768px){.megamenu .megamenu__toggle,.megamenu .megamenu__link{line-height:128%}}@media(min-width: 992px){.js .megamenu .megamenu__toggle,.js .megamenu .megamenu__link{position:relative;padding:1rem 0 2rem;line-height:110%}}.megamenu .megamenu__toggle:focus-visible,.megamenu .megamenu__link:focus-visible{outline-color:#00505c;outline-color:var(--palette--primary);outline-width:0.3rem;outline-style:solid;outline-offset:0.1rem}.megamenu .megamenu__toggle:focus-visible::after,.megamenu .megamenu__link:focus-visible::after{outline:none}.megamenu .megamenu__toggle:hover,.megamenu .megamenu__link:hover{color:#000;background-color:#f1f0ee}@media(min-width: 992px){.js .megamenu .megamenu__toggle:hover,.js .megamenu .megamenu__link:hover{background:none}.js .hb-dark-pattern .megamenu .megamenu__toggle:hover,.js .hb-dark-pattern .megamenu .megamenu__link:hover{color:#fff}}.megamenu .megamenu__toggle{display:flex;position:relative;width:100%}@media(min-width: 992px){.js .megamenu .megamenu__toggle{width:auto}.js .megamenu .megamenu__toggle::before{background-color:#148762;background-color:var(--palette--secondary);content:"";display:block;position:absolute;width:calc(100% + 1.6rem);height:0.64rem;top:auto;bottom:0.3rem;left:0;transform:scaleX(0);transform-origin:left;transition:transform 150ms ease-in-out}}.megamenu .megamenu__toggle::after{height:4.8rem;width:4.8rem;overflow:hidden;text-indent:-9999px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E");background-size:1.8rem;transition:transform 150ms ease-in-out;position:absolute;top:0;right:0;height:100%;content:"";cursor:pointer;transform-origin:center}@media(min-width: 992px){.js .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' /%3E%3C/svg%3E");height:1.6rem;width:1.2rem;overflow:hidden;text-indent:-9999px;background-repeat:no-repeat;background-position:center;top:calc(50% - 0.5rem);right:-1.7rem;background-size:auto;transform:translateY(-50%)}.hc-pairing-ocean .js .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-mountain .js .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%2364305f' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-cardinal .js .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%232f2424' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-lake .js .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%2300343e' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-canyon .js .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%2300343e' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-cliff .js .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%238c1515' stroke-width%3D'2' /%3E%3C/svg%3E")}}.no-js .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hb-dark-pattern .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}@media(min-width: 992px){.hb-dark-pattern .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}}.no-js .hb-dark-pattern .megamenu .megamenu__toggle::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.megamenu .megamenu__toggle:hover{cursor:pointer}@media(min-width: 992px){.js .megamenu .megamenu__toggle:hover::before{transform:scaleX(1)}}.hb-dark-pattern .megamenu .megamenu__toggle:hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}@media(min-width: 992px){.hb-dark-pattern .megamenu .megamenu__toggle:hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}}.no-js .hb-dark-pattern .megamenu .megamenu__toggle:hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round' /%3E%3C/svg%3E")}@media(min-width: 992px){.js .megamenu .megamenu__toggle.is-expanded::before{transform:scaleX(1)}}.megamenu .megamenu__toggle.is-expanded::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.hb-dark-pattern .megamenu .megamenu__toggle.is-expanded::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round' /%3E%3C/svg%3E")}@media(min-width: 992px){.js .hb-dark-pattern .megamenu .megamenu__toggle.is-expanded::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}}@media(min-width: 992px){.js .megamenu .megamenu__toggle.is-expanded::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' /%3E%3C/svg%3E");top:calc(50% - 13px);background-size:auto}.hc-pairing-ocean .js .megamenu .megamenu__toggle.is-expanded::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-mountain .js .megamenu .megamenu__toggle.is-expanded::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%2364305f' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-cardinal .js .megamenu .megamenu__toggle.is-expanded::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%232f2424' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-lake .js .megamenu .megamenu__toggle.is-expanded::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%2300343e' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-canyon .js .megamenu .megamenu__toggle.is-expanded::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%2300343e' stroke-width%3D'2' /%3E%3C/svg%3E")}.hc-pairing-cliff .js .megamenu .megamenu__toggle.is-expanded::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%238c1515' stroke-width%3D'2' /%3E%3C/svg%3E")}}.hb-dark-pattern .megamenu .megamenu__toggle.is-expanded:hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round' /%3E%3C/svg%3E")}@media(min-width: 992px){.js .hb-dark-pattern .megamenu .megamenu__toggle.is-expanded:hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 10 7'%3E%3Cpath d%3D'M1 1L5.14815 5L9 1' fill%3D'transparent' stroke%3D'%23ffffff' stroke-width%3D'2' /%3E%3C/svg%3E")}}.megamenu .megamenu__toggle.megamenu__active-trail{border-color:#148762;border-color:var(--palette--secondary);border-width:0.6rem;border-style:solid;border-top:none;border-right:none;border-bottom:none}@media(min-width: 992px){.megamenu .megamenu__toggle.megamenu__active-trail{border:none}}@media(min-width: 992px){.js .megamenu .megamenu__toggle.megamenu__active-trail::before{transform:scaleX(1)}}@media(min-width: 992px){.js .megamenu .megamenu__link:not(.list-sub) .megamenu .megamenu__link::before{background-color:#148762;background-color:var(--palette--secondary);content:"";display:block;position:absolute;width:100%;height:0.64rem;top:auto;bottom:0.3rem;left:0;transform:scaleX(0);transform-origin:left;transition:transform 150ms ease-in-out}}@media(min-width: 992px){.js .megamenu .megamenu__link:hover::before,.js .megamenu .megamenu__link.megamenu__active-trail::before{transform:scaleX(1)}.js .megamenu .megamenu__link:hover.megamenu__no-link::before,.js .megamenu .megamenu__link.megamenu__active-trail.megamenu__no-link::before{display:none}}.megamenu .megamenu__link.megamenu__active-trail{border-color:#148762;border-color:var(--palette--secondary);border-width:0.6rem;border-style:solid;border-top:none;border-right:none;border-bottom:none}@media(min-width: 992px){.megamenu .megamenu__link.megamenu__active-trail{border:none}}.megamenu .megamenu__link.megamenu__active-trail:not(:has(+.megamenu__list .megamenu__is-active)){background-color:#f1f0ee}@media(min-width: 992px){.megamenu .megamenu__link.megamenu__active-trail:not(:has(+.megamenu__list .megamenu__is-active)){background:none}}.megamenu .megamenu__is-active{background-color:#f1f0ee}@media(min-width: 992px){.megamenu .megamenu__is-active{background:none}}.megamenu .list-sub,.megamenu .list-sub__nested{padding-left:2.2rem}.megamenu .megamenu__expanded-container{display:none}.megamenu .megamenu__expanded-container.is-expanded,.no-js .megamenu .megamenu__expanded-container{display:block}@media(min-width: 992px){.megamenu .megamenu__expanded-container{display:block}.js .megamenu .megamenu__expanded-container{background-color:#fff;position:absolute;padding:4.4rem 0 8.9rem;left:50%;width:200%;color:#000;box-shadow:0 1rem 1.9rem rgba(0,0,0,.63);opacity:0;transform:translateX(-50%) scaleY(0);transform-origin:top;transition:transform 150ms ease-in-out;z-index:-1}.js .megamenu .megamenu__expanded-container.is-expanded{opacity:1;transform:translateX(-50%) scaleY(1)}}.megamenu .list-sub{color:#413e39;padding-left:1.6rem;font-size:1.6rem;font-weight:600}.hb-dark-pattern .megamenu .list-sub{color:#fff}@media(min-width: 768px){.megamenu .list-sub{font-size:2.2rem}}@media(min-width: 992px){.js .megamenu .list-sub{color:#000;display:flex;grid-gap:0 5.2rem;margin:0 auto;padding:0;max-width:120rem;width:50%}}@media(min-width: 992px)and (min-width: 992px){.megamenu .list-sub .megamenu__toggle,.megamenu .list-sub .megamenu__link{width:100%}.js .megamenu .list-sub .megamenu__toggle:hover::after,.js .megamenu .list-sub .megamenu__link:hover::after{background-color:#f1f0ee;content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1}}.megamenu .list-sub .megamenu__item{border-top:1px solid;border-color:#b6b1a9;display:block;width:100%;outline:none}.megamenu .list-sub .megamenu__item:first-child{padding-left:0;width:100%}@media(min-width: 992px){.js .megamenu .list-sub .megamenu__item{flex:0 1 calc(25% - 3.9rem);margin-right:0;border-top:none}}@media(min-width: 992px){.js .megamenu .list-sub .megamenu__item:nth-child(n+5){border-top:2px solid;border-color:#d9d7d2;margin-top:1.2rem;padding-top:1.6rem}}.megamenu .list-sub .megamenu__item .megamenu__link{font-weight:600}.megamenu .list-sub .megamenu__item .megamenu__link:focus-visible{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}@media(min-width: 992px){.js .megamenu .list-sub .megamenu__item .megamenu__link:hover{background-color:#f1f0ee}.js .megamenu .list-sub .megamenu__item .megamenu__link:hover::before{display:none}}@media(min-width: 992px){.js .megamenu .list-sub .megamenu__item .megamenu__link{margin-bottom:0.4rem;padding:0.7rem 1rem;font-size:1.6rem;text-transform:capitalize;font-weight:700}}@media(min-width: 992px){.megamenu .list-sub .megamenu__item .megamenu__link.megamenu__active-trail::before{display:none}}.megamenu .list-sub .megamenu__item .megamenu__no-link{color:#007c8f;color:var(--palette--tertiary)}.megamenu .list-sub .megamenu__item .megamenu__no-link:hover{color:#007c8f;color:var(--palette--tertiary);background:none}.megamenu .list-sub .megamenu__item .megamenu__no-link:hover::after{display:none}@media(min-width: 992px){.js .megamenu .list-sub .megamenu__item .megamenu__no-link{cursor:auto}.js .megamenu .list-sub .megamenu__item .megamenu__no-link:hover{background:none}.js .megamenu .list-sub .megamenu__item .megamenu__no-link:hover::after{display:none}}@media(min-width: 992px){.js .hb-dark-pattern .megamenu .list-sub .megamenu__item .megamenu__no-link:hover{color:#000}}.no-js .megamenu .list-sub{display:block}.su-masthead:not(.hb-dark-pattern) .megamenu .list-sub--1 .megamenu__link:not(.megamenu__no-link){color:#007c8f;color:var(--palette--tertiary)}.su-masthead:not(.hb-dark-pattern) .megamenu .list-sub--1 .megamenu__link:not(.megamenu__no-link):hover:not(.is-active),.su-masthead:not(.hb-dark-pattern) .megamenu .list-sub--1 .megamenu__link:not(.megamenu__no-link):focus{color:#002429;color:var(--palette--tertiary-darken-20)}@media(min-width: 992px){.megamenu .list-sub--1 .megamenu__link:not(.megamenu__no-link){color:#007c8f;color:var(--palette--tertiary)}.megamenu .list-sub--1 .megamenu__link:not(.megamenu__no-link):hover:not(.is-active),.megamenu .list-sub--1 .megamenu__link:not(.megamenu__no-link):focus{color:#002429;color:var(--palette--tertiary-darken-20)}}.megamenu .list-sub__nested{display:block;padding-left:3rem}@media(min-width: 768px){.megamenu .list-sub__nested{font-size:2.2rem}}@media(min-width: 992px){.js .megamenu .list-sub__nested{padding-left:0;font-size:inherit}}@media(min-width: 992px){.js .megamenu .list-sub__nested .megamenu__item:nth-child(n+5){margin-top:0;padding-top:0;border:none}}@media(min-width: 992px){.js .megamenu .list-sub__nested .megamenu__item .megamenu__link{font-weight:600;padding-left:2.2rem;color:initial}}.su-masthead:not(.hb-dark-pattern) .megamenu .list-sub__nested .megamenu__item .megamenu__link{color:initial}.su-masthead:not(.hb-dark-pattern) .megamenu .list-sub__nested .megamenu__item .megamenu__link:hover:not(.is-active),.su-masthead:not(.hb-dark-pattern) .megamenu .list-sub__nested .megamenu__item .megamenu__link:focus{color:initial}@media(min-width: 992px){.js .megamenu .list-sub--3{display:none}}.megamenu .is-expanded{display:block}.su-site-search+.megamenu .megamenu__mobile-btn{top:-12rem}.hb-secondary-nav{background-color:rgba(0,0,0,0);display:none}@media(min-width: 992px){.hb-secondary-nav{display:block}}.hb-secondary-nav__heading{font-weight:600;font-size:2.4rem;line-height:116%;margin:0 0 3.2rem}.hb-secondary-nav__heading a{color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms}.hb-secondary-nav__heading a:hover,.hb-secondary-nav__heading a:focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}.hb-secondary-nav__heading a:hover,.hb-secondary-nav__heading a:focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}.hb-secondary-nav__heading a:hover,.hb-secondary-nav__heading a:focus{color:#000}.hb-dark-pattern .hb-secondary-nav__heading a:hover,.hb-dark-inversion .views-element-container .hb-secondary-nav__heading a:hover,.hb-dark-pattern .hb-secondary-nav__heading a:focus,.hb-dark-inversion .views-element-container .hb-secondary-nav__heading a:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-secondary-nav__menu-container[aria-hidden=true]{display:none}.hb-secondary-nav__menu{background-color:rgba(0,0,0,0);list-style-type:none;padding-left:1.6rem}.hb-dark-inversion .hb-secondary-nav__menu{background-color:#002429;background-color:var(--palette--primary-dark)}.hb-secondary-nav__menu-lv1{padding-left:0;border-top:1px solid;border-color:#d9d7d2}.hb-secondary-nav__menu-lv1>.hb-secondary-nav__item>.hb-secondary-nav__link{font-weight:600}.hb-secondary-nav__item,.hb-secondary-nav__link{font-size:1.6rem;color:#000}.hb-dark-inversion .hb-secondary-nav__item,.hb-dark-inversion .hb-secondary-nav__link{color:#fff}.hb-dark-inversion .hb-secondary-nav__item:hover,.hb-dark-inversion .hb-secondary-nav__item:focus,.hb-dark-inversion .hb-secondary-nav__item.is-active,.hb-dark-inversion .hb-secondary-nav__link:hover,.hb-dark-inversion .hb-secondary-nav__link:focus,.hb-dark-inversion .hb-secondary-nav__link.is-active{color:#000}.hb-secondary-nav__link.ext{color:#000}.hb-dark-inversion .hb-secondary-nav__link.ext{color:#fff}.hb-secondary-nav__link.ext:hover,.hb-secondary-nav__link.ext:focus{color:#000;background-image:none}.hb-secondary-nav__item{position:relative}.hb-secondary-nav__item--active-trail>.hb-secondary-nav__link{position:relative;font-weight:600}.hb-secondary-nav__item--active-trail>.hb-secondary-nav__link::before{content:"";display:block;background-color:#413e39;position:absolute;height:100%;width:0.5rem;top:0;bottom:0;left:0}.hb-secondary-nav__item--parent .hb-secondary-nav__link::after{content:"";display:block}.hb-secondary-nav__link{display:block;padding:1.6rem 4.8rem 1.6rem 1.8rem;text-decoration:none;border-bottom:1px solid;border-color:#d9d7d2}.hb-secondary-nav__link:hover,.hb-secondary-nav__link:focus{text-decoration:none}.hb-secondary-nav__link:hover:not(.is-active),.hb-secondary-nav__link:focus:not(.is-active){background-color:#f1f0ee}.hb-dark-inversion .hb-secondary-nav__link:hover:not(.is-active)+.hb-secondary-nav__button,.hb-dark-inversion .hb-secondary-nav__link:focus:not(.is-active)+.hb-secondary-nav__button{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hb-dark-inversion .hb-secondary-nav__link:hover:not(.is-active)+.hb-secondary-nav__button[aria-expanded=true],.hb-dark-inversion .hb-secondary-nav__link:focus:not(.is-active)+.hb-secondary-nav__button[aria-expanded=true]{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hb-dark-inversion .hb-secondary-nav__link+.hb-secondary-nav__button{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hb-dark-inversion .hb-secondary-nav__link+.hb-secondary-nav__button[aria-expanded=true]{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23ffffff' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hb-dark-inversion .hb-secondary-nav__link::before{background-color:#00d5f5;background-color:var(--palette--tertiary-reversed)}.hb-dark-inversion .hb-secondary-nav__link:hover::before,.hb-dark-inversion .hb-secondary-nav__link:focus::before{background-color:#148762;background-color:var(--palette--secondary)}.hb-secondary-nav__link.is-active{font-weight:600;background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hb-secondary-nav__link.is-active::before{background-color:#148762;background-color:var(--palette--secondary)}.hb-dark-inversion .hb-secondary-nav__link.is-active+.hb-secondary-nav__button{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hb-dark-inversion .hb-secondary-nav__link.is-active+.hb-secondary-nav__button[aria-expanded=true]{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hb-secondary-nav__link.hb-secondary-toggler{position:relative;cursor:pointer}.hb-secondary-nav__link.hb-secondary-toggler::after{height:4.8rem;width:4.8rem;overflow:hidden;text-indent:-9999px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E");background-size:1.8rem;transition:transform 150ms ease-in-out;position:absolute;top:0.3rem;right:0}.no-js .hb-secondary-nav__link.hb-secondary-toggler::after{display:none}.hb-secondary-nav__link.hb-secondary-toggler[aria-expanded=true]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.hb-secondary-nav__button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;height:4.8rem;width:4.8rem;overflow:hidden;text-indent:-9999px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E");background-size:1.8rem;transition:transform 150ms ease-in-out;cursor:pointer;position:absolute;top:0.3rem;right:0}.no-js .hb-secondary-nav__button{display:none}.hb-secondary-nav__button[aria-expanded=true]{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23413e39' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.views-field-field-hs-person-email{word-break:break-all}.views-field-field-hs-course-code{font-size:2rem;font-weight:600;margin-bottom:0.6rem}.views-field-field-hs-course-section-location{font-weight:700}.views-field-field-hs-course-section-st-time,.views-field-field-hs-course-section-end-time{display:inline-block}.views-field-field-hs-course-section-id .field-content{display:inline-block}.hb-card--structured .hb-card__img{margin-bottom:2.4rem}@media(min-width: 768px){.hb-card--structured .hb-card__img{margin-bottom:0}}.hb-card--structured .hb-card__subtitle{font-weight:600;line-height:122%;font-size:1.6rem;margin-bottom:1.4rem}@media(min-width: 992px){.hb-card--structured .hb-card__subtitle{font-size:1.8rem}}.hb-card--structured .hb-card__category .views-label{margin-bottom:1.4rem}.hb-card--structured .hb-card__category,.hb-card--structured .hb-card__category .views-field,.hb-card--structured .hb-card__columns .views-field{margin-bottom:1.4rem}@media(min-width: 576px){.hb-card--structured .hb-card__category,.hb-card--structured .hb-card__category .views-field,.hb-card--structured .hb-card__columns .views-field{margin-bottom:2.8rem}}.hb-card--structured .hb-card__columns{display:flex;flex-wrap:wrap}.hb-card--structured .hb-card__columns .views-field{padding-right:1.1rem;width:100%}@media(min-width: 576px){.hb-card--structured .hb-card__columns .views-field{width:50%}}.hb-global-footer{position:relative;z-index:1200}.hb-global-footer .su-global-footer__menu--global{font-weight:600}.su-site-search{position:relative}.su-site-search label{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.su-site-search .form-actions{position:relative}.su-site-search input{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:1.2rem 3.6rem 1rem 1.4rem;display:inline-block;height:3.8rem;max-width:100%;font-size:1.6rem}.su-site-search input::-moz-placeholder{color:#413e39;opacity:1}.su-site-search input::placeholder{color:#413e39;opacity:1}.su-site-search input[type=submit]{margin-top:0;margin-right:0;margin-bottom:0;padding:0;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 25 26'%3E%3Cpath fill-rule%3D'evenodd' clip-rule%3D'evenodd' d%3D'M21.4737 10.2016C21.4737 14.0385 18.3632 17.149 14.5263 17.149C10.6894 17.149 7.57895 14.0385 7.57895 10.2016C7.57895 6.36466 10.6894 3.25422 14.5263 3.25422C18.3632 3.25422 21.4737 6.36466 21.4737 10.2016ZM24 10.2016C24 15.4338 19.7585 19.6753 14.5263 19.6753C12.5029 19.6753 10.6277 19.0409 9.08862 17.9603L2.11994 24.3929C1.60732 24.8661 0.808175 24.8341 0.334991 24.3215C-0.138192 23.8089 -0.106226 23.0098 0.406389 22.5366L7.22679 16.2408C5.86882 14.6013 5.05264 12.4968 5.05264 10.2016C5.05264 4.96942 9.29415 0.727905 14.5263 0.727905C19.7585 0.727905 24 4.96942 24 10.2016Z' stroke%3D'%23413e39' stroke-width%3D'0.5' stroke-linecap%3D'square' fill%3D'%23413e39' /%3E%3C/svg%3E");background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center center;border-width:0;position:absolute;bottom:0;right:1.4rem;width:1.8rem;height:1.5rem;transform:scaleX(-1);opacity:.6;text-indent:-99999px;overflow:hidden}.su-site-search input[type=submit]:hover,.su-site-search input[type=submit]:active,.su-site-search input[type=submit]:focus{background-color:rgba(0,0,0,0);opacity:1}.su-site-search input[type=submit]:active,.su-site-search input[type=submit]:focus{box-shadow:none}.hb-local-footer{font-size:1.6rem;padding:4.8rem 0;border-top:1px solid;border-color:#b6b1a9}.hb-local-footer .hb-secondary-nav{display:block}.hb-local-footer .menu{list-style-type:none;margin:0;padding:0}.hb-local-footer .menu-item{margin-bottom:1.4rem;padding-right:1.8rem}@media(min-width: 992px){.hb-local-footer .menu-item{font-size:1.8rem}}.hb-local-footer .menu-item a:hover .fa-ext::after,.hb-local-footer .menu-item a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-local-footer .menu-item a:hover .fa-ext::after,.hc-pairing-ocean .hb-local-footer .menu-item a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-local-footer .menu-item a:hover .fa-ext::after,.hc-pairing-mountain .hb-local-footer .menu-item a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23072e22' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-local-footer .menu-item a:hover .fa-ext::after,.hc-pairing-cardinal .hb-local-footer .menu-item a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-local-footer .menu-item a:hover .fa-ext::after,.hc-pairing-lake .hb-local-footer .menu-item a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23171916' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-local-footer .menu-item a:hover .fa-ext::after,.hc-pairing-canyon .hb-local-footer .menu-item a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000b0d' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-local-footer .menu-item a:hover .fa-ext::after,.hc-pairing-cliff .hb-local-footer .menu-item a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23090101' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hb-local-footer .block__title,.hb-local-footer .hb-secondary-nav__heading{font-size:1.4rem;font-weight:700;margin:0 0 2rem;text-transform:uppercase}.hb-local-footer.hb-dark-pattern{border-top:0}.hb-local-footer.hb-dark-pattern .menu-item{margin-bottom:1.4rem}.field-hs-hero-image{position:relative}.hs-full-width .field-hs-hero-image{margin:calc(-1 * 4.8rem) 0 4.8rem}.hs-full-width .field-hs-hero-image :is(.hb-gradient-hero){margin-top:0}.field-hs-hero-image img{width:100%}.field-hs-hero-image::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.field-hs-hero-image::before{background-color:rgba(0,36,41,.8);background-color:var(--palette--primary-hero-overlay)}.hb-hero-overlay{position:relative;min-height:39rem;display:flex}@media(min-width: 768px){.hb-hero-overlay{min-height:49rem}}.hs-full-width .hb-hero-overlay{margin:calc(-1 * 4.8rem) 0 4.8rem}.hs-full-width .hb-hero-overlay :is(.hb-gradient-hero){margin-top:0}.hb-hero-overlay::before{background-color:rgba(0,36,41,.8);background-color:var(--palette--primary-hero-overlay);content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hb-hero-overlay__image-wrapper{position:absolute;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;z-index:2}.hb-hero-overlay__image-wrapper .field-hs-hero-image,.hb-hero-overlay__image-wrapper .field-hs-gradient-hero-image{height:inherit}.hs-full-width .hb-hero-overlay__image-wrapper .field-hs-hero-image,.hs-full-width .hb-hero-overlay__image-wrapper .field-hs-gradient-hero-image{margin:0}.hb-hero-overlay__image-wrapper article,.hb-hero-overlay__image-wrapper picture,.hb-hero-overlay__image-wrapper .field-media-image{height:inherit}.hb-hero-overlay__image-wrapper img{height:inherit;width:100%;-o-object-fit:cover;object-fit:cover}.hb-has-animation-enhancements .hb-hero-overlay__image-wrapper img.animate{animation-duration:950ms;animation-timing-function:ease-out;animation-name:colorfulHeroImage}.hb-hero-overlay__text{display:block;position:relative;align-self:center;padding:5.4rem 0;z-index:2;color:#fff;max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important}@media(min-width: 768px){.hb-hero-overlay__text{width:calc(100% - (2 * 4.8rem)) !important}}.hb-has-animation-enhancements.js .hb-hero-overlay__text{opacity:0}.hb-has-animation-enhancements.js .hb-hero-overlay__text{opacity:0}.hb-has-animation-enhancements.js .paragraph--type--hs-gradient-hero-slider .slick-active .hb-hero-overlay__text.animate,.hb-has-animation-enhancements.js .paragraph--type--hs-gradient-hero-slider .unslick .hb-hero-overlay__text.animate,.hb-has-animation-enhancements.js .ptype-hs-hero-image .hb-hero-overlay__text.animate,.hb-has-animation-enhancements.js .field-hs-page-hero>:not(.paragraph--type--hs-carousel) .hb-hero-overlay .hb-hero-overlay__text.animate,.hb-has-animation-enhancements.js .field-hs-page-hero>:not(.paragraph--type--hs-carousel) .slick-active .hb-hero-overlay__text.animate,.hb-has-animation-enhancements.js .field-hs-page-hero>:not(.paragraph--type--hs-carousel) .unslick .hb-hero-overlay__text.animate{animation-duration:2000ms;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-name:colorfulHeroText}.hb-hero-overlay__text h2{font-size:2.7rem;line-height:117%;margin:0 0 3.2rem;font-weight:600}@media(min-width: 768px){.hb-hero-overlay__text h2{font-weight:600;font-size:3.2rem;line-height:112%;margin:0 0 4.8rem}}@media(min-width: 768px)and (min-width: 768px){.hb-hero-overlay__text h2{font-size:3.8rem}}.hb-hero-overlay__text ul li::before{background-color:#148762;background-color:var(--palette--secondary)}.hb-hero-overlay__text ol li::before{color:#00ce9d;color:var(--palette--secondary-active)}.hb-hero-overlay__text h2,.hb-hero-overlay__text .field-hs-hero-body,.hb-hero-overlay__text .field-hs-gradient-hero-body p{width:90%}@media(min-width: 576px){.hb-hero-overlay__text h2,.hb-hero-overlay__text .field-hs-hero-body,.hb-hero-overlay__text .field-hs-gradient-hero-body p{width:80%}}@media(min-width: 768px){.hb-hero-overlay__text h2,.hb-hero-overlay__text .field-hs-hero-body,.hb-hero-overlay__text .field-hs-gradient-hero-body p{width:70%}}@media(min-width: 992px){.hb-hero-overlay__text h2,.hb-hero-overlay__text .field-hs-hero-body,.hb-hero-overlay__text .field-hs-gradient-hero-body p{width:50%}}@media(min-width: 576px){.hb-hero-overlay__text{padding:6rem 0}}@media(min-width: 992px){.hb-hero-overlay__text{padding:6.6rem 0}}.hb-hero-overlay__text .field-hs-hero-body{font-weight:400;font-size:1.6rem;line-height:122%}@media(min-width: 992px){.hb-hero-overlay__text .field-hs-hero-body{font-weight:400;font-size:1.8rem;line-height:127%}}.hb-hero-overlay__text a{font-weight:400;font-size:1.6rem;line-height:122%;color:#00d5f5;color:var(--palette--tertiary-reversed);background-image:none}@media(min-width: 992px){.hb-hero-overlay__text a{font-weight:400;font-size:1.8rem;line-height:127%}}.hb-hero-overlay__text a:hover,.hb-hero-overlay__text a:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-hero-overlay__text .field-hs-hero-link a,.hb-hero-overlay__text .field-hs-hero-link button{word-break:break-word;max-width:80%;display:inline-block;font-weight:600;padding:0.4rem 2rem;text-decoration:none;text-align:center;transition:all 150ms ease-in-out;background-color:rgba(0,0,0,0);border-radius:4.2rem;color:#00d5f5;color:var(--palette--tertiary-reversed);border-color:#00d5f5;border-color:var(--palette--tertiary-reversed);border-width:3px;border-style:solid;margin-top:3.2rem;padding:1.2rem}.hb-hero-overlay__text .field-hs-hero-link a:hover,.hb-hero-overlay__text .field-hs-hero-link a:focus,.hb-hero-overlay__text .field-hs-hero-link button:hover,.hb-hero-overlay__text .field-hs-hero-link button:focus{box-shadow:none}.hb-hero-overlay__text .field-hs-hero-link a:hover,.hb-hero-overlay__text .field-hs-hero-link a:focus,.hb-hero-overlay__text .field-hs-hero-link button:hover,.hb-hero-overlay__text .field-hs-hero-link button:focus{border-color:#e4f4ee;border-color:var(--palette--secondary-highlight);color:#e4f4ee;color:var(--palette--secondary-highlight)}@media(min-width: 992px){.hb-hero-overlay__text .field-hs-hero-link a,.hb-hero-overlay__text .field-hs-hero-link button{max-width:75%}}@media(min-width: 768px){.hb-hero-overlay__text .field-hs-hero-link a,.hb-hero-overlay__text .field-hs-hero-link button{margin-top:4.8rem}}@keyframes colorfulHeroText{0%{opacity:0}100%{opacity:1}}@keyframes colorfulHeroImage{10%{opacity:0}100%{opacity:1}}@keyframes traditionalHeroText{0%{opacity:0;transform:translateY(-15px)}100%{opacity:1;transform:translateY(0)}}@keyframes traditionalHeroOverlay{0%{opacity:.9}100%{opacity:1}}.paragraph--type--hs-carousel .field-hs-hero-image::before{display:none}.hs-full-width .paragraph--type--hs-carousel{margin:calc(-1 * 4.8rem) 0 4.8rem}.hs-full-width .paragraph--type--hs-carousel :is(.hb-gradient-hero){margin-top:0}.paragraph--type--hs-carousel .hb-hero-overlay{display:block;padding:4.8rem 0 4.8rem 8%;min-height:auto}.paragraph--type--hs-carousel .hb-hero-overlay::after{clear:both;content:"";display:table}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay{padding:0;display:grid;grid-template-columns:8% 7% 45% 20% 20%;grid-template-rows:60px 1fr 1fr auto auto 60px;min-height:60vh}}@media(min-width: 1200px){.paragraph--type--hs-carousel .hb-hero-overlay{grid-template-columns:8% 7% 35% 30% 20%}}.paragraph--type--hs-carousel .hb-hero-overlay::before{background-color:#f1f0ee;z-index:1}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay::before{position:unset;padding:4.8rem 0 4.8rem 10%;grid-column-start:1;grid-column-end:5;grid-row-start:1;grid-row-end:6}}.paragraph--type--hs-carousel .hb-hero-overlay::after{content:"";display:block;height:100%;z-index:2;background-color:#148762;background-color:var(--palette--secondary)}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay::after{grid-column-start:1;grid-column-end:2;grid-row-start:3;grid-row-end:4}}.paragraph--type--hs-carousel .hb-hero-overlay__image-wrapper{position:relative}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay__image-wrapper{display:flex;margin-top:0;grid-column-start:3;grid-column-end:6;grid-row-start:2;grid-row-end:5;padding-top:0}}.paragraph--type--hs-carousel .hb-hero-overlay__image-wrapper::before{display:block;bottom:0;left:-8.75%;top:initial;content:" ";position:absolute;height:50%;width:8.75%;opacity:1}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay__image-wrapper::before{display:none}}.paragraph--type--hs-carousel .hb-hero-overlay__image-wrapper img{min-height:35vh;max-height:35vh;-o-object-fit:cover;object-fit:cover}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay__image-wrapper img{max-height:55vh;min-height:55vh}}.hb-has-animation-enhancements .paragraph--type--hs-carousel .hb-hero-overlay__image-wrapper img.animate{animation-name:colorfulCarouselImage}.paragraph--type--hs-carousel .hb-hero-overlay__text{background-color:rgba(0,36,41,.8);background-color:var(--palette--primary-hero-overlay);padding:calc(6.4rem / 2) calc(4.8rem / 2) calc(4.8rem / 2);position:relative;width:auto !important;margin:0 0 !important;transform:none;top:0;left:0}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay__text{grid-column-start:2;grid-column-end:4;grid-row-start:4;grid-row-end:7;padding:6.4rem 4.8rem 4.8rem;width:auto !important}}@media(min-width: 992px){.paragraph--type--hs-carousel .hb-hero-overlay__text{width:auto !important}}.paragraph--type--hs-carousel .hb-hero-overlay__text::after{top:2.4rem;display:block;content:" ";position:absolute;height:0.4rem;width:6.5rem}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay__text::after{top:5.6rem}}.paragraph--type--hs-carousel .hb-hero-overlay__text.animate{opacity:1}.hb-has-animation-enhancements .paragraph--type--hs-carousel .hb-hero-overlay__text.animate{animation-name:colorfulCarouselText}.paragraph--type--hs-carousel .hb-hero-overlay__text h2{font-weight:600;font-size:2rem;line-height:122%;margin:2.4rem 0}@media(min-width: 992px){.paragraph--type--hs-carousel .hb-hero-overlay__text h2{font-weight:600;font-size:2.4rem;line-height:120%;margin:2.8rem 0}}@media(min-width: 992px)and (min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay__text h2{font-size:2.7rem;line-height:117%}}.paragraph--type--hs-carousel .hb-hero-overlay__text h2,.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-body{width:auto}@media(min-width: 576px){.paragraph--type--hs-carousel .hb-hero-overlay__text h2,.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-body{width:auto}}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay__text h2,.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-body{width:auto}}@media(min-width: 992px){.paragraph--type--hs-carousel .hb-hero-overlay__text h2,.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-body{width:auto}}.paragraph--type--hs-carousel .hb-hero-overlay__text p{margin-top:2.4rem}@media(min-width: 992px){.paragraph--type--hs-carousel .hb-hero-overlay__text p{margin-top:2.8rem}}.paragraph--type--hs-carousel .slick{position:relative}.paragraph--type--hs-carousel .slick .hb-hero-overlay__text{padding-bottom:6rem}@media(min-width: 768px){.paragraph--type--hs-carousel .slick .hb-hero-overlay__text{padding-bottom:6.5rem}}.paragraph--type--hs-carousel .slick .slick-dots{position:absolute;clip:rect(1px, 1px, 1px, 1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}@media(min-width: 768px){.paragraph--type--hs-carousel .slick .slick-dots{display:inline-block;clip:inherit;height:auto;width:auto;overflow:visible;list-style-type:none;position:absolute}}@media(min-width: 768px){.paragraph--type--hs-carousel .slick .slick-dots{bottom:4.8rem;margin:0 0 1rem;right:calc(40% + 9rem + 1rem)}.hb-three-column--one-sidebar .paragraph--type--hs-carousel .slick .slick-dots,.hb-three-column--two-sidebar .paragraph--type--hs-carousel .slick .slick-dots{bottom:0}}@media(min-width: 992px){.hb-three-column--two-sidebar .paragraph--type--hs-carousel .slick .slick-dots{position:absolute;clip:rect(1px, 1px, 1px, 1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}}@media(min-width: 1200px){.paragraph--type--hs-carousel .slick .slick-dots{right:calc(50% + 9rem + 1rem)}}.paragraph--type--hs-carousel .slick .slick-dots li{display:inline-block}.paragraph--type--hs-carousel .slick .slick-dots .slick-active button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 11 11' fill%3D'none'%3E%3Ccircle cx%3D'5.49989' cy%3D'5.49994' r%3D'5.5' fill%3D'%23f1f0ee'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left;font-size:4rem}.paragraph--type--hs-carousel .slick .slick-dots button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;font-size:0;padding-top:0.5rem}.paragraph--type--hs-carousel .slick .slick-dots button::before{color:#fff;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 11 11' fill%3D'none'%3E%3Ccircle cx%3D'5.49989' cy%3D'5.49994' r%3D'5' stroke%3D'%23f1f0ee'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left;height:1.1rem;width:1.1rem;display:block;margin:0 1rem;border-radius:50%;box-shadow:inset -0.2rem 0 #f1f0ee,0 -0.2rem 0 var(--palette--secondary),0 0 0 0.2rem #000}.paragraph--type--hs-carousel .slick .slick-dots button:hover::before,.paragraph--type--hs-carousel .slick .slick-dots button:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 11 11' fill%3D'none'%3E%3Ccircle cx%3D'5.49989' cy%3D'5.49994' r%3D'5.5' fill%3D'%23f1f0ee'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left}.paragraph--type--hs-carousel .slick__arrow{margin:0;padding:0;font-size:0}.paragraph--type--hs-carousel .slick__arrow .slick-prev,.paragraph--type--hs-carousel .slick__arrow .slick-next{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;position:absolute;bottom:calc(4.8rem * 2)}.hb-three-column--one-sidebar .paragraph--type--hs-carousel .slick__arrow .slick-prev,.hb-three-column--two-sidebar .paragraph--type--hs-carousel .slick__arrow .slick-prev,.hb-three-column--one-sidebar .paragraph--type--hs-carousel .slick__arrow .slick-next,.hb-three-column--two-sidebar .paragraph--type--hs-carousel .slick__arrow .slick-next{bottom:4.8rem}@media(min-width: 768px){.paragraph--type--hs-carousel .slick__arrow .slick-prev,.paragraph--type--hs-carousel .slick__arrow .slick-next{bottom:4.8rem}.hb-three-column--one-sidebar .paragraph--type--hs-carousel .slick__arrow .slick-prev,.hb-three-column--two-sidebar .paragraph--type--hs-carousel .slick__arrow .slick-prev,.hb-three-column--one-sidebar .paragraph--type--hs-carousel .slick__arrow .slick-next,.hb-three-column--two-sidebar .paragraph--type--hs-carousel .slick__arrow .slick-next{bottom:0}}.paragraph--type--hs-carousel .slick__arrow .slick-prev::before,.paragraph--type--hs-carousel .slick__arrow .slick-next::before{content:"";display:inline-block;background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23f1f0ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");filter:drop-shadow(0.175rem 0.2rem 0 #000000);background-size:85%;height:2.5rem;width:2.5rem;transition:transform 150ms ease-in-out}.paragraph--type--hs-carousel .slick__arrow .slick-prev:hover,.paragraph--type--hs-carousel .slick__arrow .slick-prev:focus,.paragraph--type--hs-carousel .slick__arrow .slick-next:hover,.paragraph--type--hs-carousel .slick__arrow .slick-next:focus{cursor:pointer}.paragraph--type--hs-carousel .slick__arrow .slick-prev{transform:rotate(180deg);transform:scaleX(-1);margin-bottom:1.5rem;right:calc(2.5rem + 4rem)}@media(min-width: 768px){.paragraph--type--hs-carousel .slick__arrow .slick-prev{right:calc(40% + 2.5rem + 4rem)}}@media(min-width: 1200px){.paragraph--type--hs-carousel .slick__arrow .slick-prev{right:calc(50% + 2.5rem + 4rem)}}.paragraph--type--hs-carousel .slick__arrow .slick-next{margin-bottom:1.55rem;right:25px}@media(min-width: 768px){.paragraph--type--hs-carousel .slick__arrow .slick-next{right:calc(40% + 2.5rem)}}@media(min-width: 1200px){.paragraph--type--hs-carousel .slick__arrow .slick-next{right:calc(50% + 25px)}}@keyframes colorfulCarouselText{}@keyframes colorfulCarouselImage{}@keyframes traditionalCarouselText{}@keyframes traditionalCarouselOverlay{}.hs-full-width .paragraph--type--hs-banner{margin:calc(-1 * 4.8rem) 0 4.8rem}.hs-full-width .paragraph--type--hs-banner :is(.hb-gradient-hero){margin-top:0}.paragraph--type--hs-banner .field-hs-banner-image{position:relative}.paragraph--type--hs-banner img{width:100%}.ptype-hs-postcard .hb-card__img{flex-shrink:0}.ptype-hs-postcard .hb-card__content{display:flex;flex-direction:column}.ptype-hs-postcard .hb-card__description{margin-bottom:0}.ptype-hs-postcard .hb-card__subcontent{order:2;margin-bottom:0}.ptype-hs-postcard .hb-card__subcontent-item{width:100%}.ptype-hs-postcard .hb-card__decorative-link::before{display:none}.field-hs-postcard-title h2,.field-hs-postcard-title h3,.field-hs-postcard-title h4,.field-hs-postcard-title h5,.field-hs-postcard-title h6{font-weight:600;font-size:2.4rem;line-height:120%;margin:0;overflow-wrap:break-word}@media(min-width: 768px){.field-hs-postcard-title h2,.field-hs-postcard-title h3,.field-hs-postcard-title h4,.field-hs-postcard-title h5,.field-hs-postcard-title h6{font-size:2.7rem;line-height:117%}}.field-hs-postcard-link{position:relative;width:100%}.field-hs-postcard-link a{display:block;color:rgba(0,0,0,0);height:4.4rem;text-decoration:none;background-image:none;width:100%}.field-hs-postcard-link a .fa-mailto{display:none}.hb-dark-pattern .field-hs-postcard-link a,.hb-dark-inversion .views-element-container .field-hs-postcard-link a{color:rgba(0,0,0,0)}.hb-dark-pattern .field-hs-postcard-link a:hover,.hb-dark-pattern .field-hs-postcard-link a:focus,.hb-dark-inversion .views-element-container .field-hs-postcard-link a:hover,.hb-dark-inversion .views-element-container .field-hs-postcard-link a:focus{color:rgba(0,0,0,0)}.field-hs-postcard-link a:hover,.field-hs-postcard-link a:focus{color:rgba(0,0,0,0);cursor:pointer}.field-hs-postcard-link a:hover::before,.field-hs-postcard-link a:focus::before{transform:translateX(0.625rem);background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-ocean .field-hs-postcard-link a:hover::before,.hc-pairing-ocean .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .field-hs-postcard-link a:hover::before,.hc-pairing-mountain .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23003851' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .field-hs-postcard-link a:hover::before,.hc-pairing-cardinal .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23570d0d' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .field-hs-postcard-link a:hover::before,.hc-pairing-lake .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .field-hs-postcard-link a:hover::before,.hc-pairing-canyon .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%232c0606' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .field-hs-postcard-link a:hover::before,.hc-pairing-cliff .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-dark-pattern .field-hs-postcard-link a:hover::before,.hb-dark-inversion .views-element-container .field-hs-postcard-link a:hover::before,.hb-dark-pattern .field-hs-postcard-link a:focus::before,.hb-dark-inversion .views-element-container .field-hs-postcard-link a:focus::before{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23d9d7d2' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:hover::before,.hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:hover::before,.hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:focus::before,.hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:focus::before{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-ocean .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:hover::before,.hc-pairing-ocean .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:hover::before,.hc-pairing-ocean .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:focus::before,.hc-pairing-ocean .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:hover::before,.hc-pairing-mountain .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:hover::before,.hc-pairing-mountain .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:focus::before,.hc-pairing-mountain .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23003851' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:hover::before,.hc-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:hover::before,.hc-pairing-cardinal .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:focus::before,.hc-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23570d0d' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:hover::before,.hc-pairing-lake .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:hover::before,.hc-pairing-lake .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:focus::before,.hc-pairing-lake .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:hover::before,.hc-pairing-canyon .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:hover::before,.hc-pairing-canyon .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:focus::before,.hc-pairing-canyon .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%232c0606' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:hover::before,.hc-pairing-cliff .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:hover::before,.hc-pairing-cliff .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a:focus::before,.hc-pairing-cliff .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.field-hs-postcard-link a::before{content:"";position:absolute;left:0;height:4.4rem;width:4.4rem;background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");transform:translateX(0);transition:transform 150ms ease-in-out;will-change:contents}.hc-pairing-ocean .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-dark-pattern .field-hs-postcard-link a::before,.hb-dark-inversion .views-element-container .field-hs-postcard-link a::before{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a::before,.hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a::before{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-ocean .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a::before,.hc-pairing-ocean .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a::before,.hc-pairing-mountain .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a::before,.hc-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a::before,.hc-pairing-lake .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a::before,.hc-pairing-canyon .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-raised-cards .hb-dark-pattern .field-hs-postcard-link a::before,.hc-pairing-cliff .hb-dark-inversion .hb-raised-cards .views-element-container .field-hs-postcard-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.field-hs-postcard-link.decanter-button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none}.field-hs-postcard-link.decanter-button:hover,.field-hs-postcard-link.decanter-button:focus{background-color:rgba(0,0,0,0)}.field-hs-postcard-body{font-weight:400;font-size:1.6rem;line-height:122%;margin-bottom:2.4rem}@media(min-width: 992px){.field-hs-postcard-body{font-weight:400;font-size:1.8rem;line-height:127%}}.hb-vertical-linked-card{position:relative;background-color:rgba(0,0,0,0);margin:2.4rem 0 0 3.1rem;padding-bottom:2.8rem;color:#fff;background-image:linear-gradient(to bottom, transparent, transparent 2rem, #002429 2rem);background-image:linear-gradient(to bottom, transparent, transparent 2rem, var(--palette--primary-dark) 2rem)}.hb-stretch-vertical-linked-cards .hb-vertical-linked-card{display:flex;flex-flow:column nowrap}.hb-vertical-linked-card__img{overflow:hidden}@media(min-width: 576px){.field-hs-row-components .hb-vertical-linked-card__img{margin-top:-2.4rem}}.hb-vertical-linked-card__img img{width:100%;transition:transform 150ms ease-in-out}.hb-vertical-linked-card:hover .hb-vertical-linked-card__img img,.hb-vertical-linked-card:focus .hb-vertical-linked-card__img img{transform:scale(1.07)}.hb-vertical-linked-card .field-media-image{margin:0}.hb-vertical-linked-card__title{position:relative;font-size:2rem;-webkit-hyphens:auto;hyphens:auto;line-height:118%;word-break:break-word;transition:background-color 150ms ease-in-out;padding:2rem 5.4rem 2rem 2rem;margin:0 2rem 0 -3.1rem;background-color:#148762;background-color:var(--palette--secondary)}@media(min-width: 576px){.hb-vertical-linked-card__title{font-size:2.4rem}}@media(min-width: 768px){.hb-vertical-linked-card__title{font-size:2.7rem}}@media(min-width: 576px){.hb-vertical-linked-card__title{margin:-2.4rem 2rem 0 -3.1rem}}.hb-stretch-vertical-linked-cards .hb-vertical-linked-card__title:nth-last-child(2){flex:1 1 auto}.hb-vertical-linked-card:hover .hb-vertical-linked-card__title,.hb-vertical-linked-card:focus .hb-vertical-linked-card__title{background-color:#0c523b;background-color:var(--palette--secondary-darken-12)}.hb-vertical-linked-card:hover .hb-vertical-linked-card__title::after,.hb-vertical-linked-card:focus .hb-vertical-linked-card__title::after{background-position:6px}@media(min-width: 576px){.hb-grid .hb-vertical-linked-card__title,.ptype-hs-row .hb-vertical-linked-card__title,.ptype-hs-collection .hb-vertical-linked-card__title,.ptype-hs-priv-collection .hb-vertical-linked-card__title{font-size:2rem;line-height:118%}}@media(min-width: 992px){.hb-grid .hb-vertical-linked-card__title,.ptype-hs-row .hb-vertical-linked-card__title,.ptype-hs-collection .hb-vertical-linked-card__title,.ptype-hs-priv-collection .hb-vertical-linked-card__title{font-size:2.4rem;line-height:121%}}.hb-vertical-linked-card__title::after{content:"";display:block;height:4.8rem;width:4.8rem;background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");position:absolute;right:0;transition:background-position 150ms ease-in-out;bottom:1rem}.hb-vertical-linked-card__link::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0}.hb-vertical-linked-card__description{font-weight:400;font-size:1.6rem;line-height:122%;word-break:break-word;flex:1 1 auto;padding:2rem 2rem 0}@media(min-width: 992px){.hb-vertical-linked-card__description{font-weight:400;font-size:1.8rem;line-height:127%}}@media(min-width: 576px){.hb-vertical-linked-card__description{font-size:1.8rem}}.hb-vertical-linked-card__description .field-hs-postcard-body{margin-bottom:0}.block-layout-builder:not(:last-child){margin-bottom:2rem}.block-layout-builder .link a:hover .fa-ext::after,.block-layout-builder .link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .block-layout-builder .link a:hover .fa-ext::after,.hc-pairing-ocean .block-layout-builder .link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .block-layout-builder .link a:hover .fa-ext::after,.hc-pairing-mountain .block-layout-builder .link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23072e22' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .block-layout-builder .link a:hover .fa-ext::after,.hc-pairing-cardinal .block-layout-builder .link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .block-layout-builder .link a:hover .fa-ext::after,.hc-pairing-lake .block-layout-builder .link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23171916' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .block-layout-builder .link a:hover .fa-ext::after,.hc-pairing-canyon .block-layout-builder .link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000b0d' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .block-layout-builder .link a:hover .fa-ext::after,.hc-pairing-cliff .block-layout-builder .link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23090101' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.block-hs-blocks,.hb-sidebar-block{padding:2rem 1.8rem;border:1px solid;border-color:#b6b1a9}.block-hs-blocks:not(:last-child),.hb-sidebar-block:not(:last-child){margin-bottom:1.8rem}.block__title{font-weight:600;font-size:2.4rem;line-height:120%;margin-top:0;margin-bottom:2rem;width:100%}@media(min-width: 768px){.block__title{font-size:2.7rem;line-height:117%}}.field-label,.views-label{font-style:normal;text-transform:uppercase;color:#000;font-weight:700;font-size:1.5rem;margin-bottom:0.4rem}.label-inline{display:flex}.label-inline .field-label{margin-right:0.6rem}.title h1,.title h2,.title h3,.title h4,.title h5,.title h6{margin:0}.email{word-break:break-all}.email a{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat}.email a:hover,.email a:focus{color:#002429;color:var(--palette--tertiary-darken-20)}.email a:hover,.email a:focus{background-position-y:-50%}.hb-dark-pattern .email a:hover,.hb-dark-inversion .views-element-container .email a:hover,.hb-dark-pattern .email a:focus,.hb-dark-inversion .views-element-container .email a:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer .email a{background-image:none}.hb-local-footer .email a:hover,.hb-local-footer .email a:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern .email a,.hb-dark-inversion .views-element-container .email a{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern .email a:hover,.hb-dark-pattern .email a:focus,.hb-dark-inversion .views-element-container .email a:hover,.hb-dark-inversion .views-element-container .email a:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern .email a:hover .fa-ext::after,.hb-dark-pattern .email a:focus .fa-ext::after,.hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.hb-dark-inversion .views-element-container .email a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern .email a:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .email a:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .email a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .email a:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .email a:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .email a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .email a:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .email a:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .email a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .email a:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .email a:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .email a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .email a:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .email a:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .email a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .email a:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .email a:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .email a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.email [class^=fa-]{display:none}.email .field-label{word-break:normal}.datetime{line-height:1.4;color:#413e39}.address{margin:0;font-style:italic;color:#413e39}.given-name,.family-name{font-weight:600;font-style:normal}.string div div{margin-bottom:0.6rem}.layout-builder-form,.ui-dialog-off-canvas,.block-categories,.layout-builder-discard-changes{font-size:1.6rem}.hb-table-pattern{width:100%;border-collapse:collapse;font-size:1.3rem;text-align:left;border:1px solid;border-color:#d9d7d2}.hb-dark-pattern .hb-table-pattern{color:#000;background-color:#fff}@media(min-width: 576px){.hb-table-pattern{font-size:1.6rem}}@media(min-width: 768px){.hb-table-pattern{display:table}}.hb-table-pattern__header{display:none}@media(min-width: 768px){.hb-table-pattern__header{display:table-header-group}}.hb-table-pattern__caption{color:#413e39;font-size:1.4rem;padding:2rem 0}@media(min-width: 768px){.hb-table-pattern__caption{font-size:1.6rem;padding:2.8rem 0}}.hb-table-pattern__row{text-transform:uppercase;background-color:#00505c;background-color:var(--palette--primary);color:#fff;font-weight:700}.hb-dark-pattern .hb-table-pattern__row,.hb-dark-inversion .views-element-container .hb-table-pattern__row{background-color:#0c523b;background-color:var(--palette--secondary-darken-12)}@media(min-width: 768px){.hb-table-pattern__row{display:table-row}}.hb-table-pattern__row>:nth-child(n){position:sticky;top:0;border-color:#fff;padding:1.6rem;vertical-align:top;border:1px solid;border-color:#d9d7d2}.hb-table-pattern__row>:nth-child(n) a,.hb-table-pattern__row>:nth-child(n) a:not([class]){color:#fff;background-image:none}.hb-table-pattern__row>:nth-child(n) a:hover,.hb-table-pattern__row>:nth-child(n) a:focus,.hb-table-pattern__row>:nth-child(n) a:not([class]):hover,.hb-table-pattern__row>:nth-child(n) a:not([class]):focus{color:#e4f4ee;color:var(--palette--secondary-highlight);box-shadow:none}.hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.hb-table-pattern__row>:nth-child(n) a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.hc-pairing-ocean .hb-table-pattern__row>:nth-child(n) a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.hc-pairing-mountain .hb-table-pattern__row>:nth-child(n) a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23072e22' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.hc-pairing-cardinal .hb-table-pattern__row>:nth-child(n) a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.hc-pairing-lake .hb-table-pattern__row>:nth-child(n) a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23171916' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.hc-pairing-canyon .hb-table-pattern__row>:nth-child(n) a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000b0d' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.hc-pairing-cliff .hb-table-pattern__row>:nth-child(n) a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23090101' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}@media(min-width: 768px){.hb-table-pattern__row>:nth-child(n){display:table-cell}}@media(min-width: 768px){.hb-table-pattern__body{display:table-row-group}}.hb-table-row{padding-bottom:1.4rem}@media(min-width: 768px){.hb-table-row{display:table-row}}.hb-table-row::before{content:"";display:block;height:1.1rem;background-color:#00505c;background-color:var(--palette--primary)}@media(min-width: 768px){.hb-table-row::before{display:none}}.hb-table-row:nth-child(even){background-color:#f1f0ee}.hb-table-row__column{padding:1.6rem;vertical-align:top;border:1px solid;border-color:#d9d7d2}.hb-table-row__column a:hover .fa-ext::after,.hb-table-row__column a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-table-row__column a:hover .fa-ext::after,.hc-pairing-ocean .hb-table-row__column a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-table-row__column a:hover .fa-ext::after,.hc-pairing-mountain .hb-table-row__column a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23072e22' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-table-row__column a:hover .fa-ext::after,.hc-pairing-cardinal .hb-table-row__column a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-table-row__column a:hover .fa-ext::after,.hc-pairing-lake .hb-table-row__column a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23171916' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-table-row__column a:hover .fa-ext::after,.hc-pairing-canyon .hb-table-row__column a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000b0d' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-table-row__column a:hover .fa-ext::after,.hc-pairing-cliff .hb-table-row__column a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23090101' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}@media(min-width: 768px){.hb-table-row__column{display:table-cell}}.hb-table-row__column:first-of-type{margin-top:0.4rem}.hb-table-pattern .hb-table-row__column{border:0 none}@media(min-width: 768px){.hb-table-pattern .hb-table-row__column{border:1px solid;border-color:#d9d7d2}}.hb-table-row__column .views-field-body{padding-bottom:2.8rem}.hb-table-row__column .views-field-body .field-content p{font-size:1.3rem;margin:1.4rem 0 1rem}@media(min-width: 576px){.hb-table-row__column .views-field-body .field-content p{font-size:1.6rem}}.hb-table-row__heading{font-weight:700;margin:0 0 0.4rem;text-transform:uppercase}@media(min-width: 576px){.hb-table-row__heading{margin:0 0 0.6rem}}@media(min-width: 768px){.hb-table-row__heading{position:absolute;clip:rect(1px, 1px, 1px, 1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}}.hb-table-row__heading--hidden{position:absolute;clip:rect(1px, 1px, 1px, 1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}.hb-spotlight{padding:3.2rem 0;background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hb-spotlight--background-gray{background-color:#d9d7d2}.hc-pairing-lake .hb-spotlight{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}@media(min-width: 768px){.hb-spotlight{padding:4.8rem 0;margin:4.8rem 0}}.hs-full-width .hb-spotlight{margin:calc(-1 * 4.8rem) 0 4.8rem}.hs-full-width .hb-spotlight :is(.hb-gradient-hero){margin-top:0}.hb-spotlight__wrapper{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important;display:block}@media(min-width: 768px){.hb-spotlight__wrapper{width:calc(100% - (2 * 4.8rem)) !important}}@media(min-width: 768px){.hb-spotlight__wrapper{display:flex;align-items:center}}@media(min-width: 768px){.hb-spotlight--image-default .hb-spotlight__wrapper{flex-direction:row-reverse}}@media(min-width: 768px){.hb-spotlight--image-left .hb-spotlight__wrapper{flex-direction:row}}.hb-spotlight__text{position:relative;padding-top:3.2rem}.hb-spotlight__text::before{top:0;display:block;content:" ";position:absolute;height:0.4rem;width:6.5rem}.hc-pairing-ocean .hb-spotlight__text::before{display:block;content:" ";position:absolute;height:0.4rem;width:6.5rem}@media(min-width: 768px){.hb-spotlight__text{flex-basis:55%;flex-grow:1;max-width:75%}}.hb-spotlight__text .field-hs-spotlight-title h2{font-size:2.7rem;line-height:117%;margin:0 0 3.2rem;font-weight:600;margin:0 0 2.4rem}@media(min-width: 768px){.hb-spotlight__text .field-hs-spotlight-title h2{font-weight:600;font-size:3.2rem;line-height:112%;margin:0 0 4.8rem}}@media(min-width: 768px)and (min-width: 768px){.hb-spotlight__text .field-hs-spotlight-title h2{font-size:3.8rem}}@media(min-width: 768px){.hb-spotlight__text .field-hs-spotlight-title h2{margin:0 0 2.4rem}}.hb-spotlight__text .field-hs-spotlight-link{margin-top:3.2rem}.hb-spotlight__text .field-hs-spotlight-link a,.hb-spotlight__text .field-hs-spotlight-link button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inline-block;width:auto;font-weight:600;font-size:1.6rem;line-height:1.4;text-decoration:none;text-align:center;border-width:0.2rem;border-style:solid;transition:background-color 150ms ease-in-out,border-color 150ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:30px;padding:0.4rem 2rem;border-color:#148762;border-color:var(--palette--secondary);color:#148762;color:var(--palette--secondary);padding:0.4rem 2rem}.hb-spotlight__text .field-hs-spotlight-link a:hover,.hb-spotlight__text .field-hs-spotlight-link button:hover{cursor:pointer}.hb-spotlight__text .field-hs-spotlight-link a:hover,.hb-spotlight__text .field-hs-spotlight-link a:focus,.hb-spotlight__text .field-hs-spotlight-link a:active,.hb-spotlight__text .field-hs-spotlight-link button:hover,.hb-spotlight__text .field-hs-spotlight-link button:focus,.hb-spotlight__text .field-hs-spotlight-link button:active{background-image:none;outline:none}.hb-spotlight__text .field-hs-spotlight-link a:hover,.hb-spotlight__text .field-hs-spotlight-link button:hover{color:#fff;background-color:#148762;background-color:var(--palette--secondary);border-color:#148762;border-color:var(--palette--secondary)}.hb-spotlight__text .field-hs-spotlight-link a:active,.hb-spotlight__text .field-hs-spotlight-link a:focus,.hb-spotlight__text .field-hs-spotlight-link button:active,.hb-spotlight__text .field-hs-spotlight-link button:focus{background-color:rgba(0,0,0,0);color:#148762;color:var(--palette--secondary);box-shadow:0 0 0 0.2rem #fff,0 0 0 0.4rem #00ce9d;box-shadow:0 0 0 0.2rem #fff,0 0 0 0.4rem var(--palette--secondary-active)}.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link a,.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link button{color:#00d5f5;color:var(--palette--tertiary-reversed);border-color:#00d5f5;border-color:var(--palette--tertiary-reversed)}.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link a:hover,.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link button:hover{background-color:rgba(0,0,0,0)}.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link a:active,.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link a:focus,.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link button:active,.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link button:focus{background-color:rgba(0,0,0,0);box-shadow:none}.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link a:hover,.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link a:active,.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link a:focus,.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link button:hover,.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link button:active,.hb-dark-pattern .hb-spotlight__text .field-hs-spotlight-link button:focus{color:#e4f4ee;color:var(--palette--secondary-highlight);border-color:#e4f4ee;border-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .hb-spotlight__text .field-hs-spotlight-link a,.hc-pairing-ocean .hb-spotlight__text .field-hs-spotlight-link button{color:#0c523b;color:var(--palette--secondary-darken-12);border-color:#0c523b;border-color:var(--palette--secondary-darken-12)}.hc-pairing-ocean .hb-spotlight__text .field-hs-spotlight-link a:hover,.hc-pairing-ocean .hb-spotlight__text .field-hs-spotlight-link button:hover{background-color:#0c523b;background-color:var(--palette--secondary-darken-12);border-color:#0c523b;border-color:var(--palette--secondary-darken-12);color:#fff}.hb-spotlight__image-wrapper{margin-bottom:3.2rem}@media(min-width: 768px){.hb-spotlight__image-wrapper{width:45%;margin-bottom:0}}@media(min-width: 768px){.hb-spotlight--image-default .hb-spotlight__image-wrapper{margin-left:4.8rem}}@media(min-width: 768px){.hb-spotlight--image-left .hb-spotlight__image-wrapper{margin-right:4.8rem}}.hb-spotlight__image-wrapper img{width:100%}.paragraph--type--hs-sptlght-slder{position:relative}.hs-full-width .paragraph--type--hs-sptlght-slder{margin:calc(-1 * 4.8rem) 0 4.8rem}.hs-full-width .paragraph--type--hs-sptlght-slder :is(.hb-gradient-hero){margin-top:0}.paragraph--type--hs-sptlght-slder .slick{position:relative}.paragraph--type--hs-sptlght-slder .slick-dots{position:absolute;clip:rect(1px, 1px, 1px, 1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}@media(min-width: 768px){.paragraph--type--hs-sptlght-slder .slick-dots{display:inline-block;clip:inherit;height:auto;width:auto;position:absolute;bottom:0;left:50%;transform:translate(-50%, -50%);margin:0;padding:0;list-style-type:none;bottom:1.6rem}.paragraph--type--hs-sptlght-slder .slick-dots li{display:inline-block;line-height:25%}.paragraph--type--hs-sptlght-slder .slick-dots li button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;background-color:#b6b1a9;padding:0 2.2rem;margin:0 0.8rem;font-size:0;transition:transform 150ms ease-in-out;border-radius:0.5rem}.paragraph--type--hs-sptlght-slder .slick-dots li button:hover{transform:scale(0.9);background-color:#148762;background-color:var(--palette--secondary)}.paragraph--type--hs-sptlght-slder .slick-dots li.slick-active button{background-color:#148762;background-color:var(--palette--secondary)}.paragraph--type--hs-sptlght-slder .slick-dots li.slick-active button:hover{transform:none}}.paragraph--type--hs-sptlght-slder .slick__arrow button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;background-color:#fff;position:absolute;opacity:50%;width:4.4rem;height:8.8rem;padding:0;font-size:0;border:none;cursor:pointer;transition:opacity 150ms ease-in-out}.paragraph--type--hs-sptlght-slder .slick__arrow button:hover{opacity:60%}.paragraph--type--hs-sptlght-slder .slick__arrow button:focus{opacity:100%}.paragraph--type--hs-sptlght-slder .slick__arrow button:focus-visible{opacity:100%;outline:5px auto -webkit-focus-ring-color}.paragraph--type--hs-sptlght-slder .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2300505c'/%3E%3C/svg%3E");content:"";height:3rem;width:1.7rem;position:absolute;top:2.9rem;transition:transform 150ms ease-in-out}.hc-pairing-ocean .paragraph--type--hs-sptlght-slder .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hc-pairing-mountain .paragraph--type--hs-sptlght-slder .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2364305f'/%3E%3C/svg%3E")}.hc-pairing-cardinal .paragraph--type--hs-sptlght-slder .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23600e0e'/%3E%3C/svg%3E")}.hc-pairing-lake .paragraph--type--hs-sptlght-slder .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23005160'/%3E%3C/svg%3E")}.hc-pairing-canyon .paragraph--type--hs-sptlght-slder .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23005160'/%3E%3C/svg%3E")}.hc-pairing-cliff .paragraph--type--hs-sptlght-slder .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-prev{right:0;border-radius:8.8rem 0 0 8.8rem;bottom:20.4rem}.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-prev::before{transform:scaleX(-1);right:0.8rem}@media(min-width: 768px){.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-prev{left:0;border-radius:0 8.8rem 8.8rem 0}.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-prev::before{left:0.8rem}}.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-prev:hover::before{transform:scaleX(-1) translateX(2px)}.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-next{right:0;border-radius:8.8rem 0 0 8.8rem;bottom:10rem}.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-next::before{right:0.8rem}.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-next:hover::before{transform:translateX(2px)}@media(min-width: 768px){.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-prev,.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-next{bottom:calc(50% - 2.1rem)}:not(.hs-full-width).hb-three-column--no-sidebar .paragraph--type--hs-sptlght-slder .slick__arrow button.slick-prev,.hb-three-column--one-sidebar .paragraph--type--hs-sptlght-slder .slick__arrow button.slick-prev,.hb-three-column--two-sidebar .paragraph--type--hs-sptlght-slder .slick__arrow button.slick-prev,:not(.hs-full-width).hb-three-column--no-sidebar .paragraph--type--hs-sptlght-slder .slick__arrow button.slick-next,.hb-three-column--one-sidebar .paragraph--type--hs-sptlght-slder .slick__arrow button.slick-next,.hb-three-column--two-sidebar .paragraph--type--hs-sptlght-slder .slick__arrow button.slick-next{bottom:calc(50% - 4.6rem)}}.hs-full-width .paragraph--type--hs-sptlght-slder .hb-spotlight{margin-top:0}.hb-testimonial{margin-top:4rem}.hs-paragraph-style--well .field-hs-row-components .ptype-hs-testimonial .hb-testimonial,.hs-paragraph-style--well-full-width .field-hs-row-components .ptype-hs-testimonial .hb-testimonial,.hs-paragraph-style--well .field-hs-collection-items .ptype-hs-testimonial .hb-testimonial,.hs-paragraph-style--well-full-width .field-hs-collection-items .ptype-hs-testimonial .hb-testimonial{margin-top:0}.hb-testimonial__wrapper{position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;padding-bottom:3.4rem;margin:0}@media(min-width: 992px){.hb-testimonial__wrapper{padding:4.4rem 2.8rem}}.hb-testimonial__wrapper::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .hb-testimonial__wrapper::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .hb-testimonial__wrapper::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .hb-testimonial__wrapper::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-testimonial__wrapper::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-testimonial__wrapper::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-testimonial__wrapper::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-testimonial__wrapper::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-testimonial__wrapper::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .hb-testimonial__wrapper::before,.hs-paragraph-style--well .hb-testimonial__wrapper::before,.hs-paragraph-style--well-full-width .hb-testimonial__wrapper::before,.hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__wrapper::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__wrapper::before{background-color:#f1f0ee}.hb-dark-pattern .hb-testimonial__wrapper,.hb-dark-inversion .views-element-container .hb-testimonial__wrapper{border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .hb-testimonial__wrapper::before,.hb-dark-inversion .views-element-container .hb-testimonial__wrapper::before{background-color:#002429;background-color:var(--palette--primary-dark)}@media(min-width: 992px){.hb-testimonial__wrapper{padding-bottom:3.4rem}}@media(min-width: 576px){.counted-items-2 .hb-testimonial__wrapper,.counted-items-3 .hb-testimonial__wrapper{margin:0}}.hb-testimonial__author-block{display:flex;align-items:center;flex-direction:column;max-width:100%}@media(min-width: 576px){.hb-testimonial__author-block{max-width:80%;flex-direction:row}}.counted-items-2 .hb-testimonial__author-block{max-width:100%;flex-direction:column}@media(min-width: 1200px){.counted-items-2 .hb-testimonial__author-block{flex-direction:row}}.counted-items-3 .hb-testimonial__author-block{max-width:100%;flex-direction:column}.hb-testimonial--top .hb-testimonial__author-block{padding-top:3.6rem}.hb-testimonial__image{min-width:10rem;width:10rem;margin:0 2rem 2rem 0}.hb-testimonial__image img{max-width:inherit;width:10rem;height:10rem;-o-object-fit:cover;object-fit:cover}.hb-testimonial__image img{border-radius:50%}.hb-testimonial__author-credits{margin-bottom:2rem}.hb-testimonial__name{font-weight:600}.hb-testimonial__position{font-size:1.6rem}.hb-testimonial__position+.hb-testimonial__link{padding-top:1.6rem}.hb-testimonial__link{position:relative}.hb-testimonial__link a{font-size:1.8rem;text-decoration:none;border:none;background:none;padding:0;color:#148762;color:var(--palette--secondary);font-weight:700}.hb-testimonial__link a::after{content:"";display:inline-block;background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 150ms ease-in-out;will-change:contents}.hc-pairing-ocean .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-testimonial__link a:hover,.hb-testimonial__link a:focus{color:#0c523b;color:var(--palette--secondary-darken-12);background-image:none;background-color:rgba(0,0,0,0)}.hb-testimonial__link a:hover::after,.hb-testimonial__link a:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.hc-pairing-ocean .hb-testimonial__link a:hover::after,.hc-pairing-ocean .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-testimonial__link a:hover::after,.hc-pairing-mountain .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23003851' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-testimonial__link a:hover::after,.hc-pairing-cardinal .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23570d0d' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-testimonial__link a:hover::after,.hc-pairing-lake .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-testimonial__link a:hover::after,.hc-pairing-canyon .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%232c0606' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-testimonial__link a:hover::after,.hc-pairing-cliff .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-testimonial__link a::after{height:1.9rem;width:1.9rem;margin-bottom:-0.4rem}.hb-dark-pattern .hb-testimonial__link a,.hb-dark-inversion .views-element-container .hb-testimonial__link a{color:#00d5f5;color:var(--palette--tertiary-reversed)}.hb-dark-pattern .hb-testimonial__link a::after,.hb-dark-inversion .views-element-container .hb-testimonial__link a::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300d5f5' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern .hb-testimonial__link a::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300d5f5' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .hb-testimonial__link a::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2374fbc7' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .hb-testimonial__link a::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23cecfd1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .hb-testimonial__link a::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23fdfcf2' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .hb-testimonial__link a::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ebebeb' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .hb-testimonial__link a::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23cecfd1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-dark-pattern .hb-testimonial__link a:hover,.hb-dark-pattern .hb-testimonial__link a:focus,.hb-dark-inversion .views-element-container .hb-testimonial__link a:hover,.hb-dark-inversion .views-element-container .hb-testimonial__link a:focus{color:#e4f4ee;color:var(--palette--secondary-highlight)}.hb-dark-pattern .hb-testimonial__link a:hover::after,.hb-dark-pattern .hb-testimonial__link a:focus::after,.hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.hb-dark-inversion .views-element-container .hb-testimonial__link a:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e4f4ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern .hb-testimonial__link a:hover::after,.hc-pairing-ocean .hb-dark-pattern .hb-testimonial__link a:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e4f4ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .hb-testimonial__link a:hover::after,.hc-pairing-mountain .hb-dark-pattern .hb-testimonial__link a:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23d5effe' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .hb-testimonial__link a:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hb-testimonial__link a:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .hb-testimonial__link a:hover::after,.hc-pairing-lake .hb-dark-pattern .hb-testimonial__link a:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ece8e1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .hb-testimonial__link a:hover::after,.hc-pairing-canyon .hb-dark-pattern .hb-testimonial__link a:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .hb-testimonial__link a:hover::after,.hc-pairing-cliff .hb-dark-pattern .hb-testimonial__link a:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}[class*=-pairing-] .hb-dark-pattern .hb-testimonial__link a,.hb-dark-inversion .views-element-container .hb-testimonial__link a{color:#fff}[class*=-pairing-] .hb-dark-pattern .hb-testimonial__link a::after,.hb-dark-inversion .views-element-container .hb-testimonial__link a::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}[class*=-pairing-] .hb-dark-pattern .hb-testimonial__link a:hover,[class*=-pairing-] .hb-dark-pattern .hb-testimonial__link a:focus,.hb-dark-inversion .views-element-container .hb-testimonial__link a:hover,.hb-dark-inversion .views-element-container .hb-testimonial__link a:focus{color:#fff}[class*=-pairing-] .hb-dark-pattern .hb-testimonial__link a:hover::after,[class*=-pairing-] .hb-dark-pattern .hb-testimonial__link a:focus::after,.hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.hb-dark-inversion .views-element-container .hb-testimonial__link a:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a{color:#148762;color:var(--palette--secondary)}.hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.hc-pairing-ocean .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.hc-pairing-mountain .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.hc-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.hc-pairing-lake .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.hc-pairing-canyon .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.hc-pairing-cliff .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover,.hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:focus{color:#0c523b;color:var(--palette--secondary-darken-12)}.hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.hc-pairing-ocean .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.hc-pairing-ocean .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.hc-pairing-ocean .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.hc-pairing-mountain .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.hc-pairing-mountain .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.hc-pairing-mountain .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23003851' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.hc-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23570d0d' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.hc-pairing-lake .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.hc-pairing-lake .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.hc-pairing-lake .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.hc-pairing-canyon .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.hc-pairing-canyon .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.hc-pairing-canyon .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%232c0606' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.hc-pairing-cliff .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.hc-pairing-cliff .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.hc-pairing-cliff .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-testimonial figure.hb-testimonial__content{display:flex;flex-direction:column;align-items:center;margin-bottom:0}.hb-testimonial--bottom .hb-testimonial figure.hb-testimonial__content{padding-top:0.6rem}.hb-testimonial blockquote.hb-testimonial__quote{width:100%;margin:0}.hb-dark-pattern .hs-paragraph-style--well .hb-testimonial blockquote.hb-testimonial__quote,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial blockquote.hb-testimonial__quote{color:#148762;color:var(--palette--secondary)}.hb-testimonial blockquote.hb-testimonial__quote .field-hs-testimonial-quote::before,.hb-testimonial blockquote.hb-testimonial__quote .views-field .field-content p:first-of-type::before{position:absolute;content:open-quote;margin-left:-1.6rem}.hb-testimonial blockquote.hb-testimonial__quote .field-hs-testimonial-quote::after,.hb-testimonial blockquote.hb-testimonial__quote .views-field .field-content p:first-of-type::after{position:absolute;content:close-quote;margin-right:1rem}.hb-testimonial blockquote.hb-testimonial__quote.hb-testimonial__quote--bottom{padding-bottom:1.6rem}.hb-dark-pattern:first-child .ptype-hs-testimonial:first-of-type{padding-top:2rem}.hb-dark-pattern:first-child .ptype-hs-testimonial:first-of-type .hb-testimonial__wrapper{margin-top:4rem}.hb-dark-pattern:first-child .ptype-hs-row .counted-items-1 .ptype-hs-testimonial:first-of-type,.hb-dark-pattern:first-child .ptype-hs-row .hs-paragraph-style--well .counted-items-1 .ptype-hs-testimonial:first-of-type{padding-top:initial}.hb-dark-pattern:first-child .ptype-hs-row .counted-items-1 .ptype-hs-testimonial:first-of-type .hb-testimonial__wrapper,.hb-dark-pattern:first-child .ptype-hs-row .hs-paragraph-style--well .counted-items-1 .ptype-hs-testimonial:first-of-type .hb-testimonial__wrapper{margin-top:6rem}.hb-dark-pattern:first-child .ptype-hs-row .counted-items-2 .ptype-hs-testimonial:first-of-type,.hb-dark-pattern:first-child .ptype-hs-row .counted-items-3 .ptype-hs-testimonial:first-of-type,.hb-dark-pattern:first-child .ptype-hs-row .hs-paragraph-style--well .counted-items-2 .ptype-hs-testimonial:first-of-type,.hb-dark-pattern:first-child .ptype-hs-row .hs-paragraph-style--well .counted-items-3 .ptype-hs-testimonial:first-of-type{padding-top:initial}.hb-not-layout-builder-main-content{padding-bottom:4.2rem}.hb-not-layout-builder-main-content form{margin-bottom:4.2rem}.hb-not-layout-builder-main-content .form-actions{display:inline-block}.hb-not-layout-builder-main-content .form-item{margin-bottom:2rem}@media(min-width: 576px){.hb-not-layout-builder-main-content .form-item{display:inline-block;margin-right:1.6rem}}.js-pager__items{margin:4.8rem 0;padding:0;text-align:center}.js-pager__items li{display:inline;font-weight:600;margin:1rem}.js-pager__items li:not(.pager__item) a,.js-pager__items .pager__item--first a,.js-pager__items .pager__item--last a,.js-pager__items .pager__item--next a,.js-pager__items .pager__item--previous a{color:#148762;color:var(--palette--secondary);text-decoration:none}.js-pager__items li:not(.pager__item) a:focus,.js-pager__items li:not(.pager__item) a:hover,.js-pager__items .pager__item--first a:focus,.js-pager__items .pager__item--first a:hover,.js-pager__items .pager__item--last a:focus,.js-pager__items .pager__item--last a:hover,.js-pager__items .pager__item--next a:focus,.js-pager__items .pager__item--next a:hover,.js-pager__items .pager__item--previous a:focus,.js-pager__items .pager__item--previous a:hover{color:#148762;color:var(--palette--secondary);text-decoration:underline;background-image:none;background-color:rgba(0,0,0,0)}.hb-dark-pattern .js-pager__items li:not(.pager__item) a:focus,.hb-dark-inversion .views-element-container .js-pager__items li:not(.pager__item) a:focus,.hb-dark-pattern .js-pager__items li:not(.pager__item) a:hover,.hb-dark-inversion .views-element-container .js-pager__items li:not(.pager__item) a:hover,.hb-dark-pattern .js-pager__items .pager__item--first a:focus,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--first a:focus,.hb-dark-pattern .js-pager__items .pager__item--first a:hover,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--first a:hover,.hb-dark-pattern .js-pager__items .pager__item--last a:focus,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--last a:focus,.hb-dark-pattern .js-pager__items .pager__item--last a:hover,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--last a:hover,.hb-dark-pattern .js-pager__items .pager__item--next a:focus,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--next a:focus,.hb-dark-pattern .js-pager__items .pager__item--next a:hover,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--next a:hover,.hb-dark-pattern .js-pager__items .pager__item--previous a:focus,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--previous a:focus,.hb-dark-pattern .js-pager__items .pager__item--previous a:hover,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--previous a:hover{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern .js-pager__items li:not(.pager__item) a,.hb-dark-inversion .views-element-container .js-pager__items li:not(.pager__item) a,.hb-dark-pattern .js-pager__items .pager__item--first a,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--first a,.hb-dark-pattern .js-pager__items .pager__item--last a,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--last a,.hb-dark-pattern .js-pager__items .pager__item--next a,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--next a,.hb-dark-pattern .js-pager__items .pager__item--previous a,.hb-dark-inversion .views-element-container .js-pager__items .pager__item--previous a{border:none;color:#00d5f5;color:var(--palette--tertiary-reversed)}.pager__items{list-style:none;margin:0.6rem 0 0}.pager__item:first-of-type{margin-left:0}.pager__item:last-of-type{margin-right:0}.pager__item a{color:#413e39;display:inline-block;padding:0.6rem 0.9rem;border-radius:30px;min-width:3.1rem;text-align:center;text-decoration:none;transition:background-color 150ms ease-in-out;background-image:none}@media(min-width: 768px){.pager__item a{padding:0.6rem 1.2rem}}.hb-dark-pattern .pager__item a,.hb-dark-inversion .views-element-container .pager__item a{border:1px solid;border-color:rgba(0,0,0,0)}.pager__item a:hover,.pager__item a:focus{background-color:#d9d7d2}.hb-dark-pattern .pager__item a:hover,.hb-dark-inversion .views-element-container .pager__item a:hover,.hb-dark-pattern .pager__item a:focus,.hb-dark-inversion .views-element-container .pager__item a:focus{background-color:rgba(0,0,0,0);border-color:#c2f7ff;border-color:var(--palette--tertiary-highlight)}.pager__item.is-active{background-color:#413e39;display:inline-block;border-radius:30px}.pager__item.is-active a{color:#fff}.pager__item.is-active a:hover,.pager__item.is-active a:focus{cursor:default;background-color:rgba(0,0,0,0)}.hb-dark-pattern .pager__item.is-active a,.hb-dark-inversion .views-element-container .pager__item.is-active a{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.button,a.button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inline-block;width:auto;font-weight:600;font-size:1.6rem;line-height:1.4;text-decoration:none;text-align:center;border-width:0.2rem;border-style:solid;transition:background-color 150ms ease-in-out,border-color 150ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:30px;padding:0.4rem 2rem;color:#fff;background-color:#148762;background-color:var(--palette--secondary);border-color:#148762;border-color:var(--palette--secondary);font-size:1.8rem}.button:hover,a.button:hover{cursor:pointer}.button:hover,.button:focus,.button:active,a.button:hover,a.button:focus,a.button:active{background-image:none;outline:none}.button:hover,a.button:hover{background-color:#0c523b;background-color:var(--palette--secondary-darken-12);border-color:#0c523b;border-color:var(--palette--secondary-darken-12);color:#fff}.button:active,.button:focus,a.button:active,a.button:focus{background-color:#148762;background-color:var(--palette--secondary);border-color:#fff;color:#fff}.button:active,.button:focus,a.button:active,a.button:focus{box-shadow:0 0 0 0.2rem #00ce9d;box-shadow:0 0 0 0.2rem var(--palette--secondary-active)}.button[data-drupal-selector=edit-reset],a.button[data-drupal-selector=edit-reset]{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);border-radius:0;line-height:1;min-height:auto;color:#148762;color:var(--palette--secondary);padding:0.4rem 0;border-bottom:1px solid;border-bottom-color:#148762;border-bottom-color:var(--palette--secondary)}.hb-dark-pattern .button[data-drupal-selector=edit-reset],.hb-dark-inversion .views-element-container .button[data-drupal-selector=edit-reset],.hb-dark-pattern a.button[data-drupal-selector=edit-reset],.hb-dark-inversion .views-element-container a.button[data-drupal-selector=edit-reset]{color:#00d5f5;color:var(--palette--tertiary-reversed)}.button[data-drupal-selector=edit-reset]:hover,a.button[data-drupal-selector=edit-reset]:hover{color:#0c523b;color:var(--palette--secondary-darken-12)}.hb-dark-pattern .button[data-drupal-selector=edit-reset]:hover,.hb-dark-inversion .views-element-container .button[data-drupal-selector=edit-reset]:hover,.hb-dark-pattern a.button[data-drupal-selector=edit-reset]:hover,.hb-dark-inversion .views-element-container a.button[data-drupal-selector=edit-reset]:hover{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.button[data-drupal-selector=edit-reset]:focus,a.button[data-drupal-selector=edit-reset]:focus{border-bottom-color:rgba(0,0,0,0)}.button[data-drupal-selector=edit-reset]:hover,.button[data-drupal-selector=edit-reset]:focus,a.button[data-drupal-selector=edit-reset]:hover,a.button[data-drupal-selector=edit-reset]:focus{cursor:pointer}.hb-dark-pattern .button[data-drupal-selector=edit-reset],.hb-dark-inversion .views-element-container .button[data-drupal-selector=edit-reset],.hb-dark-pattern a.button[data-drupal-selector=edit-reset],.hb-dark-inversion .views-element-container a.button[data-drupal-selector=edit-reset]{border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.button[data-drupal-selector=edit-reset]:hover,a.button[data-drupal-selector=edit-reset]:hover{border-bottom-color:#0c523b;border-bottom-color:var(--palette--secondary-darken-12)}.hb-dark-pattern .button[data-drupal-selector=edit-reset]:hover,.hb-dark-inversion .views-element-container .button[data-drupal-selector=edit-reset]:hover,.hb-dark-pattern a.button[data-drupal-selector=edit-reset]:hover,.hb-dark-inversion .views-element-container a.button[data-drupal-selector=edit-reset]:hover{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight)}a.hs-button,button.hs-button,.hs-button a,.hs-button button,.hs-button a:not([class]),.hs-button button:not([class]){background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inline-block;width:auto;font-weight:600;font-size:1.6rem;line-height:1.4;text-decoration:none;text-align:center;border-width:0.2rem;border-style:solid;transition:background-color 150ms ease-in-out,border-color 150ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:30px;padding:0.4rem 2rem;color:#fff;background-color:#148762;background-color:var(--palette--secondary);border-color:#148762;border-color:var(--palette--secondary)}a.hs-button:hover,button.hs-button:hover,.hs-button a:hover,.hs-button button:hover,.hs-button a:not([class]):hover,.hs-button button:not([class]):hover{cursor:pointer}a.hs-button:hover,a.hs-button:focus,a.hs-button:active,button.hs-button:hover,button.hs-button:focus,button.hs-button:active,.hs-button a:hover,.hs-button a:focus,.hs-button a:active,.hs-button button:hover,.hs-button button:focus,.hs-button button:active,.hs-button a:not([class]):hover,.hs-button a:not([class]):focus,.hs-button a:not([class]):active,.hs-button button:not([class]):hover,.hs-button button:not([class]):focus,.hs-button button:not([class]):active{background-image:none;outline:none}a.hs-button:hover,button.hs-button:hover,.hs-button a:hover,.hs-button button:hover,.hs-button a:not([class]):hover,.hs-button button:not([class]):hover{background-color:#0c523b;background-color:var(--palette--secondary-darken-12);border-color:#0c523b;border-color:var(--palette--secondary-darken-12);color:#fff}a.hs-button:active,a.hs-button:focus,button.hs-button:active,button.hs-button:focus,.hs-button a:active,.hs-button a:focus,.hs-button button:active,.hs-button button:focus,.hs-button a:not([class]):active,.hs-button a:not([class]):focus,.hs-button button:not([class]):active,.hs-button button:not([class]):focus{background-color:#148762;background-color:var(--palette--secondary);border-color:#fff;color:#fff}a.hs-button:active,a.hs-button:focus,button.hs-button:active,button.hs-button:focus,.hs-button a:active,.hs-button a:focus,.hs-button button:active,.hs-button button:focus,.hs-button a:not([class]):active,.hs-button a:not([class]):focus,.hs-button button:not([class]):active,.hs-button button:not([class]):focus{box-shadow:0 0 0 0.2rem #00ce9d;box-shadow:0 0 0 0.2rem var(--palette--secondary-active)}.hb-dark-pattern a.hs-button,.hb-dark-inversion .views-element-container a.hs-button,.hb-dark-pattern button.hs-button,.hb-dark-inversion .views-element-container button.hs-button,.hb-dark-pattern .hs-button a,.hb-dark-inversion .views-element-container .hs-button a,.hb-dark-pattern .hs-button button,.hb-dark-inversion .views-element-container .hs-button button,.hb-dark-pattern .hs-button a:not([class]),.hb-dark-inversion .views-element-container .hs-button a:not([class]),.hb-dark-pattern .hs-button button:not([class]),.hb-dark-inversion .views-element-container .hs-button button:not([class]){color:#fff}a.btn,button.btn,.btn a,.btn button,.btn a:not([class]),.btn button:not([class]){background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inline-block;width:auto;font-weight:600;font-size:1.6rem;line-height:1.4;text-decoration:none;text-align:center;border-width:0.2rem;border-style:solid;transition:background-color 150ms ease-in-out,border-color 150ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:30px;padding:0.4rem 2rem;color:#fff;background-color:#148762;background-color:var(--palette--secondary);border-color:#148762;border-color:var(--palette--secondary)}a.btn:hover,button.btn:hover,.btn a:hover,.btn button:hover,.btn a:not([class]):hover,.btn button:not([class]):hover{cursor:pointer}a.btn:hover,a.btn:focus,a.btn:active,button.btn:hover,button.btn:focus,button.btn:active,.btn a:hover,.btn a:focus,.btn a:active,.btn button:hover,.btn button:focus,.btn button:active,.btn a:not([class]):hover,.btn a:not([class]):focus,.btn a:not([class]):active,.btn button:not([class]):hover,.btn button:not([class]):focus,.btn button:not([class]):active{background-image:none;outline:none}a.btn:hover,button.btn:hover,.btn a:hover,.btn button:hover,.btn a:not([class]):hover,.btn button:not([class]):hover{background-color:#0c523b;background-color:var(--palette--secondary-darken-12);border-color:#0c523b;border-color:var(--palette--secondary-darken-12);color:#fff}a.btn:active,a.btn:focus,button.btn:active,button.btn:focus,.btn a:active,.btn a:focus,.btn button:active,.btn button:focus,.btn a:not([class]):active,.btn a:not([class]):focus,.btn button:not([class]):active,.btn button:not([class]):focus{background-color:#148762;background-color:var(--palette--secondary);border-color:#fff;color:#fff}a.btn:active,a.btn:focus,button.btn:active,button.btn:focus,.btn a:active,.btn a:focus,.btn button:active,.btn button:focus,.btn a:not([class]):active,.btn a:not([class]):focus,.btn button:not([class]):active,.btn button:not([class]):focus{box-shadow:0 0 0 0.2rem #00ce9d;box-shadow:0 0 0 0.2rem var(--palette--secondary-active)}.hb-dark-pattern a.btn,.hb-dark-inversion .views-element-container a.btn,.hb-dark-pattern button.btn,.hb-dark-inversion .views-element-container button.btn,.hb-dark-pattern .btn a,.hb-dark-inversion .views-element-container .btn a,.hb-dark-pattern .btn button,.hb-dark-inversion .views-element-container .btn button,.hb-dark-pattern .btn a:not([class]),.hb-dark-inversion .views-element-container .btn a:not([class]),.hb-dark-pattern .btn button:not([class]),.hb-dark-inversion .views-element-container .btn button:not([class]){color:#fff}a.hs-button--big,button.hs-button--big,.hs-button--big a,.hs-button--big button,.hs-button--big a:not([class]),.hs-button--big button:not([class]){background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inline-block;width:auto;font-weight:600;font-size:1.6rem;line-height:1.4;text-decoration:none;text-align:center;border-width:0.2rem;border-style:solid;transition:background-color 150ms ease-in-out,border-color 150ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:30px;padding:0.4rem 2rem;color:#fff;background-color:#148762;background-color:var(--palette--secondary);border-color:#148762;border-color:var(--palette--secondary);font-size:1.8rem;border-width:0.3rem;padding:0.8rem 2rem}a.hs-button--big:hover,button.hs-button--big:hover,.hs-button--big a:hover,.hs-button--big button:hover,.hs-button--big a:not([class]):hover,.hs-button--big button:not([class]):hover{cursor:pointer}a.hs-button--big:hover,a.hs-button--big:focus,a.hs-button--big:active,button.hs-button--big:hover,button.hs-button--big:focus,button.hs-button--big:active,.hs-button--big a:hover,.hs-button--big a:focus,.hs-button--big a:active,.hs-button--big button:hover,.hs-button--big button:focus,.hs-button--big button:active,.hs-button--big a:not([class]):hover,.hs-button--big a:not([class]):focus,.hs-button--big a:not([class]):active,.hs-button--big button:not([class]):hover,.hs-button--big button:not([class]):focus,.hs-button--big button:not([class]):active{background-image:none;outline:none}a.hs-button--big:hover,button.hs-button--big:hover,.hs-button--big a:hover,.hs-button--big button:hover,.hs-button--big a:not([class]):hover,.hs-button--big button:not([class]):hover{background-color:#0c523b;background-color:var(--palette--secondary-darken-12);border-color:#0c523b;border-color:var(--palette--secondary-darken-12);color:#fff}a.hs-button--big:active,a.hs-button--big:focus,button.hs-button--big:active,button.hs-button--big:focus,.hs-button--big a:active,.hs-button--big a:focus,.hs-button--big button:active,.hs-button--big button:focus,.hs-button--big a:not([class]):active,.hs-button--big a:not([class]):focus,.hs-button--big button:not([class]):active,.hs-button--big button:not([class]):focus{background-color:#148762;background-color:var(--palette--secondary);border-color:#fff;color:#fff}a.hs-button--big:active,a.hs-button--big:focus,button.hs-button--big:active,button.hs-button--big:focus,.hs-button--big a:active,.hs-button--big a:focus,.hs-button--big button:active,.hs-button--big button:focus,.hs-button--big a:not([class]):active,.hs-button--big a:not([class]):focus,.hs-button--big button:not([class]):active,.hs-button--big button:not([class]):focus{box-shadow:0 0 0 0.2rem #00ce9d;box-shadow:0 0 0 0.2rem var(--palette--secondary-active)}.hb-dark-pattern a.hs-button--big,.hb-dark-inversion .views-element-container a.hs-button--big,.hb-dark-pattern button.hs-button--big,.hb-dark-inversion .views-element-container button.hs-button--big,.hb-dark-pattern .hs-button--big a,.hb-dark-inversion .views-element-container .hs-button--big a,.hb-dark-pattern .hs-button--big button,.hb-dark-inversion .views-element-container .hs-button--big button,.hb-dark-pattern .hs-button--big a:not([class]),.hb-dark-inversion .views-element-container .hs-button--big a:not([class]),.hb-dark-pattern .hs-button--big button:not([class]),.hb-dark-inversion .views-element-container .hs-button--big button:not([class]){color:#fff}a.hs-secondary-button,button.hs-secondary-button,.hs-secondary-button a,.hs-secondary-button button,.hs-secondary-button a:not([class]),.hs-secondary-button button:not([class]),a.more-link,button.more-link,.more-link a,.more-link button,.more-link a:not([class]),.more-link button:not([class]){background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inline-block;width:auto;font-weight:600;font-size:1.6rem;line-height:1.4;text-decoration:none;text-align:center;border-width:0.2rem;border-style:solid;transition:background-color 150ms ease-in-out,border-color 150ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:30px;padding:0.4rem 2rem;border-color:#148762;border-color:var(--palette--secondary);color:#148762;color:var(--palette--secondary)}a.hs-secondary-button:hover,button.hs-secondary-button:hover,.hs-secondary-button a:hover,.hs-secondary-button button:hover,.hs-secondary-button a:not([class]):hover,.hs-secondary-button button:not([class]):hover,a.more-link:hover,button.more-link:hover,.more-link a:hover,.more-link button:hover,.more-link a:not([class]):hover,.more-link button:not([class]):hover{cursor:pointer}a.hs-secondary-button:hover,a.hs-secondary-button:focus,a.hs-secondary-button:active,button.hs-secondary-button:hover,button.hs-secondary-button:focus,button.hs-secondary-button:active,.hs-secondary-button a:hover,.hs-secondary-button a:focus,.hs-secondary-button a:active,.hs-secondary-button button:hover,.hs-secondary-button button:focus,.hs-secondary-button button:active,.hs-secondary-button a:not([class]):hover,.hs-secondary-button a:not([class]):focus,.hs-secondary-button a:not([class]):active,.hs-secondary-button button:not([class]):hover,.hs-secondary-button button:not([class]):focus,.hs-secondary-button button:not([class]):active,a.more-link:hover,a.more-link:focus,a.more-link:active,button.more-link:hover,button.more-link:focus,button.more-link:active,.more-link a:hover,.more-link a:focus,.more-link a:active,.more-link button:hover,.more-link button:focus,.more-link button:active,.more-link a:not([class]):hover,.more-link a:not([class]):focus,.more-link a:not([class]):active,.more-link button:not([class]):hover,.more-link button:not([class]):focus,.more-link button:not([class]):active{background-image:none;outline:none}a.hs-secondary-button:hover,button.hs-secondary-button:hover,.hs-secondary-button a:hover,.hs-secondary-button button:hover,.hs-secondary-button a:not([class]):hover,.hs-secondary-button button:not([class]):hover,a.more-link:hover,button.more-link:hover,.more-link a:hover,.more-link button:hover,.more-link a:not([class]):hover,.more-link button:not([class]):hover{color:#fff;background-color:#148762;background-color:var(--palette--secondary);border-color:#148762;border-color:var(--palette--secondary)}a.hs-secondary-button:active,a.hs-secondary-button:focus,button.hs-secondary-button:active,button.hs-secondary-button:focus,.hs-secondary-button a:active,.hs-secondary-button a:focus,.hs-secondary-button button:active,.hs-secondary-button button:focus,.hs-secondary-button a:not([class]):active,.hs-secondary-button a:not([class]):focus,.hs-secondary-button button:not([class]):active,.hs-secondary-button button:not([class]):focus,a.more-link:active,a.more-link:focus,button.more-link:active,button.more-link:focus,.more-link a:active,.more-link a:focus,.more-link button:active,.more-link button:focus,.more-link a:not([class]):active,.more-link a:not([class]):focus,.more-link button:not([class]):active,.more-link button:not([class]):focus{background-color:rgba(0,0,0,0);color:#148762;color:var(--palette--secondary);box-shadow:0 0 0 0.2rem #fff,0 0 0 0.4rem #00ce9d;box-shadow:0 0 0 0.2rem #fff,0 0 0 0.4rem var(--palette--secondary-active)}.hb-dark-pattern a.hs-secondary-button,.hb-dark-pattern button.hs-secondary-button,.hb-dark-pattern .hs-secondary-button a,.hb-dark-pattern .hs-secondary-button button,.hb-dark-pattern .hs-secondary-button a:not([class]),.hb-dark-pattern .hs-secondary-button button:not([class]),.hb-dark-pattern a.more-link,.hb-dark-pattern button.more-link,.hb-dark-pattern .more-link a,.hb-dark-pattern .more-link button,.hb-dark-pattern .more-link a:not([class]),.hb-dark-pattern .more-link button:not([class]){color:#00d5f5;color:var(--palette--tertiary-reversed);border-color:#00d5f5;border-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-secondary-button:hover,.hb-dark-pattern button.hs-secondary-button:hover,.hb-dark-pattern .hs-secondary-button a:hover,.hb-dark-pattern .hs-secondary-button button:hover,.hb-dark-pattern .hs-secondary-button a:not([class]):hover,.hb-dark-pattern .hs-secondary-button button:not([class]):hover,.hb-dark-pattern a.more-link:hover,.hb-dark-pattern button.more-link:hover,.hb-dark-pattern .more-link a:hover,.hb-dark-pattern .more-link button:hover,.hb-dark-pattern .more-link a:not([class]):hover,.hb-dark-pattern .more-link button:not([class]):hover{background-color:rgba(0,0,0,0)}.hb-dark-pattern a.hs-secondary-button:active,.hb-dark-pattern a.hs-secondary-button:focus,.hb-dark-pattern button.hs-secondary-button:active,.hb-dark-pattern button.hs-secondary-button:focus,.hb-dark-pattern .hs-secondary-button a:active,.hb-dark-pattern .hs-secondary-button a:focus,.hb-dark-pattern .hs-secondary-button button:active,.hb-dark-pattern .hs-secondary-button button:focus,.hb-dark-pattern .hs-secondary-button a:not([class]):active,.hb-dark-pattern .hs-secondary-button a:not([class]):focus,.hb-dark-pattern .hs-secondary-button button:not([class]):active,.hb-dark-pattern .hs-secondary-button button:not([class]):focus,.hb-dark-pattern a.more-link:active,.hb-dark-pattern a.more-link:focus,.hb-dark-pattern button.more-link:active,.hb-dark-pattern button.more-link:focus,.hb-dark-pattern .more-link a:active,.hb-dark-pattern .more-link a:focus,.hb-dark-pattern .more-link button:active,.hb-dark-pattern .more-link button:focus,.hb-dark-pattern .more-link a:not([class]):active,.hb-dark-pattern .more-link a:not([class]):focus,.hb-dark-pattern .more-link button:not([class]):active,.hb-dark-pattern .more-link button:not([class]):focus{background-color:rgba(0,0,0,0);box-shadow:none}.hb-dark-pattern a.hs-secondary-button:hover,.hb-dark-pattern a.hs-secondary-button:active,.hb-dark-pattern a.hs-secondary-button:focus,.hb-dark-pattern button.hs-secondary-button:hover,.hb-dark-pattern button.hs-secondary-button:active,.hb-dark-pattern button.hs-secondary-button:focus,.hb-dark-pattern .hs-secondary-button a:hover,.hb-dark-pattern .hs-secondary-button a:active,.hb-dark-pattern .hs-secondary-button a:focus,.hb-dark-pattern .hs-secondary-button button:hover,.hb-dark-pattern .hs-secondary-button button:active,.hb-dark-pattern .hs-secondary-button button:focus,.hb-dark-pattern .hs-secondary-button a:not([class]):hover,.hb-dark-pattern .hs-secondary-button a:not([class]):active,.hb-dark-pattern .hs-secondary-button a:not([class]):focus,.hb-dark-pattern .hs-secondary-button button:not([class]):hover,.hb-dark-pattern .hs-secondary-button button:not([class]):active,.hb-dark-pattern .hs-secondary-button button:not([class]):focus,.hb-dark-pattern a.more-link:hover,.hb-dark-pattern a.more-link:active,.hb-dark-pattern a.more-link:focus,.hb-dark-pattern button.more-link:hover,.hb-dark-pattern button.more-link:active,.hb-dark-pattern button.more-link:focus,.hb-dark-pattern .more-link a:hover,.hb-dark-pattern .more-link a:active,.hb-dark-pattern .more-link a:focus,.hb-dark-pattern .more-link button:hover,.hb-dark-pattern .more-link button:active,.hb-dark-pattern .more-link button:focus,.hb-dark-pattern .more-link a:not([class]):hover,.hb-dark-pattern .more-link a:not([class]):active,.hb-dark-pattern .more-link a:not([class]):focus,.hb-dark-pattern .more-link button:not([class]):hover,.hb-dark-pattern .more-link button:not([class]):active,.hb-dark-pattern .more-link button:not([class]):focus{color:#e4f4ee;color:var(--palette--secondary-highlight);border-color:#e4f4ee;border-color:var(--palette--secondary-highlight)}.hb-dark-pattern a.hs-secondary-button,.hb-dark-inversion .views-element-container a.hs-secondary-button,.hb-dark-pattern button.hs-secondary-button,.hb-dark-inversion .views-element-container button.hs-secondary-button,.hb-dark-pattern .hs-secondary-button a,.hb-dark-inversion .views-element-container .hs-secondary-button a,.hb-dark-pattern .hs-secondary-button button,.hb-dark-inversion .views-element-container .hs-secondary-button button,.hb-dark-pattern .hs-secondary-button a:not([class]),.hb-dark-inversion .views-element-container .hs-secondary-button a:not([class]),.hb-dark-pattern .hs-secondary-button button:not([class]),.hb-dark-inversion .views-element-container .hs-secondary-button button:not([class]),.hb-dark-pattern a.more-link,.hb-dark-inversion .views-element-container a.more-link,.hb-dark-pattern button.more-link,.hb-dark-inversion .views-element-container button.more-link,.hb-dark-pattern .more-link a,.hb-dark-inversion .views-element-container .more-link a,.hb-dark-pattern .more-link button,.hb-dark-inversion .views-element-container .more-link button,.hb-dark-pattern .more-link a:not([class]),.hb-dark-inversion .views-element-container .more-link a:not([class]),.hb-dark-pattern .more-link button:not([class]),.hb-dark-inversion .views-element-container .more-link button:not([class]){color:#fff}.views-element-container .more-link{display:flex;flex-flow:row nowrap;justify-content:flex-end;margin-top:2.4rem}@media(min-width: 768px){.views-element-container .more-link{margin-top:4.8rem}}.hs-button div:not([class])>div:not([class]),.hs-button.label-hidden>div:not([class]),.hs-button li:nth-child(n),.hs-button--big div:not([class])>div:not([class]),.hs-button--big.label-hidden>div:not([class]),.hs-button--big li:nth-child(n),.hs-secondary-button div:not([class])>div:not([class]),.hs-secondary-button.label-hidden>div:not([class]),.hs-secondary-button li:nth-child(n){display:inline-block;margin:0 0.5rem 1.3rem 0}.node--unpublished{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important;background-color:rgba(234,171,0,.6);padding:2rem;margin-bottom:4rem}@media(min-width: 768px){.node--unpublished{width:calc(100% - (2 * 4.8rem)) !important}}.hb-main-nav__menu a[data-unpublished-node=true],.hb-secondary-nav__menu a[data-unpublished-node=true],.megamenu a[data-unpublished-node=true]{background-color:rgba(234,171,0,.6)}.hb-main-nav__menu a[data-unpublished-node=true]:hover,.hb-secondary-nav__menu a[data-unpublished-node=true]:hover,.megamenu a[data-unpublished-node=true]:hover{background-color:rgba(183,134,0,.6)}.js .hb-main-nav__menu-lv1>li>.hb-main-nav__link[data-unpublished-node=true]{background-color:rgba(234,171,0,.6)}.js .hb-main-nav__menu-lv1>li>.hb-main-nav__link[data-unpublished-node=true]:hover{background-color:rgba(183,134,0,.6)}.field-media-oembed-video{position:relative;aspect-ratio:16/9}.field-media-oembed-video iframe{width:100%;height:100%}.google-form{border:none;width:100%;min-height:30rem;margin-bottom:4.8rem}.field-hs-event-image article,.field-hs-news-image article,.field-hs-event-series-image article,.field-hs-person-square-img article,.field-hs-publication-image article,.field-hs-accordion-image article,.field-hs-spotlight-image article,.field-hs-hero-image article,.field-hs-postcard-image article{position:relative}.hb-caption-credit-image,.hb-relative article{position:relative}.private-page .title{display:flex;align-items:center}.private-page .title::before{content:"";display:block;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;height:3rem;width:3rem;margin-right:1.6rem;margin-top:-1rem}@media(min-width: 768px){.private-page .title::before{height:3.6rem;width:3.6rem;margin-right:1.4rem;margin-top:-0.8rem}}.hb-private-page-link{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:2rem 2rem;background-position:1.4rem 2rem;padding-left:4rem !important}@media(min-width: 768px){.hb-private-page-link{background-position:1.4rem 2.4rem}}@media(min-width: 992px){.hb-private-page-link{background-position:1.4rem 1.5rem}}@media(min-width: 992px){.hb-main-nav .hb-private-page-link{background-position:left 0 bottom 2rem;padding-left:2.4rem !important}}@media(min-width: 992px){.hb-main-nav__menu-lv2 .hb-private-page-link{background-size:1.5rem 1.5rem;background-position:0.7rem 1rem}}.hb-dark-pattern .hb-private-page-link{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hb-dark-pattern .hb-private-page-link.is-active,.hb-dark-pattern .hb-private-page-link:hover,.hb-dark-pattern .hb-private-page-link:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}@media(min-width: 992px){.hb-dark-pattern .hb-private-page-link.is-active,.hb-dark-pattern .hb-private-page-link:hover,.hb-dark-pattern .hb-private-page-link:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}}@media(min-width: 992px){.hb-dark-pattern .hb-main-nav__menu-lv2 .hb-private-page-link{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}}.we-mega-menu-submenu .hb-private-page-link{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E");background-position:.7rem center;background-size:1.75rem 1.75rem;padding-left:3rem !important}@media(min-width: 992px){.we-mega-menu-submenu .hb-private-page-link.is-active,.we-mega-menu-submenu .hb-private-page-link:hover,.we-mega-menu-submenu .hb-private-page-link:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000000' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}}.field-hs-priv-file-document a{color:#148762;color:var(--palette--secondary)}.field-hs-priv-file-document a:hover,.field-hs-priv-file-document a:focus{color:#002429;color:var(--palette--tertiary-darken-20)}.field-hs-time-title h2{font-weight:600;font-size:2.4rem;line-height:120%}@media(min-width: 768px){.field-hs-time-title h2{font-size:2.7rem;line-height:117%}}.ptype-hs-timeline-item,.views-view-pattern .hb-timeline-item{position:relative}.ptype-hs-timeline-item::after,.views-view-pattern .hb-timeline-item::after{clear:both;content:"";display:table}.ptype-hs-timeline-item::before,.views-view-pattern .hb-timeline-item::before{content:"";position:absolute;height:calc(100% - 20px);width:4px;background-color:#00505c;background-color:var(--palette--primary);left:1rem;bottom:-0.2rem}.ptype-hs-timeline-item:last-of-type::before,.views-view-pattern .hb-timeline-item:last-of-type::before{height:0}.ptype-hs-timeline-item:last-of-type .hb-timeline-item[open]::before,.views-view-pattern .hb-timeline-item:last-of-type .hb-timeline-item[open]::before{content:"";position:absolute;height:calc(100% - 20px);width:4px;background-color:#00505c;background-color:var(--palette--primary);left:1rem;bottom:-0.2rem}.ptype-hs-timeline-item:last-of-type .hb-timeline-item[open]::after,.views-view-pattern .hb-timeline-item:last-of-type .hb-timeline-item[open]::after{background-color:#00505c;background-color:var(--palette--primary);content:"";position:absolute;height:12px;width:12px;left:6px;bottom:-6px;border-radius:50%}.field-hs-row-components[class*=counted-items-] .ptype-hs-timeline-item,.field-hs-collection-items[class*=item-per-row--] .ptype-hs-timeline-item,.field-hs-row-components[class*=counted-items-] .views-view-pattern .hb-timeline-item,.field-hs-collection-items[class*=item-per-row--] .views-view-pattern .hb-timeline-item{margin-bottom:0 !important}.hb-timeline-item{position:relative;margin:0}.hb-timeline-item__summary{padding-bottom:2.4rem;line-height:133%;list-style-type:none;list-style-image:none}.hb-timeline-item__summary::-webkit-details-marker{display:none}.hb-timeline-item__summary:focus:not(:focus-visible){outline:0}.hb-timeline-item__summary:focus{outline:solid;outline-color:#9cd6c0;outline-color:var(--palette--secondary-highlight-darken)}.hb-timeline-item__summary:hover:not(:only-child){cursor:pointer}.hb-timeline-item__revealed-details{padding-bottom:2.8rem}.hb-timeline__collapsed .hb-timeline-item[open] .hb-timeline-item__revealed-details{animation:timelineFadeInDown 350ms ease-in-out forwards}.hb-timeline-item__heading{color:#00505c;color:var(--palette--primary);font-size:1.8rem;font-weight:700;padding:0 3.2rem;position:relative}.hb-timeline-item__heading::before{content:"";position:absolute;width:1.3rem;height:1.3rem;top:0.12rem;left:0.12rem;border:4px solid var(--palette--primary);border-radius:50%;box-sizing:content-box}.hb-timeline-item__heading::after{content:"";position:absolute;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 14 7' fill%3D'%2300505c'%3E%3Cpath d%3D'M0 0L5 5L10 0H0Z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:2.4rem;height:1.2rem;top:1.2rem;right:0;transition:transform 150ms ease-in-out}.hc-pairing-ocean .hb-timeline-item__heading::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 14 7' fill%3D'%2300505c'%3E%3Cpath d%3D'M0 0L5 5L10 0H0Z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-timeline-item__heading::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 14 7' fill%3D'%2364305f'%3E%3Cpath d%3D'M0 0L5 5L10 0H0Z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-timeline-item__heading::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 14 7' fill%3D'%23600e0e'%3E%3Cpath d%3D'M0 0L5 5L10 0H0Z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-timeline-item__heading::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 14 7' fill%3D'%23005160'%3E%3Cpath d%3D'M0 0L5 5L10 0H0Z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-timeline-item__heading::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 14 7' fill%3D'%23005160'%3E%3Cpath d%3D'M0 0L5 5L10 0H0Z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-timeline-item__heading::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 14 7' fill%3D'%238c1515'%3E%3Cpath d%3D'M0 0L5 5L10 0H0Z'/%3E%3C/svg%3E")}[aria-expanded=true] .hb-timeline-item__heading::after{transform:scaleY(-1)}:is(div.hb-timeline-item__summary) .hb-timeline-item__heading::after{display:none}.hb-timeline-item__subheading{font-size:1.6rem;font-style:italic;padding:0 3.2rem}.hb-timeline-item__description{font-size:1.6rem;padding:0 3.2rem;line-height:128%}@keyframes timelineFadeInDown{0%{opacity:0;transform:translateY(-8px)}100%{opacity:1;transform:translateY(0)}}.field-hs-gradient-hero-image{position:relative}.hs-full-width .field-hs-gradient-hero-image{margin:calc(-1 * 4.8rem) 0 4.8rem}.hs-full-width .field-hs-gradient-hero-image :is(.hb-gradient-hero){margin-top:0}.field-hs-gradient-hero-image img{width:100%}.field-hs-gradient-hero-image::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.field-hs-gradient-hero-image::before{background:linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%)}.hb-gradient-hero--content-right .field-hs-gradient-hero-image::before{background:linear-gradient(to left, #000000 0%, rgba(0, 0, 0, 0) 100%)}.hb-gradient-hero{position:relative;min-height:39rem;display:flex}@media(min-width: 768px){.hb-gradient-hero{min-height:49rem}}.hs-full-width .hb-gradient-hero{margin:calc(-1 * 4.8rem) 0 4.8rem}.hs-full-width .hb-gradient-hero :is(.hb-gradient-hero){margin-top:0}.hb-gradient-hero::before{background-color:rgba(0,36,41,.8);background-color:var(--palette--primary-hero-overlay);content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hb-gradient-hero__image-wrapper{position:absolute;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;z-index:2}.hb-gradient-hero__image-wrapper .field-hs-hero-image,.hb-gradient-hero__image-wrapper .field-hs-gradient-hero-image{height:inherit}.hs-full-width .hb-gradient-hero__image-wrapper .field-hs-hero-image,.hs-full-width .hb-gradient-hero__image-wrapper .field-hs-gradient-hero-image{margin:0}.hb-gradient-hero__image-wrapper article,.hb-gradient-hero__image-wrapper picture,.hb-gradient-hero__image-wrapper .field-media-image{height:inherit}.hb-gradient-hero__image-wrapper img{height:inherit;width:100%;-o-object-fit:cover;object-fit:cover}.hb-has-animation-enhancements .hb-gradient-hero__image-wrapper img.animate{animation-duration:950ms;animation-timing-function:ease-out;animation-name:colorfulHeroImage}.hb-gradient-hero__text{display:block;position:relative;align-self:center;padding:5.4rem 0;z-index:2;color:#fff;max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important;max-width:150rem !important;padding-right:2.4rem}@media(min-width: 768px){.hb-gradient-hero__text{width:calc(100% - (2 * 4.8rem)) !important}}.hb-has-animation-enhancements.js .hb-gradient-hero__text{opacity:0}.hb-has-animation-enhancements.js .hb-gradient-hero__text{opacity:0}.hb-has-animation-enhancements.js .paragraph--type--hs-gradient-hero-slider .slick-active .hb-gradient-hero__text.animate,.hb-has-animation-enhancements.js .paragraph--type--hs-gradient-hero-slider .unslick .hb-gradient-hero__text.animate,.hb-has-animation-enhancements.js .ptype-hs-hero-image .hb-gradient-hero__text.animate,.hb-has-animation-enhancements.js .field-hs-page-hero>:not(.paragraph--type--hs-carousel) .hb-hero-overlay .hb-gradient-hero__text.animate,.hb-has-animation-enhancements.js .field-hs-page-hero>:not(.paragraph--type--hs-carousel) .slick-active .hb-gradient-hero__text.animate,.hb-has-animation-enhancements.js .field-hs-page-hero>:not(.paragraph--type--hs-carousel) .unslick .hb-gradient-hero__text.animate{animation-duration:2000ms;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-name:colorfulHeroText}.hb-gradient-hero__text h2{font-size:2.7rem;line-height:117%;margin:0 0 3.2rem;font-weight:600}@media(min-width: 768px){.hb-gradient-hero__text h2{font-weight:600;font-size:3.2rem;line-height:112%;margin:0 0 4.8rem}}@media(min-width: 768px)and (min-width: 768px){.hb-gradient-hero__text h2{font-size:3.8rem}}.hb-gradient-hero__text ul li::before{background-color:#148762;background-color:var(--palette--secondary)}.hb-gradient-hero__text ol li::before{color:#00ce9d;color:var(--palette--secondary-active)}.hb-gradient-hero__text h2,.hb-gradient-hero__text .field-hs-hero-body,.hb-gradient-hero__text .field-hs-gradient-hero-body p{width:90%}@media(min-width: 576px){.hb-gradient-hero__text h2,.hb-gradient-hero__text .field-hs-hero-body,.hb-gradient-hero__text .field-hs-gradient-hero-body p{width:80%}}@media(min-width: 768px){.hb-gradient-hero__text h2,.hb-gradient-hero__text .field-hs-hero-body,.hb-gradient-hero__text .field-hs-gradient-hero-body p{width:70%}}@media(min-width: 992px){.hb-gradient-hero__text h2,.hb-gradient-hero__text .field-hs-hero-body,.hb-gradient-hero__text .field-hs-gradient-hero-body p{width:50%}}@media(min-width: 576px){.hb-gradient-hero__text{padding:6rem 2.4rem}}@media(min-width: 992px){.hb-gradient-hero__text{padding:6.6rem 3rem}}.hb-gradient-hero--content-right .hb-gradient-hero__text .field-hs-gradient-hero-title,.hb-gradient-hero--content-right .hb-gradient-hero__text .field-hs-gradient-hero-body,.hb-gradient-hero--content-right .hb-gradient-hero__text .field-hs-gradient-hero-link{display:flex;justify-content:flex-end;text-align:right}.hb-gradient-hero--content-right .hb-gradient-hero__text .field-hs-gradient-hero-body{flex-direction:column;align-items:flex-end}.hb-gradient-hero__text .field-hs-gradient-hero-body p{font-weight:400;font-size:1.6rem;line-height:122%}@media(min-width: 992px){.hb-gradient-hero__text .field-hs-gradient-hero-body p{font-weight:400;font-size:1.8rem;line-height:127%}}.hb-gradient-hero__text a{font-weight:400;font-size:1.6rem;line-height:122%;color:#00d5f5;color:var(--palette--tertiary-reversed);background-image:none}@media(min-width: 992px){.hb-gradient-hero__text a{font-weight:400;font-size:1.8rem;line-height:127%}}.hb-gradient-hero__text a:hover,.hb-gradient-hero__text a:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-gradient-hero__text .field-hs-gradient-hero-link a,.hb-gradient-hero__text .field-hs-gradient-hero-link button{word-break:break-word;max-width:80%;display:inline-block;font-weight:600;padding:0.4rem 2rem;text-decoration:none;text-align:center;transition:all 150ms ease-in-out;background-color:rgba(0,0,0,0);border-radius:4.2rem;color:#00d5f5;color:var(--palette--tertiary-reversed);border-color:#00d5f5;border-color:var(--palette--tertiary-reversed);border-width:3px;border-style:solid;margin-top:3.2rem;padding:1.2rem}.hb-gradient-hero__text .field-hs-gradient-hero-link a:hover,.hb-gradient-hero__text .field-hs-gradient-hero-link a:focus,.hb-gradient-hero__text .field-hs-gradient-hero-link button:hover,.hb-gradient-hero__text .field-hs-gradient-hero-link button:focus{box-shadow:none}.hb-gradient-hero__text .field-hs-gradient-hero-link a:hover,.hb-gradient-hero__text .field-hs-gradient-hero-link a:focus,.hb-gradient-hero__text .field-hs-gradient-hero-link button:hover,.hb-gradient-hero__text .field-hs-gradient-hero-link button:focus{border-color:#e4f4ee;border-color:var(--palette--secondary-highlight);color:#e4f4ee;color:var(--palette--secondary-highlight)}@media(min-width: 992px){.hb-gradient-hero__text .field-hs-gradient-hero-link a,.hb-gradient-hero__text .field-hs-gradient-hero-link button{max-width:75%}}@media(min-width: 768px){.hb-gradient-hero__text .field-hs-gradient-hero-link a,.hb-gradient-hero__text .field-hs-gradient-hero-link button{margin-top:4.8rem}}@keyframes colorfulHeroText{0%{opacity:0}100%{opacity:1}}@keyframes colorfulHeroImage{10%{opacity:0}100%{opacity:1}}@keyframes traditionalHeroText{0%{opacity:0;transform:translateY(-15px)}100%{opacity:1;transform:translateY(0)}}@keyframes traditionalHeroOverlay{0%{opacity:.9}100%{opacity:1}}.paragraph--type--hs-gradient-hero-slider{position:relative}.hs-full-width .paragraph--type--hs-gradient-hero-slider{margin:calc(-1 * 4.8rem) 0 4.8rem}.hs-full-width .paragraph--type--hs-gradient-hero-slider :is(.hb-gradient-hero){margin-top:0}.paragraph--type--hs-gradient-hero-slider .slick{position:relative}.paragraph--type--hs-gradient-hero-slider .slick-dots{position:absolute;clip:rect(1px, 1px, 1px, 1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}@media(min-width: 768px){.paragraph--type--hs-gradient-hero-slider .slick-dots{display:inline-block;clip:inherit;height:auto;width:auto;position:absolute;bottom:0;left:50%;transform:translate(-50%, -50%);margin:0;padding:0;list-style-type:none;bottom:1.6rem}.paragraph--type--hs-gradient-hero-slider .slick-dots li{display:inline-block;line-height:25%}.paragraph--type--hs-gradient-hero-slider .slick-dots li button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;background-color:#b6b1a9;padding:0 2.2rem;margin:0 0.8rem;font-size:0;transition:transform 150ms ease-in-out;border-radius:0.5rem}.paragraph--type--hs-gradient-hero-slider .slick-dots li button:hover{transform:scale(0.9);background-color:#148762;background-color:var(--palette--secondary)}.paragraph--type--hs-gradient-hero-slider .slick-dots li.slick-active button{background-color:#148762;background-color:var(--palette--secondary)}.paragraph--type--hs-gradient-hero-slider .slick-dots li.slick-active button:hover{transform:none}}.paragraph--type--hs-gradient-hero-slider .slick__arrow button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;background-color:#fff;position:absolute;opacity:50%;width:4.4rem;height:8.8rem;padding:0;font-size:0;border:none;cursor:pointer;transition:opacity 150ms ease-in-out}.paragraph--type--hs-gradient-hero-slider .slick__arrow button:hover{opacity:60%}.paragraph--type--hs-gradient-hero-slider .slick__arrow button:focus{opacity:100%}.paragraph--type--hs-gradient-hero-slider .slick__arrow button:focus-visible{opacity:100%;outline:5px auto -webkit-focus-ring-color}.paragraph--type--hs-gradient-hero-slider .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2300505c'/%3E%3C/svg%3E");content:"";height:3rem;width:1.7rem;position:absolute;top:2.9rem;transition:transform 150ms ease-in-out}.hc-pairing-ocean .paragraph--type--hs-gradient-hero-slider .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hc-pairing-mountain .paragraph--type--hs-gradient-hero-slider .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2364305f'/%3E%3C/svg%3E")}.hc-pairing-cardinal .paragraph--type--hs-gradient-hero-slider .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23600e0e'/%3E%3C/svg%3E")}.hc-pairing-lake .paragraph--type--hs-gradient-hero-slider .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23005160'/%3E%3C/svg%3E")}.hc-pairing-canyon .paragraph--type--hs-gradient-hero-slider .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23005160'/%3E%3C/svg%3E")}.hc-pairing-cliff .paragraph--type--hs-gradient-hero-slider .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-prev{right:0;border-radius:8.8rem 0 0 8.8rem;bottom:20.4rem}.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-prev::before{transform:scaleX(-1);right:0.8rem}@media(min-width: 768px){.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-prev{left:0;border-radius:0 8.8rem 8.8rem 0}.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-prev::before{left:0.8rem}}.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-prev:hover::before{transform:scaleX(-1) translateX(2px)}.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-next{right:0;border-radius:8.8rem 0 0 8.8rem;bottom:10rem}.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-next::before{right:0.8rem}.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-next:hover::before{transform:translateX(2px)}@media(min-width: 768px){.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-prev,.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-next{bottom:calc(50% - 2.1rem)}:not(.hs-full-width).hb-three-column--no-sidebar .paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-prev,.hb-three-column--one-sidebar .paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-prev,.hb-three-column--two-sidebar .paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-prev,:not(.hs-full-width).hb-three-column--no-sidebar .paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-next,.hb-three-column--one-sidebar .paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-next,.hb-three-column--two-sidebar .paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-next{bottom:calc(50% - 4.6rem)}}@media(min-width: 768px){:not(.hs-full-width).hb-three-column--no-sidebar .paragraph--type--hs-gradient-hero-slider .slick-dots,.hb-three-column--one-sidebar .paragraph--type--hs-gradient-hero-slider .slick-dots,.hb-three-column--two-sidebar .paragraph--type--hs-gradient-hero-slider .slick-dots{bottom:-3.2rem}}.hb-callout-box{width:100%;position:relative;z-index:1;margin-bottom:2.4rem}@media(min-width: 768px){.hb-callout-box{width:40%}.hb-callout-box--align-right{float:right;margin-left:2.4rem}.hb-callout-box--align-left{float:left;margin-right:2.4rem}}.hb-callout-box .hs-font-splash:first-of-type{margin-top:0}.hb-callout-box--well{background-color:#f1f0ee;padding:2rem 1.8rem;border:0 none}.hb-dark-pattern .hb-callout-box--well,.hb-dark-inversion .views-element-container .hb-callout-box--well{color:#000}.hb-three-column__sidebar-1 .hb-callout-box--well,.hb-three-column__sidebar-2 .hb-callout-box--well{position:relative;z-index:1}.hb-callout-box--well .hs-font-splash{margin-bottom:0}.ptype-hs-callout-box+div:not(.ptype-hs-text-area){clear:both}.hb-color-band{text-align:center;position:relative}.hb-color-band::before,.hb-color-band::after{content:"";display:block;width:50vw;position:absolute;top:0;bottom:0}.layout-builder .hb-color-band::before,.layout-builder .hb-color-band::after{display:none}.hb-color-band::before{left:-50vw}.hb-color-band::after{right:-50vw}.hb-color-band--limited-width::before,.hb-color-band--limited-width::after,.hb-three-column--one-sidebar .hb-color-band::before,.hb-three-column--one-sidebar .hb-color-band::after{display:none}.hb-color-band--default,.hb-color-band--default::before,.hb-color-band--default::after{background-color:rgba(0,36,41,.8);background-color:var(--palette--primary-hero-overlay)}.hb-color-band--cardinal,.hb-color-band--cardinal::before,.hb-color-band--cardinal::after{background-color:#8c1515}.hb-color-band--gray,.hb-color-band--gray::before,.hb-color-band--gray::after{background-color:#413e39}.hb-color-band--light,.hb-color-band--light::before,.hb-color-band--light::after{background-color:#e3f4ed;background-color:var(--palette--spotlight-lighten-8)}.hb-color-band--light .hb-color-band--text{color:#000}.hb-color-band--text{color:#fff;padding:1.2rem}.ptype-stanford-gallery .su-gallery-description{margin-bottom:3.2rem}.ptype-stanford-gallery .su-gallery-button a{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;display:inline-block;width:auto;font-weight:600;font-size:1.6rem;line-height:1.4;text-decoration:none;text-align:center;border-width:0.2rem;border-style:solid;transition:background-color 150ms ease-in-out,border-color 150ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:30px;padding:0.4rem 2rem;color:#fff;background-color:#148762;background-color:var(--palette--secondary);border-color:#148762;border-color:var(--palette--secondary);margin-top:3.2rem}.ptype-stanford-gallery .su-gallery-button a:hover{cursor:pointer}.ptype-stanford-gallery .su-gallery-button a:hover,.ptype-stanford-gallery .su-gallery-button a:focus,.ptype-stanford-gallery .su-gallery-button a:active{background-image:none;outline:none}.ptype-stanford-gallery .su-gallery-button a:hover{background-color:#0c523b;background-color:var(--palette--secondary-darken-12);border-color:#0c523b;border-color:var(--palette--secondary-darken-12);color:#fff}.ptype-stanford-gallery .su-gallery-button a:active,.ptype-stanford-gallery .su-gallery-button a:focus{background-color:#148762;background-color:var(--palette--secondary);border-color:#fff;color:#fff}.ptype-stanford-gallery .su-gallery-button a:active,.ptype-stanford-gallery .su-gallery-button a:focus{box-shadow:0 0 0 0.2rem #00ce9d;box-shadow:0 0 0 0.2rem var(--palette--secondary-active)}.ptype-stanford-gallery .hb-media-image{position:relative}.ptype-stanford-gallery .hs-gallery-slideshow .slick{position:relative}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;background-color:#fff;position:absolute;opacity:50%;width:4.4rem;height:8.8rem;padding:0;font-size:0;border:none;cursor:pointer;transition:opacity 150ms ease-in-out}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button:hover{opacity:60%}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button:focus{opacity:100%}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button:focus-visible{opacity:100%;outline:5px auto -webkit-focus-ring-color}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2300505c'/%3E%3C/svg%3E");content:"";height:3rem;width:1.7rem;position:absolute;top:2.9rem;transition:transform 150ms ease-in-out}.hc-pairing-ocean .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hc-pairing-mountain .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2364305f'/%3E%3C/svg%3E")}.hc-pairing-cardinal .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23600e0e'/%3E%3C/svg%3E")}.hc-pairing-lake .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23005160'/%3E%3C/svg%3E")}.hc-pairing-canyon .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23005160'/%3E%3C/svg%3E")}.hc-pairing-cliff .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev{right:0;border-radius:8.8rem 0 0 8.8rem;bottom:20.4rem}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev::before{transform:scaleX(-1);right:0.8rem}@media(min-width: 768px){.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev{left:0;border-radius:0 8.8rem 8.8rem 0}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev::before{left:0.8rem}}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev:hover::before{transform:scaleX(-1) translateX(2px)}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-next{right:0;border-radius:8.8rem 0 0 8.8rem;bottom:10rem}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-next::before{right:0.8rem}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-next:hover::before{transform:translateX(2px)}@media(min-width: 768px){.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev,.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-next{bottom:calc(50% - 2.1rem)}:not(.hs-full-width).hb-three-column--no-sidebar .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev,.hb-three-column--one-sidebar .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev,.hb-three-column--two-sidebar .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev,:not(.hs-full-width).hb-three-column--no-sidebar .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-next,.hb-three-column--one-sidebar .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-next,.hb-three-column--two-sidebar .ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-next{bottom:calc(50% - 4.6rem)}}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev{bottom:9.8rem}@media(min-width: 576px){.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev{bottom:19.8rem}}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-next{bottom:0.5rem}@media(min-width: 576px){.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-next{bottom:10.5rem}}.ptype-stanford-gallery .hs-gallery-slideshow .field-media-image{position:relative}.ptype-stanford-gallery .hs-gallery-slideshow .field-media-image::after{content:"";position:absolute;bottom:0;top:calc(100% - 78px);left:0;right:0;background:linear-gradient(to top, #000000, transparent)}.ptype-stanford-gallery .hs-gallery-slideshow .field-media-image-caption{background:rgba(0,0,0,0)}.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots{counter-reset:listCounter}.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots li{display:block !important;counter-increment:listCounter}.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots li button{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;color:#fff;font-weight:700;display:none}@media(min-width: 576px){.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots li button{display:block;position:absolute;bottom:1.6rem;cursor:default}}@media(min-width: 576px){.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots li:last-of-type button{left:4.8rem}}@media(min-width: 576px){.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots li.slick-active:not(:last-of-type) button{left:1.2rem;min-width:3.2rem;text-align:right}}.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots li.slick-active:not(:last-of-type) button::after{content:" / "}@media(min-width: 576px){.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots li.slick-active:last-of-type button{left:1.9rem;min-width:4.5rem}}@media(min-width: 768px){.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots li.slick-active:last-of-type button{left:1.6rem;min-width:5rem}}.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots li.slick-active:last-of-type button::after{content:" / " counter(listCounter)}.ptype-stanford-gallery .hs-gallery-slideshow .slick-dots li:not(:last-of-type):not(.slick-active) button{display:none}.hb-raised-cards .ptype-stanford-gallery .paragraph--view-mode--default .hb-caption-credit-image{box-shadow:0 0 0.5rem rgba(0,0,0,.34);border:1px solid rgba(0,0,0,.22)}#cboxPrevious,#cboxNext,#cboxClose{background:#fff;width:4.4rem;opacity:50%;transition:opacity 150ms ease-in-out}#cboxPrevious:hover,#cboxNext:hover,#cboxClose:hover{opacity:60%}#cboxPrevious:focus,#cboxNext:focus,#cboxClose:focus{opacity:100%}#cboxPrevious:focus-visible,#cboxNext:focus-visible,#cboxClose:focus-visible{opacity:100%;outline:5px auto -webkit-focus-ring-color}#cboxPrevious,#cboxNext{top:50%;bottom:50%;transform:translate(0, -50%);height:8.8rem}#cboxPrevious::before,#cboxNext::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2300505c'/%3E%3C/svg%3E");content:"";height:3rem;width:1.7rem;position:absolute;top:2.9rem;transition:transform 150ms ease-in-out}.hc-pairing-ocean #cboxPrevious::before,.hc-pairing-ocean #cboxNext::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hc-pairing-mountain #cboxPrevious::before,.hc-pairing-mountain #cboxNext::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%2364305f'/%3E%3C/svg%3E")}.hc-pairing-cardinal #cboxPrevious::before,.hc-pairing-cardinal #cboxNext::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23600e0e'/%3E%3C/svg%3E")}.hc-pairing-lake #cboxPrevious::before,.hc-pairing-lake #cboxNext::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23005160'/%3E%3C/svg%3E")}.hc-pairing-canyon #cboxPrevious::before,.hc-pairing-canyon #cboxNext::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%23005160'/%3E%3C/svg%3E")}.hc-pairing-cliff #cboxPrevious::before,.hc-pairing-cliff #cboxNext::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 17 30'%3E%3Cpath d%3D'm15.8867 15.6525.8545-.8427-14.60517-14.8098-2.13603 2.10651 12.516 12.69139-12.516 12.6914 2.13603 2.1065z' fill%3D'%238c1515'/%3E%3C/svg%3E")}#cboxPrevious{left:0;border-radius:0 8.8rem 8.8rem 0}#cboxPrevious::before{transform:scaleX(-1);left:0.8rem}#cboxPrevious:hover::before{transform:scaleX(-1) translateX(2px)}#cboxNext{right:0;border-radius:8.8rem 0 0 8.8rem}#cboxNext::before{right:0.8rem}#cboxNext:hover::before{transform:translateX(2px)}#cboxClose{top:0;height:4.4rem}#cboxClose::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%2300505c' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E");content:"";height:2rem;width:2rem;position:absolute;top:1.2rem;right:1.2rem;transform:rotate(-45deg);transition:transform 150ms ease-in-out}.hc-pairing-ocean #cboxClose::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%2300505c' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hc-pairing-mountain #cboxClose::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%2364305f' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hc-pairing-cardinal #cboxClose::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23600e0e' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hc-pairing-lake #cboxClose::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23005160' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hc-pairing-canyon #cboxClose::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23005160' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}.hc-pairing-cliff #cboxClose::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%238c1515' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E")}#cboxClose:hover::before,#cboxClose:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%2300505c' stroke-linecap%3D'round' /%3E%3C/svg%3E");height:0.2rem;top:2.1rem;transform:rotate(0deg)}.hc-pairing-ocean #cboxClose:hover::before,.hc-pairing-ocean #cboxClose:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%2300505c' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-mountain #cboxClose:hover::before,.hc-pairing-mountain #cboxClose:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%2364305f' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-cardinal #cboxClose:hover::before,.hc-pairing-cardinal #cboxClose:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23600e0e' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-lake #cboxClose:hover::before,.hc-pairing-lake #cboxClose:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23005160' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-canyon #cboxClose:hover::before,.hc-pairing-canyon #cboxClose:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23005160' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-cliff #cboxClose:hover::before,.hc-pairing-cliff #cboxClose:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%238c1515' stroke-linecap%3D'round' /%3E%3C/svg%3E")}#cboxContent,#cboxLoadedContent{background:rgba(0,0,0,0)}#cboxTitle{position:relative;top:0;float:unset !important}#cboxTitle p{color:#fff;font-style:italic;font-size:1.2rem;position:absolute;bottom:0;width:100%;z-index:5;text-align:right;line-height:120%;height:auto;padding:1.6rem 0.7rem 0.8rem 15%;background:linear-gradient(to top, #000000, transparent);width:calc(85% - .75rem)}@media(min-width: 576px){#cboxTitle p{padding:2.4rem 1.2rem 1.6rem 15%}}@media(min-width: 768px){.paragraph--type--hs-carousel #cboxTitle p{padding:2.4rem 1.2rem 1.6rem 58%}}@media(min-width: 576px){.hb-card__graphics--has-date #cboxTitle p{padding:2.4rem 1.2rem 1.6rem 10rem}}#cboxTitle p p,#cboxTitle p h1,#cboxTitle p h2,#cboxTitle p h3,#cboxTitle p h4,#cboxTitle p h5,#cboxTitle p h6,#cboxTitle p blockquote,#cboxTitle p cite,#cboxTitle p code,#cboxTitle p li,#cboxTitle p dd,#cboxTitle p dt,#cboxTitle p span,#cboxTitle p strong,#cboxTitle p em,#cboxTitle p a,#cboxTitle p .hs-button,#cboxTitle p .hs-button--big,#cboxTitle p .hs-secondary-button,#cboxTitle p .hs-more-link,#cboxTitle p .hs-external-link,#cboxTitle p .hs-file-link,#cboxTitle p .hs-pdf-link,#cboxTitle p .hs-private-link{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;font-style:italic;color:#fff}#cboxTitle p h1 a,#cboxTitle p h2 a,#cboxTitle p h3 a,#cboxTitle p h4 a,#cboxTitle p h5 a,#cboxTitle p h6 a,#cboxTitle p a{color:#fff;text-decoration:underline !important;display:inline}#cboxTitle p h1 a::before,#cboxTitle p h1 a::after,#cboxTitle p h2 a::before,#cboxTitle p h2 a::after,#cboxTitle p h3 a::before,#cboxTitle p h3 a::after,#cboxTitle p h4 a::before,#cboxTitle p h4 a::after,#cboxTitle p h5 a::before,#cboxTitle p h5 a::after,#cboxTitle p h6 a::before,#cboxTitle p h6 a::after,#cboxTitle p a::before,#cboxTitle p a::after{display:none !important}#cboxTitle p h1 a:hover,#cboxTitle p h1 a:focus,#cboxTitle p h2 a:hover,#cboxTitle p h2 a:focus,#cboxTitle p h3 a:hover,#cboxTitle p h3 a:focus,#cboxTitle p h4 a:hover,#cboxTitle p h4 a:focus,#cboxTitle p h5 a:hover,#cboxTitle p h5 a:focus,#cboxTitle p h6 a:hover,#cboxTitle p h6 a:focus,#cboxTitle p a:hover,#cboxTitle p a:focus{text-decoration:none !important;box-shadow:none}#cboxTitle p dl,#cboxTitle p ul,#cboxTitle p ol{margin:0;padding:0;display:inline-block}#cboxTitle p li::before{display:none}#cboxTitle p strong{font-weight:600}@media(min-width: 576px){#cboxTitle p{width:calc(85% - 1.325rem)}}.field-hs-accordion-description{overflow:auto}.contextual-region.paragraph .contextual:not(.hb-card__img .contextual-region .contextual){right:0px}.contextual-region.paragraph .contextual-region .contextual:not(.hb-card__img .contextual-region .contextual){right:32px}.contextual-region.paragraph .contextual-region .contextual-region .contextual:not(.hb-card__img .contextual-region .contextual){right:64px}.contextual-region.paragraph .contextual-region .contextual-region .contextual-region .contextual:not(.hb-card__img .contextual-region .contextual){right:96px}.contextual-region.paragraph .contextual-region .contextual-region .contextual-region .contextual-region .contextual:not(.hb-card__img .contextual-region .contextual){right:128px}.hb-raised-cards .hb-card__img .contextual-region .contextual{height:unset}.contextual-links a:hover,.contextual-links a:focus{box-shadow:initial}.hb-dark-pattern .contextual-links a:hover,.hb-dark-pattern .contextual-links a:focus{color:#000 !important}.messages{margin-top:4rem}#layout-builder-modal summary{color:#fff}#layout-builder-modal summary:hover,#layout-builder-modal summary:focus{color:#fff}#layout-builder-modal summary::after{top:1.2rem}#layout-builder-modal details .form-item{margin:.75em}#layout-builder-modal details summary:focus{text-decoration:none}.toolbar-tab a.ext{background-image:none}.toolbar-tab a.ext:hover{background-image:linear-gradient(rgba(255, 255, 255, 0.125) 20%, transparent 200%)}.toolbar .toolbar-tray-horizontal li:hover ul li{float:none}#drupal-live-announce.visually-hidden{height:0}#toolbar-item-shortcuts-tray li>ul{margin:0;padding-inline:0;box-shadow:0 4px 5px 1px rgba(0,0,0,.3333)}#toolbar-item-shortcuts-tray .menu:not(.toolbar-menu) li{border-bottom:1px solid var(--gin-border-color);min-width:18rem}#toolbar-item-shortcuts-tray li:hover>a:not([class]),#toolbar-item-shortcuts-tray li:hover>span:not([class]){color:var(--gin-color-primary-hover);background-color:var(--gin-bg-item-hover);background-image:none}#toolbar-item-shortcuts-tray li:hover>span:not([class]){cursor:default}.block--local-tasks{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 3.2rem)) !important;margin-bottom:4rem;border-bottom:2px solid #0678be}@media(min-width: 768px){.block--local-tasks{width:calc(100% - (2 * 4.8rem)) !important}}.block--local-tasks .tabs{margin:4rem 0 0;padding:0}.block--local-tasks .tabs__tab{display:inline-block;background-color:#eaf6fd;list-style-type:none;padding:0.8rem 1.2rem;margin-top:0.4rem;font-size:1.5rem;transition:background-color 150ms ease-in-out}.block--local-tasks .tabs__tab a{color:#000;text-decoration:none;background-image:none}.block--local-tasks .tabs__tab--active{background-color:#0678be}.block--local-tasks .tabs__tab--active a{color:#fff}.block--local-tasks .tabs__tab:hover:not(.tabs__tab--active){background-color:#d1eafa}li.cke_panel_listItem a:hover,li.cke_panel_listItem a:focus{box-shadow:initial}body.cke_editable{margin:0.8rem}drupal-media{position:relative;z-index:1}drupal-media figure,drupal-media article{display:block;width:100%}drupal-media[data-align=right]{float:none}drupal-media .media-library-item__edit{right:auto}drupal-media .hb-media-image.align-right,drupal-media .hb-media-image.align-center,drupal-media .caption.align-right,drupal-media .caption.align-center{margin:initial}drupal-media .hb-media-image.align-right,drupal-media .caption.align-right{width:auto;padding:0 0 2.8rem 2.8rem}drupal-media .hb-media-image.align-left,drupal-media .caption.align-left{width:auto;margin:initial;padding:0 2.8rem 2.8rem 0}.media-library-item__edit{z-index:2}.hs-breakout-box{background-color:#e4f4ee;background-color:var(--palette--spotlight);padding:2rem 1.8rem;border:0 none;display:table}.js .field--widget-paragraphs .tabledrag-handle .handle{width:calc(100% + 2px)}.ck-editor .ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items{flex-wrap:wrap}.hb-text-reset{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none}.hb-heading-1{font-weight:600;font-size:3.6rem;line-height:112%}@media(min-width: 768px){.hb-heading-1{font-size:4.6rem}}.hb-heading-2{font-weight:600;font-size:3.2rem;line-height:112%}@media(min-width: 768px){.hb-heading-2{font-size:3.8rem}}.hb-heading-3{font-weight:600;font-size:2.4rem;line-height:120%}@media(min-width: 768px){.hb-heading-3{font-size:2.7rem;line-height:117%}}.hb-heading-4{font-weight:600;font-size:2rem;line-height:122%}.hb-heading-5{font-weight:600;font-size:1.8rem;line-height:124%}.hb-heading-6{text-transform:uppercase;font-weight:600;font-size:1.6rem;line-height:128%}.hb-body-small{font-weight:400;font-size:1.6rem;line-height:122%}.hb-body-medium{font-weight:400;font-size:1.8rem;line-height:127%}.hb-link,.hb-link.ext{color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms}.hb-link:hover,.hb-link:focus,.hb-link.ext:hover,.hb-link.ext:focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}.hb-link:hover,.hb-link:focus,.hb-link.ext:hover,.hb-link.ext:focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}.hb-link:hover,.hb-link:focus,.hb-link.ext:hover,.hb-link.ext:focus{color:#000}.hb-dark-pattern .hb-link:hover,.hb-dark-inversion .views-element-container .hb-link:hover,.hb-dark-pattern .hb-link:focus,.hb-dark-inversion .views-element-container .hb-link:focus,.hb-dark-pattern .hb-link.ext:hover,.hb-dark-inversion .views-element-container .hb-link.ext:hover,.hb-dark-pattern .hb-link.ext:focus,.hb-dark-inversion .views-element-container .hb-link.ext:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-link-inline{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat}.hb-link-inline:hover,.hb-link-inline:focus{color:#002429;color:var(--palette--tertiary-darken-20)}.hb-link-inline:hover,.hb-link-inline:focus{background-position-y:-50%}.hb-dark-pattern .hb-link-inline:hover,.hb-dark-inversion .views-element-container .hb-link-inline:hover,.hb-dark-pattern .hb-link-inline:focus,.hb-dark-inversion .views-element-container .hb-link-inline:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer .hb-link-inline{background-image:none}.hb-local-footer .hb-link-inline:hover,.hb-local-footer .hb-link-inline:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern .hb-link-inline,.hb-dark-inversion .views-element-container .hb-link-inline{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern .hb-link-inline:hover,.hb-dark-pattern .hb-link-inline:focus,.hb-dark-inversion .views-element-container .hb-link-inline:hover,.hb-dark-inversion .views-element-container .hb-link-inline:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-link-inline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hb-highlighted-label .field-label{font-size:1.6rem;font-style:normal;text-transform:inherit;color:#148762;color:var(--palette--secondary)}.hb-well .hb-highlighted-label .field-label{color:#0c523b !important;color:var(--palette--secondary-darken-12) !important}.views-row .hb-highlighted-label,.views-row .hb-highlighted-label a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;font-style:normal;text-transform:uppercase;color:#000;font-weight:700;font-size:1.5rem;margin-bottom:0.4rem;font-size:1.6rem;font-style:normal;text-transform:inherit;color:#148762;color:var(--palette--secondary)}.hb-well .views-row .hb-highlighted-label,.hb-well .views-row .hb-highlighted-label a{color:#0c523b !important;color:var(--palette--secondary-darken-12) !important}.hb-subtitle{font-weight:600;line-height:122%;font-size:1.6rem}@media(min-width: 992px){.hb-subtitle{font-size:1.8rem}}.hb-descriptor,.descriptor{color:#413e39;font-size:1.6rem}@media(min-width: 992px){.hb-descriptor,.descriptor{font-size:1.8rem}}.views-row .hb-descriptor,.views-row .hb-descriptor a,.views-row .descriptor,.views-row .descriptor a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#413e39;font-size:1.6rem}@media(min-width: 992px){.views-row .hb-descriptor,.views-row .hb-descriptor a,.views-row .descriptor,.views-row .descriptor a{font-size:1.8rem}}.hb-pill{display:inline-block;font-size:1.4rem;text-decoration:none;transition:background-color 150ms ease-in-out;margin-bottom:0.5rem;background-color:#8ff0ff;background-color:var(--palette--tertiary-highlight-darken-10);color:#413e39;padding:0.1rem 1.2rem;border-radius:1.3rem;border:2px solid rgba(0,0,0,0)}.hb-dark-pattern .hb-pill,.hb-dark-inversion .views-element-container .hb-pill{color:#413e39 !important}a.hb-pill{display:inline-block;font-size:1.4rem;text-decoration:none;transition:background-color 150ms ease-in-out;margin-bottom:0.5rem;background-color:#8ff0ff;background-color:var(--palette--tertiary-highlight-darken-10);color:#413e39;padding:0.1rem 1.2rem;border-radius:1.3rem;border:2px solid rgba(0,0,0,0);background-image:none}.hb-dark-pattern a.hb-pill,.hb-dark-inversion .views-element-container a.hb-pill{color:#413e39 !important}a.hb-pill .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000000' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hb-dark-pattern a.hb-pill,.hb-dark-inversion .views-element-container a.hb-pill{border-color:rgba(0,0,0,0)}a.hb-pill:focus,a.hb-pill:hover{border-color:#8ff0ff;border-color:var(--palette--tertiary-highlight-darken-10);background-color:#fff}.hb-dark-pattern a.hb-pill:focus,.hb-dark-inversion .views-element-container a.hb-pill:focus,.hb-dark-pattern a.hb-pill:hover,.hb-dark-inversion .views-element-container a.hb-pill:hover{border-color:rgba(0,0,0,0)}.hb-blockquote{color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.hb-blockquote{font-size:2.8rem}}.hb-blockquote-black-text .hb-blockquote{color:#000}.hb-dark-pattern .hb-blockquote,.hb-dark-inversion .views-element-container .hb-blockquote{color:#fff}.hb-blockquote:not(.hb-testimonial__quote){position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem}@media(min-width: 992px){.hb-blockquote:not(.hb-testimonial__quote){padding:4.4rem 2.8rem}}.hb-blockquote:not(.hb-testimonial__quote)::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .hb-blockquote:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .hb-blockquote:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .hb-blockquote:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-blockquote:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-blockquote:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-blockquote:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-blockquote:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-blockquote:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .hb-blockquote:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well .hb-blockquote:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well-full-width .hb-blockquote:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote:not(.hb-testimonial__quote)::before{background-color:#f1f0ee}.hb-dark-pattern .hb-blockquote:not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container .hb-blockquote:not(.hb-testimonial__quote){border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .hb-blockquote:not(.hb-testimonial__quote)::before,.hb-dark-inversion .views-element-container .hb-blockquote:not(.hb-testimonial__quote)::before{background-color:#002429;background-color:var(--palette--primary-dark)}.hb-blockquote:not(.hb-testimonial__quote)>p,.hb-blockquote:not(.hb-testimonial__quote)>div{margin:0}.hb-blockquote:not(.hb-testimonial__quote)>p::before,.hb-blockquote:not(.hb-testimonial__quote)>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.hb-blockquote:not(.hb-testimonial__quote)>p::after,.hb-blockquote:not(.hb-testimonial__quote)>div::after{position:absolute;content:close-quote;margin-right:1rem}.hb-blockquote .views-row hb-blockquote,.hb-blockquote .views-row hb-blockquote a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.hb-blockquote .views-row hb-blockquote,.hb-blockquote .views-row hb-blockquote a{font-size:2.8rem}}.hb-blockquote-black-text .hb-blockquote .views-row hb-blockquote,.hb-blockquote-black-text .hb-blockquote .views-row hb-blockquote a{color:#000}.hb-dark-pattern .hb-blockquote .views-row hb-blockquote,.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote,.hb-dark-pattern .hb-blockquote .views-row hb-blockquote a,.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote a{color:#fff}.hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote),.hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote){position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem}@media(min-width: 992px){.hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote),.hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote){padding:4.4rem 2.8rem}}.hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hb-spotlight .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hc-pairing-lake .hb-spotlight .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hc-pairing-ocean .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hc-pairing-mountain .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hc-pairing-cardinal .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hc-pairing-lake .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hc-pairing-canyon .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hc-pairing-cliff .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hb-callout-box .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{background-color:#f1f0ee}.hb-dark-pattern .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote),.hb-dark-pattern .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote){border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before,.hb-dark-inversion .views-element-container .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before{background-color:#002429;background-color:var(--palette--primary-dark)}.hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)>p,.hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)>div,.hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)>p,.hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)>div{margin:0}.hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)>p::before,.hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)>div::before,.hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)>p::before,.hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)>p::after,.hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)>div::after,.hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)>p::after,.hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)>div::after{position:absolute;content:close-quote;margin-right:1rem}.hb-blockquote .views-row hb-blockquote>p::before,.hb-blockquote .views-row hb-blockquote>p::after,.hb-blockquote .views-row hb-blockquote>div::before,.hb-blockquote .views-row hb-blockquote>div::after,.hb-blockquote .views-row hb-blockquote a>p::before,.hb-blockquote .views-row hb-blockquote a>p::after,.hb-blockquote .views-row hb-blockquote a>div::before,.hb-blockquote .views-row hb-blockquote a>div::after{content:none}.highlight-block-left{color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.highlight-block-left{font-size:2.8rem}}.hb-blockquote-black-text .highlight-block-left{color:#000}.hb-dark-pattern .highlight-block-left,.hb-dark-inversion .views-element-container .highlight-block-left{color:#fff}.highlight-block-left:not(.hb-testimonial__quote){position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem}@media(min-width: 992px){.highlight-block-left:not(.hb-testimonial__quote){padding:4.4rem 2.8rem}}.highlight-block-left:not(.hb-testimonial__quote)::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-left:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-left:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .highlight-block-left:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .highlight-block-left:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .highlight-block-left:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .highlight-block-left:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .highlight-block-left:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .highlight-block-left:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .highlight-block-left:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well .highlight-block-left:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well-full-width .highlight-block-left:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left:not(.hb-testimonial__quote)::before{background-color:#f1f0ee}.hb-dark-pattern .highlight-block-left:not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container .highlight-block-left:not(.hb-testimonial__quote){border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .highlight-block-left:not(.hb-testimonial__quote)::before,.hb-dark-inversion .views-element-container .highlight-block-left:not(.hb-testimonial__quote)::before{background-color:#002429;background-color:var(--palette--primary-dark)}.highlight-block-left:not(.hb-testimonial__quote)>p,.highlight-block-left:not(.hb-testimonial__quote)>div{margin:0}.highlight-block-left:not(.hb-testimonial__quote)>p::before,.highlight-block-left:not(.hb-testimonial__quote)>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.highlight-block-left:not(.hb-testimonial__quote)>p::after,.highlight-block-left:not(.hb-testimonial__quote)>div::after{position:absolute;content:close-quote;margin-right:1rem}.highlight-block-left .views-row highlight-block-left,.highlight-block-left .views-row highlight-block-left a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.highlight-block-left .views-row highlight-block-left,.highlight-block-left .views-row highlight-block-left a{font-size:2.8rem}}.hb-blockquote-black-text .highlight-block-left .views-row highlight-block-left,.hb-blockquote-black-text .highlight-block-left .views-row highlight-block-left a{color:#000}.hb-dark-pattern .highlight-block-left .views-row highlight-block-left,.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left,.hb-dark-pattern .highlight-block-left .views-row highlight-block-left a,.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left a{color:#fff}.highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote),.highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote){position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem}@media(min-width: 992px){.highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote),.highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote){padding:4.4rem 2.8rem}}.highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hb-spotlight .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hc-pairing-lake .hb-spotlight .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hc-pairing-ocean .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hc-pairing-mountain .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hc-pairing-cardinal .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hc-pairing-lake .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hc-pairing-canyon .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hc-pairing-cliff .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hb-callout-box .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{background-color:#f1f0ee}.hb-dark-pattern .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote),.hb-dark-pattern .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote){border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.hb-dark-pattern .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before,.hb-dark-inversion .views-element-container .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before{background-color:#002429;background-color:var(--palette--primary-dark)}.highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)>p,.highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)>div,.highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)>p,.highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)>div{margin:0}.highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)>p::before,.highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)>div::before,.highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)>p::before,.highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)>p::after,.highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)>div::after,.highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)>p::after,.highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)>div::after{position:absolute;content:close-quote;margin-right:1rem}.highlight-block-left .views-row highlight-block-left>p::before,.highlight-block-left .views-row highlight-block-left>p::after,.highlight-block-left .views-row highlight-block-left>div::before,.highlight-block-left .views-row highlight-block-left>div::after,.highlight-block-left .views-row highlight-block-left a>p::before,.highlight-block-left .views-row highlight-block-left a>p::after,.highlight-block-left .views-row highlight-block-left a>div::before,.highlight-block-left .views-row highlight-block-left a>div::after{content:none}.highlight-block-right{color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.highlight-block-right{font-size:2.8rem}}.hb-blockquote-black-text .highlight-block-right{color:#000}.hb-dark-pattern .highlight-block-right,.hb-dark-inversion .views-element-container .highlight-block-right{color:#fff}.highlight-block-right:not(.hb-testimonial__quote){position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem}@media(min-width: 992px){.highlight-block-right:not(.hb-testimonial__quote){padding:4.4rem 2.8rem}}.highlight-block-right:not(.hb-testimonial__quote)::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-right:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-right:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .highlight-block-right:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .highlight-block-right:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .highlight-block-right:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .highlight-block-right:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .highlight-block-right:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .highlight-block-right:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .highlight-block-right:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well .highlight-block-right:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well-full-width .highlight-block-right:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right:not(.hb-testimonial__quote)::before{background-color:#f1f0ee}.hb-dark-pattern .highlight-block-right:not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container .highlight-block-right:not(.hb-testimonial__quote){border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .highlight-block-right:not(.hb-testimonial__quote)::before,.hb-dark-inversion .views-element-container .highlight-block-right:not(.hb-testimonial__quote)::before{background-color:#002429;background-color:var(--palette--primary-dark)}.highlight-block-right:not(.hb-testimonial__quote)>p,.highlight-block-right:not(.hb-testimonial__quote)>div{margin:0}.highlight-block-right:not(.hb-testimonial__quote)>p::before,.highlight-block-right:not(.hb-testimonial__quote)>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.highlight-block-right:not(.hb-testimonial__quote)>p::after,.highlight-block-right:not(.hb-testimonial__quote)>div::after{position:absolute;content:close-quote;margin-right:1rem}.highlight-block-right .views-row highlight-block-right,.highlight-block-right .views-row highlight-block-right a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){.highlight-block-right .views-row highlight-block-right,.highlight-block-right .views-row highlight-block-right a{font-size:2.8rem}}.hb-blockquote-black-text .highlight-block-right .views-row highlight-block-right,.hb-blockquote-black-text .highlight-block-right .views-row highlight-block-right a{color:#000}.hb-dark-pattern .highlight-block-right .views-row highlight-block-right,.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right,.hb-dark-pattern .highlight-block-right .views-row highlight-block-right a,.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right a{color:#fff}.highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote),.highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote){position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem}@media(min-width: 992px){.highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote),.highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote){padding:4.4rem 2.8rem}}.highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hb-spotlight .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hc-pairing-lake .hb-spotlight .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hc-pairing-ocean .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hc-pairing-mountain .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hc-pairing-cardinal .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hc-pairing-lake .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hc-pairing-canyon .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hc-pairing-cliff .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hb-callout-box .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before,.hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{background-color:#f1f0ee}.hb-dark-pattern .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote),.hb-dark-pattern .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote){border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.hb-dark-pattern .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before,.hb-dark-inversion .views-element-container .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before{background-color:#002429;background-color:var(--palette--primary-dark)}.highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)>p,.highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)>div,.highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)>p,.highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)>div{margin:0}.highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)>p::before,.highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)>div::before,.highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)>p::before,.highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}.highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)>p::after,.highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)>div::after,.highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)>p::after,.highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)>div::after{position:absolute;content:close-quote;margin-right:1rem}.highlight-block-right .views-row highlight-block-right>p::before,.highlight-block-right .views-row highlight-block-right>p::after,.highlight-block-right .views-row highlight-block-right>div::before,.highlight-block-right .views-row highlight-block-right>div::after,.highlight-block-right .views-row highlight-block-right a>p::before,.highlight-block-right .views-row highlight-block-right a>p::after,.highlight-block-right .views-row highlight-block-right a>div::before,.highlight-block-right .views-row highlight-block-right a>div::after{content:none}.hb-title h1,.hb-title h2,.hb-title h3,.hb-title h4,.hb-title h5,.hb-title h6{font-weight:600;font-size:3.6rem;line-height:112%;margin:0}@media(min-width: 768px){.hb-title h1,.hb-title h2,.hb-title h3,.hb-title h4,.hb-title h5,.hb-title h6{font-size:4.6rem}}.hb-title::before{border-bottom:solid 0.4rem;border-color:#148762;border-color:var(--palette--secondary);content:"";display:block;vertical-align:middle;width:5.5rem;margin-right:1rem}.hb-text-align-left{text-align:left}.hb-text-align-center{text-align:center}.hb-text-align-right{text-align:right}.fa,.fab,.fal,.far,.fas{color:#148762;color:var(--palette--secondary)}.hb-dark-pattern .fa,.hb-dark-pattern .fab,.hb-dark-pattern .fal,.hb-dark-pattern .far,.hb-dark-pattern .fas{color:#e4f4ee;color:var(--palette--secondary-highlight)}a.fa,a.fab,a.fal,a.far,a.fas,a>.fa,a>.fab,a>.fal,a>.far,a>.fas,a>.fontawesome-icon-inline>.fa,a>.fontawesome-icon-inline>.fab,a>.fontawesome-icon-inline>.fal,a>.fontawesome-icon-inline>.far,a>.fontawesome-icon-inline>.fas{text-decoration:none;transition:color 150ms ease-in-out}a.fa:hover,a.fa:focus,a.fab:hover,a.fab:focus,a.fal:hover,a.fal:focus,a.far:hover,a.far:focus,a.fas:hover,a.fas:focus,a>.fa:hover,a>.fa:focus,a>.fab:hover,a>.fab:focus,a>.fal:hover,a>.fal:focus,a>.far:hover,a>.far:focus,a>.fas:hover,a>.fas:focus,a>.fontawesome-icon-inline>.fa:hover,a>.fontawesome-icon-inline>.fa:focus,a>.fontawesome-icon-inline>.fab:hover,a>.fontawesome-icon-inline>.fab:focus,a>.fontawesome-icon-inline>.fal:hover,a>.fontawesome-icon-inline>.fal:focus,a>.fontawesome-icon-inline>.far:hover,a>.fontawesome-icon-inline>.far:focus,a>.fontawesome-icon-inline>.fas:hover,a>.fontawesome-icon-inline>.fas:focus{color:#0c523b;color:var(--palette--secondary-darken-12)}.hb-dark-pattern a.fa:hover,.hb-dark-pattern a.fa:focus,.hb-dark-pattern a.fab:hover,.hb-dark-pattern a.fab:focus,.hb-dark-pattern a.fal:hover,.hb-dark-pattern a.fal:focus,.hb-dark-pattern a.far:hover,.hb-dark-pattern a.far:focus,.hb-dark-pattern a.fas:hover,.hb-dark-pattern a.fas:focus,.hb-dark-pattern a>.fa:hover,.hb-dark-pattern a>.fa:focus,.hb-dark-pattern a>.fab:hover,.hb-dark-pattern a>.fab:focus,.hb-dark-pattern a>.fal:hover,.hb-dark-pattern a>.fal:focus,.hb-dark-pattern a>.far:hover,.hb-dark-pattern a>.far:focus,.hb-dark-pattern a>.fas:hover,.hb-dark-pattern a>.fas:focus,.hb-dark-pattern a>.fontawesome-icon-inline>.fa:hover,.hb-dark-pattern a>.fontawesome-icon-inline>.fa:focus,.hb-dark-pattern a>.fontawesome-icon-inline>.fab:hover,.hb-dark-pattern a>.fontawesome-icon-inline>.fab:focus,.hb-dark-pattern a>.fontawesome-icon-inline>.fal:hover,.hb-dark-pattern a>.fontawesome-icon-inline>.fal:focus,.hb-dark-pattern a>.fontawesome-icon-inline>.far:hover,.hb-dark-pattern a>.fontawesome-icon-inline>.far:focus,.hb-dark-pattern a>.fontawesome-icon-inline>.fas:hover,.hb-dark-pattern a>.fontawesome-icon-inline>.fas:focus{color:#8ff0ff !important;color:var(--palette--tertiary-highlight-darken-10) !important}.fa-fw.fa-border{box-sizing:content-box}.fa-ext,.fa-mailto{display:none}.field-hs-text-area::after,.field-hs-priv-text-area::after{clear:both;content:"";display:table}.field-hs-text-area h1,.field-hs-text-area h2,.field-hs-text-area h3,.field-hs-text-area h4,.field-hs-text-area h5,.field-hs-text-area h6,.field-hs-priv-text-area h1,.field-hs-priv-text-area h2,.field-hs-priv-text-area h3,.field-hs-priv-text-area h4,.field-hs-priv-text-area h5,.field-hs-priv-text-area h6{margin-left:0;margin-right:0}.field-hs-text-area h2:only-child,.field-hs-text-area h3:only-child,.field-hs-text-area h4:only-child,.field-hs-text-area h5:only-child,.field-hs-text-area h6:only-child,.field-hs-priv-text-area h2:only-child,.field-hs-priv-text-area h3:only-child,.field-hs-priv-text-area h4:only-child,.field-hs-priv-text-area h5:only-child,.field-hs-priv-text-area h6:only-child{margin:0}.field-hs-text-area h1,.field-hs-priv-text-area h1{margin-top:4.8rem;margin-bottom:1.6rem}.field-hs-text-area h2,.field-hs-priv-text-area h2{margin-top:3.2rem;margin-bottom:1.2rem}@media(min-width: 768px){.field-hs-text-area h2,.field-hs-priv-text-area h2{margin-top:4.8rem;margin-bottom:1.4rem}}.field-hs-text-area h3,.field-hs-priv-text-area h3{margin-top:2.8rem;margin-bottom:1rem}.field-hs-text-area h4,.field-hs-priv-text-area h4{margin-top:1.8rem;margin-bottom:0.4rem}.field-hs-text-area h5,.field-hs-priv-text-area h5{margin-top:1.8rem;margin-bottom:0.3rem}.field-hs-text-area h6,.field-hs-priv-text-area h6{margin-top:1.8rem;margin-bottom:0.3rem}.field-hs-text-area a:not([href]):not([class]),.field-hs-priv-text-area a:not([href]):not([class]){border-bottom:0;transition:none;background-image:none}.field-hs-text-area a,.field-hs-priv-text-area a{overflow:hidden}.field-hs-text-area a img,.field-hs-priv-text-area a img{transform:scale(1);transition:transform 150ms ease-in-out}.field-hs-text-area a img:hover,.field-hs-text-area a img:focus,.field-hs-priv-text-area a img:hover,.field-hs-priv-text-area a img:focus{transform:scale(1.07)}.field-hs-text-area .hs-well,.field-hs-text-area .pullquote,.field-hs-priv-text-area .hs-well,.field-hs-priv-text-area .pullquote{display:table}.hs-caption,.views-row hs-caption,.views-row hs-caption a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#413e39;font-size:1.4rem}.hb-dark-pattern .hs-caption,.hb-dark-pattern .views-row hs-caption,.hb-dark-pattern .views-row hs-caption a{color:#fff}.caption,.views-row caption,.views-row caption a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#413e39;font-size:1.4rem}.hb-dark-pattern .caption,.hb-dark-pattern .views-row caption,.hb-dark-pattern .views-row caption a{color:#fff}.hs-credits,.views-row hs-credits,.views-row hs-credits a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#413e39;font-style:italic;font-size:1.4rem}.hb-dark-pattern .hs-credits,.hb-dark-pattern .views-row hs-credits,.hb-dark-pattern .views-row hs-credits a{color:#fff}.credits,.views-row credits,.views-row credits a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;color:#413e39;font-style:italic;font-size:1.4rem}.hb-dark-pattern .credits,.hb-dark-pattern .views-row credits,.hb-dark-pattern .views-row credits a{color:#fff}.caption figcaption{text-align:right}.hs-font-lead,.summary{font-size:2rem;font-weight:600;line-height:127%;color:#413e39}@media(min-width: 992px){.hs-font-lead,.summary{font-size:2.2rem}}.hb-dark-pattern .hs-font-lead,.hb-dark-pattern .summary{color:#f1f0ee}li .hs-font-lead,li .summary{margin:-0.3rem 0 0}.hb-has-animation-enhancements .hs-font-lead.animate{animation-timing-function:ease-in-out;animation-duration:2000ms;animation-fill-mode:forwards;animation-name:colorfulLeadFont}@media screen and (prefers-reduced-motion: reduce){.hb-has-animation-enhancements .hs-font-lead.animate{animation:none}}.hb-has-animation-enhancements .hs-font-splash.animate{animation-timing-function:ease-in-out;animation-duration:2000ms;animation-fill-mode:forwards;animation-name:colorfulSplashFont}@media screen and (prefers-reduced-motion: reduce){.hb-has-animation-enhancements .hs-font-splash.animate{animation:none}}.hs-font-splash,.hs-font-splash .infotext{font-weight:600;font-size:3.6rem;line-height:112%;color:#00505c;color:var(--palette--primary)}@media(min-width: 768px){.hs-font-splash,.hs-font-splash .infotext{font-size:4.6rem}}@media(min-width: 768px){.hs-font-splash,.hs-font-splash .infotext{margin:4.8rem 0 1.6rem}}.hb-dark-pattern .hs-font-splash,.hb-dark-pattern .hs-font-splash .infotext{color:#f1f0ee}li .hs-font-splash,li .hs-font-splash .infotext{margin:-0.3rem 0 0}.hs-short-line-length{max-width:70rem}.hs-table--borderless thead th{border:0}.hs-table--borderless td{border-left:0;border-right:0}.emphasized-text,.hs-emphasized-text{font-style:italic;font-weight:inherit;font-size:inherit}.views-row .hs-emphasized-text,.views-row .hs-emphasized-text a{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;font-style:italic;font-weight:inherit;font-size:inherit}.align-right{max-width:100%;margin:0 0 2.8rem 2.8rem}@media(min-width: 576px){.align-right{max-width:50%}}@media(min-width: 768px){.align-right{max-width:75%}}.align-left{max-width:100%;margin:0 2.8rem 2.8rem 0}@media(min-width: 576px){.align-left{max-width:50%}}@media(min-width: 768px){.align-left{max-width:75%}}.align-center{margin:0 auto 2.8rem}.align-center img{margin:0 auto}blockquote:nth-child(n){color:#148762;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;line-height:140%}@media(min-width: 992px){blockquote:nth-child(n){font-size:2.8rem}}.hb-blockquote-black-text blockquote:nth-child(n){color:#000}.hb-dark-pattern blockquote:nth-child(n),.hb-dark-inversion .views-element-container blockquote:nth-child(n){color:#fff}blockquote:nth-child(n):not(.hb-testimonial__quote){position:relative;border-top-style:solid;border-bottom-style:solid;border-width:0.1rem;border-color:#b6b1a9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem}@media(min-width: 992px){blockquote:nth-child(n):not(.hb-testimonial__quote){padding:4.4rem 2.8rem}}blockquote:nth-child(n):not(.hb-testimonial__quote)::before{content:"";background-color:#fff;background-repeat:no-repeat;width:6.8rem;height:4rem;position:absolute;top:-2rem;right:calc(50% - 34px);background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hb-spotlight blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-color:#e4f4ee;background-color:var(--palette--secondary-highlight)}.hc-pairing-ocean blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%23148762'/%3E%3C/svg%3E")}.hc-pairing-mountain blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300638e'/%3E%3C/svg%3E")}.hc-pairing-cardinal blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-lake blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%233f3c30'/%3E%3C/svg%3E")}.hc-pairing-canyon blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%238c1515'/%3E%3C/svg%3E")}.hc-pairing-cliff blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 88 48' fill%3D'none'%3E%3Cpath d%3D'M28.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9c-0.5,0-1.1,0-1.6,0.2C26.7,18.9,31,12.8,40,7l-4.2-6.8 c-12.1,7-18.5,17.2-18.5,31.2C17.2,41.5,21.2,47.1,28.2,47.1z M59.2,47.1c5.4,0,9.3-3.7,9.3-9.6c0-5.8-4.5-8.9-9.3-8.9 c-0.5,0-1,0-1.6,0.2c0-9.8,4.4-15.9,13.3-21.7l-4.2-6.8c-12.1,7-18.6,17.2-18.6,31.2C48.2,41.5,52.2,47.1,59.2,47.1z' fill%3D'%2300505c'/%3E%3C/svg%3E")}.hb-callout-box blockquote:nth-child(n):not(.hb-testimonial__quote)::before,.hs-paragraph-style--well blockquote:nth-child(n):not(.hb-testimonial__quote)::before,.hs-paragraph-style--well-full-width blockquote:nth-child(n):not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n):not(.hb-testimonial__quote)::before,.hb-dark-pattern .hs-paragraph-style--well-full-width blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-color:#f1f0ee}.hb-dark-pattern blockquote:nth-child(n):not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container blockquote:nth-child(n):not(.hb-testimonial__quote){border-color:#148762;border-color:var(--palette--secondary)}.hb-dark-pattern blockquote:nth-child(n):not(.hb-testimonial__quote)::before,.hb-dark-inversion .views-element-container blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-color:#002429;background-color:var(--palette--primary-dark)}blockquote:nth-child(n):not(.hb-testimonial__quote)>p,blockquote:nth-child(n):not(.hb-testimonial__quote)>div{margin:0}blockquote:nth-child(n):not(.hb-testimonial__quote)>p::before,blockquote:nth-child(n):not(.hb-testimonial__quote)>div::before{position:absolute;content:open-quote;margin-left:-1.6rem}blockquote:nth-child(n):not(.hb-testimonial__quote)>p::after,blockquote:nth-child(n):not(.hb-testimonial__quote)>div::after{position:absolute;content:close-quote;margin-right:1rem}.hb-local-footer blockquote:nth-child(n){margin:0 0 2rem}a[href*="//"].hs-external-link,.hs-external-link a[href*="//"]{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to right, #c2f7ff calc(100% - 16px) transparent calc(100% - 16px));background-image:linear-gradient(to right, var(--palette--tertiary-highlight) calc(100% - 16px), transparent calc(100% - 16px));background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;margin-right:0.2rem;position:relative}a[href*="//"].hs-external-link:hover,a[href*="//"].hs-external-link:focus,.hs-external-link a[href*="//"]:hover,.hs-external-link a[href*="//"]:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a[href*="//"].hs-external-link:hover,a[href*="//"].hs-external-link:focus,.hs-external-link a[href*="//"]:hover,.hs-external-link a[href*="//"]:focus{background-position-y:-50%}.hb-dark-pattern a[href*="//"].hs-external-link:hover,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover,.hb-dark-pattern a[href*="//"].hs-external-link:focus,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus,.hb-dark-pattern .hs-external-link a[href*="//"]:hover,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover,.hb-dark-pattern .hs-external-link a[href*="//"]:focus,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a[href*="//"].hs-external-link,.hb-local-footer .hs-external-link a[href*="//"]{background-image:none}.hb-local-footer a[href*="//"].hs-external-link:hover,.hb-local-footer a[href*="//"].hs-external-link:focus,.hb-local-footer .hs-external-link a[href*="//"]:hover,.hb-local-footer .hs-external-link a[href*="//"]:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a[href*="//"].hs-external-link,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link,.hb-dark-pattern .hs-external-link a[href*="//"],.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a[href*="//"].hs-external-link:hover,.hb-dark-pattern a[href*="//"].hs-external-link:focus,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus,.hb-dark-pattern .hs-external-link a[href*="//"]:hover,.hb-dark-pattern .hs-external-link a[href*="//"]:focus,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a[href*="//"].hs-external-link::after,.hs-external-link a[href*="//"]::after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23007c8f' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");display:inline-block;position:relative;background-position:center right;background-repeat:no-repeat;background-size:1.1rem;height:2rem;width:1.1rem;margin-bottom:-0.5rem;padding-left:1.5rem}.hc-pairing-ocean a[href*="//"].hs-external-link::after,.hc-pairing-ocean .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23007c8f' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain a[href*="//"].hs-external-link::after,.hc-pairing-mountain .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23148762' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal a[href*="//"].hs-external-link::after,.hc-pairing-cardinal .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23b1040e' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake a[href*="//"].hs-external-link::after,.hc-pairing-lake .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23616a5d' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon a[href*="//"].hs-external-link::after,.hc-pairing-canyon .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23007c92' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff a[href*="//"].hs-external-link::after,.hc-pairing-cliff .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%238c1515' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a[href*="//"].hs-external-link:hover::after,a[href*="//"].hs-external-link:focus::after,.hs-external-link a[href*="//"]:hover::after,.hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-ocean a[href*="//"].hs-external-link:hover::after,.hc-pairing-ocean a[href*="//"].hs-external-link:focus::after,.hc-pairing-ocean .hs-external-link a[href*="//"]:hover::after,.hc-pairing-ocean .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23002429' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain a[href*="//"].hs-external-link:hover::after,.hc-pairing-mountain a[href*="//"].hs-external-link:focus::after,.hc-pairing-mountain .hs-external-link a[href*="//"]:hover::after,.hc-pairing-mountain .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23072e22' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal a[href*="//"].hs-external-link:hover::after,.hc-pairing-cardinal a[href*="//"].hs-external-link:focus::after,.hc-pairing-cardinal .hs-external-link a[href*="//"]:hover::after,.hc-pairing-cardinal .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake a[href*="//"].hs-external-link:hover::after,.hc-pairing-lake a[href*="//"].hs-external-link:focus::after,.hc-pairing-lake .hs-external-link a[href*="//"]:hover::after,.hc-pairing-lake .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23171916' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon a[href*="//"].hs-external-link:hover::after,.hc-pairing-canyon a[href*="//"].hs-external-link:focus::after,.hc-pairing-canyon .hs-external-link a[href*="//"]:hover::after,.hc-pairing-canyon .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000b0d' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff a[href*="//"].hs-external-link:hover::after,.hc-pairing-cliff a[href*="//"].hs-external-link:focus::after,.hc-pairing-cliff .hs-external-link a[href*="//"]:hover::after,.hc-pairing-cliff .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23090101' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hb-dark-pattern a[href*="//"].hs-external-link::after,.hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%2300d5f5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-ocean .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-ocean .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%2300d5f5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-mountain .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%2374fbc7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23cecfd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-lake .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23fdfcf2' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-canyon .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23ebebeb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a[href*="//"].hs-external-link::after,.hc-pairing-cliff .hb-dark-pattern .hs-external-link a[href*="//"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23cecfd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-ocean .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-ocean .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-ocean .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-ocean .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-mountain .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-mountain .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-mountain .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-lake .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-lake .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-lake .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-canyon .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-canyon .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-canyon .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.hc-pairing-cliff .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.hc-pairing-cliff .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.hc-pairing-cliff .hb-dark-pattern .hs-external-link a[href*="//"]:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-private-link,.hs-private-link a,a.private-link,.private-link a{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;color:#148762;color:var(--palette--secondary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to left, #c2f7ff calc(100% - 18px) transparent calc(100% - 18px));background-image:linear-gradient(to left, var(--palette--tertiary-highlight) calc(100% - 18px), transparent calc(100% - 18px))}a.hs-private-link:hover,a.hs-private-link:focus,.hs-private-link a:hover,.hs-private-link a:focus,a.private-link:hover,a.private-link:focus,.private-link a:hover,.private-link a:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a.hs-private-link:hover,a.hs-private-link:focus,.hs-private-link a:hover,.hs-private-link a:focus,a.private-link:hover,a.private-link:focus,.private-link a:hover,.private-link a:focus{background-position-y:-50%}.hb-dark-pattern a.hs-private-link:hover,.hb-dark-inversion .views-element-container a.hs-private-link:hover,.hb-dark-pattern a.hs-private-link:focus,.hb-dark-inversion .views-element-container a.hs-private-link:focus,.hb-dark-pattern .hs-private-link a:hover,.hb-dark-inversion .views-element-container .hs-private-link a:hover,.hb-dark-pattern .hs-private-link a:focus,.hb-dark-inversion .views-element-container .hs-private-link a:focus,.hb-dark-pattern a.private-link:hover,.hb-dark-inversion .views-element-container a.private-link:hover,.hb-dark-pattern a.private-link:focus,.hb-dark-inversion .views-element-container a.private-link:focus,.hb-dark-pattern .private-link a:hover,.hb-dark-inversion .views-element-container .private-link a:hover,.hb-dark-pattern .private-link a:focus,.hb-dark-inversion .views-element-container .private-link a:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a.hs-private-link,.hb-local-footer .hs-private-link a,.hb-local-footer a.private-link,.hb-local-footer .private-link a{background-image:none}.hb-local-footer a.hs-private-link:hover,.hb-local-footer a.hs-private-link:focus,.hb-local-footer .hs-private-link a:hover,.hb-local-footer .hs-private-link a:focus,.hb-local-footer a.private-link:hover,.hb-local-footer a.private-link:focus,.hb-local-footer .private-link a:hover,.hb-local-footer .private-link a:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a.hs-private-link,.hb-dark-inversion .views-element-container a.hs-private-link,.hb-dark-pattern .hs-private-link a,.hb-dark-inversion .views-element-container .hs-private-link a,.hb-dark-pattern a.private-link,.hb-dark-inversion .views-element-container a.private-link,.hb-dark-pattern .private-link a,.hb-dark-inversion .views-element-container .private-link a{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-private-link:hover,.hb-dark-pattern a.hs-private-link:focus,.hb-dark-inversion .views-element-container a.hs-private-link:hover,.hb-dark-inversion .views-element-container a.hs-private-link:focus,.hb-dark-pattern .hs-private-link a:hover,.hb-dark-pattern .hs-private-link a:focus,.hb-dark-inversion .views-element-container .hs-private-link a:hover,.hb-dark-inversion .views-element-container .hs-private-link a:focus,.hb-dark-pattern a.private-link:hover,.hb-dark-pattern a.private-link:focus,.hb-dark-inversion .views-element-container a.private-link:hover,.hb-dark-inversion .views-element-container a.private-link:focus,.hb-dark-pattern .private-link a:hover,.hb-dark-pattern .private-link a:focus,.hb-dark-inversion .views-element-container .private-link a:hover,.hb-dark-inversion .views-element-container .private-link a:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hb-dark-pattern a.private-link:hover .fa-ext::after,.hb-dark-pattern a.private-link:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hb-dark-pattern .private-link a:hover .fa-ext::after,.hb-dark-pattern .private-link a:focus .fa-ext::after,.hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.private-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.private-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .private-link a:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern .private-link a:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .private-link a:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-private-link::before,.hs-private-link a::before,a.private-link::before,.private-link a::before{content:"";display:inline-block;height:1.6rem;width:1.6rem;margin-bottom:-0.2rem;margin-right:0.2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23148762' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover}.hc-pairing-ocean a.hs-private-link::before,.hc-pairing-ocean .hs-private-link a::before,.hc-pairing-ocean a.private-link::before,.hc-pairing-ocean .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23148762' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-mountain a.hs-private-link::before,.hc-pairing-mountain .hs-private-link a::before,.hc-pairing-mountain a.private-link::before,.hc-pairing-mountain .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-cardinal a.hs-private-link::before,.hc-pairing-cardinal .hs-private-link a::before,.hc-pairing-cardinal a.private-link::before,.hc-pairing-cardinal .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-lake a.hs-private-link::before,.hc-pairing-lake .hs-private-link a::before,.hc-pairing-lake a.private-link::before,.hc-pairing-lake .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-canyon a.hs-private-link::before,.hc-pairing-canyon .hs-private-link a::before,.hc-pairing-canyon a.private-link::before,.hc-pairing-canyon .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-cliff a.hs-private-link::before,.hc-pairing-cliff .hs-private-link a::before,.hc-pairing-cliff a.private-link::before,.hc-pairing-cliff .private-link a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}a.hs-private-link:hover::before,.hs-private-link a:hover::before,a.private-link:hover::before,.private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23002429' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-ocean a.hs-private-link:hover::before,.hc-pairing-ocean .hs-private-link a:hover::before,.hc-pairing-ocean a.private-link:hover::before,.hc-pairing-ocean .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23002429' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-mountain a.hs-private-link:hover::before,.hc-pairing-mountain .hs-private-link a:hover::before,.hc-pairing-mountain a.private-link:hover::before,.hc-pairing-mountain .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23072e22' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-cardinal a.hs-private-link:hover::before,.hc-pairing-cardinal .hs-private-link a:hover::before,.hc-pairing-cardinal a.private-link:hover::before,.hc-pairing-cardinal .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%234d0206' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-lake a.hs-private-link:hover::before,.hc-pairing-lake .hs-private-link a:hover::before,.hc-pairing-lake a.private-link:hover::before,.hc-pairing-lake .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23171916' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-canyon a.hs-private-link:hover::before,.hc-pairing-canyon .hs-private-link a:hover::before,.hc-pairing-canyon a.private-link:hover::before,.hc-pairing-canyon .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23000b0d' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hc-pairing-cliff a.hs-private-link:hover::before,.hc-pairing-cliff .hs-private-link a:hover::before,.hc-pairing-cliff a.private-link:hover::before,.hc-pairing-cliff .private-link a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 24 24'%3E%3Cpath fill%3D'%23090101' d%3D'M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-5 7.723v2.277h-2v-2.277c-.595-.347-1-.984-1-1.723 0-1.104.896-2 2-2s2 .896 2 2c0 .738-.404 1.376-1 1.723zm-5-7.723v-4c0-2.206 1.794-4 4-4 2.205 0 4 1.794 4 4v4h-8z'/%3E%3C/svg%3E")}.hs-mailto-link a,a.hs-mailto-link{background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to right, #c2f7ff calc(100% - 22px) transparent calc(100% - 22px));background-image:linear-gradient(to right, var(--palette--tertiary-highlight) calc(100% - 22px), transparent calc(100% - 22px))}.hs-mailto-link a span.fa-mailto,a.hs-mailto-link span.fa-mailto{margin-left:0.4rem}.hs-mailto-link a span.fa-mailto span.fa-envelope,a.hs-mailto-link span.fa-mailto span.fa-envelope{color:#007c8f;color:var(--palette--tertiary)}.hs-mailto-link a:hover span.fa-mailto span.fa-envelope,.hs-mailto-link a:focus span.fa-mailto span.fa-envelope,a.hs-mailto-link:hover span.fa-mailto span.fa-envelope,a.hs-mailto-link:focus span.fa-mailto span.fa-envelope{color:#002429;color:var(--palette--tertiary-darken-20)}.hs-mailto-link a .fa-mailto,a.hs-mailto-link .fa-mailto{display:initial}a.hs-more-link,button.hs-more-link,.hs-more-link a,.hs-more-link button{margin-bottom:2rem;font-size:1.8rem;text-decoration:none;border:none;background:none;padding:0;color:#148762;color:var(--palette--secondary);font-weight:700}a.hs-more-link::after,button.hs-more-link::after,.hs-more-link a::after,.hs-more-link button::after{content:"";display:inline-block;background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 150ms ease-in-out;will-change:contents}.hc-pairing-ocean a.hs-more-link::after,.hc-pairing-ocean button.hs-more-link::after,.hc-pairing-ocean .hs-more-link a::after,.hc-pairing-ocean .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain a.hs-more-link::after,.hc-pairing-mountain button.hs-more-link::after,.hc-pairing-mountain .hs-more-link a::after,.hc-pairing-mountain .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal a.hs-more-link::after,.hc-pairing-cardinal button.hs-more-link::after,.hc-pairing-cardinal .hs-more-link a::after,.hc-pairing-cardinal .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake a.hs-more-link::after,.hc-pairing-lake button.hs-more-link::after,.hc-pairing-lake .hs-more-link a::after,.hc-pairing-lake .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon a.hs-more-link::after,.hc-pairing-canyon button.hs-more-link::after,.hc-pairing-canyon .hs-more-link a::after,.hc-pairing-canyon .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff a.hs-more-link::after,.hc-pairing-cliff button.hs-more-link::after,.hc-pairing-cliff .hs-more-link a::after,.hc-pairing-cliff .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}a.hs-more-link:hover,a.hs-more-link:focus,button.hs-more-link:hover,button.hs-more-link:focus,.hs-more-link a:hover,.hs-more-link a:focus,.hs-more-link button:hover,.hs-more-link button:focus{color:#0c523b;color:var(--palette--secondary-darken-12);background-image:none;background-color:rgba(0,0,0,0)}a.hs-more-link:hover::after,a.hs-more-link:focus::after,button.hs-more-link:hover::after,button.hs-more-link:focus::after,.hs-more-link a:hover::after,.hs-more-link a:focus::after,.hs-more-link button:hover::after,.hs-more-link button:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.hc-pairing-ocean a.hs-more-link:hover::after,.hc-pairing-ocean a.hs-more-link:focus::after,.hc-pairing-ocean button.hs-more-link:hover::after,.hc-pairing-ocean button.hs-more-link:focus::after,.hc-pairing-ocean .hs-more-link a:hover::after,.hc-pairing-ocean .hs-more-link a:focus::after,.hc-pairing-ocean .hs-more-link button:hover::after,.hc-pairing-ocean .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain a.hs-more-link:hover::after,.hc-pairing-mountain a.hs-more-link:focus::after,.hc-pairing-mountain button.hs-more-link:hover::after,.hc-pairing-mountain button.hs-more-link:focus::after,.hc-pairing-mountain .hs-more-link a:hover::after,.hc-pairing-mountain .hs-more-link a:focus::after,.hc-pairing-mountain .hs-more-link button:hover::after,.hc-pairing-mountain .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23003851' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal a.hs-more-link:hover::after,.hc-pairing-cardinal a.hs-more-link:focus::after,.hc-pairing-cardinal button.hs-more-link:hover::after,.hc-pairing-cardinal button.hs-more-link:focus::after,.hc-pairing-cardinal .hs-more-link a:hover::after,.hc-pairing-cardinal .hs-more-link a:focus::after,.hc-pairing-cardinal .hs-more-link button:hover::after,.hc-pairing-cardinal .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23570d0d' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake a.hs-more-link:hover::after,.hc-pairing-lake a.hs-more-link:focus::after,.hc-pairing-lake button.hs-more-link:hover::after,.hc-pairing-lake button.hs-more-link:focus::after,.hc-pairing-lake .hs-more-link a:hover::after,.hc-pairing-lake .hs-more-link a:focus::after,.hc-pairing-lake .hs-more-link button:hover::after,.hc-pairing-lake .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon a.hs-more-link:hover::after,.hc-pairing-canyon a.hs-more-link:focus::after,.hc-pairing-canyon button.hs-more-link:hover::after,.hc-pairing-canyon button.hs-more-link:focus::after,.hc-pairing-canyon .hs-more-link a:hover::after,.hc-pairing-canyon .hs-more-link a:focus::after,.hc-pairing-canyon .hs-more-link button:hover::after,.hc-pairing-canyon .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%232c0606' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff a.hs-more-link:hover::after,.hc-pairing-cliff a.hs-more-link:focus::after,.hc-pairing-cliff button.hs-more-link:hover::after,.hc-pairing-cliff button.hs-more-link:focus::after,.hc-pairing-cliff .hs-more-link a:hover::after,.hc-pairing-cliff .hs-more-link a:focus::after,.hc-pairing-cliff .hs-more-link button:hover::after,.hc-pairing-cliff .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}a.hs-more-link::after,button.hs-more-link::after,.hs-more-link a::after,.hs-more-link button::after{height:1.9rem;width:1.9rem;margin-bottom:-0.4rem}.hb-dark-pattern a.hs-more-link,.hb-dark-inversion .views-element-container a.hs-more-link,.hb-dark-pattern button.hs-more-link,.hb-dark-inversion .views-element-container button.hs-more-link,.hb-dark-pattern .hs-more-link a,.hb-dark-inversion .views-element-container .hs-more-link a,.hb-dark-pattern .hs-more-link button,.hb-dark-inversion .views-element-container .hs-more-link button{color:#00d5f5;color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-more-link::after,.hb-dark-inversion .views-element-container a.hs-more-link::after,.hb-dark-pattern button.hs-more-link::after,.hb-dark-inversion .views-element-container button.hs-more-link::after,.hb-dark-pattern .hs-more-link a::after,.hb-dark-inversion .views-element-container .hs-more-link a::after,.hb-dark-pattern .hs-more-link button::after,.hb-dark-inversion .views-element-container .hs-more-link button::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300d5f5' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern a.hs-more-link::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-ocean .hb-dark-pattern button.hs-more-link::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link a::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link button::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300d5f5' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-more-link::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-mountain .hb-dark-pattern button.hs-more-link::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link a::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link button::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2374fbc7' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-more-link::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-cardinal .hb-dark-pattern button.hs-more-link::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link a::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link button::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23cecfd1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-more-link::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-lake .hb-dark-pattern button.hs-more-link::after,.hc-pairing-lake .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link a::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link button::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23fdfcf2' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-more-link::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-canyon .hb-dark-pattern button.hs-more-link::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link a::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link button::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ebebeb' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-more-link::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-more-link::after,.hc-pairing-cliff .hb-dark-pattern button.hs-more-link::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container button.hs-more-link::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link a::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link a::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link button::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23cecfd1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-dark-pattern a.hs-more-link:hover,.hb-dark-pattern a.hs-more-link:focus,.hb-dark-inversion .views-element-container a.hs-more-link:hover,.hb-dark-inversion .views-element-container a.hs-more-link:focus,.hb-dark-pattern button.hs-more-link:hover,.hb-dark-pattern button.hs-more-link:focus,.hb-dark-inversion .views-element-container button.hs-more-link:hover,.hb-dark-inversion .views-element-container button.hs-more-link:focus,.hb-dark-pattern .hs-more-link a:hover,.hb-dark-pattern .hs-more-link a:focus,.hb-dark-inversion .views-element-container .hs-more-link a:hover,.hb-dark-inversion .views-element-container .hs-more-link a:focus,.hb-dark-pattern .hs-more-link button:hover,.hb-dark-pattern .hs-more-link button:focus,.hb-dark-inversion .views-element-container .hs-more-link button:hover,.hb-dark-inversion .views-element-container .hs-more-link button:focus{color:#e4f4ee;color:var(--palette--secondary-highlight)}.hb-dark-pattern a.hs-more-link:hover::after,.hb-dark-pattern a.hs-more-link:focus::after,.hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hb-dark-pattern button.hs-more-link:hover::after,.hb-dark-pattern button.hs-more-link:focus::after,.hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hb-dark-pattern .hs-more-link a:hover::after,.hb-dark-pattern .hs-more-link a:focus::after,.hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hb-dark-pattern .hs-more-link button:hover::after,.hb-dark-pattern .hs-more-link button:focus::after,.hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e4f4ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-ocean .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-ocean .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-ocean .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-ocean .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e4f4ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-mountain .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-mountain .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-mountain .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-mountain .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23d5effe' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-cardinal .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-cardinal .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-lake .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-lake .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-lake .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-lake .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ece8e1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-canyon .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-canyon .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-canyon .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-canyon .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-more-link:hover::after,.hc-pairing-cliff .hb-dark-pattern a.hs-more-link:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.hc-pairing-cliff .hb-dark-pattern button.hs-more-link:hover::after,.hc-pairing-cliff .hb-dark-pattern button.hs-more-link:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link a:hover::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link a:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link button:hover::after,.hc-pairing-cliff .hb-dark-pattern .hs-more-link button:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hs-more-link button:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}a.hs-pdf-link{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;color:#148762;color:var(--palette--secondary)}a.hs-pdf-link:hover,a.hs-pdf-link:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a.hs-pdf-link:hover,a.hs-pdf-link:focus{background-position-y:-50%}.hb-dark-pattern a.hs-pdf-link:hover,.hb-dark-inversion .views-element-container a.hs-pdf-link:hover,.hb-dark-pattern a.hs-pdf-link:focus,.hb-dark-inversion .views-element-container a.hs-pdf-link:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a.hs-pdf-link{background-image:none}.hb-local-footer a.hs-pdf-link:hover,.hb-local-footer a.hs-pdf-link:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a.hs-pdf-link,.hb-dark-inversion .views-element-container a.hs-pdf-link{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-pdf-link:hover,.hb-dark-pattern a.hs-pdf-link:focus,.hb-dark-inversion .views-element-container a.hs-pdf-link:hover,.hb-dark-inversion .views-element-container a.hs-pdf-link:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-pdf-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-pdf-link::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;margin-right:0.5rem}.hb-dark-pattern a.hs-pdf-link::before{color:var(--palette--secondary-highlight)}a.hs-pdf-link:hover,a.hs-pdf-link:focus{background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to left, #c2f7ff calc(100% - 0.9em) transparent calc(100% - 0.9em));background-image:linear-gradient(to left, var(--palette--tertiary-highlight) calc(100% - 0.9em), transparent calc(100% - 0.9em))}a.hs-pdf-link--outline{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;color:#148762;color:var(--palette--secondary)}a.hs-pdf-link--outline:hover,a.hs-pdf-link--outline:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a.hs-pdf-link--outline:hover,a.hs-pdf-link--outline:focus{background-position-y:-50%}.hb-dark-pattern a.hs-pdf-link--outline:hover,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover,.hb-dark-pattern a.hs-pdf-link--outline:focus,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a.hs-pdf-link--outline{background-image:none}.hb-local-footer a.hs-pdf-link--outline:hover,.hb-local-footer a.hs-pdf-link--outline:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a.hs-pdf-link--outline,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-pdf-link--outline:hover,.hb-dark-pattern a.hs-pdf-link--outline:focus,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-pdf-link--outline::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;margin-right:0.5rem}.hb-dark-pattern a.hs-pdf-link--outline::before{color:var(--palette--secondary-highlight)}a.hs-pdf-link--outline:hover,a.hs-pdf-link--outline:focus{background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to left, #c2f7ff calc(100% - 0.9em) transparent calc(100% - 0.9em));background-image:linear-gradient(to left, var(--palette--tertiary-highlight) calc(100% - 0.9em), transparent calc(100% - 0.9em))}a.hs-pdf-link--outline::before{font-weight:400}a.hs-file-link{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;color:#148762;color:var(--palette--secondary)}a.hs-file-link:hover,a.hs-file-link:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a.hs-file-link:hover,a.hs-file-link:focus{background-position-y:-50%}.hb-dark-pattern a.hs-file-link:hover,.hb-dark-inversion .views-element-container a.hs-file-link:hover,.hb-dark-pattern a.hs-file-link:focus,.hb-dark-inversion .views-element-container a.hs-file-link:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a.hs-file-link{background-image:none}.hb-local-footer a.hs-file-link:hover,.hb-local-footer a.hs-file-link:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a.hs-file-link,.hb-dark-inversion .views-element-container a.hs-file-link{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-file-link:hover,.hb-dark-pattern a.hs-file-link:focus,.hb-dark-inversion .views-element-container a.hs-file-link:hover,.hb-dark-inversion .views-element-container a.hs-file-link:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-file-link:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-file-link::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;margin-right:0.5rem}.hb-dark-pattern a.hs-file-link::before{color:var(--palette--secondary-highlight)}a.hs-file-link:hover,a.hs-file-link:focus{background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to left, #c2f7ff calc(100% - 0.9em) transparent calc(100% - 0.9em));background-image:linear-gradient(to left, var(--palette--tertiary-highlight) calc(100% - 0.9em), transparent calc(100% - 0.9em))}a.hs-file-link--outline{color:#007c8f;color:var(--palette--tertiary);background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-size:100% 200%;background-position-y:-102%;background-repeat:no-repeat;color:#148762;color:var(--palette--secondary)}a.hs-file-link--outline:hover,a.hs-file-link--outline:focus{color:#002429;color:var(--palette--tertiary-darken-20)}a.hs-file-link--outline:hover,a.hs-file-link--outline:focus{background-position-y:-50%}.hb-dark-pattern a.hs-file-link--outline:hover,.hb-dark-inversion .views-element-container a.hs-file-link--outline:hover,.hb-dark-pattern a.hs-file-link--outline:focus,.hb-dark-inversion .views-element-container a.hs-file-link--outline:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-local-footer a.hs-file-link--outline{background-image:none}.hb-local-footer a.hs-file-link--outline:hover,.hb-local-footer a.hs-file-link--outline:focus{color:#002429;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern a.hs-file-link--outline,.hb-dark-inversion .views-element-container a.hs-file-link--outline{color:#00d5f5;color:var(--palette--tertiary-reversed);border-bottom-color:#00d5f5;border-bottom-color:var(--palette--tertiary-reversed)}.hb-dark-pattern a.hs-file-link--outline:hover,.hb-dark-pattern a.hs-file-link--outline:focus,.hb-dark-inversion .views-element-container a.hs-file-link--outline:hover,.hb-dark-inversion .views-element-container a.hs-file-link--outline:focus{color:#c2f7ff;color:var(--palette--tertiary-highlight)}.hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hc-pairing-ocean .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23c2f7ff' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23befde5' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-lake .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e3ddd1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container a.hs-file-link--outline:focus .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23e8e9ea' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}a.hs-file-link--outline::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;margin-right:0.5rem}.hb-dark-pattern a.hs-file-link--outline::before{color:var(--palette--secondary-highlight)}a.hs-file-link--outline:hover,a.hs-file-link--outline:focus{background-image:linear-gradient(to top, transparent 50%, #c2f7ff 50%);background-image:linear-gradient(to top, transparent 50%, var(--palette--tertiary-highlight) 50%);background-image:linear-gradient(to left, #c2f7ff calc(100% - 0.9em) transparent calc(100% - 0.9em));background-image:linear-gradient(to left, var(--palette--tertiary-highlight) calc(100% - 0.9em), transparent calc(100% - 0.9em))}a.hs-file-link--outline::before{font-weight:400}.hb-position-relative{position:relative}.hb-columns{display:flex;flex-wrap:wrap}.hb-columns>div{width:50%;padding-right:1.1rem}.hb-inline,.hb-inline-pipe{margin-bottom:2rem}@media(min-width: 576px){.hb-inline,.hb-inline-pipe{display:flex;flex-wrap:wrap}}.hb-inline>div,.hb-inline-pipe>div{margin-bottom:1.6rem;padding-right:2rem}.hb-inline-pipe>div{padding-right:0}@media(min-width: 576px){.hb-inline-pipe>div{display:flex}}@media(min-width: 576px){.hb-inline-pipe>div::after{margin:0 1rem;content:"|";color:#413e39}}.hb-inline-pipe>div:last-child{margin-bottom:2rem}@media(min-width: 576px){.hb-inline-pipe>div:last-child{margin-bottom:initial}}.hb-inline-pipe>div:last-child::after{content:""}.hs-well,.hb-well,.pullquote{background-color:#f1f0ee;padding:2rem 1.8rem;border:0 none}.hb-dark-pattern .hs-well,.hb-dark-inversion .views-element-container .hs-well,.hb-dark-pattern .hb-well,.hb-dark-inversion .views-element-container .hb-well,.hb-dark-pattern .pullquote,.hb-dark-inversion .views-element-container .pullquote{color:#000}.hb-three-column__sidebar-1 .hs-well,.hb-three-column__sidebar-2 .hs-well,.hb-three-column__sidebar-1 .hb-well,.hb-three-column__sidebar-2 .hb-well,.hb-three-column__sidebar-1 .pullquote,.hb-three-column__sidebar-2 .pullquote{position:relative;z-index:1}.hb-divider{width:100%;border-bottom:1px solid;border-color:#b6b1a9}.hb-borderless{border:0 none;padding:0}.hb-views-divider .views-row:not(:last-of-type){width:100%;border-bottom:1px solid;border-color:#b6b1a9;padding-bottom:4.8rem}@media(min-width: 768px){.hb-three-column-w-image .hb-main-body-detail-image{float:right;margin:0 0 2.8rem 2.8rem}.hb-three-column-w-image .hb-main-body-detail-image::after{clear:both;content:"";display:table}}.hb-heading-link-color:is(h1,h2,h3,h4,h5,h6,span) a:not([class]),.hb-heading-link-color .hb-card__title a{color:#007c8f;color:var(--palette--tertiary);border-bottom-color:inherit}.hb-heading-link-color:is(h1,h2,h3,h4,h5,h6,span) a:not([class]):hover,.hb-heading-link-color:is(h1,h2,h3,h4,h5,h6,span) a:not([class]):focus,.hb-heading-link-color .hb-card__title a:hover,.hb-heading-link-color .hb-card__title a:focus{color:#002429;color:var(--palette--tertiary-darken-20)}.hb-carousel-reset-height .paragraph--type--hs-carousel .hb-hero-overlay__text{min-height:initial !important}.hb-accordion-toggle-all{background-color:rgba(0,0,0,0);color:inherit;border:0;margin:0;padding:0;text-align:inherit;font:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;color:#000;font-weight:600;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#d9d7d2;margin-bottom:.0625em;text-decoration:none;transition:box-shadow 100ms 0s,border-bottom-color 0s 100ms;cursor:pointer;float:right;margin-bottom:1.6rem}.hb-accordion-toggle-all:hover,.hb-accordion-toggle-all:focus{transition-delay:0s,0s;border-bottom-color:"tertiary-highlight-darken-10"}.hb-accordion-toggle-all:hover,.hb-accordion-toggle-all:focus{border-bottom-color:#8ff0ff;border-bottom-color:var(--palette--tertiary-highlight-darken-10);box-shadow:inset 0 -1.4rem 0 #c2f7ff;box-shadow:inset 0 -1.4rem 0 var(--palette--tertiary-highlight)}.hb-accordion-toggle-all:hover,.hb-accordion-toggle-all:focus{color:#000}.hb-dark-pattern .hb-accordion-toggle-all:hover,.hb-dark-inversion .views-element-container .hb-accordion-toggle-all:hover,.hb-dark-pattern .hb-accordion-toggle-all:focus,.hb-dark-inversion .views-element-container .hb-accordion-toggle-all:focus{border-bottom-color:#c2f7ff;border-bottom-color:var(--palette--tertiary-highlight);box-shadow:none;background-position-y:bottom}.hb-timeline-checklist .hb-timeline-item__heading::before{border-radius:initial}.hb-timeline-checklist .ptype-hs-timeline-item:last-of-type .hb-timeline-item[open]::after,.hb-timeline-checklist .views-view-pattern .hb-timeline-item:last-of-type .hb-timeline-item[open]::after{border-radius:initial}.hb-timeline-border .ptype-hs-timeline-item:last-of-type,.hb-timeline-border .views-view-pattern .hb-timeline-item:last-of-type{padding-bottom:2.8rem;border-bottom:1px solid #000}.hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary){border-color:#00505c;border-color:var(--palette--primary);color:#000;border-width:0.2rem;background-color:rgba(0,0,0,0)}.hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 18'%3E%3Cg stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round'%3E%3Cpath d%3D'M1,9 17,9' /%3E%3Cpath d%3D'M9,1 9,17' /%3E%3C/g%3E%3C/svg%3E");background-size:1.8rem;transition:transform 150ms ease-in-out}.hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover{color:#148762;color:var(--palette--secondary)}.hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23148762' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.hc-pairing-ocean .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23148762' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-mountain .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%2300638e' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%238c1515' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-lake .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%233f3c30' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-canyon .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%238c1515' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hc-pairing-cliff .hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%2300505c' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hb-accordion-secondary .ptype-hs-accordion details[open]{border-color:#00505c;border-color:var(--palette--primary);border-width:0.2rem;border-bottom:none}.hb-accordion-secondary .ptype-hs-accordion details[open] summary:not(.hb-timeline-item__summary){background:rgba(0,0,0,0);border-bottom:none}.hb-accordion-secondary .ptype-hs-accordion details[open] summary:not(.hb-timeline-item__summary)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 18 2'%3E%3Cpath d%3D'M1,1 17,1' stroke-width%3D'2' stroke%3D'%23000000' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.hb-accordion-secondary .ptype-hs-accordion details[open] .revealed-details{border-color:#00505c;border-color:var(--palette--primary);border-width:0.2rem;border-top:none}.hb-single-category.label-hidden{font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-single-category.label-hidden::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-single-category.label-hidden::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-single-category.label-hidden,.hb-dark-inversion .views-element-container .hb-single-category.label-hidden{color:#fff}.hb-single-category.entity-reference div:not([class]){font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-single-category.entity-reference div:not([class])::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-single-category.entity-reference div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-single-category.entity-reference div:not([class]),.hb-dark-inversion .views-element-container .hb-single-category.entity-reference div:not([class]){color:#fff}.hb-single-category a{text-decoration:none;border-bottom:1px solid;border-color:rgba(0,0,0,0);transition:border-color 150ms ease-in-out;background-image:none;line-height:134%;color:#000}.hb-single-category a:hover,.hb-single-category a:focus{border-color:#000}.hb-dark-pattern .hb-single-category a,.hb-dark-inversion .views-element-container .hb-single-category a{color:#fff;border-color:rgba(0,0,0,0)}.hb-single-category a:hover,.hb-single-category a:focus{color:#000}.views-row .hb-single-category{font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.views-row .hb-single-category::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.views-row .hb-single-category::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .views-row .hb-single-category,.hb-dark-inversion .views-element-container .views-row .hb-single-category{color:#fff}.views-row .hb-single-category.entity-reference div:not([class]){font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.views-row .hb-single-category.entity-reference div:not([class])::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.views-row .hb-single-category.entity-reference div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .views-row .hb-single-category.entity-reference div:not([class]),.hb-dark-inversion .views-element-container .views-row .hb-single-category.entity-reference div:not([class]){color:#fff}.views-row .hb-single-category a{text-decoration:none;border-bottom:1px solid;border-color:rgba(0,0,0,0);transition:border-color 150ms ease-in-out;background-image:none;line-height:134%;color:#000}.views-row .hb-single-category a:hover,.views-row .hb-single-category a:focus{border-color:#000}.hb-dark-pattern .views-row .hb-single-category a,.hb-dark-inversion .views-element-container .views-row .hb-single-category a{color:#fff;border-color:rgba(0,0,0,0)}.views-row .hb-single-category a:hover,.views-row .hb-single-category a:focus{color:#000}.hb-categories.entity-reference div div:not([class]){font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-categories.entity-reference div div:not([class])::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-categories.entity-reference div div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-categories.entity-reference div div:not([class]),.hb-dark-inversion .views-element-container .hb-categories.entity-reference div div:not([class]){color:#fff}.hb-categories.string div div{font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-categories.string div div::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-categories.string div div::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-categories.string div div,.hb-dark-inversion .views-element-container .hb-categories.string div div{color:#fff}.hb-categories.label-hidden>div:not([class]){font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-categories.label-hidden>div:not([class])::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-categories.label-hidden>div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-categories.label-hidden>div:not([class]),.hb-dark-inversion .views-element-container .hb-categories.label-hidden>div:not([class]){color:#fff}.hb-categories ol,.hb-categories ul{list-style-type:none;padding:0;margin:0 0 1rem}.hb-categories ol li,.hb-categories ul li{font-weight:600;font-size:1.5rem;line-height:131%;text-transform:uppercase;position:relative;display:inline-block;margin:0 1.2rem 0 0;padding:0 0 0 1.2rem;color:#000}.hb-categories ol li::before,.hb-categories ul li::before{height:1.2rem;top:0.4rem;transform:scaleX(0.5);width:0.6rem}.hb-categories ol li::before,.hb-categories ul li::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#148762;background-color:var(--palette--secondary);border-radius:0;position:absolute;left:0}.hb-dark-pattern .hb-categories ol li,.hb-dark-inversion .views-element-container .hb-categories ol li,.hb-dark-pattern .hb-categories ul li,.hb-dark-inversion .views-element-container .hb-categories ul li{color:#fff}.hb-categories a{text-decoration:none;border-bottom:1px solid;border-color:rgba(0,0,0,0);transition:border-color 150ms ease-in-out;background-image:none;line-height:134%;color:#000}.hb-categories a:hover,.hb-categories a:focus{border-color:#000}.hb-dark-pattern .hb-categories a,.hb-dark-inversion .views-element-container .hb-categories a{color:#fff;border-color:rgba(0,0,0,0)}.hb-categories a:hover,.hb-categories a:focus{color:#000}.hb-pill-link-list ol,.hb-pill-link-list ul,.hb-pill-list ol,.hb-pill-list ul{padding:0;margin:0}.hb-pill-link-list li:nth-child(n),.hb-pill-list li:nth-child(n){display:inline-block;margin-right:0.8rem;margin-bottom:0.8rem;padding-left:0}.hb-pill-link-list li:nth-child(n)::before,.hb-pill-list li:nth-child(n)::before{display:none}.hb-pill-link-list div:not([class])>div:not([class]),.hb-pill-list div:not([class])>div:not([class]){display:inline-block;margin-right:0.8rem;margin-bottom:0.8rem}.hb-pill-link-list.label-hidden>div:not([class]),.hb-pill-list.label-hidden>div:not([class]){display:inline-block;margin-right:0.8rem;margin-bottom:0.8rem}.hb-pill-link-list a{display:inline-block;font-size:1.4rem;text-decoration:none;transition:background-color 150ms ease-in-out;margin-bottom:0.5rem;background-color:#8ff0ff;background-color:var(--palette--tertiary-highlight-darken-10);color:#413e39;padding:0.1rem 1.2rem;border-radius:1.3rem;border:2px solid rgba(0,0,0,0);background-image:none;background-image:none !important;color:inherit !important}.hb-dark-pattern .hb-pill-link-list a,.hb-dark-inversion .views-element-container .hb-pill-link-list a{color:#413e39 !important}.hb-pill-link-list a .fa-ext::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 12 12'%3E%3Cpath d%3D'M11.273 5.818v5.455H.727V.727h5.091m1.455 0h4v4m0-4L6.182 5.818' fill%3D'transparent' stroke%3D'%23000000' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.hb-dark-pattern .hb-pill-link-list a,.hb-dark-inversion .views-element-container .hb-pill-link-list a{border-color:rgba(0,0,0,0)}.hb-pill-link-list a:focus,.hb-pill-link-list a:hover{border-color:#8ff0ff;border-color:var(--palette--tertiary-highlight-darken-10);background-color:#fff}.hb-dark-pattern .hb-pill-link-list a:focus,.hb-dark-inversion .views-element-container .hb-pill-link-list a:focus,.hb-dark-pattern .hb-pill-link-list a:hover,.hb-dark-inversion .views-element-container .hb-pill-link-list a:hover{border-color:rgba(0,0,0,0)}.hb-pill-link-list a .fa-ext::after{height:1.1rem;margin-bottom:0}.hb-pill-list div:not([class])>div:not([class]),.hb-pill-list.label-hidden>div:not([class]),.hb-pill-list li:nth-child(n){display:inline-block;font-size:1.4rem;text-decoration:none;transition:background-color 150ms ease-in-out;margin-bottom:0.5rem;background-color:#8ff0ff;background-color:var(--palette--tertiary-highlight-darken-10);color:#413e39;padding:0.1rem 1.2rem;border-radius:1.3rem;border:2px solid rgba(0,0,0,0)}.hb-dark-pattern .hb-pill-list div:not([class])>div:not([class]),.hb-dark-inversion .views-element-container .hb-pill-list div:not([class])>div:not([class]),.hb-dark-pattern .hb-pill-list.label-hidden>div:not([class]),.hb-dark-inversion .views-element-container .hb-pill-list.label-hidden>div:not([class]),.hb-dark-pattern .hb-pill-list li:nth-child(n),.hb-dark-inversion .views-element-container .hb-pill-list li:nth-child(n){color:#413e39 !important}.hb-list-reset ul:not([class]){list-style-type:disc}.hb-list-reset ul:not([class]) ul{list-style-type:circle}.hb-list-reset ul:not([class]) ul ul{list-style-type:square}.hb-list-reset ul:not([class]) li{overflow:visible;padding-left:0}.hb-list-reset ul:not([class]) li::before{content:none}.hb-list-reset ol:not([class]){list-style-type:decimal;padding-left:revert}.hb-list-reset ol:not([class]) li{overflow:visible;padding-left:0}.hb-list-reset ol:not([class]) li::before{content:none}.hb-card-image-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}@media(min-width: 768px){.hb-card-image-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}.hb-card-image-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}@media(min-width: 768px){.hb-card-image-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}.hb-card-image-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}@media(min-width: 768px){.hb-card-image-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}.hb-card-image-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}@media(min-width: 768px){.hb-card-image-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}.hb-card-image-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}@media(min-width: 768px){.hb-card-image-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}.hb-card-image-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}@media(min-width: 768px){.hb-card-image-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}.hb-card-image-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}@media(min-width: 768px){.hb-card-image-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}.hb-card-image-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}@media(min-width: 768px){.hb-card-image-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}.hb-card-image-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}@media(min-width: 768px){.hb-card-image-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}.hb-card-image-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}@media(min-width: 768px){.hb-card-image-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}.hb-card-image-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}@media(min-width: 768px){.hb-card-image-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}.hb-card-image-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}@media(min-width: 768px){.hb-card-image-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}.hb-card-image-xs-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}@media(min-width: 768px){.hb-card-image-xs-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}.hb-card-image-xs-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}@media(min-width: 768px){.hb-card-image-xs-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}.hb-card-image-xs-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}@media(min-width: 768px){.hb-card-image-xs-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}.hb-card-image-xs-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}@media(min-width: 768px){.hb-card-image-xs-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}.hb-card-image-xs-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}@media(min-width: 768px){.hb-card-image-xs-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}.hb-card-image-xs-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}@media(min-width: 768px){.hb-card-image-xs-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}.hb-card-image-xs-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}@media(min-width: 768px){.hb-card-image-xs-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}.hb-card-image-xs-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}@media(min-width: 768px){.hb-card-image-xs-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}.hb-card-image-xs-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}@media(min-width: 768px){.hb-card-image-xs-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}.hb-card-image-xs-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}@media(min-width: 768px){.hb-card-image-xs-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}.hb-card-image-xs-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}@media(min-width: 768px){.hb-card-image-xs-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}.hb-card-image-xs-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}@media(min-width: 768px){.hb-card-image-xs-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}@media(min-width: 576px){.hb-card-image-sm-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 576px){.hb-card-image-sm-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 576px){.hb-card-image-sm-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 576px){.hb-card-image-sm-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 576px){.hb-card-image-sm-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 576px){.hb-card-image-sm-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 576px){.hb-card-image-sm-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 576px){.hb-card-image-sm-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 576px){.hb-card-image-sm-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 576px){.hb-card-image-sm-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 576px){.hb-card-image-sm-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 576px){.hb-card-image-sm-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media(min-width: 576px)and (min-width: 768px){.hb-card-image-sm-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}@media(min-width: 768px){.hb-card-image-md-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 768px){.hb-card-image-md-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 768px){.hb-card-image-md-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 768px){.hb-card-image-md-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 768px){.hb-card-image-md-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 768px){.hb-card-image-md-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 768px){.hb-card-image-md-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 768px){.hb-card-image-md-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 768px){.hb-card-image-md-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 768px){.hb-card-image-md-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 768px){.hb-card-image-md-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 768px){.hb-card-image-md-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media(min-width: 768px)and (min-width: 768px){.hb-card-image-md-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}@media(min-width: 992px){.hb-card-image-lg-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 992px){.hb-card-image-lg-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 992px){.hb-card-image-lg-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 992px){.hb-card-image-lg-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 992px){.hb-card-image-lg-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 992px){.hb-card-image-lg-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 992px){.hb-card-image-lg-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 992px){.hb-card-image-lg-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 992px){.hb-card-image-lg-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 992px){.hb-card-image-lg-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 992px){.hb-card-image-lg-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 992px){.hb-card-image-lg-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media(min-width: 992px)and (min-width: 768px){.hb-card-image-lg-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}@media(min-width: 1200px){.hb-card-image-xl-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 1200px){.hb-card-image-xl-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 1200px){.hb-card-image-xl-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 1200px){.hb-card-image-xl-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 1200px){.hb-card-image-xl-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 1200px){.hb-card-image-xl-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 1200px){.hb-card-image-xl-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 1200px){.hb-card-image-xl-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 1200px){.hb-card-image-xl-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 1200px){.hb-card-image-xl-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 1200px){.hb-card-image-xl-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 1200px){.hb-card-image-xl-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media(min-width: 1200px)and (min-width: 768px){.hb-card-image-xl-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}@media(min-width: 1500px){.hb-card-image-2xl-1-of-12 .hb-card__graphics{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-1-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 1500px){.hb-card-image-2xl-2-of-12 .hb-card__graphics{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-2-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 1500px){.hb-card-image-2xl-3-of-12 .hb-card__graphics{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-3-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 1500px){.hb-card-image-2xl-4-of-12 .hb-card__graphics{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-4-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 1500px){.hb-card-image-2xl-5-of-12 .hb-card__graphics{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-5-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 1500px){.hb-card-image-2xl-6-of-12 .hb-card__graphics{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-6-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width: 1500px){.hb-card-image-2xl-7-of-12 .hb-card__graphics{flex:0 0 calc(58.3333333333% - 8.3333333333px);max-width:calc(58.3333333333% - 8.3333333333px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-7-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(41.6666666667% - 11.6666666667px);max-width:calc(41.6666666667% - 11.6666666667px)}}@media(min-width: 1500px){.hb-card-image-2xl-8-of-12 .hb-card__graphics{flex:0 0 calc(66.6666666667% - 6.6666666667px);max-width:calc(66.6666666667% - 6.6666666667px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-8-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(33.3333333333% - 13.3333333333px);max-width:calc(33.3333333333% - 13.3333333333px)}}@media(min-width: 1500px){.hb-card-image-2xl-9-of-12 .hb-card__graphics{flex:0 0 calc(75% - 5px);max-width:calc(75% - 5px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-9-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}}@media(min-width: 1500px){.hb-card-image-2xl-10-of-12 .hb-card__graphics{flex:0 0 calc(83.3333333333% - 3.3333333333px);max-width:calc(83.3333333333% - 3.3333333333px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-10-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(16.6666666667% - 16.6666666667px);max-width:calc(16.6666666667% - 16.6666666667px)}}@media(min-width: 1500px){.hb-card-image-2xl-11-of-12 .hb-card__graphics{flex:0 0 calc(91.6666666667% - 1.6666666667px);max-width:calc(91.6666666667% - 1.6666666667px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-11-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(8.3333333333% - 18.3333333333px);max-width:calc(8.3333333333% - 18.3333333333px)}}@media(min-width: 1500px){.hb-card-image-2xl-12-of-12 .hb-card__graphics{flex:0 0 calc(100% - 0px);max-width:calc(100% - 0px)}}@media(min-width: 1500px)and (min-width: 768px){.hb-card-image-2xl-12-of-12 .hb-card--horizontal:not(.hb-card--no-image) .hb-card__content{flex:0 0 calc(0% - 20px);max-width:calc(0% - 20px)}}.hb-raised-cards--uniform-height .hs-paragraph-style .ptype-hs-postcard,.hb-raised-cards--uniform-height .field-hs-row-components .ptype-hs-postcard,.hb-raised-cards--uniform-height .hs-paragraph-style .hb-grid__item,.hb-raised-cards--uniform-height .field-hs-row-components .hb-grid__item,.hb-raised-cards--uniform-height .hb-grid .hb-grid__item,.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-postcard{display:flex}.hb-raised-cards--uniform-height .hs-paragraph-style .ptype-hs-postcard div:only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-row-components .ptype-hs-postcard div:only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .hs-paragraph-style .hb-grid__item div:only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-row-components .hb-grid__item div:only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .hb-grid .hb-grid__item div:only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-postcard div:only-child:not(.hb-card__date-tile,.hb-pill){width:100%}.hb-raised-cards--uniform-height .hs-paragraph-style .paragraph-item .hb-card,.hb-raised-cards--uniform-height .field-hs-row-components .paragraph-item .hb-card,.hb-raised-cards--uniform-height .hs-paragraph-style .paragraph-item .hb-vertical-linked-card,.hb-raised-cards--uniform-height .field-hs-row-components .paragraph-item .hb-vertical-linked-card,.hb-raised-cards--uniform-height .field-hs-collection-items .paragraph-item .hb-vertical-linked-card,.hb-raised-cards--uniform-height .field-hs-collection-items .paragraph-item .hb-card,.hb-raised-cards--uniform-height .hb-timeline,.hb-raised-cards--uniform-height .hb-timeline .hb-timelime__wrapper{height:100%}.hb-raised-cards--uniform-height .field-hs-row-components .ptype-hs-testimonial div:not([class]):only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-row-components .ptype-hs-testimonial div.contextual-region,.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-testimonial div:not([class]):only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-testimonial div.contextual-region,.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-timeline div:not([class]):only-child:not(.hb-card__date-tile,.hb-pill),.hb-raised-cards--uniform-height .field-hs-collection-items .ptype-hs-timeline div.contextual-region{height:100%}.hb-raised-cards--uniform-height .field-hs-row-components .paragraph-item .hb-testimonial,.hb-raised-cards--uniform-height .field-hs-collection-items .paragraph-item .hb-testimonial{display:flex;height:inherit}.hb-raised-cards--uniform-height .field-hs-row-components .paragraph-item .hb-testimonial__wrapper,.hb-raised-cards--uniform-height .field-hs-collection-items .paragraph-item .hb-testimonial__wrapper{width:100%}.hb-raised-cards .hb-card{background-color:#fff;flex-grow:1;box-shadow:0.1rem 0.75rem 3.5rem rgba(0,0,0,.12)}@supports((-o-object-fit: cover) or (object-fit: cover)){.hb-raised-cards .hb-card{align-items:stretch}.hb-raised-cards .hb-card__graphics{margin:0}.hb-raised-cards .hb-card__graphics img{height:100%;-o-object-fit:cover;object-fit:cover}.hb-raised-cards .hb-card__img{height:100%}.hb-raised-cards .hb-card.hb-card--horizontal .hb-card__img *:not(.field-media-image-caption){height:100%}.hb-raised-cards .hb-card.hb-card--horizontal .hb-caption-credit-image>[data-once=contextual-render]{position:absolute}}.hb-raised-cards .hb-card__content{padding:2.4rem}.hb-raised-cards .hb-card.hb-card--horizontal-date-stacked.hb-card--no-image .hb-card__graphics--has-date .hb-card__date-tile{top:2.2rem;left:-1.4rem}.hb-raised-cards .hb-card.hb-card--horizontal-date-stacked.hb-card--no-image .hb-card__graphics--has-date+.hb-card__content{padding-left:0}.hb-raised-cards .hb-card.hb-card--date-stacked.hb-card--no-image .hb-card__date-tile{top:2.2rem;left:-1.4rem}.hb-raised-cards .hb-card__title:only-child{margin:0}.hb-raised-cards .hb-testimonial,.hb-raised-cards .hb-timelime__wrapper{background-color:#fff;box-shadow:0.1rem 0.75rem 3.5rem rgba(0,0,0,.12);padding:3.2rem 2.4rem;margin-top:0}.hb-raised-cards .hs-paragraph-style--well .hb-testimonial__wrapper::before,.hb-raised-cards .hs-paragraph-style--well-full-width .hb-testimonial__wrapper::before{background-color:#fff}.hb-raised-cards .hb-dark-pattern .hb-card,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card{color:#000}.hb-raised-cards .hb-dark-pattern .hb-card .field-content,.hb-raised-cards .hb-dark-pattern .hb-card .views-label,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card .field-content,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card .views-label{color:#000}.hb-raised-cards .hb-dark-pattern .hb-card a,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card a{color:#007c8f;color:var(--palette--tertiary)}.hb-raised-cards .hb-dark-pattern .hb-card a:hover,.hb-raised-cards .hb-dark-pattern .hb-card a:focus,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card a:hover,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card a:focus{color:#002429;color:var(--palette--tertiary-darken-20)}.hb-raised-cards .hb-dark-pattern .hb-card__date-tile .field-content,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__date-tile .field-content{color:#fff}.hb-raised-cards .hb-dark-pattern .hb-card__title a,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__title a{border-bottom-color:#007c8f;border-bottom-color:var(--palette--tertiary)}.hb-raised-cards .hb-dark-pattern .hb-card__title a:hover,.hb-raised-cards .hb-dark-pattern .hb-card__title a:focus,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__title a:hover,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__title a:focus{border-bottom-color:#002429 !important;border-bottom-color:var(--palette--tertiary-darken-20) !important}.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a{color:rgba(0,0,0,0)}.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover,.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:focus{color:rgba(0,0,0,0)}.hb-table-col-1-of-12{width:8.3333333333%}.hb-table-col-2-of-12{width:16.6666666667%}.hb-table-col-3-of-12{width:25%}.hb-table-col-4-of-12{width:33.3333333333%}.hb-table-col-5-of-12{width:41.6666666667%}.hb-table-col-6-of-12{width:50%}.hb-table-col-7-of-12{width:58.3333333333%}.hb-table-col-8-of-12{width:66.6666666667%}.hb-table-col-9-of-12{width:75%}.hb-table-col-10-of-12{width:83.3333333333%}.hb-table-col-11-of-12{width:91.6666666667%}.hb-table-col-12-of-12{width:100%}.hb-table-col-xs-1-of-12{width:8.3333333333%}.hb-table-col-xs-2-of-12{width:16.6666666667%}.hb-table-col-xs-3-of-12{width:25%}.hb-table-col-xs-4-of-12{width:33.3333333333%}.hb-table-col-xs-5-of-12{width:41.6666666667%}.hb-table-col-xs-6-of-12{width:50%}.hb-table-col-xs-7-of-12{width:58.3333333333%}.hb-table-col-xs-8-of-12{width:66.6666666667%}.hb-table-col-xs-9-of-12{width:75%}.hb-table-col-xs-10-of-12{width:83.3333333333%}.hb-table-col-xs-11-of-12{width:91.6666666667%}.hb-table-col-xs-12-of-12{width:100%}@media(min-width: 576px){.hb-table-col-sm-1-of-12{width:8.3333333333%}.hb-table-col-sm-2-of-12{width:16.6666666667%}.hb-table-col-sm-3-of-12{width:25%}.hb-table-col-sm-4-of-12{width:33.3333333333%}.hb-table-col-sm-5-of-12{width:41.6666666667%}.hb-table-col-sm-6-of-12{width:50%}.hb-table-col-sm-7-of-12{width:58.3333333333%}.hb-table-col-sm-8-of-12{width:66.6666666667%}.hb-table-col-sm-9-of-12{width:75%}.hb-table-col-sm-10-of-12{width:83.3333333333%}.hb-table-col-sm-11-of-12{width:91.6666666667%}.hb-table-col-sm-12-of-12{width:100%}}@media(min-width: 768px){.hb-table-col-md-1-of-12{width:8.3333333333%}.hb-table-col-md-2-of-12{width:16.6666666667%}.hb-table-col-md-3-of-12{width:25%}.hb-table-col-md-4-of-12{width:33.3333333333%}.hb-table-col-md-5-of-12{width:41.6666666667%}.hb-table-col-md-6-of-12{width:50%}.hb-table-col-md-7-of-12{width:58.3333333333%}.hb-table-col-md-8-of-12{width:66.6666666667%}.hb-table-col-md-9-of-12{width:75%}.hb-table-col-md-10-of-12{width:83.3333333333%}.hb-table-col-md-11-of-12{width:91.6666666667%}.hb-table-col-md-12-of-12{width:100%}}@media(min-width: 992px){.hb-table-col-lg-1-of-12{width:8.3333333333%}.hb-table-col-lg-2-of-12{width:16.6666666667%}.hb-table-col-lg-3-of-12{width:25%}.hb-table-col-lg-4-of-12{width:33.3333333333%}.hb-table-col-lg-5-of-12{width:41.6666666667%}.hb-table-col-lg-6-of-12{width:50%}.hb-table-col-lg-7-of-12{width:58.3333333333%}.hb-table-col-lg-8-of-12{width:66.6666666667%}.hb-table-col-lg-9-of-12{width:75%}.hb-table-col-lg-10-of-12{width:83.3333333333%}.hb-table-col-lg-11-of-12{width:91.6666666667%}.hb-table-col-lg-12-of-12{width:100%}}@media(min-width: 1200px){.hb-table-col-xl-1-of-12{width:8.3333333333%}.hb-table-col-xl-2-of-12{width:16.6666666667%}.hb-table-col-xl-3-of-12{width:25%}.hb-table-col-xl-4-of-12{width:33.3333333333%}.hb-table-col-xl-5-of-12{width:41.6666666667%}.hb-table-col-xl-6-of-12{width:50%}.hb-table-col-xl-7-of-12{width:58.3333333333%}.hb-table-col-xl-8-of-12{width:66.6666666667%}.hb-table-col-xl-9-of-12{width:75%}.hb-table-col-xl-10-of-12{width:83.3333333333%}.hb-table-col-xl-11-of-12{width:91.6666666667%}.hb-table-col-xl-12-of-12{width:100%}}@media(min-width: 1500px){.hb-table-col-2xl-1-of-12{width:8.3333333333%}.hb-table-col-2xl-2-of-12{width:16.6666666667%}.hb-table-col-2xl-3-of-12{width:25%}.hb-table-col-2xl-4-of-12{width:33.3333333333%}.hb-table-col-2xl-5-of-12{width:41.6666666667%}.hb-table-col-2xl-6-of-12{width:50%}.hb-table-col-2xl-7-of-12{width:58.3333333333%}.hb-table-col-2xl-8-of-12{width:66.6666666667%}.hb-table-col-2xl-9-of-12{width:75%}.hb-table-col-2xl-10-of-12{width:83.3333333333%}.hb-table-col-2xl-11-of-12{width:91.6666666667%}.hb-table-col-2xl-12-of-12{width:100%}}.hc-pairing-ocean{--palette--primary: #00505c;--palette--secondary: #148762;--palette--tertiary: #007c8f;--palette--primary-hero-overlay: rgba(0, 36, 41, 0.8);--palette--primary-dark: #002429;--palette--secondary-active: #00ce9d;--palette--secondary-highlight: #e4f4ee;--palette--secondary-highlight-darken: #9cd6c0;--palette--secondary-darken-12: #0c523b;--palette--tertiary-highlight: #c2f7ff;--palette--tertiary-highlight-darken-10: #8ff0ff;--palette--tertiary-reversed: #00d5f5;--palette--tertiary-reversed-darken-10: #00a9c2;--palette--tertiary-darken-20: #002429;--palette--spotlight: #e4f4ee;--palette--spotlight-lighten-8: #e3f4ed}.hc-pairing-mountain{--palette--primary: #64305f;--palette--secondary: #00638e;--palette--tertiary: #148762;--palette--primary-hero-overlay: rgba(100, 48, 95, 0.82);--palette--primary-dark: #64305f;--palette--secondary-active: #0098db;--palette--secondary-highlight: #d5effe;--palette--secondary-highlight-darken: #71c9fc;--palette--secondary-darken-12: #003851;--palette--tertiary-highlight: #befde5;--palette--tertiary-highlight-darken-10: #8dfbd1;--palette--tertiary-reversed: #74fbc7;--palette--tertiary-reversed-darken-10: #42fab3;--palette--tertiary-darken-20: #072e22;--palette--spotlight: #e4f5ff;--palette--spotlight-lighten-8: #e3f5fe}.hc-pairing-cardinal{--palette--primary: #600e0e;--palette--secondary: #8c1515;--palette--tertiary: #b1040e;--palette--primary-hero-overlay: rgba(47, 36, 36, 0.79);--palette--primary-dark: #2f2424;--palette--secondary-active: #b1040e;--palette--secondary-highlight: #e8e9ea;--palette--secondary-highlight-darken: #b3b6b9;--palette--secondary-darken-12: #570d0d;--palette--tertiary-highlight: #e8e9ea;--palette--tertiary-highlight-darken-10: #cdd0d2;--palette--tertiary-reversed: #cecfd1;--palette--tertiary-reversed-darken-10: #b4b5b8;--palette--tertiary-darken-20: #4d0206;--palette--spotlight: #e9e6e2;--palette--spotlight-lighten-8: #e6e3e0}.hc-pairing-lake{--palette--primary: #005160;--palette--secondary: #3f3c30;--palette--tertiary: #616a5d;--palette--primary-hero-overlay: rgba(0, 101, 119, 0.84);--palette--primary-dark: #00343e;--palette--secondary-active: #8c897d;--palette--secondary-highlight: #ece8e1;--palette--secondary-highlight-darken: #aaa194;--palette--secondary-darken-12: black;--palette--tertiary-highlight: #e3ddd1;--palette--tertiary-highlight-darken-10: #b2aca3;--palette--tertiary-reversed: #fdfcf2;--palette--tertiary-reversed-darken-10: #c6c4b5;--palette--tertiary-darken-20: #171916;--palette--spotlight: #e1eadd;--palette--spotlight-lighten-8: #dde8dc}.hc-pairing-canyon{--palette--primary: #005160;--palette--secondary: #8c1515;--palette--tertiary: #007c92;--palette--primary-hero-overlay: rgba(0, 80, 92, 0.83);--palette--primary-dark: #00343e;--palette--secondary-active: #b1040e;--palette--secondary-highlight: #e8e9ea;--palette--secondary-highlight-darken: #a8a8a8;--palette--secondary-darken-12: #2c0606;--palette--tertiary-highlight: #dbdbdb;--palette--tertiary-highlight-darken-10: #b1b1b1;--palette--tertiary-reversed: #ebebeb;--palette--tertiary-reversed-darken-10: #b8b8b8;--palette--tertiary-darken-20: #000b0d;--palette--spotlight: #dfedef;--palette--spotlight-lighten-8: #dcebed}.hc-pairing-cliff{--palette--primary: #8c1515;--palette--secondary: #00505c;--palette--tertiary: #8c1515;--palette--primary-hero-overlay: rgba(140, 21, 21, 0.88);--palette--primary-dark: #8c1515;--palette--secondary-active: #8c1515;--palette--secondary-highlight: #e8e9ea;--palette--secondary-highlight-darken: #a8a8a8;--palette--secondary-darken-12: black;--palette--tertiary-highlight: #e8e9ea;--palette--tertiary-highlight-darken-10: #c2c2c2;--palette--tertiary-reversed: #cecfd1;--palette--tertiary-reversed-darken-10: #999b9c;--palette--tertiary-darken-20: #090101;--palette--spotlight: #dfedef;--palette--spotlight-lighten-8: #dcebed}.hb-display-more-link-text .hb-card__decorative-link a,.hb-display-more-link-text .field-hs-postcard-link a{font-size:1.8rem;text-decoration:none;border:none;background:none;padding:0;color:#148762;color:var(--palette--secondary);font-weight:700}.hb-display-more-link-text .hb-card__decorative-link a::after,.hb-display-more-link-text .field-hs-postcard-link a::after{content:"";display:inline-block;background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 150ms ease-in-out;will-change:contents}.hc-pairing-ocean .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-ocean .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23148762' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-mountain .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300638e' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cardinal .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-lake .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%233f3c30' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-canyon .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%238c1515' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cliff .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300505c' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-display-more-link-text .hb-card__decorative-link a:hover,.hb-display-more-link-text .hb-card__decorative-link a:focus,.hb-display-more-link-text .field-hs-postcard-link a:hover,.hb-display-more-link-text .field-hs-postcard-link a:focus{color:#0c523b;color:var(--palette--secondary-darken-12);background-image:none;background-color:rgba(0,0,0,0)}.hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.hc-pairing-ocean .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-ocean .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-ocean .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-ocean .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%230c523b' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-mountain .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-mountain .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-mountain .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23003851' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cardinal .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cardinal .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23570d0d' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-lake .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-lake .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-lake .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-canyon .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-canyon .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-canyon .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%232c0606' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cliff .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cliff .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cliff .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'black' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-display-more-link-text .hb-card__decorative-link a::after,.hb-display-more-link-text .field-hs-postcard-link a::after{height:1.9rem;width:1.9rem;margin-bottom:-0.4rem}.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a{color:#00d5f5;color:var(--palette--tertiary-reversed)}.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300d5f5' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2300d5f5' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%2374fbc7' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23cecfd1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23fdfcf2' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ebebeb' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23cecfd1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover,.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus{color:#e4f4ee;color:var(--palette--secondary-highlight)}.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e4f4ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-ocean .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-ocean .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e4f4ee' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-mountain .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-mountain .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23d5effe' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-lake .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-lake .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ece8e1' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-canyon .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-canyon .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cliff .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.hc-pairing-cliff .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:focus::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23e8e9ea' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E")}.hb-display-more-link-text .hb-card__decorative-link a::before,.hb-display-more-link-text .field-hs-postcard-link a::before{display:none}.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a{color:#fff}.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a::after,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23ffffff' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a:hover,.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a:focus,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a:hover,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a:focus,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a:hover,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a:focus,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a:hover,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a:focus{color:#d9d7d2}.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a:hover::after,.hb-display-more-link-text .hb-dark-pattern .hb-card__decorative-link a:focus::after,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a:hover::after,.hb-display-more-link-text .hb-dark-pattern .field-hs-postcard-link a:focus::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a:hover::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container .hb-card__decorative-link a:focus::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a:hover::after,.hb-dark-inversion .hb-display-more-link-text .views-element-container.field-hs-postcard-link a:focus::after{background-repeat:no-repeat;background-position:left;background-size:55%;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 23 24'%3E%3Cpath fill%3D'%23d9d7d2' d%3D'M11 23l-2-2 7-7H0v-3h16L9 3l2-2 10 10 1 1-11 11z'/%3E%3C/svg%3E");background-size:85%}.hb-dark-pattern{color:#fff;background-color:#002429;background-color:var(--palette--primary-dark)}.views-element-container .hb-dark-pattern{padding:2.4rem}.views-element-container .hb-dark-pattern .field-content,.views-element-container .hb-dark-pattern .views-label{color:#fff}.hb-dark-inversion .views-element-container{color:#fff;background-color:#002429;background-color:var(--palette--primary-dark);padding:2.4rem}.hb-dark-inversion .views-element-container .field-content,.hb-dark-inversion .views-element-container .views-label{color:#fff}.field-media-image+.field-media-image-caption{color:#fff;font-style:italic;font-size:1.2rem;position:absolute;bottom:0;width:100%;z-index:5;text-align:right;line-height:120%;height:auto;padding:1.6rem 0.7rem 0.8rem 15%;background:linear-gradient(to top, #000000, transparent)}@media(min-width: 576px){.field-media-image+.field-media-image-caption{padding:2.4rem 1.2rem 1.6rem 15%}}@media(min-width: 768px){.paragraph--type--hs-carousel .field-media-image+.field-media-image-caption{padding:2.4rem 1.2rem 1.6rem 58%}}@media(min-width: 576px){.hb-card__graphics--has-date .field-media-image+.field-media-image-caption{padding:2.4rem 1.2rem 1.6rem 10rem}}.field-media-image+.field-media-image-caption p,.field-media-image+.field-media-image-caption h1,.field-media-image+.field-media-image-caption h2,.field-media-image+.field-media-image-caption h3,.field-media-image+.field-media-image-caption h4,.field-media-image+.field-media-image-caption h5,.field-media-image+.field-media-image-caption h6,.field-media-image+.field-media-image-caption blockquote,.field-media-image+.field-media-image-caption cite,.field-media-image+.field-media-image-caption code,.field-media-image+.field-media-image-caption li,.field-media-image+.field-media-image-caption dd,.field-media-image+.field-media-image-caption dt,.field-media-image+.field-media-image-caption span,.field-media-image+.field-media-image-caption strong,.field-media-image+.field-media-image-caption em,.field-media-image+.field-media-image-caption a,.field-media-image+.field-media-image-caption .hs-button,.field-media-image+.field-media-image-caption .hs-button--big,.field-media-image+.field-media-image-caption .hs-secondary-button,.field-media-image+.field-media-image-caption .hs-more-link,.field-media-image+.field-media-image-caption .hs-external-link,.field-media-image+.field-media-image-caption .hs-file-link,.field-media-image+.field-media-image-caption .hs-pdf-link,.field-media-image+.field-media-image-caption .hs-private-link{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;font-style:italic;color:#fff}.field-media-image+.field-media-image-caption h1 a,.field-media-image+.field-media-image-caption h2 a,.field-media-image+.field-media-image-caption h3 a,.field-media-image+.field-media-image-caption h4 a,.field-media-image+.field-media-image-caption h5 a,.field-media-image+.field-media-image-caption h6 a,.field-media-image+.field-media-image-caption a{color:#fff;text-decoration:underline !important;display:inline}.field-media-image+.field-media-image-caption h1 a::before,.field-media-image+.field-media-image-caption h1 a::after,.field-media-image+.field-media-image-caption h2 a::before,.field-media-image+.field-media-image-caption h2 a::after,.field-media-image+.field-media-image-caption h3 a::before,.field-media-image+.field-media-image-caption h3 a::after,.field-media-image+.field-media-image-caption h4 a::before,.field-media-image+.field-media-image-caption h4 a::after,.field-media-image+.field-media-image-caption h5 a::before,.field-media-image+.field-media-image-caption h5 a::after,.field-media-image+.field-media-image-caption h6 a::before,.field-media-image+.field-media-image-caption h6 a::after,.field-media-image+.field-media-image-caption a::before,.field-media-image+.field-media-image-caption a::after{display:none !important}.field-media-image+.field-media-image-caption h1 a:hover,.field-media-image+.field-media-image-caption h1 a:focus,.field-media-image+.field-media-image-caption h2 a:hover,.field-media-image+.field-media-image-caption h2 a:focus,.field-media-image+.field-media-image-caption h3 a:hover,.field-media-image+.field-media-image-caption h3 a:focus,.field-media-image+.field-media-image-caption h4 a:hover,.field-media-image+.field-media-image-caption h4 a:focus,.field-media-image+.field-media-image-caption h5 a:hover,.field-media-image+.field-media-image-caption h5 a:focus,.field-media-image+.field-media-image-caption h6 a:hover,.field-media-image+.field-media-image-caption h6 a:focus,.field-media-image+.field-media-image-caption a:hover,.field-media-image+.field-media-image-caption a:focus{text-decoration:none !important;box-shadow:none}.field-media-image+.field-media-image-caption dl,.field-media-image+.field-media-image-caption ul,.field-media-image+.field-media-image-caption ol{margin:0;padding:0;display:inline-block}.field-media-image+.field-media-image-caption li::before{display:none}.field-media-image+.field-media-image-caption strong{font-weight:600}.field-media-image+.field-media-image-caption h1,.field-media-image+.field-media-image-caption h2,.field-media-image+.field-media-image-caption h3,.field-media-image+.field-media-image-caption h4,.field-media-image+.field-media-image-caption h5,.field-media-image+.field-media-image-caption h6,.field-media-image+.field-media-image-caption blockquote,.field-media-image+.field-media-image-caption cite,.field-media-image+.field-media-image-caption code,.field-media-image+.field-media-image-caption li,.field-media-image+.field-media-image-caption dd,.field-media-image+.field-media-image-caption dt,.field-media-image+.field-media-image-caption span,.field-media-image+.field-media-image-caption strong,.field-media-image+.field-media-image-caption em,.field-media-image+.field-media-image-caption p,.field-media-image+.field-media-image-caption .hs-button,.field-media-image+.field-media-image-caption .hs-button--big,.field-media-image+.field-media-image-caption .hs-secondary-button,.field-media-image+.field-media-image-caption .hs-more-link,.field-media-image+.field-media-image-caption .hs-external-link,.field-media-image+.field-media-image-caption .hs-file-link,.field-media-image+.field-media-image-caption .hs-pdf-link,.field-media-image+.field-media-image-caption .hs-private-link{display:inline;margin-right:0.15rem}.field-media-image+.field-media-image-caption code,.field-media-image+.field-media-image-caption h1,.field-media-image+.field-media-image-caption h2,.field-media-image+.field-media-image-caption h3,.field-media-image+.field-media-image-caption .hs-font-splash{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}.field-media-image+.field-media-image-caption blockquote{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}.field-media-image+.field-media-image-caption blockquote:nth-child(n)::before,.field-media-image+.field-media-image-caption blockquote:nth-child(n)::after,.field-media-image+.field-media-image-caption blockquote:nth-child(n)>*::before,.field-media-image+.field-media-image-caption blockquote:nth-child(n)>*::after{display:none}.field-media-image+.field-media-image-caption hr{display:none !important}.hb-vertical-linked-card .field-hs-postcard-image .field-media-image+.field-media-image-caption{font-size:1.2rem}@media(min-width: 576px){.hb-vertical-linked-card .field-hs-postcard-image .field-media-image+.field-media-image-caption{padding-bottom:3.6rem;padding-left:1.2rem;font-size:1.1rem;z-index:0}}.node figure{position:relative;z-index:1;box-sizing:border-box;margin-bottom:2.8rem}.node figure article:not(.hb-media-video):not(.hb-media-embed){position:relative}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption{color:#fff;font-style:italic;font-size:1.2rem;position:absolute;bottom:0;width:100%;z-index:5;text-align:right;line-height:120%;height:auto;padding:1.6rem 0.7rem 0.8rem 15%;background:linear-gradient(to top, #000000, transparent)}@media(min-width: 576px){.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption{padding:2.4rem 1.2rem 1.6rem 15%}}@media(min-width: 768px){.paragraph--type--hs-carousel .node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption{padding:2.4rem 1.2rem 1.6rem 58%}}@media(min-width: 576px){.hb-card__graphics--has-date .node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption{padding:2.4rem 1.2rem 1.6rem 10rem}}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption p,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption blockquote,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption cite,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption code,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption li,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption dd,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption dt,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption span,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption strong,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption em,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-button,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-button--big,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-secondary-button,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-more-link,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-external-link,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-file-link,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-pdf-link,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption .hs-private-link{background:initial;border:initial;color:initial;font-size:inherit;font-style:initial;font-weight:initial;line-height:inherit;margin:initial;padding:initial;position:initial;quotes:initial;text-decoration:initial;text-transform:initial;transition:none;font-style:italic;color:#fff}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6 a,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a{color:#fff;text-decoration:underline !important;display:inline}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6 a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6 a::after,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a::before,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a::after{display:none !important}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h1 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h2 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h3 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h4 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h5 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6 a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption h6 a:focus,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a:hover,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption a:focus{text-decoration:none !important;box-shadow:none}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption dl,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption ul,.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption ol{margin:0;padding:0;display:inline-block}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption li::before{display:none}.node figure article:not(.hb-media-video):not(.hb-media-embed)+figcaption strong{font-weight:600}.field-media-embeddable div iframe[src*=soundcloud],.field-media-embeddable div iframe[src*=issuu]{width:100%}.hb-media-embed__twitter .field-media-embeddable div{position:relative;padding-bottom:66.6vh;height:0}.hb-media-embed__twitter iframe{position:absolute;top:0;left:0;width:100%;height:100%}
\ No newline at end of file
diff --git a/docroot/themes/humsci/humsci_basic/humsci_basic.info.yml b/docroot/themes/humsci/humsci_basic/humsci_basic.info.yml
index 6ca7ac2dba..c154b338ff 100644
--- a/docroot/themes/humsci/humsci_basic/humsci_basic.info.yml
+++ b/docroot/themes/humsci/humsci_basic/humsci_basic.info.yml
@@ -3,7 +3,7 @@ type: theme
description: A base for visually distinctive HumSci themes.
package: 'Humanities & Sciences'
core_version_requirement: ^9.4 || ^10
-'base theme': stable
+'base theme': stable9
# libraries: Libraries are loaded via sub-themes
regions:
diff --git a/docroot/themes/humsci/humsci_basic/src/scss/components/_pattern.carousel.scss b/docroot/themes/humsci/humsci_basic/src/scss/components/_pattern.carousel.scss
index 4aca0be012..5dbd76c0f7 100644
--- a/docroot/themes/humsci/humsci_basic/src/scss/components/_pattern.carousel.scss
+++ b/docroot/themes/humsci/humsci_basic/src/scss/components/_pattern.carousel.scss
@@ -149,7 +149,7 @@
// Line decoration pseudo element
&::after {
- top: hb-calculate-rems(32px);
+ top: hb-calculate-rems(24px);
@include hb-colorful-text-bar('tertiary-reversed');
@include grid-media-min('md') {
@@ -191,6 +191,14 @@
width: auto;
}
}
+
+ p {
+ margin-top: hb-spacing-width('xs');
+
+ @include grid-media-min('lg') {
+ margin-top: hb-spacing-width('sm');
+ }
+ }
}
@include hb-traditional {
diff --git a/docroot/themes/humsci/humsci_basic/src/scss/components/_pattern.testimonial.scss b/docroot/themes/humsci/humsci_basic/src/scss/components/_pattern.testimonial.scss
index d29e72cd6f..8a4b8a8096 100644
--- a/docroot/themes/humsci/humsci_basic/src/scss/components/_pattern.testimonial.scss
+++ b/docroot/themes/humsci/humsci_basic/src/scss/components/_pattern.testimonial.scss
@@ -26,73 +26,6 @@
}
}
- &__content {
- display: flex;
- flex-direction: column;
- align-items: center;
-
- .hb-testimonial--bottom & {
- padding-top: hb-calculate-rems(6px);
- }
- }
-
- &__quote {
- @include hb-pairing-color('color', 'secondary');
- font-size: hb-calculate-rems(24px);
- font-weight: hb-theme-font-weight(regular);
- font-style: italic;
- text-align: center;
- width: 100%;
-
- .hb-dark-pattern &,
- .hb-dark-inversion .views-element-container & {
- @include hb-global-color('color', 'white');
- }
-
- .hb-dark-pattern .hs-paragraph-style--well &,
- .hb-dark-pattern .hs-paragraph-style--well-full-width & {
- @include hb-pairing-color('color', 'secondary');
- }
-
- @include grid-media-min('lg') {
- font-size: hb-calculate-rems(28px);
- }
-
- @include hb-themes(('colorful', 'airy')) {
- line-height: 140%;
- }
-
- @include hb-traditional {
- font-family: $hb-traditional-font--serif;
- line-height: 136%;
- }
-
- // quote marks around quote
- .field-hs-testimonial-quote, // paragraph type
- .views-field .field-content p:first-of-type { // views
- &::before {
- position: absolute;
- content: open-quote;
- margin-left: hb-calculate-rems(-16px);
- }
-
- &::after {
- position: absolute;
- content: close-quote;
- margin-right: hb-calculate-rems(10px);
- }
- }
-
- .hb-testimonial--bottom & {
- padding-bottom: hb-calculate-rems(16px);
- }
-
- // A utility class that can be applied via layout builder to override the text color to black
- .hb-blockquote-black-text & {
- @include hb-global-color('color', 'black');
- }
- }
-
&__author-block {
display: flex;
align-items: center;
@@ -209,6 +142,47 @@
}
}
}
+
+ figure.hb-testimonial__content {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ margin-bottom: 0;
+
+ .hb-testimonial--bottom & {
+ padding-top: hb-calculate-rems(6px);
+ }
+ }
+
+ blockquote.hb-testimonial__quote {
+ width: 100%;
+ margin: 0;
+
+ .hb-dark-pattern .hs-paragraph-style--well &,
+ .hb-dark-pattern .hs-paragraph-style--well-full-width & {
+ @include hb-pairing-color('color', 'secondary');
+ }
+
+ // quote marks around quote
+ .field-hs-testimonial-quote, // paragraph type
+ .views-field .field-content p:first-of-type { // views
+ &::before {
+ position: absolute;
+ content: open-quote;
+ margin-left: hb-calculate-rems(-16px);
+ }
+
+ &::after {
+ position: absolute;
+ content: close-quote;
+ margin-right: hb-calculate-rems(10px);
+ }
+ }
+
+ &.hb-testimonial__quote--bottom {
+ padding-bottom: hb-calculate-rems(16px);
+ }
+ }
}
// When a testimonial is the first paragraph type on a page and the hb-dark-pattern class has been applied via layout builder, add padding to the first testimonial paragraph type to compensate for the quotation mark
diff --git a/docroot/themes/humsci/humsci_basic/src/scss/tools/_mixins.text.scss b/docroot/themes/humsci/humsci_basic/src/scss/tools/_mixins.text.scss
index df6a6657e3..612b567ace 100644
--- a/docroot/themes/humsci/humsci_basic/src/scss/tools/_mixins.text.scss
+++ b/docroot/themes/humsci/humsci_basic/src/scss/tools/_mixins.text.scss
@@ -200,7 +200,6 @@
}
@mixin hb-blockquote {
- @include hb-quote-wrapper;
@include hb-pairing-color('color', 'secondary');
font-size: hb-calculate-rems(24px);
font-weight: hb-theme-font-weight(regular);
@@ -225,27 +224,33 @@
@include hb-global-color('color', 'black');
}
- > p,
- > div {
- margin: 0;
-
- &::before {
- position: absolute;
- content: open-quote;
- margin-left: hb-calculate-rems(-16px);
- }
-
- &::after {
- position: absolute;
- content: close-quote;
- margin-right: hb-calculate-rems(10px);
- }
- }
-
.hb-dark-pattern &,
.hb-dark-inversion .views-element-container & {
@include hb-global-color('color', 'white');
}
+
+ // Don't apply these rules to blockquotes in testimonials, the structure is not the same and need
+ // a different implementation.
+ &:not(.hb-testimonial__quote) {
+ @include hb-quote-wrapper;
+
+ > p,
+ > div {
+ margin: 0;
+
+ &::before {
+ position: absolute;
+ content: open-quote;
+ margin-left: hb-calculate-rems(-16px);
+ }
+
+ &::after {
+ position: absolute;
+ content: close-quote;
+ margin-right: hb-calculate-rems(10px);
+ }
+ }
+ }
}
@mixin hb-field-label {
diff --git a/docroot/themes/humsci/humsci_basic/templates/components/global-footer.html.twig b/docroot/themes/humsci/humsci_basic/templates/components/global-footer.html.twig
index 5646631848..cc7a461411 100644
--- a/docroot/themes/humsci/humsci_basic/templates/components/global-footer.html.twig
+++ b/docroot/themes/humsci/humsci_basic/templates/components/global-footer.html.twig
@@ -15,7 +15,7 @@
{%- set template_path_logo = "/themes/humsci/humsci_basic/templates/components/logo.html.twig" -%}
{%- endif %}
-