diff --git a/.circleci/config.yml b/.circleci/config.yml index 659858094f..2217032fa5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,10 +36,10 @@ defaults: &defaults restore_cache: &restore_cache # We use the composer.lock as a way to determine if we can cache our build. keys: - - v13-dependencies-{{ checksum "composer.json" }}-{{ checksum "composer.lock" }} - - v13-dependencies-{{ checksum "composer.json" }}- + - cache-{{ .Environment.CACHE_VERSION }}-{{ checksum "composer.json" }}-{{ checksum "composer.lock" }} + - cache-{{ .Environment.CACHE_VERSION }}-{{ checksum "composer.json" }}- # fallback to using the latest cache if no exact match is found - - v13-dependencies- + - cache-{{ .Environment.CACHE_VERSION }}- ## Defines the cache saving mechanism. save_cache: &save_cache @@ -49,7 +49,8 @@ save_cache: &save_cache - ./docroot/core - ./docroot/modules/contrib - ./docroot/modules/custom - key: v13-dependencies-{{ checksum "composer.json" }}-{{ checksum "composer.lock" }} + - ./docroot/themes/contrib + key: cache-{{ .Environment.CACHE_VERSION }}-{{ checksum "composer.json" }}-{{ checksum "composer.lock" }} disable_telemetry: &disable_telemetry run: diff --git a/blt/blt.yml b/blt/blt.yml index 6e21f0fd9d..ba4038a692 100644 --- a/blt/blt.yml +++ b/blt/blt.yml @@ -93,33 +93,25 @@ multisites: - datasciencemajor - default - dennylab - - dfetter2022__humsci - dfetter__humsci - dlcl - dsresearch - - dsresearch2022 - duboislab - - duboislab2022 - ealc - economics - em1060 - english - ethicsinsociety - facultyaffairs_humsci - - facultyaffairs_humsci2021 - feldman - feminist - finance_humsci - francestanford - - francestanford2022 - - gavin_wright2022__humsci - gavin_wright__humsci - gender - globalcurrents - grandtour - gus_humsci - - gus_humsci2021 - - heidi_williams2022__humsci - heidi_williams__humsci - history - hopkinsmarinestation @@ -137,12 +129,9 @@ multisites: - humanbiology - humanexperience - humanitiescore - - humanitiescore2022 - humanrights - impact - insidehs - - insidehs2022 - - insidehs2023 - internationalrelations - iranianstudies - iriss @@ -153,7 +142,6 @@ multisites: - language - linguistics - lowe - - lowe2022 - mathematics - mathematics2023 - mcs @@ -161,7 +149,7 @@ multisites: - mediterraneanstudies - memorylab - morrisoninstitute - - mrc2021 + - mrc - mtl - music - oconnell @@ -172,18 +160,15 @@ multisites: - planning_humsci - politicalscience - popstudies - - popstudies2023 - psychology - ptarmigan - publicpolicy - race - religiousstudies - researchadmin_humsci - - researchadmin_humsci2022 - scl - sgs - shenlab - - shenlab2022 - sitp - siw - sociology diff --git a/composer.json b/composer.json index 5c199471cd..20b1eea10b 100644 --- a/composer.json +++ b/composer.json @@ -38,95 +38,19 @@ "composer/installers": "^1.2.0" } } - }, - { - "type": "package", - "package": { - "name": "ckeditor-plugin/a11ychecker", - "version": "1.1.1", - "type": "drupal-library", - "dist": { - "url": "https://download.ckeditor.com/a11ychecker/releases/a11ychecker_1.1.1.zip", - "type": "zip" - }, - "require": { - "composer/installers": "~1.0" - } - } - }, - { - "type": "package", - "package": { - "name": "ckeditor-plugin/balloonpanel", - "version": "4.14.0", - "type": "drupal-library", - "dist": { - "url": "https://download.ckeditor.com/balloonpanel/releases/balloonpanel_4.14.0.zip", - "type": "zip" - }, - "require": { - "composer/installers": "~1.0" - } - } - }, - { - "type": "package", - "package": { - "name": "ckeditor-plugin/link", - "version": "4.14.0", - "type": "drupal-library", - "dist": { - "url": "https://download.ckeditor.com/link/releases/link_4.14.0.zip", - "type": "zip" - }, - "require": { - "composer/installers": "~1.0" - } - } - }, - { - "type": "package", - "package": { - "name": "ckeditor-plugin/fakeobjects", - "version": "4.14.0", - "type": "drupal-library", - "dist": { - "url": "https://download.ckeditor.com/fakeobjects/releases/fakeobjects_4.14.0.zip", - "type": "zip" - }, - "require": { - "composer/installers": "~1.0" - } - } - }, - { - "type": "package", - "package": { - "name": "ckeditor-plugin/liststyle", - "version": "4.14.0", - "type": "drupal-library", - "dist": { - "url": "https://download.ckeditor.com/liststyle/releases/liststyle_4.14.0.zip", - "type": "zip" - }, - "require": { - "composer/installers": "~1.0" - } - } } ], "require": { "php": ">=8.0", "acquia/blt": "^13.5", "acquia/blt-multisite": "^1.0", - "ckeditor-plugin/liststyle": "4.14.0", "composer/installers": "^1.9", "cweagans/composer-patches": "^1.7", "dinbror/blazy": "^1.8", "drupal/acquia_connector": "^4.0", "drupal/acquia_purge": "^1.2", "drupal/address": "^1.9", - "drupal/addtocal": "^2.0", + "drupal/addtocal": "^3.0", "drupal/admin_login_path": "^2.0", "drupal/admin_toolbar": "^3.0", "drupal/allowed_formats": "^2.0", @@ -142,8 +66,7 @@ "drupal/bricks": "^2.1@alpha", "drupal/cancel_button": "^1.1", "drupal/chosen": "^4.0", - "drupal/ckeditor_blockimagepaste": "^1.4", - "drupal/ckeditor_liststyle": "^1.4", + "drupal/color": "^1.0", "drupal/color_field": "^3.0", "drupal/colorbox": "^2.0", "drupal/components": "^3.0", @@ -155,7 +78,7 @@ "drupal/config_split": "^1.0", "drupal/config_update": "^2.0@alpha", "drupal/confirm_leave": "^1.0@beta", - "drupal/content_access": "^1.0@alpha", + "drupal/content_access": "^2.0", "drupal/core": "^9.4.5", "drupal/core-composer-scaffold": "^9", "drupal/core-recommended": "^9", @@ -165,20 +88,20 @@ "drupal/domain_registration": "^1.6", "drupal/draggableviews": "^2.0", "drupal/ds": "^3.9", - "drupal/eck": "^1.0@beta", + "drupal/eck": "^2.0", "drupal/editor_advanced_link": "^2.0", "drupal/editoria11y": "^2.0", "drupal/embed": "^1.4", "drupal/empty_fields": "^1.0@beta", "drupal/encrypt": "^3.0", "drupal/entity_embed": "^1.1", - "drupal/entity_reference_exposed_filters": "^1.0@alpha", + "drupal/entity_reference_exposed_filters": "^2.0@alpha", "drupal/entity_reference_revisions": "^1.3", "drupal/entityqueue": "^1.2", "drupal/environment_indicator": "^4.0", "drupal/extlink": "^1.5", "drupal/fakeobjects": "^1.1", - "drupal/fast_404": "^2.0@alpha", + "drupal/fast_404": "^3.2", "drupal/fast_404_generator": "^1.0", "drupal/field_formatter_class": "^1.4", "drupal/field_group": "^3.1", @@ -206,15 +129,16 @@ "drupal/masquerade": "^2.0@beta", "drupal/mass_pwreset": "^2.0@beta", "drupal/maxlength": "^2.0@RC", + "drupal/media_entity_download": "^2.2", "drupal/memcache": "^2.3", "drupal/menu_admin_per_menu": "^1.3", - "drupal/menu_block": "dev-1.x#17bc5a2094dec85a921fdac6aff0030bfe004744", - "drupal/menu_item_extras": "^2.16", + "drupal/menu_block": "^1.10", + "drupal/menu_item_extras": "^3.0", "drupal/menu_link_attributes": "^1.2", "drupal/menu_link_weight": "^1.0@beta", "drupal/menu_position": "^1.0@beta", "drupal/menu_trail_by_path": "^2.0", - "drupal/metatag": "^1.14", + "drupal/metatag": "^2.0", "drupal/migrate_source_csv": "^3.4", "drupal/mysql56": "^1.1", "drupal/nobots": "^1.0", @@ -240,7 +164,7 @@ "drupal/shield": "^1.4", "drupal/shortcut_menu": "^3.0@beta", "drupal/slick_paragraphs": "^2.0", - "drupal/smart_date": "^3.1", + "drupal/smart_date": "^3.7", "drupal/smart_trim": "^2.0", "drupal/spamspan": "^3.0@beta", "drupal/stage_file_proxy": "^2.0", @@ -259,7 +183,6 @@ "drupal/views_ical": "^1.0@alpha", "drupal/views_infinite_scroll": "^2.0", "drupal/views_taxonomy_term_name_depth": "^7.0", - "drupal/we_megamenu": "^1.13", "drupal/webform": "^6.2@beta", "drupal/webp": "^1.0@beta", "drupal/xmlsitemap": "^1.0", @@ -271,13 +194,11 @@ "sainsburys/guzzle-oauth2-plugin": "^3.0", "simplesamlphp/simplesamlphp": "^1.19", "su-sws/ckeditor5_plugins": "^1.0", - "su-sws/react_paragraphs": "^8.2", "su-sws/stanford_basic": "dev-8.x-2.x#9d6391431de1aefa93c4dfe671e309cef1496d81", "su-sws/stanford_fields": "^8.1", "su-sws/stanford_media": "dev-HSD8-1416 as 8.3.0", "su-sws/stanford_migrate": "^8.4", - "su-sws/stanford_ssp": "^8.1", - "su-sws/stanford_text_editor": "^8.1" + "su-sws/stanford_ssp": "^8.1" }, "require-dev": { "drupal/upgrade_status": "^4.0", @@ -313,9 +234,6 @@ "drupal/bricks": { "https://www.drupal.org/project/bricks/issues/3003176": "https://www.drupal.org/files/issues/2018-09-28/bricks-entity_usage-3003176.patch" }, - "drupal/ckeditor_blockimagepaste": { - "https://www.drupal.org/project/ckeditor_blockimagepaste/issues/3275158": "https://www.drupal.org/files/issues/2022-04-14/block_ms_word_paste.patch" - }, "drupal/config_ignore": { "https://www.drupal.org/project/config_ignore/issues/2857247": "https://www.drupal.org/files/issues/2020-01-11/support-for-export-2857247-44.patch", "https://www.drupal.org/project/config_ignore/issues/2865419": "https://www.drupal.org/files/issues/2020-07-20/config_ignore-wildcard_force_import.patch" @@ -340,9 +258,6 @@ "drupal/gin": { "https://www.drupal.org/project/gin/issues/3276752": "https://www.drupal.org/files/issues/2022-12-07/gin-stick-after-ajax-reload-3276752-23.patch" }, - "drupal/fast_404": { - "https://www.drupal.org/project/fast_404/issues/2838359": "https://www.drupal.org/files/issues/2022-06-16/fast_404-honor_redirects-2838359-50.patch" - }, "drupal/field_group": { "https://www.drupal.org/project/field_group/issues/2969051": "https://www.drupal.org/files/issues/2023-04-24/2969051-99.patch", "https://www.drupal.org/project/field_group/issues/2787179": "https://www.drupal.org/files/issues/2023-04-07/2787179-highlight-html5-validation-85.patch" @@ -356,6 +271,9 @@ "drupal/key": { "https://www.drupal.org/project/key/issues/2980072": "patches/contrib/key-encrypt-2980072-4.patch" }, + "drupal/menu_block": { + "https://www.drupal.org/project/menu_block/issues/3271218": "https://www.drupal.org/files/issues/2022-04-29/menu_block_rendered_empty-3271218-17.patch" + }, "drupal/menu_position": { "Clean menu tree": "patches/contrib/menu_postion_rule-edit_route.patch" }, @@ -371,12 +289,15 @@ "drupal/paragraphs": { "https://www.drupal.org/project/paragraphs/issues/2895561": "https://www.drupal.org/files/issues/2021-05-06/paragraphs-2895561-32.patch" }, + "drupal/paragraphs_browser": { + "https://www.drupal.org/project/paragraphs_browser/issues/3381981": "https://www.drupal.org/files/issues/2023-08-22/3381981-sort-by-weight-4.patch" + }, "drupal/path_redirect_import": { "https://www.drupal.org/project/path_redirect_import/issues/3373025": "https://www.drupal.org/files/issues/2023-07-06/path_redirect_import-3373025.patch" }, "drupal/redirect": { "https://www.drupal.org/project/redirect/issues/3057250": "https://www.drupal.org/files/issues/2020-12-14/validation-issue-3057250-29.patch", - "https://www.drupal.org/project/redirect/issues/3018897": "https://www.drupal.org/files/issues/2022-10-20/redirect-n3018897-21.patch" + "https://www.drupal.org/project/redirect/issues/3018897": "https://www.drupal.org/files/issues/2023-09-05/redirect-3018897-22.patch" }, "drupal/simplesamlphp_auth": { "https://www.drupal.org/project/simplesamlphp_auth/issues/2124117": "https://www.drupal.org/files/issues/2020-02-01/2124117-6-reroll-14.patch", @@ -395,10 +316,6 @@ "drupal/views_taxonomy_term_name_depth": { "https://www.drupal.org/project/views_taxonomy_term_name_depth/issues/2877249": "https://git.drupalcode.org/project/views_taxonomy_term_name_depth/-/merge_requests/2.diff" }, - "drupal/we_megamenu": { - "https://www.drupal.org/project/we_megamenu/issues/3253971": "https://git.drupalcode.org/project/we_megamenu/-/merge_requests/6.patch", - "https://www.drupal.org/project/we_megamenu/issues/3055213 & https://www.drupal.org/project/we_megamenu/issues/3274934": "patches/contrib/we_megamenu.patch" - }, "su-sws/stanford_basic": { "D9/10 Update": "patches/contrib/stanford_basic.patch" } diff --git a/composer.lock b/composer.lock index 20aad11079..eee79ad6bf 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "139e3bc9b11c08c74afeb0db4c8d973a", + "content-hash": "b6e4958b8d50c7072a93e491a88e6bda", "packages": [ { "name": "acquia/blt", @@ -370,66 +370,6 @@ }, "time": "2022-11-11T15:34:04+00:00" }, - { - "name": "ckeditor-plugin/a11ychecker", - "version": "1.1.1", - "dist": { - "type": "zip", - "url": "https://download.ckeditor.com/a11ychecker/releases/a11ychecker_1.1.1.zip" - }, - "require": { - "composer/installers": "~1.0" - }, - "type": "drupal-library" - }, - { - "name": "ckeditor-plugin/balloonpanel", - "version": "4.14.0", - "dist": { - "type": "zip", - "url": "https://download.ckeditor.com/balloonpanel/releases/balloonpanel_4.14.0.zip" - }, - "require": { - "composer/installers": "~1.0" - }, - "type": "drupal-library" - }, - { - "name": "ckeditor-plugin/fakeobjects", - "version": "4.14.0", - "dist": { - "type": "zip", - "url": "https://download.ckeditor.com/fakeobjects/releases/fakeobjects_4.14.0.zip" - }, - "require": { - "composer/installers": "~1.0" - }, - "type": "drupal-library" - }, - { - "name": "ckeditor-plugin/link", - "version": "4.14.0", - "dist": { - "type": "zip", - "url": "https://download.ckeditor.com/link/releases/link_4.14.0.zip" - }, - "require": { - "composer/installers": "~1.0" - }, - "type": "drupal-library" - }, - { - "name": "ckeditor-plugin/liststyle", - "version": "4.14.0", - "dist": { - "type": "zip", - "url": "https://download.ckeditor.com/liststyle/releases/liststyle_4.14.0.zip" - }, - "require": { - "composer/installers": "~1.0" - }, - "type": "drupal-library" - }, { "name": "commerceguys/addressing", "version": "v1.4.2", @@ -2123,20 +2063,20 @@ }, { "name": "drupal/addtocal", - "version": "2.0.0-beta4", + "version": "3.0.0-beta1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/addtocal.git", - "reference": "8.x-2.0-beta4" + "reference": "3.0.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/addtocal-8.x-2.0-beta4.zip", - "reference": "8.x-2.0-beta4", - "shasum": "07e3a04418e3d702a30912ec2425b40c23ce740a" + "url": "https://ftp.drupal.org/files/projects/addtocal-3.0.0-beta1.zip", + "reference": "3.0.0-beta1", + "shasum": "35c69044e3e057070bb750cdb04042813e450ae0" }, "require": { - "drupal/core": "^8 || ^9", + "drupal/core": "^8 || ^9 || ^10", "spatie/calendar-links": "^1.7" }, "suggest": { @@ -2145,8 +2085,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0-beta4", - "datestamp": "1648740638", + "version": "3.0.0-beta1", + "datestamp": "1687818186", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." @@ -3466,153 +3406,30 @@ } }, { - "name": "drupal/ckeditor_a11ychecker", - "version": "dev-1.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/ckeditor_a11ychecker.git", - "reference": "a2099d09f362d8b005a53e8f2845858424cac3da" - }, - "require": { - "drupal/ckeditor": "*", - "drupal/ckeditor_balloonpanel": "*", - "drupal/core": "^8 || ^9" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.0+10-dev", - "datestamp": "1591740625", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Mauricio Dinarte (dinarcon)", - "homepage": "https://www.drupal.org/u/dinarcon", - "role": "Maintainer" - }, - { - "name": "Darryl Norris (darol100)", - "homepage": "https://www.drupal.org/u/darol100", - "role": "Maintainer" - }, - { - "name": "edmund.dunn", - "homepage": "https://www.drupal.org/user/3534438" - }, - { - "name": "pifagor", - "homepage": "https://www.drupal.org/user/2375692" - } - ], - "description": "Adds the Accessibility Checker plugin to CKEditor.", - "homepage": "http://drupal.org/project/ckeditor_a11ychecker", - "keywords": [ - "Drupal" - ], - "support": { - "source": "http://cgit.drupalcode.org/ckeditor_a11ychecker", - "issues": "http://drupal.org/project/issues/ckeditor_a11ychecker" - } - }, - { - "name": "drupal/ckeditor_balloonpanel", - "version": "2.0.0-alpha1", + "name": "drupal/color", + "version": "1.0.3", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/ckeditor_balloonpanel.git", - "reference": "2.0.0-alpha1" + "url": "https://git.drupalcode.org/project/color.git", + "reference": "1.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ckeditor_balloonpanel-2.0.0-alpha1.zip", - "reference": "2.0.0-alpha1", - "shasum": "8cca10a4b15fc059c6d2315f1544103b784628f6" + "url": "https://ftp.drupal.org/files/projects/color-1.0.3.zip", + "reference": "1.0.3", + "shasum": "b88ab527bed65b67eec555ee4b17e633c19f3194" }, "require": { - "drupal/ckeditor": "*", - "drupal/core": "^8 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.0.0-alpha1", - "datestamp": "1620155058", - "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Mauricio Dinarte (dinarcon)", - "homepage": "https://www.drupal.org/u/dinarcon", - "role": "Maintainer" - }, - { - "name": "Darryl Norris (darol100)", - "homepage": "https://www.drupal.org/u/darol100", - "role": "Maintainer" - }, - { - "name": "Edmund Dunn (edmund.dunn)", - "homepage": "https://www.drupal.org/u/edmunddunn", - "role": "Maintainer" - }, - { - "name": "pifagor", - "homepage": "https://www.drupal.org/user/2375692" - } - ], - "description": "Adds the Balloon Panel Plugin plugin to CKEditor.", - "homepage": "http://drupal.org/project/ckeditor_balloonpanel", - "keywords": [ - "Drupal" - ], - "support": { - "source": "http://cgit.drupalcode.org/ckeditor_balloonpanel", - "issues": "http://drupal.org/project/issues/ckeditor_balloonpanel" - } - }, - { - "name": "drupal/ckeditor_blockimagepaste", - "version": "1.4.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/ckeditor_blockimagepaste.git", - "reference": "8.x-1.4" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ckeditor_blockimagepaste-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "bdcfc77bfc7bf3af0a17898e7633a3e209fd50b2" + "drupal/core": "^9.4 || ^10" }, - "require": { - "drupal/ckeditor": "*", - "drupal/core": "^8 || ^9" + "require-dev": { + "drupal/bartik": "^1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1608640688", + "version": "1.0.3", + "datestamp": "1663234622", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3625,74 +3442,18 @@ ], "authors": [ { - "name": "askibinski", - "homepage": "https://www.drupal.org/user/248999" + "name": "andypost", + "homepage": "https://www.drupal.org/user/118908" }, { - "name": "seanB", - "homepage": "https://www.drupal.org/user/545912" - } - ], - "description": "Adds a plugin which blocks image pasting.", - "homepage": "https://www.drupal.org/project/ckeditor_blockimagepaste", - "support": { - "source": "https://git.drupalcode.org/project/ckeditor_blockimagepaste" - } - }, - { - "name": "drupal/ckeditor_liststyle", - "version": "1.5.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/ckeditor_liststyle.git", - "reference": "8.x-1.5" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ckeditor_liststyle-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "1a98245d21d61352b8cf6ae855de568cb90185d7" - }, - "require": { - "drupal/ckeditor": "*", - "drupal/core": "^8 || ^9 || ^10" - }, - "suggest": { - "ckeditor/liststyle": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.5", - "datestamp": "1691902607", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Osman Gormus", - "homepage": "https://www.drupal.org/u/osman", - "role": "Maintainer" + "name": "kostyashupenko", + "homepage": "https://www.drupal.org/user/3281537" } ], - "description": "This plugin adds numbered list and ordered list properties dialogs (available in context menu) in CKEditor.", - "homepage": "http://drupal.org/project/ckeditor_liststyle", - "keywords": [ - "Drupal", - "ckeditor", - "list", - "list-style" - ], + "description": "Allows users to change the color scheme of compatible themes", + "homepage": "https://www.drupal.org/project/color", "support": { - "source": "https://git.drupalcode.org/project/ckeditor_liststyle", - "issues": "https://www.drupal.org/project/issues/ckeditor_liststyle" + "source": "https://git.drupalcode.org/project/color" } }, { @@ -4425,29 +4186,29 @@ }, { "name": "drupal/content_access", - "version": "1.0.0-alpha4", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/content_access.git", - "reference": "8.x-1.0-alpha4" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/content_access-8.x-1.0-alpha4.zip", - "reference": "8.x-1.0-alpha4", - "shasum": "4ccaeb432d39de2649ea5602b15429633b6385cc" + "url": "https://ftp.drupal.org/files/projects/content_access-2.0.0.zip", + "reference": "2.0.0", + "shasum": "01be4c9612d31b77f6117297b0bacaf78aeffd81" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.4 || ^10" }, "require-dev": { - "drupal/acl": "~1.0" + "drupal/acl": "~1.0 || ~2.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha4", - "datestamp": "1654070349", + "version": "2.0.0", + "datestamp": "1694005977", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -4466,6 +4227,10 @@ { "name": "gisle", "homepage": "https://www.drupal.org/user/409554" + }, + { + "name": "Steven Jones", + "homepage": "https://www.drupal.org/user/99644" } ], "description": "Provides flexible content access control.", @@ -5569,35 +5334,35 @@ }, { "name": "drupal/eck", - "version": "1.0.0-beta2", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/eck.git", - "reference": "8.x-1.0-beta2" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/eck-8.x-1.0-beta2.zip", - "reference": "8.x-1.0-beta2", - "shasum": "6c671eef0fc89cc48cee70666548871e6321ec6e" + "url": "https://ftp.drupal.org/files/projects/eck-2.0.0.zip", + "reference": "2.0.0", + "shasum": "e1969212f4ce209e84d500a45133f0fe1b093795" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.4 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-beta2", - "datestamp": "1591283484", + "version": "2.0.0", + "datestamp": "1683908568", "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -6050,26 +5815,26 @@ }, { "name": "drupal/entity_reference_exposed_filters", - "version": "1.0.0-alpha3", + "version": "2.0.0-alpha1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_reference_exposed_filters.git", - "reference": "8.x-1.0-alpha3" + "reference": "2.0.0-alpha1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_reference_exposed_filters-8.x-1.0-alpha3.zip", - "reference": "8.x-1.0-alpha3", - "shasum": "18aa6f735137deb3e8afe15ce136c6a4ee39152b" + "url": "https://ftp.drupal.org/files/projects/entity_reference_exposed_filters-2.0.0-alpha1.zip", + "reference": "2.0.0-alpha1", + "shasum": "64d162662f6d0782bb870ff56ffe2b155fea414c" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha3", - "datestamp": "1598545274", + "version": "2.0.0-alpha1", + "datestamp": "1683541317", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -6279,17 +6044,17 @@ }, { "name": "drupal/environment_indicator", - "version": "4.0.14", + "version": "4.0.15", "source": { "type": "git", "url": "https://git.drupalcode.org/project/environment_indicator.git", - "reference": "4.0.14" + "reference": "4.0.15" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/environment_indicator-4.0.14.zip", - "reference": "4.0.14", - "shasum": "ff4fe11fcd5fa08b7ba7a451302cf93e5f68449c" + "url": "https://ftp.drupal.org/files/projects/environment_indicator-4.0.15.zip", + "reference": "4.0.15", + "shasum": "0db0591160af483a3c069aac955bed9e5eced252" }, "require": { "drupal/core": "^9.2 || ^10" @@ -6297,8 +6062,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.14", - "datestamp": "1674120945", + "version": "4.0.15", + "datestamp": "1693578336", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6314,6 +6079,10 @@ "name": "e0ipso", "homepage": "https://www.drupal.org/user/550110" }, + { + "name": "isholgueras", + "homepage": "https://www.drupal.org/user/733162" + }, { "name": "mrfelton", "homepage": "https://www.drupal.org/user/305669" @@ -6495,10 +6264,10 @@ }, { "name": "drupal/fast404", - "version": "2.0.0-alpha7", + "version": "3.2.0", "require": { "drupal/core": "^8.8 || ^9 || ^10", - "drupal/fast_404": "^2" + "drupal/fast_404": "^3" }, "require-dev": { "drupal/redirect": "^1.3.0" @@ -6506,11 +6275,11 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-2.0-alpha7", - "datestamp": "1685469221", + "version": "8.x-3.2", + "datestamp": "1692381474", "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -6560,17 +6329,17 @@ }, { "name": "drupal/fast_404", - "version": "2.0.0-alpha7", + "version": "3.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/fast_404.git", - "reference": "8.x-2.0-alpha7" + "reference": "8.x-3.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/fast_404-8.x-2.0-alpha7.zip", - "reference": "8.x-2.0-alpha7", - "shasum": "3f3f1e753c7f9cd6b4b3558f6f630e50455363ed" + "url": "https://ftp.drupal.org/files/projects/fast_404-8.x-3.2.zip", + "reference": "8.x-3.2", + "shasum": "70ebac9602da076547fc51827831fd395a4bcd6f" }, "require": { "drupal/core": "^8.8 || ^9 || ^10" @@ -6581,11 +6350,11 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0-alpha7", - "datestamp": "1685469221", + "version": "8.x-3.2", + "datestamp": "1692381474", "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -7080,17 +6849,17 @@ }, { "name": "drupal/gin", - "version": "3.0.0-rc5", + "version": "3.0.0-rc6", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin.git", - "reference": "8.x-3.0-rc5" + "reference": "8.x-3.0-rc6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc5.zip", - "reference": "8.x-3.0-rc5", - "shasum": "81010b540822f0cfc114fd0548e4e27e56b6dc1c" + "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc6.zip", + "reference": "8.x-3.0-rc6", + "shasum": "45d1939be11592cff64e0e3fe4e17553e754175a" }, "require": { "drupal/core": "^9 || ^10", @@ -7099,8 +6868,8 @@ "type": "drupal-theme", "extra": { "drupal": { - "version": "8.x-3.0-rc5", - "datestamp": "1689504430", + "version": "8.x-3.0-rc6", + "datestamp": "1693299666", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -8797,6 +8566,62 @@ "issues": "https://www.drupal.org/project/issues/maxlength" } }, + { + "name": "drupal/media_entity_download", + "version": "2.2.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/media_entity_download.git", + "reference": "8.x-2.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/media_entity_download-8.x-2.2.zip", + "reference": "8.x-2.2", + "shasum": "5d141a250c0e57688ae7e3d35726e01874f0ce03" + }, + "require": { + "drupal/core": "^9 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.2", + "datestamp": "1680549623", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "kevinquillen", + "homepage": "https://www.drupal.org/user/317279" + }, + { + "name": "webflo", + "homepage": "https://www.drupal.org/user/254778" + } + ], + "description": "This module provides a route for linking to media assets by URI for users to download without worrying about the actual file path.", + "homepage": "https://www.drupal.org/project/media_entity_download", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/media_entity_download", + "issues": "https://www.drupal.org/project/issues/media_entity_download" + } + }, { "name": "drupal/memcache", "version": "2.5.0", @@ -8931,26 +8756,29 @@ }, { "name": "drupal/menu_block", - "version": "dev-1.x", + "version": "1.10.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/menu_block.git", - "reference": "17bc5a2094dec85a921fdac6aff0030bfe004744" + "reference": "8.x-1.10" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/menu_block-8.x-1.10.zip", + "reference": "8.x-1.10", + "shasum": "97de632d77448ae0a974e20c2ffbe42c7ddd4633" }, "require": { "drupal/core": "^9.1 || ^10" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.9+1-dev", - "datestamp": "1667434044", + "version": "8.x-1.10", + "datestamp": "1667434255", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -8992,29 +8820,26 @@ }, { "name": "drupal/menu_item_extras", - "version": "2.19.0", + "version": "3.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/menu_item_extras.git", - "reference": "8.x-2.19" + "reference": "3.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/menu_item_extras-8.x-2.19.zip", - "reference": "8.x-2.19", - "shasum": "4b3f6c1db6f6678438aebddea42f6101ae43bccb" + "url": "https://ftp.drupal.org/files/projects/menu_item_extras-3.0.2.zip", + "reference": "3.0.2", + "shasum": "e9a86d3e703f480f93992237c5cc6e5a88671106" }, "require": { - "drupal/core": "^9.4 || ^10.0" - }, - "require-dev": { - "drupal/ckeditor": "*" + "drupal/core": "^9.4 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.19", - "datestamp": "1671971153", + "version": "3.0.2", + "datestamp": "1685006505", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9317,21 +9142,22 @@ }, { "name": "drupal/metatag", - "version": "1.26.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/metatag.git", - "reference": "8.x-1.26" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.26.zip", - "reference": "8.x-1.26", - "shasum": "afa4a37422748baa2f0c35b13961438668ef3be8" + "url": "https://ftp.drupal.org/files/projects/metatag-2.0.0.zip", + "reference": "2.0.0", + "shasum": "2966c854d982b7069b1c0111519427990ebbad40" }, "require": { - "drupal/core": "^9.3 || ^10", - "drupal/token": "^1.0" + "drupal/core": "^9.4 || ^10", + "drupal/token": "^1.0", + "php": ">=8.0" }, "require-dev": { "drupal/devel": "^4.0 || ^5.0", @@ -9339,7 +9165,6 @@ "drupal/metatag_dc": "*", "drupal/metatag_open_graph": "*", "drupal/page_manager": "^4.0", - "drupal/panelizer": "^4.0", "drupal/redirect": "^1.0", "drupal/webprofiler": "^9 || ^10", "mpyw/phpunit-patch-serializable-comparison": "*" @@ -9347,8 +9172,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.26", - "datestamp": "1687856123", + "version": "2.0.0", + "datestamp": "1692368265", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9916,17 +9741,17 @@ }, { "name": "drupal/paragraphs", - "version": "1.15.0", + "version": "1.16.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/paragraphs.git", - "reference": "8.x-1.15" + "reference": "8.x-1.16" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.15.zip", - "reference": "8.x-1.15", - "shasum": "2ed2d3199553010fa1c500181bbebe676e9e60c1" + "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.16.zip", + "reference": "8.x-1.16", + "shasum": "48f60810fd8086a52d56e84af8b212cce7a270e8" }, "require": { "drupal/core": "^9.3 || ^10", @@ -9950,8 +9775,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.15", - "datestamp": "1661440897", + "version": "8.x-1.16", + "datestamp": "1694007797", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10706,17 +10531,17 @@ }, { "name": "drupal/redirect", - "version": "1.8.0", + "version": "1.9.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/redirect.git", - "reference": "8.x-1.8" + "reference": "8.x-1.9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.8.zip", - "reference": "8.x-1.8", - "shasum": "a7a440423434472ff7115ae69df01553f763f839" + "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.9.zip", + "reference": "8.x-1.9", + "shasum": "2987de20f509e9f7cec8a0f81d3a6774f9b0ba3e" }, "require": { "drupal/core": "^9.2 || ^10" @@ -10724,8 +10549,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.8", - "datestamp": "1661806955", + "version": "8.x-1.9", + "datestamp": "1693393506", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11960,10 +11785,10 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/ui_patterns_field_variants.git", - "reference": "452b7c43010f3b4845af76c4fecee5c61ffcd777" + "reference": "6e8a9408aea930ec1b2027dd941c7edce61055ba" }, "require": { - "drupal/core": "^8 || ^9", + "drupal/core": "^8 || ^9 || ^10", "drupal/ui_patterns": "~1.1" }, "type": "drupal-module", @@ -11973,7 +11798,7 @@ }, "drupal": { "version": "8.x-1.x-dev", - "datestamp": "1562623981", + "datestamp": "1692829724", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -12795,68 +12620,6 @@ "source": "https://git.drupalcode.org/project/views_taxonomy_term_name_depth" } }, - { - "name": "drupal/we_megamenu", - "version": "1.15.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/we_megamenu.git", - "reference": "8.x-1.15" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/we_megamenu-8.x-1.15.zip", - "reference": "8.x-1.15", - "shasum": "2e7f9df8773d8d57be9c7aa5f5ec0acfaef1b267" - }, - "require": { - "drupal/core": "^9.4 || ^10" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.15", - "datestamp": "1692162019", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Hai Nguyen Ngoc (HaiNN)", - "homepage": "https://www.drupal.org/u/hainn", - "role": "Maintainer" - }, - { - "name": "Hai Nguyen", - "homepage": "https://www.drupal.org/user/1229130" - }, - { - "name": "nghianguyen", - "homepage": "https://www.drupal.org/user/3116893" - }, - { - "name": "ThongLe", - "homepage": "https://www.drupal.org/user/3745891" - }, - { - "name": "WeebPal", - "homepage": "https://www.drupal.org/user/1861072" - } - ], - "description": "This powerful Drupal module helps you create custom menu, video and Drupal Blocks.", - "homepage": "https://www.drupal.org/project/we_megamenu", - "support": { - "source": "https://git.drupalcode.org/project/we_megamenu", - "issues": "https://www.drupal.org/project/issues/we_megamenu" - } - }, { "name": "drupal/webform", "version": "6.2.0-beta6", @@ -13652,16 +13415,16 @@ }, { "name": "fileeye/mimemap", - "version": "2.0.1", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/FileEye/MimeMap.git", - "reference": "58fbd11312a8f69e0824a640b86b33a9d096fe7f" + "reference": "befb9f1ee77dbf6b74a2c578874e128c9a5c1a2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FileEye/MimeMap/zipball/58fbd11312a8f69e0824a640b86b33a9d096fe7f", - "reference": "58fbd11312a8f69e0824a640b86b33a9d096fe7f", + "url": "https://api.github.com/repos/FileEye/MimeMap/zipball/befb9f1ee77dbf6b74a2c578874e128c9a5c1a2d", + "reference": "befb9f1ee77dbf6b74a2c578874e128c9a5c1a2d", "shasum": "" }, "require": { @@ -13670,7 +13433,7 @@ "require-dev": { "composer-runtime-api": "^2.0.0", "phpstan/phpstan": "^1.2", - "phpunit/phpunit": "^9", + "phpunit/phpunit": "^9 | ^10", "sebastian/comparator": ">=4", "sebastian/diff": ">=4", "squizlabs/php_codesniffer": ">=3.6", @@ -13678,7 +13441,7 @@ "symfony/filesystem": ">=5.4", "symfony/var-dumper": ">=5.4", "symfony/yaml": ">=5.4", - "vimeo/psalm": "^4.23" + "vimeo/psalm": "^4.23 | ^5" }, "bin": [ "bin/fileeye-mimemap" @@ -13708,9 +13471,9 @@ ], "support": { "issues": "https://github.com/FileEye/MimeMap/issues", - "source": "https://github.com/FileEye/MimeMap/tree/2.0.1" + "source": "https://github.com/FileEye/MimeMap/tree/2.0.2" }, - "time": "2023-02-11T19:58:58+00:00" + "time": "2023-08-29T16:20:26+00:00" }, { "name": "fileeye/pel", @@ -15858,16 +15621,16 @@ }, { "name": "phpmailer/phpmailer", - "version": "v6.8.0", + "version": "v6.8.1", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "df16b615e371d81fb79e506277faea67a1be18f1" + "reference": "e88da8d679acc3824ff231fdc553565b802ac016" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/df16b615e371d81fb79e506277faea67a1be18f1", - "reference": "df16b615e371d81fb79e506277faea67a1be18f1", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e88da8d679acc3824ff231fdc553565b802ac016", + "reference": "e88da8d679acc3824ff231fdc553565b802ac016", "shasum": "" }, "require": { @@ -15877,13 +15640,13 @@ "php": ">=5.5.0" }, "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", + "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "doctrine/annotations": "^1.2.6 || ^1.13.3", "php-parallel-lint/php-console-highlighter": "^1.0.0", "php-parallel-lint/php-parallel-lint": "^1.3.2", "phpcompatibility/php-compatibility": "^9.3.5", "roave/security-advisories": "dev-latest", - "squizlabs/php_codesniffer": "^3.7.1", + "squizlabs/php_codesniffer": "^3.7.2", "yoast/phpunit-polyfills": "^1.0.4" }, "suggest": { @@ -15926,7 +15689,7 @@ "description": "PHPMailer is a full-featured email creation and transfer class for PHP", "support": { "issues": "https://github.com/PHPMailer/PHPMailer/issues", - "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.8.0" + "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.8.1" }, "funding": [ { @@ -15934,7 +15697,7 @@ "type": "github" } ], - "time": "2023-03-06T14:43:22+00:00" + "time": "2023-08-29T08:26:30+00:00" }, { "name": "politsin/jquery-ui-touch-punch", @@ -18030,6 +17793,7 @@ "issues": "https://github.com/tvdijen/simplesamlphp-module-sanitycheck/issues", "source": "https://github.com/tvdijen/simplesamlphp-module-sanitycheck" }, + "abandoned": true, "time": "2020-05-07T11:34:29+00:00" }, { @@ -18439,41 +18203,6 @@ }, "time": "2023-07-25T20:42:36+00:00" }, - { - "name": "su-sws/react_paragraphs", - "version": "8.2.16", - "source": { - "type": "git", - "url": "https://github.com/SU-SWS/react_paragraphs.git", - "reference": "9fa110d0bd695c60e3989e16b1f5e0fcc0acbfdd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/SU-SWS/react_paragraphs/zipball/9fa110d0bd695c60e3989e16b1f5e0fcc0acbfdd", - "reference": "9fa110d0bd695c60e3989e16b1f5e0fcc0acbfdd", - "shasum": "" - }, - "require": { - "drupal/core": "^9.0 || ^10.0", - "drupal/paragraphs": "^1.1" - }, - "type": "drupal-custom-module", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Mike Decker", - "email": "pookmish@gmail.com" - } - ], - "description": "An advanced UI for editing paragraphs in Drupal.", - "support": { - "source": "https://github.com/SU-SWS/react_paragraphs/tree/8.2.16" - }, - "time": "2023-06-12T21:57:47+00:00" - }, { "name": "su-sws/stanford_basic", "version": "dev-8.x-2.x", @@ -18599,16 +18328,16 @@ }, { "name": "su-sws/stanford_migrate", - "version": "8.4.4", + "version": "8.5.1", "source": { "type": "git", "url": "https://github.com/SU-SWS/stanford_migrate.git", - "reference": "09583061355223785d92f92a566b3e162b82a086" + "reference": "c57696b81f27b57989d91cb276690dd288786f05" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SU-SWS/stanford_migrate/zipball/09583061355223785d92f92a566b3e162b82a086", - "reference": "09583061355223785d92f92a566b3e162b82a086", + "url": "https://api.github.com/repos/SU-SWS/stanford_migrate/zipball/c57696b81f27b57989d91cb276690dd288786f05", + "reference": "c57696b81f27b57989d91cb276690dd288786f05", "shasum": "" }, "require": { @@ -18649,9 +18378,9 @@ "homepage": "https://github.com/SU-SWS/stanford_migrate", "support": { "issues": "https://github.com/SU-SWS/stanford_migrate/issues", - "source": "https://github.com/SU-SWS/stanford_migrate/tree/8.4.4" + "source": "https://github.com/SU-SWS/stanford_migrate/tree/8.5.1" }, - "time": "2023-07-28T22:42:35+00:00" + "time": "2023-08-25T18:35:52+00:00" }, { "name": "su-sws/stanford_ssp", @@ -18695,50 +18424,6 @@ }, "time": "2023-07-17T20:18:17+00:00" }, - { - "name": "su-sws/stanford_text_editor", - "version": "8.1.14", - "source": { - "type": "git", - "url": "https://github.com/SU-SWS/stanford_text_editor.git", - "reference": "d8220b5eabbe49648e9fc91c3323091564778848" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/SU-SWS/stanford_text_editor/zipball/d8220b5eabbe49648e9fc91c3323091564778848", - "reference": "d8220b5eabbe49648e9fc91c3323091564778848", - "shasum": "" - }, - "require": { - "ckeditor-plugin/a11ychecker": "^1.1.1", - "ckeditor-plugin/balloonpanel": "^4.14.0", - "ckeditor-plugin/fakeobjects": "^4.14.0", - "ckeditor-plugin/link": "^4.14.0", - "composer/installers": "^1.2", - "drupal/anchor_link": "^2.2", - "drupal/ckeditor_a11ychecker": "^1.0", - "drupal/core": "^8.8 || ^9.0", - "su-sws/stanford_media": "^8.3" - }, - "type": "drupal-custom-module", - "extra": { - "patches": { - "drupal/anchor_link": { - "https://www.drupal.org/project/anchor_link/issues/2958532": "https://www.drupal.org/files/issues/2019-01-11/anchor_link-linkit-support_2958532.patch" - } - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "description": "Input format and WYSIWYG settings for Drupal.", - "support": { - "issues": "https://github.com/SU-SWS/stanford_text_editor/issues", - "source": "https://github.com/SU-SWS/stanford_text_editor/tree/8.1.14" - }, - "time": "2022-07-08T21:15:58+00:00" - }, { "name": "symfony-cmf/routing", "version": "2.3.4", @@ -18804,16 +18489,16 @@ }, { "name": "symfony/cache", - "version": "v5.4.25", + "version": "v5.4.28", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "e2013521c0f07473ae69a01fce0af78fc3ec0f23" + "reference": "62b7ae3bccc5b474a30fadc7ef6bbc362007d3f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/e2013521c0f07473ae69a01fce0af78fc3ec0f23", - "reference": "e2013521c0f07473ae69a01fce0af78fc3ec0f23", + "url": "https://api.github.com/repos/symfony/cache/zipball/62b7ae3bccc5b474a30fadc7ef6bbc362007d3f9", + "reference": "62b7ae3bccc5b474a30fadc7ef6bbc362007d3f9", "shasum": "" }, "require": { @@ -18881,7 +18566,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v5.4.25" + "source": "https://github.com/symfony/cache/tree/v5.4.28" }, "funding": [ { @@ -18897,7 +18582,7 @@ "type": "tidelift" } ], - "time": "2023-06-22T08:06:06+00:00" + "time": "2023-08-05T08:32:42+00:00" }, { "name": "symfony/cache-contracts", @@ -20370,16 +20055,16 @@ }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "511a08c03c1960e08a883f4cffcacd219b758354" + "reference": "875e90aeea2777b6f135677f618529449334a612" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", - "reference": "511a08c03c1960e08a883f4cffcacd219b758354", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612", + "reference": "875e90aeea2777b6f135677f618529449334a612", "shasum": "" }, "require": { @@ -20391,7 +20076,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -20431,7 +20116,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0" }, "funding": [ { @@ -20447,7 +20132,7 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-intl-idn", @@ -20705,16 +20390,16 @@ }, { "name": "symfony/polyfill-php72", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "869329b1e9894268a8a61dabb69153029b7a8c97" + "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97", - "reference": "869329b1e9894268a8a61dabb69153029b7a8c97", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179", + "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179", "shasum": "" }, "require": { @@ -20723,7 +20408,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -20761,7 +20446,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.28.0" }, "funding": [ { @@ -20777,20 +20462,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" + "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", - "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5", + "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5", "shasum": "" }, "require": { @@ -20799,7 +20484,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -20840,7 +20525,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0" }, "funding": [ { @@ -20856,7 +20541,7 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-php80", @@ -20943,16 +20628,16 @@ }, { "name": "symfony/polyfill-php81", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a" + "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a", - "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b", + "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b", "shasum": "" }, "require": { @@ -20961,7 +20646,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -21002,7 +20687,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0" }, "funding": [ { @@ -21018,7 +20703,7 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/process", @@ -21914,16 +21599,16 @@ }, { "name": "symfony/var-dumper", - "version": "v5.4.26", + "version": "v5.4.28", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "e706c99b4a6f4d9383b52b80dd8c74880501e314" + "reference": "684b36ff415e1381d4a943c3ca2502cd2debad73" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e706c99b4a6f4d9383b52b80dd8c74880501e314", - "reference": "e706c99b4a6f4d9383b52b80dd8c74880501e314", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/684b36ff415e1381d4a943c3ca2502cd2debad73", + "reference": "684b36ff415e1381d4a943c3ca2502cd2debad73", "shasum": "" }, "require": { @@ -21983,7 +21668,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.26" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.28" }, "funding": [ { @@ -21999,7 +21684,7 @@ "type": "tidelift" } ], - "time": "2023-07-13T07:32:46+00:00" + "time": "2023-08-24T13:38:36+00:00" }, { "name": "symfony/var-exporter", @@ -23212,16 +22897,16 @@ }, { "name": "composer/ca-bundle", - "version": "1.3.6", + "version": "1.3.7", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "90d087e988ff194065333d16bc5cf649872d9cdb" + "reference": "76e46335014860eec1aa5a724799a00a2e47cc85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/90d087e988ff194065333d16bc5cf649872d9cdb", - "reference": "90d087e988ff194065333d16bc5cf649872d9cdb", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/76e46335014860eec1aa5a724799a00a2e47cc85", + "reference": "76e46335014860eec1aa5a724799a00a2e47cc85", "shasum": "" }, "require": { @@ -23268,7 +22953,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.3.6" + "source": "https://github.com/composer/ca-bundle/tree/1.3.7" }, "funding": [ { @@ -23284,7 +22969,7 @@ "type": "tidelift" } ], - "time": "2023-06-06T12:02:59+00:00" + "time": "2023-08-30T09:31:38+00:00" }, { "name": "composer/composer", @@ -25000,21 +24685,22 @@ }, { "name": "mglaman/phpstan-drupal", - "version": "1.1.37", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/mglaman/phpstan-drupal.git", - "reference": "a40fb539b55d47aeabc308d99b3088a40abcff30" + "reference": "d721420086f146640acecebb7a678661a66e97d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/a40fb539b55d47aeabc308d99b3088a40abcff30", - "reference": "a40fb539b55d47aeabc308d99b3088a40abcff30", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/d721420086f146640acecebb7a678661a66e97d5", + "reference": "d721420086f146640acecebb7a678661a66e97d5", "shasum": "" }, "require": { "php": "^7.4 || ^8.0", "phpstan/phpstan": "^1.10.1", + "phpstan/phpstan-deprecation-rules": "^1.1.4", "symfony/finder": "~3.4.5 ||^4.2 || ^5.0 || ^6.0", "symfony/yaml": "~3.4.5 || ^4.2|| ^5.0 || ^6.0", "webflo/drupal-finder": "^1.2" @@ -25025,7 +24711,6 @@ "drupal/core-recommended": "^8.8@alpha || ^9.0", "drush/drush": "^9.6 || ^10.0 || ^11", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^6.5 || ^7.5 || ^8.0 || ^9", "slevomat/coding-standard": "^7.1", @@ -25084,7 +24769,7 @@ "description": "Drupal extension and rules for PHPStan", "support": { "issues": "https://github.com/mglaman/phpstan-drupal/issues", - "source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.37" + "source": "https://github.com/mglaman/phpstan-drupal/tree/1.2.0" }, "funding": [ { @@ -25100,7 +24785,7 @@ "type": "tidelift" } ], - "time": "2023-07-25T14:24:06+00:00" + "time": "2023-08-24T20:32:56+00:00" }, { "name": "mikey179/vfsstream", @@ -25725,16 +25410,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.30", + "version": "1.10.33", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "2910afdd3fe33e5afd71c09f3fb0d0845b48c410" + "reference": "03b1cf9f814ba0863c4e9affea49a4d1ed9a2ed1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2910afdd3fe33e5afd71c09f3fb0d0845b48c410", - "reference": "2910afdd3fe33e5afd71c09f3fb0d0845b48c410", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/03b1cf9f814ba0863c4e9affea49a4d1ed9a2ed1", + "reference": "03b1cf9f814ba0863c4e9affea49a4d1ed9a2ed1", "shasum": "" }, "require": { @@ -25783,7 +25468,7 @@ "type": "tidelift" } ], - "time": "2023-08-22T13:48:25+00:00" + "time": "2023-09-04T12:20:53+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -28046,11 +27731,8 @@ "drupal/config_readonly": 10, "drupal/config_update": 15, "drupal/confirm_leave": 10, - "drupal/content_access": 15, - "drupal/eck": 10, "drupal/empty_fields": 10, "drupal/entity_reference_exposed_filters": 15, - "drupal/fast_404": 15, "drupal/field_validation": 10, "drupal/hook_event_dispatcher": 15, "drupal/linkit": 5, @@ -28058,7 +27740,6 @@ "drupal/masquerade": 10, "drupal/mass_pwreset": 10, "drupal/maxlength": 5, - "drupal/menu_block": 20, "drupal/menu_link_weight": 10, "drupal/menu_position": 10, "drupal/node_revision_delete": 5, diff --git a/config/default/core.extension.yml b/config/default/core.extension.yml index 0b33f2c985..5731ecd7be 100644 --- a/config/default/core.extension.yml +++ b/config/default/core.extension.yml @@ -10,7 +10,6 @@ module: admin_toolbar_tools: 0 allowed_formats: 0 asset_injector: 0 - audio_embed_field: 0 auto_entitylabel: 0 better_exposed_filters: 0 better_normalizers: 0 @@ -20,7 +19,6 @@ module: block_content: 0 block_content_permissions: 0 breakpoint: 0 - bricks: 0 cancel_button: 0 chosen: 0 chosen_lib: 0 @@ -147,7 +145,6 @@ module: layout_builder_component_attributes: 0 layout_builder_modal: 0 layout_discovery: 0 - letsencrypt_challenge: 0 link: 0 linkit: 0 mail_safety: 0 @@ -156,6 +153,7 @@ module: maxlength: 0 media: 0 media_duplicate_validation: 0 + media_entity_download: 0 media_event_dispatcher: 0 media_library: 0 menu_block: 0 @@ -265,8 +263,6 @@ module: hs_admin: 1000 su_humsci_profile: 1000 theme: - stable: 0 - classy: 0 claro: 0 gin: 0 su_humsci_gin_admin: 0 @@ -275,4 +271,5 @@ theme: humsci_basic: 0 humsci_colorful: 0 humsci_traditional: 0 + stable9: 0 profile: su_humsci_profile diff --git a/config/default/eck.eck_entity_type.course_collections.yml b/config/default/eck.eck_entity_type.course_collections.yml index a5b73c3984..ca6b7def80 100644 --- a/config/default/eck.eck_entity_type.course_collections.yml +++ b/config/default/eck.eck_entity_type.course_collections.yml @@ -1,6 +1,6 @@ uuid: 14b682a0-37af-47d9-a384-2a94bd6bc96e langcode: en -status: true +status: false dependencies: { } id: course_collections label: 'Course Collections' diff --git a/config/default/eck.eck_entity_type.event_collections.yml b/config/default/eck.eck_entity_type.event_collections.yml index 8bb3348127..df264bec1e 100644 --- a/config/default/eck.eck_entity_type.event_collections.yml +++ b/config/default/eck.eck_entity_type.event_collections.yml @@ -1,6 +1,6 @@ uuid: 4a7243a2-2792-4cad-8243-9a80645b8483 langcode: en -status: true +status: false dependencies: { } _core: default_config_hash: alpO-KfdmucorAsjGAyjOWW4-8QKpVlvtMbkJaSym7Y diff --git a/config/default/eck.eck_entity_type.importers.yml b/config/default/eck.eck_entity_type.importers.yml index 60168b7136..b212b84ed2 100644 --- a/config/default/eck.eck_entity_type.importers.yml +++ b/config/default/eck.eck_entity_type.importers.yml @@ -1,6 +1,6 @@ uuid: 3534b17c-0911-4a56-9266-93e5ef2c727e langcode: en -status: true +status: false dependencies: { } id: importers label: 'Importer Collections' diff --git a/config/default/eck.eck_entity_type.publications_collections.yml b/config/default/eck.eck_entity_type.publications_collections.yml index 740ee24e9d..37df8af721 100644 --- a/config/default/eck.eck_entity_type.publications_collections.yml +++ b/config/default/eck.eck_entity_type.publications_collections.yml @@ -1,6 +1,6 @@ uuid: 60403f56-4ef0-4080-82aa-bdaec76c0eab langcode: en -status: true +status: false dependencies: { } _core: default_config_hash: y300-6TYpKouDO1W5WE4E7Y-5zAvDdjdID4xmWIu6KM diff --git a/config/default/field.field.paragraph.hs_collection.field_hs_collection_items.yml b/config/default/field.field.paragraph.hs_collection.field_hs_collection_items.yml index b8b983c278..3d3c6a2b56 100644 --- a/config/default/field.field.paragraph.hs_collection.field_hs_collection_items.yml +++ b/config/default/field.field.paragraph.hs_collection.field_hs_collection_items.yml @@ -33,85 +33,85 @@ settings: handler: 'default:paragraph' handler_settings: target_bundles: - hs_gradient_hero_slider: hs_gradient_hero_slider - hs_carousel: hs_carousel - hs_collection: hs_collection - hs_priv_text_area: hs_priv_text_area - hs_row: hs_row hs_callout_box: hs_callout_box hs_clr_bnd: hs_clr_bnd + hs_collection: hs_collection + hs_gradient_hero_slider: hs_gradient_hero_slider hs_gradient_hero: hs_gradient_hero - hs_timeline_item: hs_timeline_item - hs_webform: hs_webform + hs_carousel: hs_carousel stanford_gallery: stanford_gallery hs_priv_collection: hs_priv_collection + hs_priv_text_area: hs_priv_text_area + hs_row: hs_row hs_sptlght_slder: hs_sptlght_slder + hs_timeline_item: hs_timeline_item + hs_webform: hs_webform negate: 1 target_bundles_drag_drop: hs_accordion: - weight: -41 + weight: -44 enabled: false hs_banner: - weight: -38 + weight: -37 enabled: false hs_callout_box: - weight: -27 + weight: -43 enabled: true hs_carousel: - weight: 99 + weight: -38 enabled: true hs_clr_bnd: - weight: -26 + weight: -42 enabled: true hs_collection: - weight: -30 + weight: -41 enabled: true hs_gradient_hero: - weight: -25 + weight: -39 enabled: true hs_gradient_hero_slider: weight: -40 enabled: true hs_hero_image: - weight: -37 + weight: -36 enabled: false hs_postcard: - weight: -36 + weight: -34 enabled: false hs_priv_collection: - weight: 32 + weight: -33 enabled: true hs_priv_text_area: - weight: -29 + weight: -32 enabled: true hs_row: - weight: -28 + weight: -31 enabled: true hs_spotlight: - weight: 99 + weight: -30 enabled: false hs_sptlght_slder: - weight: 37 + weight: -29 enabled: true hs_testimonial: - weight: -34 + weight: -28 enabled: false hs_text_area: - weight: -33 + weight: -45 enabled: false hs_timeline: - weight: -32 + weight: -26 enabled: false hs_timeline_item: - weight: -24 + weight: -27 enabled: true hs_view: - weight: -31 + weight: -25 enabled: false hs_webform: - weight: -23 + weight: -24 enabled: true stanford_gallery: - weight: -22 + weight: -35 enabled: true field_type: entity_reference_revisions diff --git a/config/default/linkit.linkit_profile.default.yml b/config/default/linkit.linkit_profile.default.yml index ecdf72c340..6595a8a430 100644 --- a/config/default/linkit.linkit_profile.default.yml +++ b/config/default/linkit.linkit_profile.default.yml @@ -29,6 +29,6 @@ matchers: bundles: file: file group_by_bundle: false - substitution_type: media + substitution_type: media_download_inline limit: 100 weight: 0 diff --git a/config/default/migrate_plus.migration.hs_localist_individual.yml b/config/default/migrate_plus.migration.hs_localist_individual.yml index 6c2c4fa483..8cd956dfcd 100644 --- a/config/default/migrate_plus.migration.hs_localist_individual.yml +++ b/config/default/migrate_plus.migration.hs_localist_individual.yml @@ -16,7 +16,7 @@ source: request_options: timeout: 60 urls: { } - data_parser_plugin: json + data_parser_plugin: localist_json item_selector: events constants: status: 1 diff --git a/config/default/user.role.anonymous.yml b/config/default/user.role.anonymous.yml index f0a770b37f..06d1ff31d5 100644 --- a/config/default/user.role.anonymous.yml +++ b/config/default/user.role.anonymous.yml @@ -19,7 +19,6 @@ permissions: - 'view any event_collections entities' - 'view any publications_collections entities' - 'view field_hs_accordion_views' - - 'view field_hs_flexible_row_style' - 'view field_hs_hero_overlay_color' - 'view field_hs_text_area_bg_color' - 'view field_media_embeddable_code' @@ -27,7 +26,6 @@ permissions: - 'view media' - 'view own course_collections entities' - 'view own field_hs_accordion_views' - - 'view own field_hs_flexible_row_style' - 'view own field_hs_hero_overlay_color' - 'view own field_media_embeddable_code' - 'view the administration theme' diff --git a/config/default/user.role.authenticated.yml b/config/default/user.role.authenticated.yml index 788d33dc12..f42872d45f 100644 --- a/config/default/user.role.authenticated.yml +++ b/config/default/user.role.authenticated.yml @@ -27,7 +27,6 @@ permissions: - 'view any event_collections entities' - 'view any publications_collections entities' - 'view field_hs_accordion_views' - - 'view field_hs_flexible_row_style' - 'view field_hs_hero_overlay_color' - 'view field_hs_text_area_bg_color' - 'view field_media_embeddable_code' @@ -35,7 +34,6 @@ permissions: - 'view media' - 'view own course_collections entities' - 'view own field_hs_accordion_views' - - 'view own field_hs_flexible_row_style' - 'view own field_hs_hero_overlay_color' - 'view own field_media_embeddable_code' - 'view the administration theme' diff --git a/config/default/user.role.contributor.yml b/config/default/user.role.contributor.yml index 28d4cb71f0..8fd2f133b2 100644 --- a/config/default/user.role.contributor.yml +++ b/config/default/user.role.contributor.yml @@ -48,7 +48,6 @@ permissions: - 'administer main menu items' - 'create embeddable media' - 'create event_collections entities' - - 'create field_hs_flexible_row_style' - 'create field_paragraph_style' - 'create file media' - 'create hs_basic_page content' @@ -85,10 +84,8 @@ permissions: - 'edit any publications_collections entities' - 'edit any video media' - 'edit behavior plugin settings' - - 'edit field_hs_flexible_row_style' - 'edit field_paragraph_style' - 'edit own course_collections entities' - - 'edit own field_hs_flexible_row_style' - 'edit own field_paragraph_style' - 'edit own file media' - 'edit own hs_basic_page content' @@ -121,7 +118,6 @@ permissions: - 'view any course_collections entities' - 'view any event_collections entities' - 'view any publications_collections entities' - - 'view field_hs_flexible_row_style' - 'view field_paragraph_style' - 'view hs_basic_page revisions' - 'view hs_course revisions' @@ -131,7 +127,6 @@ permissions: - 'view hs_person revisions' - 'view hs_publications revisions' - 'view hs_research revisions' - - 'view own field_hs_flexible_row_style' - 'view own field_paragraph_style' - 'view own unpublished content' - 'view own unpublished media' diff --git a/config/default/user.role.intranet_viewer.yml b/config/default/user.role.intranet_viewer.yml index 7395232b9c..816bf4b8ea 100644 --- a/config/default/user.role.intranet_viewer.yml +++ b/config/default/user.role.intranet_viewer.yml @@ -1,7 +1,7 @@ uuid: c3d0e7ba-c576-4abb-a3e1-5d2db98c0892 langcode: en status: true -dependencies: null +dependencies: { } id: intranet_viewer label: 'Intranet Viewer' weight: -6 diff --git a/config/default/user.role.site_manager.yml b/config/default/user.role.site_manager.yml index c8b86898f3..620240a7ca 100644 --- a/config/default/user.role.site_manager.yml +++ b/config/default/user.role.site_manager.yml @@ -76,7 +76,6 @@ permissions: - 'assign site_manager role' - 'create embeddable media' - 'create event_collections entities' - - 'create field_hs_flexible_row_style' - 'create field_paragraph_style' - 'create file media' - 'create hs_basic_block block content' @@ -167,10 +166,8 @@ permissions: - 'edit any publications_collections entities' - 'edit any video media' - 'edit behavior plugin settings' - - 'edit field_hs_flexible_row_style' - 'edit field_paragraph_style' - 'edit own course_collections entities' - - 'edit own field_hs_flexible_row_style' - 'edit own field_paragraph_style' - 'edit own file media' - 'edit own hs_basic_page content' @@ -226,7 +223,6 @@ permissions: - 'view any event_collections entities' - 'view any publications_collections entities' - 'view any unpublished content' - - 'view field_hs_flexible_row_style' - 'view field_paragraph_style' - 'view hs_basic_page revisions' - 'view hs_course revisions' @@ -237,7 +233,6 @@ permissions: - 'view hs_private_page revisions' - 'view hs_publications revisions' - 'view hs_research revisions' - - 'view own field_hs_flexible_row_style' - 'view own field_paragraph_style' - 'view own unpublished content' - 'view own unpublished media' diff --git a/config/default/user.role.stanford_faculty.yml b/config/default/user.role.stanford_faculty.yml index 94965246f1..4547b54e44 100644 --- a/config/default/user.role.stanford_faculty.yml +++ b/config/default/user.role.stanford_faculty.yml @@ -1,7 +1,7 @@ uuid: 2032bcd6-6126-490e-919b-e36722d00ddb langcode: en status: true -dependencies: null +dependencies: { } _core: default_config_hash: 5Vm5wwYvL9cixzOqX2aUdfHLoZhPTJr0oHrLgP-vrV0 id: stanford_faculty diff --git a/config/default/user.role.stanford_staff.yml b/config/default/user.role.stanford_staff.yml index 391c630735..c537c0d90c 100644 --- a/config/default/user.role.stanford_staff.yml +++ b/config/default/user.role.stanford_staff.yml @@ -1,7 +1,7 @@ uuid: 110e86b4-151a-4724-8611-c6112d0378c0 langcode: en status: true -dependencies: null +dependencies: { } _core: default_config_hash: C2n7EnkHLysQyQE7c3q09n0J3HDC5lK94cvVPBzKWA4 id: stanford_staff diff --git a/config/default/user.role.stanford_student.yml b/config/default/user.role.stanford_student.yml index a21e578b36..7380b0becc 100644 --- a/config/default/user.role.stanford_student.yml +++ b/config/default/user.role.stanford_student.yml @@ -1,7 +1,7 @@ uuid: d68986fc-b911-4619-bffb-06937e66dd47 langcode: en status: true -dependencies: null +dependencies: { } _core: default_config_hash: utSJJ9cSylZEVzqaBr7cYV5wyXdC4xubL0L3QevhYRg id: stanford_student diff --git a/config/default/views.view.redirect.yml b/config/default/views.view.redirect.yml index 23129514c5..9dec3bebee 100644 --- a/config/default/views.view.redirect.yml +++ b/config/default/views.view.redirect.yml @@ -247,7 +247,7 @@ display: type: basic options: submit_button: Apply - reset_button: false + reset_button: true reset_button_label: Reset exposed_sorts_label: 'Sort by' expose_sort_order: true diff --git a/docroot/modules/humsci/hs_admin/hs_admin.module b/docroot/modules/humsci/hs_admin/hs_admin.module index ca73d22e0f..aff7a78faa 100644 --- a/docroot/modules/humsci/hs_admin/hs_admin.module +++ b/docroot/modules/humsci/hs_admin/hs_admin.module @@ -60,6 +60,12 @@ function hs_admin_menu_local_tasks_alter(&$data, $route_name, RefinableCacheable * Implements hook_preprocess_details(). */ function hs_admin_preprocess_details(&$variables) { + $current_route = \Drupal::routeMatch()->getRouteName(); + if (!in_array($current_route, ['node.add', 'entity.node.edit_form'])) { + // Don't mess with stuff not on the node forms. + return; + } + $expanded = ['menu settings']; // Close all sidebar elements if not Menu Settings. $title = $variables['title'] ?? ''; diff --git a/docroot/modules/humsci/hs_events/config/install/field.field.node.hs_event.field_hs_event_speaker.yml b/docroot/modules/humsci/hs_events/config/install/field.field.node.hs_event.field_hs_event_speaker.yml index 54a954f101..6e5f5647da 100644 --- a/docroot/modules/humsci/hs_events/config/install/field.field.node.hs_event.field_hs_event_speaker.yml +++ b/docroot/modules/humsci/hs_events/config/install/field.field.node.hs_event.field_hs_event_speaker.yml @@ -5,8 +5,6 @@ dependencies: - eck.eck_type.event_collections.speaker - field.storage.node.field_hs_event_speaker - node.type.hs_event - module: - - bricks _core: default_config_hash: 4xGrQJ4s8WhZhKnySZZI6nnswVgZmhEI21ab1EBGk58 id: node.hs_event.field_hs_event_speaker diff --git a/docroot/modules/humsci/hs_events/config/install/field.storage.node.field_hs_event_speaker.yml b/docroot/modules/humsci/hs_events/config/install/field.storage.node.field_hs_event_speaker.yml index 63ac9c4ce7..f9d721fede 100644 --- a/docroot/modules/humsci/hs_events/config/install/field.storage.node.field_hs_event_speaker.yml +++ b/docroot/modules/humsci/hs_events/config/install/field.storage.node.field_hs_event_speaker.yml @@ -1,8 +1,6 @@ langcode: en status: true dependencies: - module: - - bricks - eck - node _core: diff --git a/docroot/modules/humsci/hs_events/hs_events.info.yml b/docroot/modules/humsci/hs_events/hs_events.info.yml index 4acd62120b..981c6ce58a 100755 --- a/docroot/modules/humsci/hs_events/hs_events.info.yml +++ b/docroot/modules/humsci/hs_events/hs_events.info.yml @@ -6,7 +6,6 @@ version: 8.2.7 package: 'Humanities & Sciences' dependencies: - allowed_formats - - bricks - ctools - datetime - datetime_range diff --git a/docroot/modules/humsci/hs_events/modules/hs_events_display/config/optional/core.entity_view_display.node.hs_event.hs_horizontal_card.yml b/docroot/modules/humsci/hs_events/modules/hs_events_display/config/optional/core.entity_view_display.node.hs_event.hs_horizontal_card.yml index d92301975d..d1018f75d5 100644 --- a/docroot/modules/humsci/hs_events/modules/hs_events_display/config/optional/core.entity_view_display.node.hs_event.hs_horizontal_card.yml +++ b/docroot/modules/humsci/hs_events/modules/hs_events_display/config/optional/core.entity_view_display.node.hs_event.hs_horizontal_card.yml @@ -23,7 +23,6 @@ dependencies: - field.field.node.hs_event.field_hs_event_video - node.type.hs_event module: - - bricks - ds - hs_field_helpers - layout_builder diff --git a/docroot/modules/humsci/hs_layouts/patterns/testimonial/testimonial.html.twig b/docroot/modules/humsci/hs_layouts/patterns/testimonial/testimonial.html.twig index be37b726d5..7ee37ec1cd 100644 --- a/docroot/modules/humsci/hs_layouts/patterns/testimonial/testimonial.html.twig +++ b/docroot/modules/humsci/hs_layouts/patterns/testimonial/testimonial.html.twig @@ -7,15 +7,15 @@
-
+
{% if variant == "top" %} {% if quote %} -
+
{{ quote }} -
+ {% endif %} -
+
{% if image %}
{{ image }} @@ -41,11 +41,11 @@
{% endif %}
-
+ {% endif %} {% if variant == "bottom" %} -
+
{% if image %}
{{ image }} @@ -65,12 +65,12 @@
{% endif %}
-
+ {% if quote %} -
+
{{ quote }} -
+ {% endif %} {% if link %} @@ -79,6 +79,6 @@ {% endif %} {% endif %} - + diff --git a/docroot/modules/humsci/hs_migrate/src/Plugin/migrate_plus/data_parser/HSLocalistJson.php b/docroot/modules/humsci/hs_migrate/src/Plugin/migrate_plus/data_parser/HSLocalistJson.php index c3c18e063d..0fef94f70f 100644 --- a/docroot/modules/humsci/hs_migrate/src/Plugin/migrate_plus/data_parser/HSLocalistJson.php +++ b/docroot/modules/humsci/hs_migrate/src/Plugin/migrate_plus/data_parser/HSLocalistJson.php @@ -2,7 +2,7 @@ namespace Drupal\hs_migrate\Plugin\migrate_plus\data_parser; -use Drupal\migrate_plus\Plugin\migrate_plus\data_parser\Json; +use Drupal\stanford_migrate\Plugin\migrate_plus\data_parser\LocalistJson; /** * Obtain JSON data for Capx Publications migrations. @@ -12,13 +12,14 @@ * title = @Translation("HSPubJson") * ) */ -class HSLocalistJson extends Json { +class HSLocalistJson extends LocalistJson { /** * {@inheritDoc} */ protected function getSourceData(string $url): array { $source_data = parent::getSourceData($url); + $modified_data = []; foreach ($source_data as $item) { if (isset($modified_data[$item['event']['id']])) { diff --git a/docroot/modules/humsci/hs_views_helper/config/optional/views.view.data_export.yml b/docroot/modules/humsci/hs_views_helper/config/optional/views.view.data_export.yml index 5dac4622d0..2230d0cfa3 100644 --- a/docroot/modules/humsci/hs_views_helper/config/optional/views.view.data_export.yml +++ b/docroot/modules/humsci/hs_views_helper/config/optional/views.view.data_export.yml @@ -18,7 +18,6 @@ dependencies: - field.storage.node.field_s_event_type - node.type.stanford_event module: - - bricks - file - hs_field_helpers - link diff --git a/docroot/profiles/humsci/stanford_mrc/.codeclimate.yml b/docroot/profiles/humsci/stanford_mrc/.codeclimate.yml deleted file mode 100644 index ab29d2ebb8..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/.codeclimate.yml +++ /dev/null @@ -1,156 +0,0 @@ -engines: - # https://docs.codeclimate.com/docs/eslint - # ES Linting requires an .eslintrc file to tweak checks. - eslint: - enabled: false - csslint: - enabled: true - checks: - overqualified-elements: - enabled: false - order-alphabetical: - enabled: false - adjoining-classes: - enabled: false - fallback-colors: - enabled: false - ids: - enabled: false - regex-selectors: - enabled: false - # We don't lint our coffee. Eew. - coffeelint: - enabled: false - # SCSS Lint requires a .scss-lint.yml file in the repo in order to tweak settings. - # Withouth the .scss-lint.yml file it will run with the defaults. - # Defaults file: https://github.com/brigade/scss-lint/blob/master/config/default.yml - scss-lint: - enabled: true - checks: - IdSelector: - enabled: false - SelectorFormat: - enabled: false - NestingDepth: - enabled: false - MergeableSelector: - enabled: false - ColorVariable: - enabled: false - PropertySortOrder: - enabled: false - SelectorDepth: - enabled: false - QualifyingElement: - enabled: false - VendorPrefix: - enabled: false - LeadingZero: - enabled: false - HexLength: - enabled: false - PseudoElement: - enabled: false - phpcodesniffer: - enabled: true - checks: - Drupal Commenting FunctionComment TypeHintMissing: - enabled: false - Drupal Commenting FunctionComment IncorrectTypeHint: - enabled: false - DrupalPractice Commenting CommentEmptyLine SpacingAfter: - enabled: false - Drupal NamingConventions ValidFunctionName ScopeNotCamelCaps: - enabled: false - Drupal NamingConventions ValidClassName StartWithCaptial: - enabled: false - Drupal NamingConventions ValidFunctionName NotCamelCaps: - enabled: false - DrupalPractice General ClassName ClassPrefix: - enabled: false - Drupal NamingConventions ValidClassName NoUnderscores: - enabled: false - config: - file_extensions: "php,inc,install,module,profile" - standard: "Drupal,DrupalPractice" - phpmd: - enabled: true - checks: - Design/WeightedMethodCount: - enabled: false - CleanCode/StaticAccess: - enabled: false - CleanCode/ElseExpression: - enabled: false - CleanCode/BooleanArgumentFlag: - enabled: false - UnusedFormalParameter: - enabled: false - config: - # https://phpmd.org/rules/index.html - # The following sets include everything except the controversial set. - # We can configure these further through .xml files. See docs. - rulesets: "cleancode,codesize,design,naming,unusedcode" - # Include special Drupal file extensions. - file_extensions: "inc,module,profile,php,install" - # https://docs.codeclimate.com/docs/phan - phan: - enabled: true - config: - file_extensions: "php,module,profile,inc,install" - # minimum-severity: 1 - ignore-undeclared: true - # quick: true - # backward-compatiility-checks: true - # dead-code-detection: true - # https://docs.codeclimate.com/docs/duplication - duplication: - enabled: true - # exclude_paths: - # - examples/ - config: - languages: - javascript: - mass_threshold: 50 - # count_threshold: 3 - php: - mass_threshold: 60 - fixme: - enabled: true - config: - strings: - - FIXME - - BUG - - TODO - - todo - - dpm - - dsm -ratings: - paths: - - "**.inc" - - "**.module" - - "**.profile" - - "**.php" - - "**.install" - - "**.scss" - - "**.sass" - - "**.js" -# exclude these files/paths -exclude_paths: -- "**.features.**" -- "**.views_default.inc" -- "**.field_group.inc" -- "**.ds.inc" -- "**.bean.inc" -- "**.context.inc" -- "test/**/*" -- "**/vendor/**/*" -- "**.min.*" -- "tests/" -- "spec/" -- "**/vendor/" -- "**/mode_modules/" -- "**.api.php" -- "*.twig" -- "**.tpl.php" -- "**.strongarm.inc" diff --git a/docroot/profiles/humsci/stanford_mrc/.scss-lint.yml b/docroot/profiles/humsci/stanford_mrc/.scss-lint.yml deleted file mode 100644 index c4d63b7565..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/.scss-lint.yml +++ /dev/null @@ -1,9 +0,0 @@ -linters: - SingleLinePerSelector: - enabled: true - exclude: - - '**.css' - EmptyLineBetweenBlocks: - enabled: true - exclude: - - '**.css' diff --git a/docroot/profiles/humsci/stanford_mrc/CHANGELOG.txt b/docroot/profiles/humsci/stanford_mrc/CHANGELOG.txt deleted file mode 100644 index 3fe73ad50f..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/CHANGELOG.txt +++ /dev/null @@ -1,56 +0,0 @@ -Stanford MRC - -Version 8.0.9 2018-04-05 --------------------------------------------------------------------------------- -- Minor field name changes -- Added metatag for IE edge mode -- Main menu style tweaks. - -Version 8.0.8 2018-03-28 --------------------------------------------------------------------------------- -- Several style changes -- Abstracted mrc_media and removed in favor of stanford_media module -- Moved around some view placement -- Fixed break points - -Version 8.0.7 2018-03-14 --------------------------------------------------------------------------------- -- Several style changes -- Removed media bulk delete action -- Updated several views to show/replace some fields - -Version 8.0.7-alpha1 2018-03-08 --------------------------------------------------------------------------------- -- Added menu position rules on events -- Added taxonomoy menu ui to link to taxonomy terms on link fields -- Menu style fixes and mobile menu styling -- Events speaker field with importer - -Version 8.0.6 2018-02-28 --------------------------------------------------------------------------------- -- Media fields instead of image/video fields -- use those media fields on views -- Image styles everywhere -- field permissions -- different media browsers -- Media UX improvements - -Version 8.0.3 2018-01-17 --------------------------------------------------------------------------------- -- Saml configured -- new views for visitor content type -- Newly refactored decanter -- new patterns -- New content type: "Basic Page" with bricks and paragraphs -- 3 new paragraph types: views, CTA, & WYSIWYG -- mrc_ds_blocks module to place blocks in entity view displays. - -Version 8.0.2 2017-11-09 --------------------------------------------------------------------------------- -- Set Display settings for news nodes & events nodes. -- New visitor content type in mrc_visitor module. -- Media browser with wysiwyg support and bulk upload page in new module mrc_media. - -Version 8.0.1 2017-11-09 --------------------------------------------------------------------------------- -- Initial Release diff --git a/docroot/profiles/humsci/stanford_mrc/README.md b/docroot/profiles/humsci/stanford_mrc/README.md deleted file mode 100644 index 12a8ea3fc3..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/README.md +++ /dev/null @@ -1,22 +0,0 @@ -# [Stanford MRC](https://github.com/SU-HSDO/stanford_mrc) - -Maintainers: Maintainers: [pookmish](https://github.com/pookmish), [boznik](https://github.com/boznik), [josephgknox](https://github.com/josephgknox) - -Changelog: [Changelog.txt](CHANGELOG.txt) - -Description ---- - -Math Research Center (MRC) installation profile. Contains all the theme files and settings and all necessary modules for the MRC website. - - -Troubleshooting ---- - -If you are experiencing issues with this module try reverting the feature first. If you are still experiencing issues try posting an issue on the GitHub issues page. - - -Contribution / Collaboration ---- - -You are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see [GitHub's article on fork, branch, and pull requests](https://help.github.com/articles/using-pull-requests) diff --git a/docroot/profiles/humsci/stanford_mrc/composer.json b/docroot/profiles/humsci/stanford_mrc/composer.json deleted file mode 100644 index 73045f0571..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/composer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "su-hsdo/stanford_mrc", - "description": "Installation Profile for the Stanford MRC.", - "type": "stanford-profile", - "license": "GPL-2.0+", - "minimum-stability": "dev", - "require":{ } -} diff --git a/docroot/profiles/humsci/stanford_mrc/composer.lock b/docroot/profiles/humsci/stanford_mrc/composer.lock deleted file mode 100644 index 6eba10610c..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/composer.lock +++ /dev/null @@ -1,135 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", - "This file is @generated automatically" - ], - "content-hash": "4bdb0fb0553bc21f91c34de3613d6cab", - "packages": [ - { - "name": "composer/installers", - "version": "v1.4.0", - "source": { - "type": "git", - "url": "https://github.com/composer/installers.git", - "reference": "9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/composer/installers/zipball/9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b", - "reference": "9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^1.0" - }, - "replace": { - "roundcube/plugin-installer": "*", - "shama/baton": "*" - }, - "require-dev": { - "composer/composer": "1.0.*@dev", - "phpunit/phpunit": "4.1.*" - }, - "type": "composer-plugin", - "extra": { - "class": "Composer\\Installers\\Plugin", - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-4": { - "Composer\\Installers\\": "src/Composer/Installers" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Kyle Robinson Young", - "email": "kyle@dontkry.com", - "homepage": "https://github.com/shama" - } - ], - "description": "A multi-framework Composer library installer", - "homepage": "https://composer.github.io/installers/", - "keywords": [ - "Craft", - "Dolibarr", - "Eliasis", - "Hurad", - "ImageCMS", - "Kanboard", - "Lan Management System", - "MODX Evo", - "Mautic", - "Maya", - "OXID", - "Plentymarkets", - "Porto", - "RadPHP", - "SMF", - "Thelia", - "WolfCMS", - "agl", - "aimeos", - "annotatecms", - "attogram", - "bitrix", - "cakephp", - "chef", - "cockpit", - "codeigniter", - "concrete5", - "croogo", - "dokuwiki", - "drupal", - "eZ Platform", - "elgg", - "expressionengine", - "fuelphp", - "grav", - "installer", - "itop", - "joomla", - "kohana", - "laravel", - "lavalite", - "lithium", - "magento", - "mako", - "mediawiki", - "modulework", - "moodle", - "osclass", - "phpbb", - "piwik", - "ppi", - "puppet", - "reindex", - "roundcube", - "shopware", - "silverstripe", - "sydes", - "symfony", - "typo3", - "wordpress", - "yawik", - "zend", - "zikula" - ], - "time": "2017-08-09T07:53:48+00:00" - } - ], - "packages-dev": [], - "aliases": [], - "minimum-stability": "dev", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": [], - "platform-dev": [] -} diff --git a/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_breadcrumbs.yml b/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_breadcrumbs.yml deleted file mode 100644 index edbdfbd125..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_breadcrumbs.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - system - theme: - - seven -id: seven_breadcrumbs -theme: seven -region: breadcrumb -weight: 0 -provider: null -plugin: system_breadcrumb_block -settings: - id: system_breadcrumb_block - label: Breadcrumbs - provider: system - label_display: '0' -visibility: { } diff --git a/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_content.yml b/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_content.yml deleted file mode 100644 index d92214c67d..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_content.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - system - theme: - - seven -id: seven_content -theme: seven -region: content -weight: 0 -provider: null -plugin: system_main_block -settings: - id: system_main_block - label: 'Main page content' - provider: system - label_display: '0' -visibility: { } diff --git a/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_help.yml b/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_help.yml deleted file mode 100644 index 9a4e2180f3..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_help.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - help - theme: - - seven -id: seven_help -theme: seven -region: help -weight: 0 -provider: null -plugin: help_block -settings: - id: help_block - label: Help - provider: help - label_display: '0' -visibility: { } diff --git a/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_local_actions.yml b/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_local_actions.yml deleted file mode 100644 index 61cdb177c8..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_local_actions.yml +++ /dev/null @@ -1,17 +0,0 @@ -langcode: en -status: true -dependencies: - theme: - - seven -id: seven_local_actions -theme: seven -region: content -weight: -10 -provider: null -plugin: local_actions_block -settings: - id: local_actions_block - label: 'Primary admin actions' - provider: core - label_display: '0' -visibility: { } diff --git a/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_login.yml b/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_login.yml deleted file mode 100644 index 110e8fd800..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_login.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - user - theme: - - seven -id: seven_login -theme: seven -region: content -weight: 10 -provider: null -plugin: user_login_block -settings: - id: user_login_block - label: 'User login' - provider: user - label_display: visible -visibility: { } diff --git a/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_messages.yml b/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_messages.yml deleted file mode 100644 index f7b6038b23..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_messages.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - system - theme: - - seven -id: seven_messages -theme: seven -region: highlighted -weight: 0 -provider: null -plugin: system_messages_block -settings: - id: system_messages_block - label: 'Status messages' - provider: system - label_display: '0' -visibility: { } diff --git a/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_page_title.yml b/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_page_title.yml deleted file mode 100644 index 56df293f3b..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_page_title.yml +++ /dev/null @@ -1,17 +0,0 @@ -langcode: en -status: true -dependencies: - theme: - - seven -id: seven_page_title -theme: seven -region: header -weight: -30 -provider: null -plugin: page_title_block -settings: - id: page_title_block - label: 'Page title' - provider: core - label_display: '0' -visibility: { } diff --git a/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_primary_local_tasks.yml b/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_primary_local_tasks.yml deleted file mode 100644 index d0017c2c8f..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_primary_local_tasks.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - theme: - - seven -id: seven_primary_local_tasks -theme: seven -region: header -weight: 0 -provider: null -plugin: local_tasks_block -settings: - id: local_tasks_block - label: 'Primary tabs' - provider: core - label_display: '0' - primary: true - secondary: false -visibility: { } diff --git a/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_secondary_local_tasks.yml b/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_secondary_local_tasks.yml deleted file mode 100644 index 33391991c7..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/config/install/block.block.seven_secondary_local_tasks.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - theme: - - seven -id: seven_secondary_local_tasks -theme: seven -region: pre_content -weight: 0 -provider: null -plugin: local_tasks_block -settings: - id: local_tasks_block - label: 'Secondary tabs' - provider: core - label_display: '0' - primary: false - secondary: true -visibility: { } diff --git a/docroot/profiles/humsci/stanford_mrc/config/install/chosen.settings.yml b/docroot/profiles/humsci/stanford_mrc/config/install/chosen.settings.yml deleted file mode 100644 index 17926a2389..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/config/install/chosen.settings.yml +++ /dev/null @@ -1,14 +0,0 @@ -minimum_single: 0 -minimum_multiple: 0 -disable_search_threshold: 0 -minimum_width: 200 -jquery_selector: 'select:not([name*="[display_id]"])' -search_contains: true -disable_search: false -allow_single_deselect: false -placeholder_text_multiple: 'Choose some options' -placeholder_text_single: 'Choose an option' -no_results_text: 'No results match' -disabled_themes: - seven: '0' -chosen_include: 2 diff --git a/docroot/profiles/humsci/stanford_mrc/config/install/core.date_format.standard_date.yml b/docroot/profiles/humsci/stanford_mrc/config/install/core.date_format.standard_date.yml deleted file mode 100644 index 1d9348c19e..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/config/install/core.date_format.standard_date.yml +++ /dev/null @@ -1,7 +0,0 @@ -langcode: en -status: true -dependencies: { } -id: standard_date -label: 'Standard Date' -locked: false -pattern: 'F j, Y' diff --git a/docroot/profiles/humsci/stanford_mrc/config/install/editor.editor.basic_html.yml b/docroot/profiles/humsci/stanford_mrc/config/install/editor.editor.basic_html.yml deleted file mode 100644 index e11f9250b2..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/config/install/editor.editor.basic_html.yml +++ /dev/null @@ -1,69 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - filter.format.basic_html - module: - - ckeditor -format: basic_html -editor: ckeditor -settings: - toolbar: - rows: - - - - - name: Formatting - items: - - Bold - - Italic - - Outdent - - Indent - - Table - - JustifyLeft - - JustifyCenter - - JustifyRight - - - name: Links - items: - - DrupalLink - - DrupalUnlink - - - name: Lists - items: - - BulletedList - - NumberedList - - - name: Media - items: - - Blockquote - - media_browser - - - name: Styles - items: - - Format - - Styles - - - name: Tools - items: - - RemoveFormat - - PasteFromWord - - Source - - Undo - - Redo - - Maximize - plugins: - drupallink: - linkit_enabled: true - linkit_profile: default - language: - language_list: un - stylescombo: - styles: "a.decanter-button|Primary Button\r\na.decanter-button--big|Big Primary Button\r\na.decanter-button--secondary|Secondary Button\r\na.decanter-more-link|More Link\r\na.decanter-external-link|External Link\r\np.decanter-font-lead|Lead Font\r\np.decanter-font-splash|Splash Font\r\np.decanter-short-line-length|Short Line Length\r\np.decanter-caption|Caption\r\np.decanter-credits|Credits\r\ntable.decanter-table--borderless|Borderless Table" -image_upload: - status: false - scheme: public - directory: inline-images - max_size: '' - max_dimensions: - width: null - height: null diff --git a/docroot/profiles/humsci/stanford_mrc/config/install/editor.editor.minimal_html.yml b/docroot/profiles/humsci/stanford_mrc/config/install/editor.editor.minimal_html.yml deleted file mode 100644 index 0a6f688983..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/config/install/editor.editor.minimal_html.yml +++ /dev/null @@ -1,44 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - filter.format.minimal_html - module: - - ckeditor -format: minimal_html -editor: ckeditor -settings: - toolbar: - rows: - - - - - name: Formatting - items: - - Bold - - Italic - - - name: Links - items: - - DrupalLink - - DrupalUnlink - - - name: Lists - items: - - BulletedList - - NumberedList - plugins: - drupallink: - linkit_enabled: true - linkit_profile: default - language: - language_list: un - stylescombo: - styles: '' -image_upload: - status: false - scheme: public - directory: inline-images - max_size: '' - max_dimensions: - width: null - height: null diff --git a/docroot/profiles/humsci/stanford_mrc/config/install/environment_indicator.switcher.1_development.yml b/docroot/profiles/humsci/stanford_mrc/config/install/environment_indicator.switcher.1_development.yml deleted file mode 100644 index d23dc6f836..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/config/install/environment_indicator.switcher.1_development.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: { } -machine: 1_development -description: null -name: Development -url: 'https://mrc-dev.stanford.edu' -fg_color: '#fff' -bg_color: '#6B0500' diff --git a/docroot/profiles/humsci/stanford_mrc/config/install/environment_indicator.switcher.2_staging.yml b/docroot/profiles/humsci/stanford_mrc/config/install/environment_indicator.switcher.2_staging.yml deleted file mode 100644 index 87ae8effbb..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/config/install/environment_indicator.switcher.2_staging.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: { } -machine: 2_staging -description: null -name: Staging -url: 'https://mrc-stage.stanford.edu' -fg_color: '#fff' -bg_color: '#4127C2' diff --git a/docroot/profiles/humsci/stanford_mrc/config/install/environment_indicator.switcher.3_production.yml b/docroot/profiles/humsci/stanford_mrc/config/install/environment_indicator.switcher.3_production.yml deleted file mode 100644 index ffe5b2c369..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/config/install/environment_indicator.switcher.3_production.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: { } -machine: 3_production -description: null -name: Production -url: 'https://mrc.stanford.edu' -fg_color: '#fff' -bg_color: '#000' diff --git a/docroot/profiles/humsci/stanford_mrc/config/install/filter.format.basic_html.yml b/docroot/profiles/humsci/stanford_mrc/config/install/filter.format.basic_html.yml deleted file mode 100644 index 0ece324819..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/config/install/filter.format.basic_html.yml +++ /dev/null @@ -1,82 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - editor - - entity_embed - - linkit -name: 'Basic HTML' -format: basic_html -weight: 0 -filters: - editor_file_reference: - id: editor_file_reference - provider: editor - status: true - weight: -49 - settings: { } - filter_align: - id: filter_align - provider: filter - status: true - weight: -48 - settings: { } - filter_autop: - id: filter_autop - provider: filter - status: false - weight: -44 - settings: { } - filter_caption: - id: filter_caption - provider: filter - status: false - weight: -43 - settings: { } - filter_html: - id: filter_html - provider: filter - status: true - weight: -50 - settings: - allowed_html: '

    1. ' - filter_html_help: true - filter_html_nofollow: false - filter_htmlcorrector: - id: filter_htmlcorrector - provider: filter - status: true - weight: -46 - settings: { } - filter_html_escape: - id: filter_html_escape - provider: filter - status: false - weight: -45 - settings: { } - filter_html_image_secure: - id: filter_html_image_secure - provider: filter - status: false - weight: -42 - settings: { } - filter_url: - id: filter_url - provider: filter - status: true - weight: -47 - settings: - filter_url_length: 72 - linkit: - id: linkit - provider: linkit - status: true - weight: -40 - settings: - title: true - entity_embed: - id: entity_embed - provider: entity_embed - status: true - weight: -41 - settings: { } diff --git a/docroot/profiles/humsci/stanford_mrc/config/install/filter.format.minimal_html.yml b/docroot/profiles/humsci/stanford_mrc/config/install/filter.format.minimal_html.yml deleted file mode 100644 index d5eeba8f1e..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/config/install/filter.format.minimal_html.yml +++ /dev/null @@ -1,31 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - linkit -name: 'Minimal HTML' -format: minimal_html -weight: 0 -filters: - filter_html: - id: filter_html - provider: filter - status: true - weight: -10 - settings: - allowed_html: '
      diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/atoms/date-stacked/date-stacked.ui_patterns.yml b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/atoms/date-stacked/date-stacked.ui_patterns.yml deleted file mode 100644 index 1736f7116e..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/atoms/date-stacked/date-stacked.ui_patterns.yml +++ /dev/null @@ -1,15 +0,0 @@ -date_stacked: - label: "Date Stacked" - fields: - month: - label: "Month" - preview: "Jan" - day: - label: "Day" - preview: "23" - libraries: - - date_stacked: - css: - component: - css/date-stacked.css: {} - use: "@math_research_center/atoms/date-stacked/date-stacked.html.twig" diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/atoms/date-stacked/scss/date-stacked.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/atoms/date-stacked/scss/date-stacked.scss deleted file mode 100644 index b499fa41a1..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/atoms/date-stacked/scss/date-stacked.scss +++ /dev/null @@ -1,17 +0,0 @@ -@charset "UTF-8"; - -/// -/// DATE STACKED COMPONENT -/// - -// Decanter -@import - 'decanter-no-markup'; - -// Stanford Math Research Center -@import - '../utilities/mixins/mixins'; - -.mrc-date-stacked { - @include mrc-date-stacked; -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/atoms/read-more-link/read-more-link.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/atoms/read-more-link/read-more-link.html.twig deleted file mode 100644 index 131f4b4732..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/atoms/read-more-link/read-more-link.html.twig +++ /dev/null @@ -1,3 +0,0 @@ - - {{ text }} - \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/atoms/read-more-link/read-more-link.ui_patterns.yml b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/atoms/read-more-link/read-more-link.ui_patterns.yml deleted file mode 100644 index af37b23295..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/atoms/read-more-link/read-more-link.ui_patterns.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Event Card Pattern -# -read_more_link: - label: "Read More Link" - description: "Read More Link" - fields: - href: - description: "Link Url" - label: "Link URL" - preview: "9" - type: text - title: - description: "Title Attribute." - label: Title - preview: "Read more about this article" - type: text - text: - description: "Link Text" - label: "Link Text" - preview: "Read More" - type: text - use: "@math_research_center/atoms/read-more-link/read-more-link.html.twig" diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-card/css/event-card.css b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-card/css/event-card.css deleted file mode 100644 index f4ef7564bf..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-card/css/event-card.css +++ /dev/null @@ -1,3 +0,0 @@ -.mrc-event-card{margin-bottom:2em;background:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,0.2);padding:3rem;display:block}@media screen and (min-width: 600px){.mrc-event-card{display:flex}}.mrc-event-card .mrc-event-card__img{margin-right:0;flex-shrink:0}.mrc-event-card .mrc-event-card__img img{width:100%}@media screen and (min-width: 600px){.mrc-event-card .mrc-event-card__img{margin-right:30px}.mrc-event-card .mrc-event-card__img img{width:auto}}.mrc-event-card .mrc-event-card__content .mrc-event-card__program{margin:0 0 .25em;font-size:1.7rem}.mrc-event-card .mrc-event-card__content .mrc-event-card__date{margin:0 0 .25em;font-size:1.7rem}.mrc-event-card .mrc-event-card__content .mrc-event-card__subcontent{font-size:1.7rem;margin:0 0 .25em}.mrc-event-card .mrc-event-card__content .mrc-event-card__subcontent .mrc-event-card__time{float:left}.mrc-event-card .mrc-event-card__content .mrc-event-card__subcontent .pipe{float:left;padding:0 3px}.mrc-event-card .mrc-event-card__content .mrc-event-card__subcontent .mrc-event-card__location{display:inline-block}.mrc-event-card .mrc-event-card__content .mrc-event-card__speaker{clear:both;font-size:1.7rem}.mrc-event-card .mrc-event-card__content .mrc-event-card__speaker .views-label{display:block;float:left}.mrc-event-card .mrc-event-card__content .mrc-event-card__title{margin-top:.5em} - -/*# sourceMappingURL=event-card.css.map */ \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-card/event-card.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-card/event-card.html.twig deleted file mode 100644 index 3f0229e30e..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-card/event-card.html.twig +++ /dev/null @@ -1,42 +0,0 @@ -{% set attributes = attributes.addClass('mrc-event-card') %} - - - - {% if image %} -
      - {{ image }} -
      - {% endif %} - -
      - {% if program %} -
      {{ program }}
      - {% endif %} - - {% if date %} -
      {{ date }}
      - {% endif %} - -
      - {% if time %} -
      {{ time }}
      - {% endif %} - - {% if time and location %} -
      |
      - {% endif %} - - {% if location %} -
      {{ location }}
      - {% endif %} -
      - - {% if speaker %} -
      {{ speaker }}
      - {% endif %} - - {% if title %} -

      {{ title }}

      - {% endif %} -
      - diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-card/event-card.ui_patterns.yml b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-card/event-card.ui_patterns.yml deleted file mode 100644 index b6e2b90a21..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-card/event-card.ui_patterns.yml +++ /dev/null @@ -1,41 +0,0 @@ -event_card: - label: "Event Card" - description: "" - fields: - title: - label: "Title" - preview: "

      Card Title

      " - type: text - image: - label: "Image" - preview: - theme: image - uri: "http://via.placeholder.com/200x200" - type: image - date: - label: "Date" - preview: "Week Day, Month, Day, Year" - type: text - time: - label: "Time" - preview: "Start Time - End Time" - type: text - location: - label: "Location" - preview: "Location Information" - type: text - program: - label: "Program" - preview: "Poincare" - type: text - speaker: - label: "Speaker" - preview: "Elon Musk" - type: text - - libraries: - - event_card: - css: - component: - css/event-card.css: {} - use: "@math_research_center/molecules/event-card/event-card.html.twig" diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-card/scss/event-card.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-card/scss/event-card.scss deleted file mode 100644 index 4f8ac44c58..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-card/scss/event-card.scss +++ /dev/null @@ -1,84 +0,0 @@ -@charset "UTF-8"; - -/// -/// EVENT CARD COMPONENT -/// - -// Decanter -@import - 'decanter-no-markup'; - -// Stanford Math Research Center -@import -'../utilities/mixins/mixins'; - -.mrc-event-card { - @include margin(null null 2em); - @include mrc-card-container; - @include mrc-flex-medium; - - .mrc-event-card__img { - @include margin(null 0 null null); - - flex-shrink: 0; - - img { - width: 100%; - } - - @include media($medium-screen) { - @include margin(null 30px null null); - - img { - width: auto; - } - } - } - - .mrc-event-card__content { - .mrc-event-card__program { - @include margin(0 0 0.25em 0); - - font-size: $small-font-size; - } - - .mrc-event-card__date { - @include margin(0 0 0.25em 0); - - font-size: $small-font-size; - } - - .mrc-event-card__subcontent { - font-size: $small-font-size; - - @include margin(0 0 0.25em 0); - - .mrc-event-card__time { - float: left; - } - - .pipe { - float: left; - padding: 0 3px; - } - - .mrc-event-card__location { - display: inline-block; - } - } - - .mrc-event-card__speaker { - clear: both; - font-size: $small-font-size; - - .views-label { - display: block; - float: left; - } - } - - .mrc-event-card__title { - @include margin(0.5em null null); - } - } -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-date-stacked/css/event-date-stacked.css b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-date-stacked/css/event-date-stacked.css deleted file mode 100644 index 444803bf6a..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-date-stacked/css/event-date-stacked.css +++ /dev/null @@ -1,3 +0,0 @@ -.mrc-date-stacked{color:#fff;background:#2e2d29;height:80px;width:80px;text-align:center;margin-bottom:.4em}.mrc-date-stacked .mrc-date-stacked__month{font-weight:200;line-height:2.5em;text-transform:uppercase;margin-bottom:.3em}.mrc-date-stacked .mrc-date-stacked__day{font-size:3.3rem;font-weight:600;margin-top:-22px}.mrc-event-date-stacked-card{background:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,0.2);padding:3rem}.mrc-event-date-stacked-card h2{font-size:2.3rem}.mrc-event-date-stacked-card .mrc-event-date-stacked__item{clear:both;margin-bottom:1em}.mrc-event-date-stacked-card .mrc-event-date-stacked__item .mrc-event-date-stacked__content{display:table-cell;width:90%}.mrc-event-date-stacked-card .mrc-event-date-stacked__item .mrc-event-date-stacked__content .mrc-event-date-stacked__program{font-size:1.7rem;margin:0 0 .25em}.mrc-event-date-stacked-card .mrc-event-date-stacked__item .mrc-event-date-stacked__content .mrc-event-date-stacked__time-location{margin:0 0 .25em}.mrc-event-date-stacked-card .mrc-event-date-stacked__item .mrc-event-date-stacked__content .mrc-event-date-stacked__speaker{clear:both;font-size:1.7rem;margin:0 0 .25em}.mrc-event-date-stacked-card .mrc-event-date-stacked__item .mrc-event-date-stacked__content .mrc-event-date-stacked__speaker .views-label{display:block;float:left}.mrc-event-date-stacked-card .mrc-event-date-stacked__item .mrc-event-date-stacked__content .mrc-event-date-stacked__title{margin-top:0;margin-bottom:.25em}.mrc-event-date-stacked-card .mrc-date-stacked{float:left;margin-right:1em;margin-bottom:1em}.mrc-event-date-stacked-card .mrc-event-date-stacked__time-location{font-size:1.7rem}.mrc-event-date-stacked-card .mrc-event-date-stacked__time-location .mrc-event-date-stacked__time{float:left}.mrc-event-date-stacked-card .mrc-event-date-stacked__time-location .pipe{float:left;margin:0 3px}.mrc-event-date-stacked-card .mrc-event-date-stacked__time-location .mrc-event-date-stacked__location{display:inline-block} - -/*# sourceMappingURL=event-date-stacked.css.map */ \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-date-stacked/event-date-stacked.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-date-stacked/event-date-stacked.html.twig deleted file mode 100644 index b8be8fed72..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-date-stacked/event-date-stacked.html.twig +++ /dev/null @@ -1,43 +0,0 @@ -{% set attributes = attributes.addClass('mrc-event-date-stacked-card') %} - - -
      - -
      - {% if month %} -
      {{ month }}
      - {% endif %} - {% if day %} -
      {{ day }}
      - {% endif %} -
      - -
      - {% if program %} -
      {{ program }}
      - {% endif %} - -
      - {% if time %} -
      {{ time }}
      - {% endif %} - - {% if time and location %} -
      |
      - {% endif %} - - {% if location %} -
      {{ location }}
      - {% endif %} -
      - - {% if speaker %} -
      {{ speaker }}
      - {% endif %} - - {% if title %} -

      {{ title }}

      - {% endif %} -
      -
      - diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-date-stacked/event-date-stacked.ui_patterns.yml b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-date-stacked/event-date-stacked.ui_patterns.yml deleted file mode 100644 index 0da9063e09..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-date-stacked/event-date-stacked.ui_patterns.yml +++ /dev/null @@ -1,39 +0,0 @@ -event_date_stacked: - label: "Event Date Stacked" - fields: - month: - label: "Month" - preview: "Jan" - teyp: text - day: - label: "Day" - preview: "23" - teyp: integer - title: - label: "Title" - preview: "Event Title" - teyp: text - time: - label: "Time" - preview: "4:30 PM" - teyp: text - location: - label: "Location" - preview: "Bldg. 380-380W" - teyp: text - program: - label: "Program" - preview: "Poincare" - teyp: text - speaker: - label: "Speaker" - preview: "Elon Musk" - type: text - libraries: - - event_date_stacked: - css: - component: - css/event-date-stacked.css: {} - dependencies: - - ui_patterns/date-stacked.date-stacked - use: "@math_research_center/molecules/event-date-stacked/event-date-stacked.html.twig" diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-date-stacked/scss/event-date-stacked.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-date-stacked/scss/event-date-stacked.scss deleted file mode 100644 index 52fa8dc345..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-date-stacked/scss/event-date-stacked.scss +++ /dev/null @@ -1,82 +0,0 @@ -@charset "UTF-8"; - -/// -/// EVENT DATE STACKED COMPONENT -/// - -// Decanter -@import - 'decanter-no-markup'; - -// Stanford Math Research Center -@import - '../utilities/mixins/mixins', - 'patterns/atoms/date-stacked/scss/date-stacked'; - -.mrc-event-date-stacked-card { - @include mrc-card-container; - - h2 { - font-size: $lead-font-size; - } - - .mrc-event-date-stacked__item { - clear: both; - - @include margin(null null 1em); - - .mrc-event-date-stacked__content { - display: table-cell; - width: 90%; - - .mrc-event-date-stacked__program { - font-size: $small-font-size; - - @include margin(0 0 0.25em 0); - } - - .mrc-event-date-stacked__time-location { - @include margin(0 0 0.25em 0); - } - - .mrc-event-date-stacked__speaker { - clear: both; - font-size: $small-font-size; - - @include margin(0 0 0.25em 0); - - .views-label { - display: block; - float: left; - } - } - - .mrc-event-date-stacked__title { - @include margin(0 null 0.25em); - } - } - } - - .mrc-date-stacked { - float: left; - - @include margin(null 1em 1em null); - } - - .mrc-event-date-stacked__time-location { - font-size: $small-font-size; - - .mrc-event-date-stacked__time { - float: left; - } - - .pipe { - float: left; - margin: 0 3px; - } - - .mrc-event-date-stacked__location { - display: inline-block; - } - } -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-past/css/event-past.css b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-past/css/event-past.css deleted file mode 100644 index 98e9837641..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-past/css/event-past.css +++ /dev/null @@ -1,3 +0,0 @@ -.mrc-event-past-card{background:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,0.2);padding:3rem}.mrc-event-past-card .mrc-event-past__content .mrc-event-past__title{margin-top:.5em;margin-bottom:.25em} - -/*# sourceMappingURL=event-past.css.map */ \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-past/event-past.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-past/event-past.html.twig deleted file mode 100644 index 84603040a6..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-past/event-past.html.twig +++ /dev/null @@ -1,13 +0,0 @@ - -{% set attributes = attributes.addClass('mrc-event-past-card') %} - - -
      - {% if title %} -

      {{ title }}

      - {% endif %} - {% if description %} -
      {{ description }}
      - {% endif %} -
      - diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-past/event-past.ui_patterns.yml b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-past/event-past.ui_patterns.yml deleted file mode 100644 index 131042ac20..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-past/event-past.ui_patterns.yml +++ /dev/null @@ -1,15 +0,0 @@ -event_past: - label: "Past Events" - fields: - title: - label: "Title" - preview: "Past Event Title" - description: - label: "Description" - preview: "Shortened past event description..." - libraries: - - event_past: - css: - component: - css/event-past.css: {} - use: "@math_research_center/molecules/event-past/event-past.html.twig" diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-past/scss/event-past.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-past/scss/event-past.scss deleted file mode 100644 index 34b8ed6738..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/event-past/scss/event-past.scss +++ /dev/null @@ -1,23 +0,0 @@ -@charset "UTF-8"; - -/// -/// PAST EVENTS COMPONENT -/// - -// Decanter -@import - 'decanter-no-markup'; - -// Stanford Math Research Center -@import - '../utilities/mixins/mixins'; - -.mrc-event-past-card { - @include mrc-card-container; - - .mrc-event-past__content { - .mrc-event-past__title { - @include margin(0.5em null 0.25em); - } - } -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/featured-event-card/css/featured-event-card.css b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/featured-event-card/css/featured-event-card.css deleted file mode 100644 index 1bc6e5504b..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/featured-event-card/css/featured-event-card.css +++ /dev/null @@ -1,3 +0,0 @@ -.mrc-featured-event-card{background:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,0.2);padding:3rem;display:block}@media screen and (min-width: 600px){.mrc-featured-event-card{display:flex}}.mrc-featured-event-card .mrc-featured-event-card__img{margin-right:0}.mrc-featured-event-card .mrc-featured-event-card__img img{width:100%}@media screen and (min-width: 600px){.mrc-featured-event-card .mrc-featured-event-card__img{margin-right:30px}.mrc-featured-event-card .mrc-featured-event-card__img img{width:auto}}.mrc-featured-event-card .mrc-featured-event-card__content{flex:1 4 auto}@media screen and (min-width: 600px){.mrc-featured-event-card .mrc-featured-event-card__content #pattern-date-stacked{margin-top:0}}.mrc-featured-event-card .mrc-featured-event-card__content .mrc-featured-event-card__date{color:#fff;background:#2e2d29;height:80px;width:80px;text-align:center;margin-bottom:.4em}.mrc-featured-event-card .mrc-featured-event-card__content .mrc-featured-event-card__date .mrc-date-stacked__month{font-weight:200;line-height:2.5em;text-transform:uppercase;margin-bottom:.3em}.mrc-featured-event-card .mrc-featured-event-card__content .mrc-featured-event-card__date .mrc-date-stacked__day{font-size:3.3rem;font-weight:600;margin-top:-22px}.mrc-featured-event-card .mrc-featured-event-card__content .mrc-featured-event-card__subcontent{flex-wrap:wrap;margin-top:1em;margin-bottom:.25em;display:block}@media screen and (min-width: 600px){.mrc-featured-event-card .mrc-featured-event-card__content .mrc-featured-event-card__subcontent{display:flex}}.mrc-featured-event-card .mrc-featured-event-card__content .mrc-featured-event-card__subcontent .mrc-featured-event-card__time{margin:0 0 .25em}@media screen and (min-width: 600px){.mrc-featured-event-card .mrc-featured-event-card__content .mrc-featured-event-card__subcontent .mrc-featured-event-card__time{margin:0}.mrc-featured-event-card .mrc-featured-event-card__content .mrc-featured-event-card__subcontent .mrc-featured-event-card__time:after{content:"|";padding:0 .25em}}.mrc-featured-event-card .mrc-featured-event-card__content .mrc-featured-event-card__subcontent .mrc-featured-event-card__location{margin-top:0}.mrc-featured-event-card .mrc-featured-event-card__content .mrc-featured-event-card__speaker .views-label{display:block;float:left}.mrc-featured-event-card .mrc-featured-event-card__content .mrc-featured-event-card__title{margin-top:.75em}.mrc-featured-event-card .mrc-featured-event-card__content .mrc-featured-event-card__teaser{margin-top:1em} - -/*# sourceMappingURL=featured-event-card.css.map */ \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/featured-event-card/featured-event-card.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/featured-event-card/featured-event-card.html.twig deleted file mode 100644 index 0b9494ba8e..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/featured-event-card/featured-event-card.html.twig +++ /dev/null @@ -1,37 +0,0 @@ - -{% set attributes = attributes.addClass('mrc-featured-event-card') %} - - - {% if image %} - - {% endif %} - - - diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/featured-event-card/featured-event-card.ui_patterns.yml b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/featured-event-card/featured-event-card.ui_patterns.yml deleted file mode 100644 index d192b9ec49..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/featured-event-card/featured-event-card.ui_patterns.yml +++ /dev/null @@ -1,44 +0,0 @@ -featured_event_card: - label: "Featured Event Card" - fields: - title: - label: "Title" - preview: "Card Title" - type: text - description: - label: "Description" - preview: "Description teaser lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut..." - type: text - location: - label: "Location" - preview: "Location Information" - type: text - image: - label: "Image" - preview: - theme: image - uri: "http://via.placeholder.com/350x350" - type: image - month: - label: "Month" - preview: "Feb" - type: text - day: - label: "Day" - preview: "15" - type: integer - time: - label: "Location" - preview: "12:35 PM" - type: text - speaker: - label: "Speaker" - preview: "Elon Musk" - type: text - - libraries: - - featured_event_card: - css: - component: - css/featured-event-card.css: {} - use: "@math_research_center/molecules/featured-event-card/featured-event-card.html.twig" diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/featured-event-card/scss/featured-event-card.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/featured-event-card/scss/featured-event-card.scss deleted file mode 100644 index 063d45a10d..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/featured-event-card/scss/featured-event-card.scss +++ /dev/null @@ -1,91 +0,0 @@ -@charset "UTF-8"; - -/// -/// FEATURED EVENT CARD COMPONENT -/// - -// For highlighting a single event. Includes date, time, location, title, -// description teaser, and image. - -// Decanter -@import - 'decanter-no-markup'; - -// Stanford Math Research Center -@import - '../utilities/mixins/mixins'; - -.mrc-featured-event-card { - @include mrc-card-container; - @include mrc-flex-medium; - - .mrc-featured-event-card__img { - margin-right: 0; - - img { - width: 100%; - } - - @include media($medium-screen) { - margin-right: 30px; - - img { - width: auto; - } - } - } - - .mrc-featured-event-card__content { - flex: 1 4 auto; - - #pattern-date-stacked { - @include media($medium-screen) { - @include margin(0 null null); - } - } - - .mrc-featured-event-card__date { - @include mrc-date-stacked; - } - - .mrc-featured-event-card__subcontent { - flex-wrap: wrap; - - @include margin(1em null 0.25em); - @include mrc-flex-medium; - - .mrc-featured-event-card__time { - @include margin(0 0 0.25em 0); - - @include media($medium-screen) { - @include margin(0); - - &:after { - content: "|"; - - @include padding(0 0.25em); - } - } - } - - .mrc-featured-event-card__location { - @include margin(0 null null); - } - } - - .mrc-featured-event-card__speaker { - .views-label { - display: block; - float: left; - } - } - - .mrc-featured-event-card__title { - @include margin(0.75em null null); - } - - .mrc-featured-event-card__teaser { - @include margin(1em null null); - } - } -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-card/css/news-card.css b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-card/css/news-card.css deleted file mode 100644 index 8f58feeb87..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-card/css/news-card.css +++ /dev/null @@ -1,3 +0,0 @@ -.mrc-news-card{margin-bottom:2em;background:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,0.2);padding:3rem;display:block}@media screen and (min-width: 600px){.mrc-news-card{display:flex}}.mrc-news-card .mrc-news-card__img{margin-right:0;flex-shrink:0}.mrc-news-card .mrc-news-card__img img{width:100%}@media screen and (min-width: 600px){.mrc-news-card .mrc-news-card__img{margin-right:30px}.mrc-news-card .mrc-news-card__img img{width:auto}}.mrc-news-card .mrc-news-card__content .mrc-news-card__date{margin:0 0 .25em}.mrc-news-card .mrc-news-card__content .mrc-news-card__subcontent{flex-wrap:wrap;display:block}@media screen and (min-width: 600px){.mrc-news-card .mrc-news-card__content .mrc-news-card__subcontent{display:flex}}.mrc-news-card .mrc-news-card__content .mrc-news-card__subcontent .mrc-news-card__source{margin:0 0 .25em}@media screen and (min-width: 600px){.mrc-news-card .mrc-news-card__content .mrc-news-card__subcontent .mrc-news-card__source{margin:0}}.mrc-news-card .mrc-news-card__content .mrc-news-card__subcontent .mrc-news-card__program{margin-top:0}.mrc-news-card .mrc-news-card__content .mrc-news-card__title{margin-top:.5em} - -/*# sourceMappingURL=news-card.css.map */ \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-card/news-card.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-card/news-card.html.twig deleted file mode 100644 index 6b32aa2298..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-card/news-card.html.twig +++ /dev/null @@ -1,36 +0,0 @@ - -{% set attributes = attributes.addClass('mrc-news-card') %} - - - {% if image %} -
      - {{ image }} -
      - {% endif %} -
      - - {% if time %} -
      {{ time }}
      - {% endif %} - -
      - {% if link %} -
      - {{ link }} -
      - {% endif %} - - {% if link and program %} -  |  - {% endif %} - - {% if program %} -
      {{ program }}
      - {% endif %} -
      - - {% if title %} -

      {{ title }}

      - {% endif %} -
      - diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-card/news-card.ui_patterns.yml b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-card/news-card.ui_patterns.yml deleted file mode 100644 index e52e779fae..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-card/news-card.ui_patterns.yml +++ /dev/null @@ -1,27 +0,0 @@ -news_card: - label: "News Card" - fields: - title: - label: "Title" - preview: "Card Title" - image: - label: "Image" - preview: - theme: image - uri: "http://via.placeholder.com/200x200" - program: - label: "Program" - preview: "Program Term" - time: - label: "Time" - preview: "Month, Day, Year" - link: - label: "Link" - preview: "Source Link" - - libraries: - - news_card: - css: - component: - css/news-card.css: {} - use: "@math_research_center/molecules/news-card/news-card.html.twig" diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-card/scss/news-card.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-card/scss/news-card.scss deleted file mode 100644 index 2d8bd6ba18..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-card/scss/news-card.scss +++ /dev/null @@ -1,60 +0,0 @@ -@charset "UTF-8"; - -/// -/// NEWS CARD COMPONENT -/// -// Decanter -@import 'decanter-no-markup'; -// Stanford Math Research Center -@import '../utilities/mixins/mixins'; - -.mrc-news-card { - @include margin(null null 2em); - @include mrc-card-container; - @include mrc-flex-medium; - - .mrc-news-card__img { - @include margin(null 0 null null); - flex-shrink: 0; - - img { - width: 100%; - } - - @include media($medium-screen) { - @include margin(null 30px null null); - - img { - width: auto; - } - } - } - - .mrc-news-card__content { - .mrc-news-card__date { - @include margin(0 0 0.25em 0); - } - - .mrc-news-card__subcontent { - flex-wrap: wrap; - - @include mrc-flex-medium; - - .mrc-news-card__source { - @include margin(0 0 0.25em 0); - - @include media($medium-screen) { - margin: 0; - } - } - - .mrc-news-card__program { - @include margin(0 null null); - } - } - - .mrc-news-card__title { - @include margin(0.5em null null); - } - } -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-recent/css/news-recent.css b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-recent/css/news-recent.css deleted file mode 100644 index 544e9948b9..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-recent/css/news-recent.css +++ /dev/null @@ -1,3 +0,0 @@ -.mrc-news-recent-card{background:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,0.2);padding:3rem}.mrc-news-recent-card .mrc-news-recent__item{clear:both;margin-bottom:1em}.mrc-news-recent-card .mrc-news-recent__item .mrc-news-recent__content{display:table-cell}.mrc-news-recent-card .mrc-news-recent__item .mrc-news-recent__content .mrc-news-recent__title{margin-top:0;margin-bottom:.25em}.mrc-news-recent-card .mrc-news-recent__img{float:left;margin-right:1em;margin-bottom:1em}.mrc-news-recent-card .mrc-news-recent__date-source{display:flex;flex-wrap:wrap}.mrc-news-recent-card h2{font-size:2.3rem} - -/*# sourceMappingURL=news-recent.css.map */ \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-recent/news-recent.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-recent/news-recent.html.twig deleted file mode 100644 index f3b47183fa..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-recent/news-recent.html.twig +++ /dev/null @@ -1,30 +0,0 @@ - -{% set attributes = attributes.addClass('mrc-news-recent-card') %} - - -
      - {% if image %} -
      - {{ image }} -
      - {% endif %} -
      - {% if title %} -

      {{ title }}

      - {% endif %} -
      - {% if date %} -
      {{ date }}
      - {% endif %} - - {% if date and source %} -  |  - {% endif %} - - {% if source %} -
      {{ source }}
      - {% endif %} -
      -
      -
      - diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-recent/news-recent.ui_patterns.yml b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-recent/news-recent.ui_patterns.yml deleted file mode 100644 index a83c18dcfe..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-recent/news-recent.ui_patterns.yml +++ /dev/null @@ -1,23 +0,0 @@ -news_recent: - label: "Recent News" - fields: - image: - label: "Image" - preview: - theme: image - uri: "http://via.placeholder.com/100x100" - title: - label: "Title" - preview: "News Item Title" - date: - label: "Date" - preview: "January 23, 2018" - source: - label: "Source" - preview: "Stanford News" - libraries: - - news_recent: - css: - component: - css/news-recent.css: {} - use: "@math_research_center/molecules/news-recent/news-recent.html.twig" diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-recent/scss/news-recent.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-recent/scss/news-recent.scss deleted file mode 100644 index d8c4cffd67..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/news-recent/scss/news-recent.scss +++ /dev/null @@ -1,43 +0,0 @@ -@charset "UTF-8"; - -/// -/// RECENT NEWS COMPONENT -/// -// Decanter -@import 'decanter-no-markup'; -// Stanford Math Research Center -@import '../utilities/mixins/mixins'; - -.mrc-news-recent-card { - - @include mrc-card-container; - - .mrc-news-recent__item { - clear: both; - - @include margin(null null 1em); - - .mrc-news-recent__content { - display: table-cell; - - .mrc-news-recent__title { - @include margin(0 null 0.25em); - } - } - } - - .mrc-news-recent__img { - float: left; - - @include margin(null 1em 1em null); - } - - .mrc-news-recent__date-source { - display: flex; - flex-wrap: wrap; - } - - h2 { - font-size: $lead-font-size; - } -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard-horizontal/css/postcard-horizontal.css b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard-horizontal/css/postcard-horizontal.css deleted file mode 100644 index b6711caa02..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard-horizontal/css/postcard-horizontal.css +++ /dev/null @@ -1,3 +0,0 @@ -.mrc-postcard--horizontal{overflow:hidden;margin-bottom:2em;background:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,0.2);padding:3rem}.mrc-postcard--horizontal .mrc-postcard__img{margin-right:0}@media screen and (min-width: 600px){.mrc-postcard--horizontal .mrc-postcard__img{float:left;max-width:50%;margin-right:30px}}.mrc-postcard--horizontal .mrc-postcard__img img{width:100%;margin-bottom:.5em}@media screen and (min-width: 600px){.mrc-postcard--horizontal .mrc-postcard__img img{width:auto}}.mrc-postcard--horizontal .mrc-postcard__title{clear:none;margin-top:0}.mrc-postcard--horizontal .mrc-postcard__button{margin-top:.5em}.mrc-postcard--horizontal .mrc-postcard__button::after{color:#b1040e;content:'\00BB';display:inline-block;margin-left:4px}.mrc-postcard--horizontal .mrc-postcard__button:hover::after{color:#2e2d29} - -/*# sourceMappingURL=postcard-horizontal.css.map */ \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard-horizontal/postcard-horizontal.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard-horizontal/postcard-horizontal.html.twig deleted file mode 100644 index 11a9ca5812..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard-horizontal/postcard-horizontal.html.twig +++ /dev/null @@ -1,30 +0,0 @@ - -{% set attributes = attributes.addClass('mrc-postcard--horizontal') %} - - - {% if image %} -
      - {{ image }} -
      - {% endif %} - -
      - {% if super_head %} -
      {{ super_head }}
      - {% endif %} - {% if title %} -

      {{ title }}

      - {% endif %} - {% if description %} -
      - {{ description }} -
      - {% endif %} - - {% if button %} -
      - {{ button }} -
      - {% endif %} -
      - diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard-horizontal/postcard-horizontal.ui_patterns.yml b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard-horizontal/postcard-horizontal.ui_patterns.yml deleted file mode 100644 index 36a3fc4931..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard-horizontal/postcard-horizontal.ui_patterns.yml +++ /dev/null @@ -1,28 +0,0 @@ -postcard_horizontal: - label: "Postcard Horizontal" - fields: - title: - label: "Title" - preview: "Postcard Title" - image: - label: "Image" - preview: - theme: image - uri: "http://via.placeholder.com/370x170" - super_head: - label: "Super Head" - preview: "Optional Superhead" - description: - label: "Description" - preview: "Optional wysiwyg lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam fermentum aliquet iaculis. Cras faucibus turpis non facilisis laoreet." - button: - label: "Button" - preview: "Optional Button" - libraries: - - postcard: - css: - component: - css/postcard-horizontal.css: {} - dependencies: - - ui_patterns/postcard.postcard - use: "@math_research_center/molecules/postcard-horizontal/postcard-horizontal.html.twig" diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard-horizontal/scss/postcard-horizontal.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard-horizontal/scss/postcard-horizontal.scss deleted file mode 100644 index 784f1d553a..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard-horizontal/scss/postcard-horizontal.scss +++ /dev/null @@ -1,56 +0,0 @@ -@charset "UTF-8"; - -/// -/// POSTCARD HORIZONTAL COMPONENT -/// - -// An extensible content container with options for a wide variety of content. -// Horizontal layout. - -// Decanter - -@import - 'decanter-no-markup'; - -// Stanford Math Research Center - -@import - '../utilities/mixins/mixins'; - -.mrc-postcard--horizontal { - overflow: hidden; - - @include margin(null null 2em); - @include mrc-card-container; - - .mrc-postcard__img { - @include margin(null 0 null null); - @include media($medium-screen) { - float: left; - max-width: 50%; - - @include margin(null 30px null null); - } - - img { - width: 100%; - - @include margin(null null 0.5em); - - @include media($medium-screen) { - width: auto; - } - } - } - - .mrc-postcard__title { - clear: none; - - @include margin(0 null null); - } - - .mrc-postcard__button { - @include margin(0.5em null null); - @include more-link(more-link, more-link-hover); - } -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard/css/postcard.css b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard/css/postcard.css deleted file mode 100644 index 085ab62acc..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard/css/postcard.css +++ /dev/null @@ -1,3 +0,0 @@ -.mrc-postcard{background:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,0.2);padding:3rem}.mrc-postcard .mrc-postcard__superhead{font-weight:600;margin:0 0 .2em}.mrc-postcard .mrc-postcard__img img{width:100%}.mrc-postcard .mrc-postcard__content .mrc-postcard__title{text-align:center;margin-top:0}.mrc-postcard .mrc-postcard__content .mrc-postcard__description{text-align:center}.mrc-postcard .mrc-postcard__content .mrc-postcard__button{text-align:center;margin-top:.5em}.mrc-postcard .mrc-postcard__content .mrc-postcard__button::after{color:#b1040e;content:'\00BB';display:inline-block;margin-left:4px}.mrc-postcard .mrc-postcard__content .mrc-postcard__button:hover::after{color:#2e2d29} - -/*# sourceMappingURL=postcard.css.map */ \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard/postcard.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard/postcard.html.twig deleted file mode 100644 index d7c27f9f0b..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard/postcard.html.twig +++ /dev/null @@ -1,31 +0,0 @@ - -{% set attributes = attributes.addClass('mrc-postcard') %} - - - -{% if super_head %} -

      {{ super_head }}

      -{% endif %} - - {% if image %} -
      - {{ image }} -
      - {% endif %} - -
      - {% if title %} -

      {{ title }}

      - {% endif %} - {% if description %} -
      - {{ description }} -
      - {% endif %} - {% if button %} -
      - {{ button }} -
      - {% endif %} -
      - diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard/postcard.ui_patterns.yml b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard/postcard.ui_patterns.yml deleted file mode 100644 index 35d6a195bf..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard/postcard.ui_patterns.yml +++ /dev/null @@ -1,26 +0,0 @@ -postcard: - label: "Postcard" - fields: - title: - label: "Title" - preview: "Postcard Title" - image: - label: "Image" - preview: - theme: image - uri: "http://via.placeholder.com/370x170" - super_head: - label: "Super Head" - preview: "Optional Superhead" - description: - label: "Description" - preview: "Optional wysiwyg lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam fermentum aliquet iaculis. Cras faucibus turpis non facilisis laoreet." - button: - label: "Button" - preview: "Optional Button" - libraries: - - postcard: - css: - component: - css/postcard.css: {} - use: "@math_research_center/molecules/postcard/postcard.html.twig" diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard/scss/postcard.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard/scss/postcard.scss deleted file mode 100644 index 5b27e8ab61..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/postcard/scss/postcard.scss +++ /dev/null @@ -1,51 +0,0 @@ -@charset "UTF-8"; - -/// -/// POSTCARD COMPONENT -/// - -// An extensible content container with options for a wide variety of content. -// Vertical layout. - -// Decanter -@import - 'decanter-no-markup'; - -// Stanford Math Research Center -@import - '../utilities/mixins/mixins'; - -.mrc-postcard { - @include mrc-card-container; - - .mrc-postcard__superhead { - font-weight: $font-bold; - - @include margin(0 0 0.2em); - } - - .mrc-postcard__img { - img { - width: 100%; - } - } - - .mrc-postcard__content { - .mrc-postcard__title { - text-align: center; - - @include margin(0 null null); - } - - .mrc-postcard__description { - text-align: center; - } - - .mrc-postcard__button { - text-align: center; - - @include margin(0.5em null null); - @include more-link(more-link, more-link-hover); - } - } -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/video-list/css/video-list.css b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/video-list/css/video-list.css deleted file mode 100644 index e3425d21ef..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/video-list/css/video-list.css +++ /dev/null @@ -1,3 +0,0 @@ -.mrc-video-list__video .video-embed-field-lazy img{object-fit:cover}@media (min-width: 482px) and (max-width: 619px){.mrc-video-list__video .video-embed-field-lazy img{height:315px}}@media (min-width: 620px) and (max-width: 899px){.mrc-video-list__video .video-embed-field-lazy img{height:470px}}@media (min-width: 900px) and (max-width: 1200px){.mrc-video-list__video .video-embed-field-lazy img{height:585px}}@media screen and (min-width: 1201px){.mrc-video-list__video .video-embed-field-lazy img{height:655px}} - -/*# sourceMappingURL=video-list.css.map */ \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/video-list/scss/video-list.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/video-list/scss/video-list.scss deleted file mode 100644 index 776cb58a1d..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/video-list/scss/video-list.scss +++ /dev/null @@ -1,35 +0,0 @@ -@charset "UTF-8"; - -/// -/// VIDEO LIST COMPONENT -/// - -// Decanter -@import - 'decanter-no-markup'; - -// Stanford Math Research Center -@import - '../utilities/mixins/mixins'; - -.mrc-video-list__video { - .video-embed-field-lazy img { - object-fit: cover; - - @media (min-width: 482px) and (max-width: 619px) { - height: 315px; - } - - @media (min-width: 620px) and (max-width: 899px) { - height: 470px; - } - - @media (min-width: 900px) and (max-width: 1200px) { - height: 585px; - } - - @include media($large-screen) { - height: 655px; - } - } -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/video-list/video-list.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/video-list/video-list.html.twig deleted file mode 100644 index 2d2b6f0369..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/video-list/video-list.html.twig +++ /dev/null @@ -1,20 +0,0 @@ - -{% set attributes = attributes.addClass('mrc-video-list') %} - - -
      -
      - {% if title %} -

      - {{ title }} -

      - {% endif %} - - {% if video %} -
      - {{ video }} -
      - {% endif %} -
      -
      - diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/video-list/video-list.ui_patterns.yml b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/video-list/video-list.ui_patterns.yml deleted file mode 100644 index 3b829088ae..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/video-list/video-list.ui_patterns.yml +++ /dev/null @@ -1,15 +0,0 @@ -video_list: - label: "Video List" - fields: - title: - label: "Title" - preview: "Title" - video: - label: "Event Video" - preview: "" - libraries: - - video_list: - css: - component: - css/video-list.css: {} - use: "@math_research_center/molecules/video-list/video-list.html.twig" diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-grid/css/visitors-grid.css b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-grid/css/visitors-grid.css deleted file mode 100644 index 0252e548c2..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-grid/css/visitors-grid.css +++ /dev/null @@ -1,3 +0,0 @@ -.mrc-visitors-grid-card{background:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,0.2);padding:3rem}.mrc-visitors-grid-card .mrc-visitors-grid__item{display:flex}.mrc-visitors-grid-card .mrc-visitors-grid__item .mrc-visitors-grid__img img{margin-right:1em}.mrc-visitors-grid-card .mrc-visitors-grid__item .mrc-visitors-grid__content{flex:1 4 auto}.mrc-visitors-grid-card .mrc-visitors-grid__item .mrc-visitors-grid__content .mrc-visitors-grid__name{margin-top:0;margin-bottom:0}.mrc-visitors-grid-card .mrc-visitors-grid__item .mrc-visitors-grid__content .mrc-visitors-grid__title{font-weight:700;margin-bottom:.25em} - -/*# sourceMappingURL=visitors-grid.css.map */ \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-grid/scss/visitors-grid.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-grid/scss/visitors-grid.scss deleted file mode 100644 index 1c834b4084..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-grid/scss/visitors-grid.scss +++ /dev/null @@ -1,39 +0,0 @@ -@charset "UTF-8"; - -/// -/// VISITORS GRID COMPONENT -/// - -// Decanter -@import - 'decanter-no-markup'; - -// Stanford Math Research Center -@import - '../utilities/mixins/mixins'; - -.mrc-visitors-grid-card { - @include mrc-card-container; - - .mrc-visitors-grid__item { - display: flex; - - .mrc-visitors-grid__img img { - @include margin(null 1em null null); - } - - .mrc-visitors-grid__content { - flex: 1 4 auto; - - .mrc-visitors-grid__name { - @include margin(0 null); - } - - .mrc-visitors-grid__title { - font-weight: 700; - - @include margin(null null 0.25em); - } - } - } -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-grid/visitors-grid.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-grid/visitors-grid.html.twig deleted file mode 100644 index 200fc966c2..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-grid/visitors-grid.html.twig +++ /dev/null @@ -1,23 +0,0 @@ - -{% set attributes = attributes.addClass('mrc-visitors-grid-card') %} - - -
      - {% if image %} -
      - {{ image }} -
      - {% endif %} -
      - {% if name %} -

      {{ name }}

      - {% endif %} - {% if title %} -
      {{ title }}
      - {% endif %} - {% if research_areas %} -
      {{ research_areas }}
      - {% endif %} -
      -
      - diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-grid/visitors-grid.ui_patterns.yml b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-grid/visitors-grid.ui_patterns.yml deleted file mode 100644 index 6669827826..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-grid/visitors-grid.ui_patterns.yml +++ /dev/null @@ -1,23 +0,0 @@ -visitors_grid: - label: "Visitors Grid" - fields: - image: - label: "Image" - preview: - theme: image - uri: "http://via.placeholder.com/200x200" - name: - label: "Name" - preview: "Person's Name" - title: - label: "Title" - preview: "Job Title" - research_areas: - label: "Research Areas" - preview: "Lorem Ipsum, Dolor Sit Amet, Consectetur" - libraries: - - visitors_grid: - css: - component: - css/visitors-grid.css: {} - use: "@math_research_center/molecules/visitors-grid/visitors-grid.html.twig" diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-list/css/visitors-list.css b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-list/css/visitors-list.css deleted file mode 100644 index 466f3f2a15..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-list/css/visitors-list.css +++ /dev/null @@ -1,3 +0,0 @@ -.mrc-visitors-list{border-bottom:1px solid #2e2d29;display:grid;grid-template-columns:repeat(1, 1fr);margin-bottom:1rem;padding-top:.25em;padding-bottom:1.25em}@media screen and (min-width: 600px){.mrc-visitors-list{grid-gap:1rem;grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 1201px){.mrc-visitors-list{grid-template-columns:repeat(3, 1fr)}}.mrc-visitors-list .mrc-visitors-list__name{margin-top:0;margin-bottom:.25em}.mrc-visitors-list .mrc-visitors-list__title{margin-bottom:.25em}@media screen and (min-width: 600px){.mrc-visitors-list .mrc-visitors-list__title{margin:0}}.mrc-visitors-list .mrc-visitors-list__university{margin-bottom:.25em}.mrc-visitors-list .mrc-visitors-list__academic-year{margin-bottom:.25em}@media screen and (min-width: 600px){.mrc-visitors-list .mrc-visitors-list__academic-year{margin:0}} - -/*# sourceMappingURL=visitors-list.css.map */ \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-list/scss/visitors-list.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-list/scss/visitors-list.scss deleted file mode 100644 index 4e723f2645..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-list/scss/visitors-list.scss +++ /dev/null @@ -1,55 +0,0 @@ -@charset "UTF-8"; - -/// -/// VISITORS LIST COMPONENT -/// - -// Decanter -@import - 'decanter-no-markup'; - -// Stanford Math Research Center -@import - '../utilities/mixins/mixins'; - -.mrc-visitors-list { - border-bottom: 1px solid $color-black; - display: grid; - grid-template-columns: repeat(1, 1fr); - - @include margin(null null 1rem); - @include padding(0.25em null 1.25em); - - @include media($medium-screen) { - grid-gap: 1rem; - grid-template-columns: repeat(2, 1fr); - } - - @include media($large-screen) { - grid-template-columns: repeat(3, 1fr); - } - - .mrc-visitors-list__name { - @include margin(0 null 0.25em); - } - - .mrc-visitors-list__title { - @include margin(null null 0.25em); - - @include media($medium-screen) { - @include margin(0); - } - } - - .mrc-visitors-list__university { - @include margin(null null 0.25em); - } - - .mrc-visitors-list__academic-year { - @include margin(null null 0.25em); - - @include media($medium-screen) { - @include margin(0); - } - } -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-list/visitors-list.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-list/visitors-list.html.twig deleted file mode 100644 index 840035c37d..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-list/visitors-list.html.twig +++ /dev/null @@ -1,26 +0,0 @@ - -{% set attributes = attributes.addClass('mrc-visitors-list') %} - - -
      - {% if name %} -

      {{ name }}

      - {% endif %} - {% if title %} -
      {{ title }}
      - {% endif %} -
      -
      - {% if university %} -
      {{ university }}
      - {% endif %} - {% if academic_year %} -
      {{ academic_year }}
      - {% endif %} -
      -
      - {% if research_areas %} -
      {{ research_areas }}
      - {% endif %} -
      - diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-list/visitors-list.ui_patterns.yml b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-list/visitors-list.ui_patterns.yml deleted file mode 100644 index 7fc183806a..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/molecules/visitors-list/visitors-list.ui_patterns.yml +++ /dev/null @@ -1,24 +0,0 @@ -visitors_list: - label: "Visitors List" - fields: - name: - label: "Name" - preview: "Jane Stanford" - title: - label: "Title" - preview: "Professor of Mathematics" - university: - label: "University" - preview: "Stanford University" - academic_year: - label: "Academic Year(s)" - preview: "2014-2015" - research_areas: - label: "Research Areas" - preview: "Lorem Ipsum, Dolor Sit Amet, Consectetur" - libraries: - - visitors_list: - css: - component: - css/visitors-list.css: {} - use: "@math_research_center/molecules/visitors-list/visitors-list.html.twig" diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-basic/css/node-basic.css b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-basic/css/node-basic.css deleted file mode 100644 index d26e21c6b7..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-basic/css/node-basic.css +++ /dev/null @@ -1,3 +0,0 @@ -h1.page-title{margin-top:0} - -/*# sourceMappingURL=node-basic.css.map */ \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-basic/node-basic.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-basic/node-basic.html.twig deleted file mode 100644 index 98623925cd..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-basic/node-basic.html.twig +++ /dev/null @@ -1,16 +0,0 @@ -{% set attributes = attributes.addClass('basic-node') %} - - - - {% if sidebar %} -
      - {{ sidebar }} -
      - {% endif %} - - - - diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-basic/node-basic.ui_patterns.yml b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-basic/node-basic.ui_patterns.yml deleted file mode 100644 index 1245ca84a5..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-basic/node-basic.ui_patterns.yml +++ /dev/null @@ -1,24 +0,0 @@ -# Basic Node Display Pattern -# -node_basic: - label: "Node: Basic" - description: "Basic node layout" - fields: - page_title: - label: "Page Title" - preview: "Page Title" - type: text - sidebar: - label: "Sidebar" - preview: "Some content goes here" - type: text - content: - label: "Content" - preview: "Main Content" - type: text - libraries: - - node_basic: - css: - component: - css/node-basic.css: {} - use: "@math_research_center/templates/node-basic/node-basic.html.twig" diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-basic/scss/node-basic.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-basic/scss/node-basic.scss deleted file mode 100644 index b05e82ef93..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-basic/scss/node-basic.scss +++ /dev/null @@ -1,3 +0,0 @@ -h1.page-title { - margin-top: 0; -} \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-event/css/node-event.css b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-event/css/node-event.css deleted file mode 100644 index e250cefa6c..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-event/css/node-event.css +++ /dev/null @@ -1,3 +0,0 @@ -.mrc-event__img{float:left;margin-right:1em;margin-right:2em;margin-bottom:.5em}.mrc-event__location{font-size:2.3rem;font-weight:200;margin-top:0}.mrc-event__date,.mrc-event__time{font-size:3.3rem;margin-bottom:.8em}.mrc-event__map-admission{margin:.5em 0}.mrc-event__map-admission:after{content:"\2014";display:block;font-size:2.3rem;font-weight:600;margin-top:1em}.mrc-event__map-admission .mrc-event__map{float:none;margin-right:0}@media screen and (min-width: 600px){.mrc-event__map-admission .mrc-event__map{float:left;margin-right:0.5em}}.mrc-event__map-admission .mrc-event__map:before{color:#b1040e;content:"\f041";font-family:FontAwesome;margin-right:0.15em}.mrc-event__map-admission .mrc-event__admission{margin-left:0}@media screen and (min-width: 600px){.mrc-event__map-admission .mrc-event__admission{margin-left:0.5em}}.mrc-event__map-admission .mrc-event__admission:before{content:"\f145";font-family:FontAwesome;margin-right:0.15em}.mrc-event__sponsor{font-style:italic;margin-top:1em}.mrc-event__contact{font-style:italic;margin-top:1em}.decanter-embed-container{margin-top:1em}h1.page-title{margin-top:0} - -/*# sourceMappingURL=node-event.css.map */ \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-event/node-event.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-event/node-event.html.twig deleted file mode 100644 index db79780bee..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-event/node-event.html.twig +++ /dev/null @@ -1,82 +0,0 @@ -{% set attributes = attributes.addClass(['event-node', 'decanter-grid']) %} - - - - {% if sidebar %} -
      - {{ sidebar }} -
      - {% endif %} - - - diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-event/node-event.ui_patterns.yml b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-event/node-event.ui_patterns.yml deleted file mode 100644 index 0fe0af4cd8..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-event/node-event.ui_patterns.yml +++ /dev/null @@ -1,70 +0,0 @@ -# Event Node Display Pattern -# -node_event: - label: "Node: Event" - description: "Event node layout" - fields: - page_title: - label: "Page Title" - preview: "Page Title" - type: text - sidebar: - label: "Sidebar" - preview: "Some content goes here" - type: text - image: - label: "Image" - preview: - theme: image - uri: "http://via.placeholder.com/350x350" - type: image - location: - label: "Location" - preview: "Location Information" - type: text - date: - label: "Date" - preview: "Week Day, Month, Day, Year" - type: text - event_link: - label: "Event Link" - preview: "More information on this event" - type: text - map: - label: "Map" - preview: "Map" - type: text - admission: - label: "Admission" - preview: "Admission Information" - type: text - description: - label: "Description" - preview: "Event item description content lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." - type: text - sponsor: - label: "Sponsor" - preview: "Name of sponsor" - type: text - email: - label: "Email" - preview: "email@address.com" - type: text - phone: - label: "Phone" - preview: "(123) 456-7890" - type: text - embed_video: - label: "Embed Video" - preview: "" - type: text - speaker: - label: "Speaker" - preview: "Stanford Speaker" - type: text - libraries: - - node_event: - css: - component: - css/node-event.css: {} - use: "@math_research_center/templates/node-event/node-event.html.twig" diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-event/scss/node-event.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-event/scss/node-event.scss deleted file mode 100644 index 484f9d1fb2..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-event/scss/node-event.scss +++ /dev/null @@ -1,95 +0,0 @@ -@charset "UTF-8"; - -/// -/// EVENT NODE STYLES -/// - -// Decanter -@import - 'decanter-no-markup'; - -// Stanford Math Research Center -@import - '../utilities/mixins/mixins'; - -.mrc-event__img { - @include mrc-float-left; - @include margin(null 2em 0.5em null); -} - -.mrc-event__location { - font-size: $h3-font-size; - font-weight: $font-light; - margin-top: 0; -} - -.mrc-event__date, -.mrc-event__time { - font-size: $h2-font-size; - - @include margin(null null 0.8em); -} - -.mrc-event__map-admission { - @include margin(0.5em 0); - - &:after { - content: "\2014"; - display: block; - font-size: $lead-font-size; - font-weight: $font-bold; - - @include margin(1em null null); - } - - .mrc-event__map { - float: none; - margin-right: 0; - - @include media($medium-screen) { - float: left; - margin-right: 0.5em; - } - - - &:before { - color: $color-bright-red; - content: "\f041"; - font-family: FontAwesome; - margin-right: 0.15em; - } - } - - .mrc-event__admission { - margin-left: 0; - - @include media($medium-screen) { - margin-left: 0.5em; - } - - - &:before { - content: "\f145"; - font-family: FontAwesome; - margin-right: 0.15em; - } - } -} - -.mrc-event__sponsor { - font-style: italic; - margin-top: 1em; -} - -.mrc-event__contact { - font-style: italic; - margin-top: 1em; -} - -.decanter-embed-container { - margin-top: 1em; -} - -h1.page-title { - margin-top: 0; -} \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-news/css/node-news.css b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-news/css/node-news.css deleted file mode 100644 index d5f7ee5300..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-news/css/node-news.css +++ /dev/null @@ -1,3 +0,0 @@ -.mrc-news__date-source{display:flex;flex-wrap:wrap;margin-bottom:1em}.mrc-news__date-source .mrc-news__date{margin:0 0 0.25em 0}@media screen and (min-width: 600px){.mrc-news__date-source .mrc-news__date{margin:0}}.mrc-news__date-source .mrc-news__source{margin-top:0}.mrc-news__img img{height:auto;width:100%}.mrc-news__author{font-style:italic;font-weight:600;margin-top:1em}.mrc-news__author>div{display:inline-block}h1.page-title{margin-top:0} - -/*# sourceMappingURL=node-news.css.map */ \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-news/node-news.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-news/node-news.html.twig deleted file mode 100644 index a56090481a..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-news/node-news.html.twig +++ /dev/null @@ -1,51 +0,0 @@ -{% set attributes = attributes.addClass('news-node') %} - - - - {% if sidebar %} -
      - {{ sidebar }} -
      - {% endif %} - - - - \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-news/node-news.ui_patterns.yml b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-news/node-news.ui_patterns.yml deleted file mode 100644 index a1dbe88b71..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-news/node-news.ui_patterns.yml +++ /dev/null @@ -1,37 +0,0 @@ -# News Node Display Pattern -# -node_news: - label: "Node: News" - description: "News node layout" - fields: - page_title: - label: "Page Title" - preview: "Page Title" - type: text - sidebar: - label: "Sidebar" - preview: "Some content goes here" - type: text - date: - label: "Date" - preview: "Month, Day, Year" - link: - label: "Source Link" - preview: "Source Link" - image: - label: "Image" - preview: - theme: image - uri: "http://via.placeholder.com/900x420" - content: - label: "Main Content" - preview: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat." - author: - label: "Author" - preview: "Author Name" - libraries: - - node-news: - css: - component: - css/node-news.css: {} - use: "@math_research_center/templates/node-news/node-news.html.twig" diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-news/scss/node-news.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-news/scss/node-news.scss deleted file mode 100644 index e9b3c97b7b..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-news/scss/node-news.scss +++ /dev/null @@ -1,48 +0,0 @@ -@charset "UTF-8"; - -/// -/// NEWS NODE STYLES -/// -// Decanter -@import 'decanter-no-markup'; -// Stanford Math Research Center -@import '../utilities/mixins/mixins'; - -.mrc-news__date-source { - display: flex; - flex-wrap: wrap; - margin-bottom: 1em; - - .mrc-news__date { - margin: 0 0 0.25em 0; - - @include media($medium-screen) { - margin: 0; - } - } - - .mrc-news__source { - margin-top: 0; - } -} - -.mrc-news__img { - img { - height: auto; - width: 100%; - } -} - -.mrc-news__author { - font-style: italic; - font-weight: $font-bold; - margin-top: 1em; - - > div { - display: inline-block; - } -} - -h1.page-title { - margin-top: 0; -} \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-simple/css/node-simple.css b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-simple/css/node-simple.css deleted file mode 100644 index 4f72044326..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-simple/css/node-simple.css +++ /dev/null @@ -1,3 +0,0 @@ -.simple-node .mrc-simple__img{float:left;margin-right:1em}.simple-node .node-title h1{clear:none}.simple-node .mrc-simple__separator:before{content:"\2014";display:block;font-size:2.3rem;font-weight:600;margin-top:1em}.simple-node h1.page-title{margin-top:0} - -/*# sourceMappingURL=node-simple.css.map */ \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-simple/node-simple.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-simple/node-simple.html.twig deleted file mode 100644 index 983ff2ebaa..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-simple/node-simple.html.twig +++ /dev/null @@ -1,34 +0,0 @@ -{% set attributes = attributes.addClass('simple-node') %} - - - - - {% if sidebar %} -
      - {{ sidebar }} -
      - {% endif %} - - - diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-simple/node-simple.ui_patterns.yml b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-simple/node-simple.ui_patterns.yml deleted file mode 100644 index b72545bc74..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-simple/node-simple.ui_patterns.yml +++ /dev/null @@ -1,35 +0,0 @@ -# simple Node Display Pattern -# -node_simple: - label: "Node: Simple" - description: "Simple node layout with an image to the side" - fields: - page_title: - label: "Page Title" - preview: "Page Title" - type: text - sidebar: - label: "Sidebar" - preview: "Some content goes here" - type: text - image: - label: "Image" - preview: - theme: image - uri: "http://via.placeholder.com/350x350" - type: image - above_break: - label: "Above Break" - preview: "

      Professor of Mathematics

      " - type: text - below_break: - label: "Below Break" - preview: "An American mathematician, who specializes in global analysis and its applications to supersymmetry, string theory, and quantum field theory." - type: text - - libraries: - - node-simple: - css: - component: - css/node-simple.css: {} - use: "@math_research_center/templates/node-simple/node-simple.html.twig" diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-simple/scss/node-simple.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-simple/scss/node-simple.scss deleted file mode 100644 index f705465257..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/node-simple/scss/node-simple.scss +++ /dev/null @@ -1,37 +0,0 @@ -@charset "UTF-8"; - -/// -/// SIMPLE NODE STYLES -/// - -// Decanter -@import - 'decanter-no-markup'; - -// Stanford Math Research Center -@import - '../utilities/mixins/mixins'; - -.simple-node { - .mrc-simple__img { - @include mrc-float-left; - } - - .node-title h1 { - clear: none; - } - - .mrc-simple__separator:before { - content: "\2014"; - display: block; - font-size: $lead-font-size; - font-weight: $font-bold; - - @include margin(1em null null); - } - - h1.page-title { - margin-top: 0; - } -} - diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/terms-event-series/css/terms-event-series.css b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/terms-event-series/css/terms-event-series.css deleted file mode 100644 index ecc74648ec..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/terms-event-series/css/terms-event-series.css +++ /dev/null @@ -1,3 +0,0 @@ -h1.page-title{margin-top:0} - -/*# sourceMappingURL=terms-event-series.css.map */ \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/terms-event-series/scss/terms-event-series.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/terms-event-series/scss/terms-event-series.scss deleted file mode 100644 index 172fbd52ed..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/terms-event-series/scss/terms-event-series.scss +++ /dev/null @@ -1,5 +0,0 @@ -@charset "UTF-8"; - -h1.page-title { - margin-top: 0; -} \ No newline at end of file diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/terms-event-series/terms-event-series.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/terms-event-series/terms-event-series.html.twig deleted file mode 100644 index 5abf20c34a..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/terms-event-series/terms-event-series.html.twig +++ /dev/null @@ -1,47 +0,0 @@ -{% set attributes = attributes.addClass('terms-event-series') %} - - - - {% if sidebar %} -
      - {{ sidebar }} -
      - {% endif %} - - - - diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/terms-event-series/terms-event-series.ui_patterns.yml b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/terms-event-series/terms-event-series.ui_patterns.yml deleted file mode 100644 index 9311e82840..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/patterns/templates/terms-event-series/terms-event-series.ui_patterns.yml +++ /dev/null @@ -1,38 +0,0 @@ -# simple event series term layout -# -terms_event_series: - label: "Terms: Event Series" - description: "Simple layout with lower regions." - fields: - page_title: - label: "Page Title" - preview: "Page Title" - type: text - sidebar: - label: "Sidebar" - preview: "Some content goes here" - type: text - top: - label: "Top" - preview: - theme: image - uri: "http://via.placeholder.com/350x350" - type: image - bottom_left: - label: "Bottom Left" - preview: "

      Upcoming Events

      " - type: text - bottom_right: - label: "Bottom Right" - preview: "

      Related News

      " - type: text - footer: - label: "Footer" - preview: "

      Recent Visitors

      " - type: text - libraries: - - terms-event-series: - css: - component: - css/terms-event-series.css: {} - use: "@math_research_center/templates/terms-event-series/terms-event-series.html.twig" diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/.gitkeep b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/.gitkeep deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/base/base.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/base/base.scss deleted file mode 100644 index fe9167f6bc..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/base/base.scss +++ /dev/null @@ -1,155 +0,0 @@ -@charset "UTF-8"; - -/// -/// BASE STYLES -/// -// For overriding or making additions to the -// stanford_basic theme and/or Decanter. -// -// If overrides exceed resonable number of lines -// in code, create a partial in the base folder -// and import the file here. - -// Decanter -@import - 'decanter-no-markup'; - -// Stanford Math Research Center -@import -'../utilities/mixins/mixins', -'../molecules/pager'; - -// Accessibility helpers -.user-is-tabbing *:focus, -.user-is-tabbing a:focus { - @include accessible-focus; -} - -.ui-pattern { - @include margin(2rem null null); -} - -// Footer -#footer { - background: $color-cloud; - - @include margin(3rem null null); - @include padding(2em null null null); - @include media($medium-screen) { - @include margin(6rem null null); - } - - @include media($large-screen) { - @include margin(10rem null null); - } - - h2 { - font-size: $h3-font-size; - } - - a { - text-decoration: none; - } - - #block-givingbutton p, - .decanter-button, - a.decanter-button { - @include margin(0 null null); - } -} - -// Grid -.decanter-grid [class*="decanter-width-"] { - margin-bottom: 2em; -} - -@include media($medium-screen) { - [class*="__sidebar"].decanter-width-one-fourth { - width: 23.2317609825%; - - @include margin(null 2.3576520234% null null); - } - - [class*="__main"].decanter-width-three-fourths { - width: 74.4105869942%; - } -} - -@media (min-width: 481px) and (max-width: 900px) { - [class*="__sidebar"].decanter-width-one-fourth { - width: 47.5854205965%; - - @include margin(null 4.8291588071% null null); - } - - [class*="__main"].decanter-width-three-fourths { - width: 100%; - } -} - -// Header -#header { - background: $color-cloud; - - @include padding(1em null); - - .block--lockup__site-name-and-slogan a { - color: $color-black; - display: inherit; - text-decoration: none; - } -} - -// Images -img { - max-width: 100%; - height: auto; -} - -// Inputs -@import - 'inputs'; - -// Roles -body.role--authenticated .hide-logged-in { - display: none; -} - -body.role--anonymous .hide-logged-out { - display: none; -} - -// Search -@import - 'search'; - -// Typography -.decanter-font-lead { - font-weight: 400; -} - -.label-inline > * { - display: inline-block; - padding-right: 5px; - - &:last-child { - padding-right: 0; - } -} - -.decanter-font-lead.text-align-center { - margin: 0 auto; -} - -// Views -.view { - .more-link { - text-align: center; - } - - span.views-label { - font-weight: $font-bold; - - @include margin(null 0.25em null null); - } -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/base/front.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/base/front.scss deleted file mode 100644 index 3e05ef73b8..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/base/front.scss +++ /dev/null @@ -1,9 +0,0 @@ -h1.page-title { - display: none; -} - -.paragraph--type--wysiwyg .text-align-center { - max-width: 75%; - display: block; - margin: 0 auto 1em; -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/base/inputs.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/base/inputs.scss deleted file mode 100644 index 13c085a04f..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/base/inputs.scss +++ /dev/null @@ -1,166 +0,0 @@ -@charset "UTF-8"; - -/// -/// INPUTS STYLES -/// -// Decanter -@import 'decanter-no-markup'; -// Stanford Math Research Center -@import '../utilities/mixins/mixins'; - -// Block form elements. -input, -textarea, -select { - appearance: none; - border: $input-border-width solid $color-driftwood; - border-radius: 0; - box-sizing: border-box; - color: $color-black; - - // standardize on firefox - display: block; - font-size: $base-font-size; - line-height: $input-line-height; - outline: none; - @include margin(0.2em 0); - @include padding($input-padding-vertical 0.7em); - - .user-is-tabbing &:focus { - box-shadow: $focus-shadow; - } -} - -label { - display: block; - @include margin(1rem null); -} - -select { - -moz-appearance: none; - -webkit-appearance: none; - appearance: none; - background-color: $color-white; -} - -legend { - font-size: $h2-font-size; - font-weight: $font-bold; -} - -fieldset { - border: none; -} - -// Custom checkboxes and radio buttons. -[type=checkbox], -[type=radio] { - // The actual input element is only visible to screen readers, because - // all visual styling is done via the label. - @include sr-only; - - .lt-ie9 & { - border: 0; - float: left; - position: static; - width: auto; - @include margin(0.4em 0.4em 0 0); - } -} - -[type=checkbox] + label, -[type=radio] + label { - cursor: pointer; - font-weight: 400; -} - -[type=checkbox] + label::before, -[type=radio] + label::before { - background: $color-white; - border-radius: $border-radius; - box-shadow: 0 0 0 1px $color-driftwood; - content: '\a0'; - display: inline-block; - line-height: 1rem; - text-indent: 0.15em; - vertical-align: middle; - @include margin(null 0.6em null null); -} - -[type=checkbox] + label::before { - height: 1.2rem; - width: 1.2rem; -} - -[type=radio] + label::before { - box-shadow: 0 0 0 2px $color-white, 0 0 0 3px $color-driftwood; - height: 1rem; - width: 1rem; - border-radius: 100%; -} - -[type=checkbox]:checked + label::before, -[type=radio]:checked + label::before { - background-color: $color-bright-red; - box-shadow: 0 0 0 1px $color-bright-red; -} - -[type=radio]:checked + label::before { - box-shadow: 0 0 0 2px $color-white, 0 0 0 4px $color-bright-red; -} - -.user-is-tabbing [type=radio]:focus + label::before { - box-shadow: 0 0 0 2px $color-white, 0 0 0 4px $color-bright-red, 0 0 3px 4px $color-black, 0 0 7px 4px $color-black; -} - -[type=checkbox]:checked + label::before, -[type=checkbox]:checked:disabled + label::before { - background-image: url("../../img/check.png"); - background-image: url("../../img/check.svg"); - background-position: 50%; - background-repeat: no-repeat; - background-size: 10px; -} - -.user-is-tabbing [type=checkbox]:focus + label::before { - box-shadow: 0 0 0 1px $color-white, 0 0 0 3px $color-bright-red; -} - -[type=checkbox]:disabled + label { - color: $color-driftwood; -} - -[type=checkbox]:disabled + label::before, -[type=radio]:disabled + label::before { - background: $color-driftwood; - cursor: not-allowed; -} - -.form-checkboxes .form-item, -.form-radios .form-item { - @include margin(null null 0.8em); -} - -.chosen-container { - .search-field:after { - font: normal normal normal 14px/1 FontAwesome; - content: "\f078"; - position: absolute; - right: 5px; - top: calc(50% - 7px); - } - - &.chosen-with-drop .search-field:after { - content: ''; - } - - .search-choice { - width: 90%; - } -} - -div.chosen-container { - @include media($small-screen) { - width: 100% !important; - } -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/base/search.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/base/search.scss deleted file mode 100644 index 7ef4a2ff8d..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/base/search.scss +++ /dev/null @@ -1,95 +0,0 @@ -@charset "UTF-8"; - -/// -/// SEARCH STYLES -/// - -// Targets Drupal's search block. -// Expands upon focus. - -// Decanter -@import - 'decanter-no-markup'; - -// Stanford Math Research Center -@import - '../utilities/mixins/mixins'; - -#block-searchform { - form { - display: inline-block; - float: right; - position: relative; - - &.expanded { - input.button { - z-index: 999; - } - - input.form-search { - background: transparent; - width: 145px; - } - } - } - - .form-item { - @include margin(-3em null -1em); - - @media (max-width: 750px) { - @include margin(0); - } - } - - input { - &.button { - display: block; - position: absolute; - background: url("../../img/search.svg") no-repeat; - background-size: 45px 45px; - top: -55px; - right: 2px; - border: 0; - font-size: 0; - width: 45px; - height: 45px; - z-index: -999; - - @media (max-width: 750px) { - top: 5px; - } - } - - &.form-search { - background: url("../../img/search.svg") no-repeat center center; - background-size: 45px 45px; - -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s; - transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s; - width: 0; - height: auto; - border-radius: 25px; - border: none; - cursor: pointer; - box-shadow: 0 0 0 1.5px $color-bright-red; - - @include padding(null 35px null null); - - .user-is-tabbing &:hover, - .user-is-tabbing &:focus { - box-shadow: 0 0 0 2px $color-bright-red; - border: none; - } - - .user-is-tabbing &:focus { - background: url("../../img/search.svg") no-repeat 160px center; - background-size: 45px 45px; - -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s; - transition: width 0.6s, border-radius 0.6s, background 0.6s; - cursor: text; - width: 145px; - - @include padding(null 50px null 15px); - } - } - } -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/ckeditor.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/ckeditor.scss deleted file mode 100644 index 6269d590e8..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/ckeditor.scss +++ /dev/null @@ -1,71 +0,0 @@ -@charset "UTF-8"; - -/// -/// 1. BASE -/// -// Base rules consist of styling for HTML elements only, such as used in a CSS -// reset or Normalize.css. Base rules should never include class selectors. -// -// To avoid "undoing" styles in components, base styles should reflect the -// simplest possible appearance of each element. For example, the simplest usage -// of the ul element may be completely unstyled, removing list markers and -// indents and relying on a component class for other applications. -@import 'decanter-no-markup', -'elements/index'; - -.hide-logged-in:hover { - outline: 1px dashed pink; - - &:before { - content: 'Visible to logged out users'; - font-size: 10px; - position: absolute; - z-index: 99; - background: white; - border: 1px solid; - } -} - -.hide-logged-out:hover { - outline: 1px dashed pink; - - &:before { - content: 'Hidden to logged out users'; - font-size: 10px; - position: absolute; - z-index: 99; - background: white; - border: 1px solid; - } -} - - -// Need to override ckeditor styles but use similar styles as decanter. - -.cke_editable.cke_show_borders table.cke_show_border { - - > tr > th, - > tr > td, - > tbody > tr > th, - > tbody > tr > td { - border: 1px solid #b6b1a9; - } - - &.decanter-table--borderless { - > thead > tr { - background-color: transparent; - } - - > thead > tr > td, - > thead > tr > th { - border-top: 0; - } - - > tr > th, - > tr > td, - > tbody > tr > th, - > tbody > tr > td { - border-width: 1px 0; - } - } -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/molecules/hover-menu.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/molecules/hover-menu.scss deleted file mode 100644 index 3ca42f768b..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/molecules/hover-menu.scss +++ /dev/null @@ -1,349 +0,0 @@ -@charset "UTF-8"; - -/// -/// HOVER MAIN MENU COMPONENT -/// - -// Decanter -@import - 'decanter-no-markup'; - -// Stanford Math Research Center -@import - '../utilities/mixins/mixins'; - -// Styles for no JavaScript -// Fallback styles, which are also applied to the page when -// loading and in-between navigation page refreshes -#header { - .decanter-main-menu--hover-reveal { - .no-js & { - .fa { - display: none; - } - } - - @include media($medium-screen) { - ul ul { - display: none; - } - - &.menu--main { - box-shadow: none; - float: right; - height: 40px; - - a:hover, - a.is-active, - .menu-item--active-trail a { - border-bottom: solid 3px $color-black; - } - - li { - @include margin(null 0 null null); - - &.menu-item > a { - font-size: $base-font-size; - font-weight: $font-normal; - text-decoration: none; - - @include margin(0 1.5em 0 0); - @include padding(6px 0); - } - } - } - } - } -} - -// Main menu in header region -#header { - .fa { - font: normal normal normal 14px/1 FontAwesome; - } - - .js & { - .decanter-main-menu--hover-reveal { - @include media($medium-screen) { - .fa { - display: none; - } - - &.menu--main { - box-shadow: none; - float: right; - height: 40px; - - a:hover, - a.is-active, - .menu-item--active-trail a, - a.ui-state-active { - border-bottom: solid 3px $color-black; - } - } - - .ui-menu.decanter-nav-primary { - border: none; - - &.ui-menu.ui-widget-content { - background: $color-black; - - @include media($medium-screen) { - background: none; - } - } - - .ui-menu.ui-widget-content.ui-widget { - border: none; - } - - .ui-menu.ui-widget-content .ui-icon { - background-image: none; - } - - .ui-menu.ui-widget-content.ui-widget { - background: $color-black; - - @include padding(1em); - } - - .ui-menu.ui-widget-content.ui-widget.decanter-nav-submenu li a { - font-size: 1.8rem; - } - - &.ui-menu .ui-menu-item-wrapper { - @include margin(0 1.5em 0 0); - @include padding(6px 0 6px 0); - } - - > li > a { - font-weight: $font-normal; - - @media (min-width: 951px) { - font-size: $base-font-size; - } - } - - > li > a .ui-menu-icon { - right: -18px; - top: -23px; - -webkit-transform: rotate(90deg); - transform: rotate(90deg); - } - - .ui-state-active, - .ui-widget-content .ui-state-active, - .ui-widget-header .ui-state-active, - a.ui-button:active, - .ui-button:active, - .ui-button.ui-state-active:hover { - background-color: transparent; - border: none; - border-bottom: 3px solid $color-black; - color: $color-cloud; - - @include media($medium-screen) { - color: $color-black; - } - } - - .decanter-nav-submenu { - .ui-state-active, - .ui-widget-content .ui-state-active - a.ui-button:active, - .ui-button:active, - .ui-button.ui-state-active:hover { - background-color: transparent; - color: $color-cloud; - text-decoration: underline; - } - } - - .decanter-nav-submenu .menu-item a { - border-bottom: none; - color: $color-white; - - @include margin(0 1.5em 10px 0); - @include padding(0); - - @include media($medium-screen) { - @include margin(0 0 10px 0); - } - - - &:hover { - background-color: transparent; - border: none; - color: $color-cloud; - text-decoration: underline; - } - - &.is-active { - color: $color-cloud; - } - } - } - - ul ul { - display: none; - - li { - position: relative; - display: block; - } - - ul { - left: 100%; - top: 0; - } - } - } - - - // Mobile styles for the main menu in header region. - @include media(max-width ($medium-screen - 1)) { - ul { - display: none; - background: $color-black; - position: absolute; - z-index: 1; - width: calc(100% - 10px); - - &.expanded { - display: block; - width: 95%; - } - - ul { - border: 1px solid $color-white; - z-index: 2; - - ul { - z-index: 3; - - ul { - z-index: 4; - } - } - } - - button { - @include padding(4px); - @include margin(null null null 1.5em); - } - } - - li { - display: block; - position: relative; - - @include padding(0.2em null null 0.75em); - } - - a { - color: $color-white; - border: 0; - - @include padding(0); - - &:hover, - &:focus { - text-decoration: none; - } - - &.is-active { - border-bottom: 2px solid $color-white; - font-weight: $font-bold; - } - } - - button { - color: $color-white; - width: auto; - } - } - } - } -} - -// Subnavigation - no JavaScript -// No JavaScript is applied to the menu when -// it does not appear in the Header region. -.main-container { - .menu--main { - float: none; - - @include media(max-width $medium-screen) { - display: none; - } - - - h2#menu-blockmain-menu { - @include margin(0 null null); - - a { - font-size: $h2-font-size; - font-weight: $font-bold; - } - } - - a { - font-weight: $font-bold; - text-decoration: none; - - @include padding(0 0 5px 10px); - - &:hover, - &.is-active, - &.ui-state-active { - border-bottom: none; - } - - &.is-active { - border-left: 2px solid $color-black; - } - } - - ul { - @include margin(null null 0); - - li { - display: block; - } - } - - .menu-item--active-trail { - a { - border-bottom: none; - color: $color-bright-red; - - &:hover { - color: $color-black; - } - - &.is-active { - color: $color-black; - font-weight: $font-bold; - } - } - - &.menu-item--expanded > a { - border-left: 2px solid $color-black; - color: #2e2d29; - font-weight: $font-bold; - } - - ul.menu .menu-item a.is-active { - border-left: none; - color: $color-black; - font-weight: $font-bold; - } - } - - ul.menu ul.menu .menu-item a { - font-weight: $font-normal; - - @include padding(null null null 20px); - } - } -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/molecules/pager.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/molecules/pager.scss deleted file mode 100644 index 947c764347..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/molecules/pager.scss +++ /dev/null @@ -1,28 +0,0 @@ -.pager { - margin-top: 10px; - - li { - padding: 0 3px; - - a { - background: $color-bright-red; - color: $color-white; - padding: 0 10px; - text-decoration: none; - - &:hover{ - background: $color-black; - } - } - - &.pager__item--active a { - background: $color-white; - color: $color-bright-red; - border: 1px $color-black solid; - - &:hover{ - color: $color-black; - } - } - } -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/node/stanford_visitor.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/node/stanford_visitor.scss deleted file mode 100644 index ec26229da1..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/node/stanford_visitor.scss +++ /dev/null @@ -1,80 +0,0 @@ -@charset "UTF-8"; - -/// -/// VISITOR NODE STYLES -/// - -// Decanter -@import - 'decanter-no-markup'; - -// Stanford Math Research Center -@import - '../utilities/mixins/mixins'; - -.stanford-visitor { - &.field-s-visitor-position-title { - font-weight: 600; - } - - &.field-s-visitor-curr-inst { - @include margin(0.5em null null); - } - - &.field-s-visitor-year-visited { - @include margin(0.5em null null); - - > div:first-child { - float: left; - font-weight: 600; - - &:after { - content: ":\00a0"; - } - } - - div:nth-child(2) > div { - display: inline-block; - - &:after { - content: ", "; - } - - &:last-child:after { - content: none; - } - } - } - - &.field-s-visitor-research-area { - @include margin(0.5em null null); - - > div:first-child { - float: left; - font-weight: 600; - - &:after { - content: ":\00a0"; - } - } - } - - &.field-s-visitor-donor { - font-style: italic; - font-weight: 600; - - > div:first-child { - float: left; - padding-right: 0.15em; - } - } - - &.field-s-visitor-external-link { - @include margin(0.5em null null); - - > div:first-child { - float: left; - padding-right: 0.15em; - } - } -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/paragraph/mrc_slideshow.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/paragraph/mrc_slideshow.scss deleted file mode 100644 index 6db665496c..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/paragraph/mrc_slideshow.scss +++ /dev/null @@ -1,175 +0,0 @@ -@charset "UTF-8"; - -/// -/// SLIDESHOW -/// - -// Decanter -@import - 'decanter-no-markup'; - -// Stanford Math Research Center -@import -'../utilities/mixins/mixins'; - -.slick--optionset--mrc-slideshow { - position: relative; - - @include margin(null null 3em); - - .paragraph { - position: relative; - } - - .slick-content { - bottom: 0; - position: static; - text-align: center; - width: 100%; - - @include padding(35px); - - @include media($small-screen) { - background-color: rgba(0, 0, 0, 0.6); - color: $color-white; - position: absolute; - } - - @media (min-wdith: 767px) { - @include padding(35px 70px); - } - - .mrc-slide.field-mrc-slide-title { - font-size: $h2-font-size; - font-weight: $font-bold; - } - - .field-mrc-slide-body { - @include margin(0.75em null null); - } - - .field-mrc-slide-link { - @include margin(0.5em null null); - - a { - @include media($small-screen) { - color: $color-white; - } - } - } - } - - .slick-arrow { - background: transparent; - color: transparent; - height: 80px; - position: absolute; - top: 45px; - - @include margin(0); - - @include media($small-screen) { - top: 50%; - } - - &:hover, - &:focus { - background: transparent; - color: transparent; - } - - &.slick-next { - right: 0; - - &:before { - color: $color-white; - content: "\f105"; - font-family: FontAwesome; - font-size: 75px; - position: absolute; - right: 5%; - top: 0; - - @include padding(0 10px); - @include media($small-screen) { - right: 20%; - } - } - } - - &.slick-prev { - &:before { - color: $color-white; - content: "\f104"; - font-family: FontAwesome; - font-size: 75px; - left: 5%; - position: absolute; - top: 0; - - @include padding(0 10px); - - @include media($small-screen) { - left: 20%; - } - } - } - } - - .slick-dots { - bottom: -55px; - list-style: none; - position: static; - text-align: center; - width: 100%; - - @include media($small-screen) { - position: absolute; - } - - @include padding(0); - - li { - display: inline-block; - position: relative; - - @include margin(0 5px); - - button { - background: transparent; - color: transparent; - display: block; - font-size: 0; - height: 20px; - line-height: 0; - width: 20px; - - @include padding(5px); - - &:before { - color: $color-black; - content: "\f1db"; - font-family: FontAwesome; - font-size: 18px; - height: 20px; - left: 0; - line-height: 20px; - position: absolute; - text-align: center; - top: 0; - width: 20px; - - @include font-smoothing; - } - } - - &.slick-active button:before { - content: "\f111"; - } - } - } - - button:focus { - box-shadow: none; - } -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/utilities/mixins/_accessible-focus.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/utilities/mixins/_accessible-focus.scss deleted file mode 100644 index 7a6de023bc..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/utilities/mixins/_accessible-focus.scss +++ /dev/null @@ -1,12 +0,0 @@ -@charset "UTF-8"; - -/// -/// ACCESSIBLE FOCUS MIXIN -/// - -// For applying an outline to the focus state of -// of element or component. Helps improve accessibility. - -@mixin accessible-focus { - outline: 2px dotted $color-sky; -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/utilities/mixins/_basic-flex.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/utilities/mixins/_basic-flex.scss deleted file mode 100644 index a8b76f34bd..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/utilities/mixins/_basic-flex.scss +++ /dev/null @@ -1,31 +0,0 @@ -@charset "UTF-8"; - -/// -/// BASIC FLEX MIXIN -/// - -// Basic flexbox positioning for mobile first breakpoints in Decanter. - -@mixin mrc-flex-small { - display: block; - - @include media($small-screen) { - display: flex; - } -} - -@mixin mrc-flex-medium { - display: block; - - @include media($medium-screen) { - display: flex; - } -} - -@mixin mrc-flex-large { - display: block; - - @include media($large-screen) { - display: flex; - } -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/utilities/mixins/_card-container.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/utilities/mixins/_card-container.scss deleted file mode 100644 index 9258e18e84..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/utilities/mixins/_card-container.scss +++ /dev/null @@ -1,11 +0,0 @@ -@charset "UTF-8"; - -/// -/// CARD CONTAINER MIXIN -/// - -@mixin mrc-card-container { - background: $color-white; - box-shadow: $box-shadow; - padding: 3rem; -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/utilities/mixins/_date-stacked.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/utilities/mixins/_date-stacked.scss deleted file mode 100644 index ca3ba98ec7..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/utilities/mixins/_date-stacked.scss +++ /dev/null @@ -1,30 +0,0 @@ -@charset "UTF-8"; - -/// -/// DATE STACKED MIXIN -/// - -@mixin mrc-date-stacked { - color: $color-white; - background: $color-black; - height: 80px; - width: 80px; - text-align: center; - - @include margin(null null 0.4em); - - .mrc-date-stacked__month { - font-weight: $font-light; - line-height: 2.5em; - text-transform: uppercase; - - @include margin(null null 0.3em); - } - - .mrc-date-stacked__day { - font-size: $h2-font-size; - font-weight: $font-bold; - - @include margin((-22px) null null); - } -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/utilities/mixins/_float.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/utilities/mixins/_float.scss deleted file mode 100644 index 2effe4d9b0..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/utilities/mixins/_float.scss +++ /dev/null @@ -1,15 +0,0 @@ -@charset "UTF-8"; - -/// -/// FLOAT MIXIN -/// - -@mixin mrc-float-left { - float: left; - margin-right: 1em; -} - -@mixin mrc-float-right { - float: right; - margin-left: 1em; -} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/utilities/mixins/mixins.scss b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/utilities/mixins/mixins.scss deleted file mode 100644 index d5f415dfbe..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/scss/utilities/mixins/mixins.scss +++ /dev/null @@ -1,12 +0,0 @@ -@charset 'UTF-8'; - -/// -/// MIXINS -/// - -@import - 'accessible-focus', - 'basic-flex', - 'card-container', - 'date-stacked', - 'float'; diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/block/block--menu_block.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/block/block--menu_block.html.twig deleted file mode 100644 index 6e52bfdd97..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/block/block--menu_block.html.twig +++ /dev/null @@ -1,56 +0,0 @@ -{# -/** - * @file - * Theme override for a menu block. - * - * Available variables: - * - plugin_id: The ID of the block implementation. - * - label: The configured label of the block if visible. - * - configuration: A list of the block's configuration values. - * - label: The configured label for the block. - * - label_display: The display settings for the label. - * - provider: The module or other provider that provided this block plugin. - * - Block plugin specific settings will also be stored here. - * - content: The content of this block. - * - attributes: HTML attributes for the containing element. - * - id: A valid HTML ID and guaranteed unique. - * - title_attributes: HTML attributes for the title element. - * - content_attributes: HTML attributes for the content element. - * - title_prefix: Additional output populated by modules, intended to be - * displayed in front of the main title tag that appears in the template. - * - title_suffix: Additional output populated by modules, intended to be - * displayed after the main title tag that appears in the template. - * - * Headings should be used on navigation menus that consistently appear on - * multiple pages. When this menu block's label is configured to not be - * displayed, it is automatically made invisible using the 'visually-hidden' CSS - * class, which still keeps it visible for screen-readers and assistive - * technology. Headings allow screen-reader and keyboard only users to navigate - * to or skip the links. - * See http://juicystudio.com/article/screen-readers-display-none.php and - * http://www.w3.org/TR/WCAG-TECHS/H42.html for more information. - */ -#} -{% - set classes = [ - 'block', - 'block-menu', - 'navigation', - 'menu--' ~ derivative_plugin_id|clean_class, - ] -%} -{% set heading_id = (configuration.id ~ '-menu')|clean_id %} - diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/block/block--system-menu-block.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/block/block--system-menu-block.html.twig deleted file mode 100644 index 7166221095..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/block/block--system-menu-block.html.twig +++ /dev/null @@ -1,64 +0,0 @@ -{# -/** - * @file - * Theme override for a menu block. - * - * Available variables: - * - plugin_id: The ID of the block implementation. - * - label: The configured label of the block if visible. - * - configuration: A list of the block's configuration values. - * - label: The configured label for the block. - * - label_display: The display settings for the label. - * - provider: The module or other provider that provided this block plugin. - * - Block plugin specific settings will also be stored here. - * - content: The content of this block. - * - attributes: HTML attributes for the containing element. - * - id: A valid HTML ID and guaranteed unique. - * - title_attributes: HTML attributes for the title element. - * - content_attributes: HTML attributes for the content element. - * - title_prefix: Additional output populated by modules, intended to be - * displayed in front of the main title tag that appears in the template. - * - title_suffix: Additional output populated by modules, intended to be - * displayed after the main title tag that appears in the template. - * - * Headings should be used on navigation menus that consistently appear on - * multiple pages. When this menu block's label is configured to not be - * displayed, it is automatically made invisible using the 'visually-hidden' CSS - * class, which still keeps it visible for screen-readers and assistive - * technology. Headings allow screen-reader and keyboard only users to navigate - * to or skip the links. - * See http://juicystudio.com/article/screen-readers-display-none.php and - * http://www.w3.org/TR/WCAG-TECHS/H42.html for more information. - */ -#} -{% - set classes = [ - 'decanter-main-menu--hover-reveal', - 'block', - 'block-menu', - 'navigation', - 'menu--' ~ derivative_plugin_id|clean_class, - ] -%} -{% set heading_id = (configuration.id ~ '-menu')|clean_id %} - diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/html.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/html.html.twig deleted file mode 100644 index 6eda1dd019..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/html.html.twig +++ /dev/null @@ -1,76 +0,0 @@ -{# -/** - * @file - * Default theme implementation for the basic structure of a single Drupal page. - * - * Variables: - * - logged_in: A flag indicating if user is logged in. - * - root_path: The root path of the current page (e.g., node, admin, user). - * - node_type: The content type for the current node, if the page is a node. - * - css: A list of CSS files for the current page. - * - head: Markup for the HEAD element (including meta tags, keyword tags, and - * so on). - * - head_title: A modified version of the page title, for use in the TITLE tag. - * - head_title_array: List of text elements that make up the head_title - * variable. May contain or more of the following: - * - title: The title of the page. - * - name: The name of the site. - * - slogan: The slogan of the site. - * - page_top: Initial rendered markup. This should be printed before 'page'. - * - page: The rendered page markup. - * - page_bottom: Closing rendered markup. This variable should be printed after - * 'page'. - * - styles: Style tags necessary to import all necessary CSS files in the head. - * - scripts: Script tags necessary to load the JavaScript files and settings - * in the head. - * - db_offline: A flag indicating if the database is offline. - * - * @see template_preprocess_html() - * - * @ingroup themeable - */ -#} - -{% if ie_enabled_versions.ie8 %} - {{- attach_library('stanford_basic/ie8') }} -{% endif %} -{% if ie_enabled_versions.ie9 or ie_enabled_versions.ie8 %} - - - - -{% else -%} - -{% endif %} - - - {{ head_title|safe_join(' | ') }} - - - - {% set classes = [is_front ? 'front', not is_front ? 'not-front'] %} - {% for role in user.roles %} - {% set classes = classes|merge(['role--' ~ role|clean_class]) %} - {% endfor %} - -{% spaceless %} - - -{% include "@stanford_basic/components/brand-bar.html.twig" %} -{{ page_top }} -{{ page }} -{{ page_bottom }} -{% include "@stanford_basic/components/global-footer.html.twig" %} - - {% if browser_sync.enabled %} - - {% endif %} - -{% endspaceless %} - diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/menus/menu--main.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/menus/menu--main.html.twig deleted file mode 100644 index 217ff561b6..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/menus/menu--main.html.twig +++ /dev/null @@ -1,51 +0,0 @@ -{% set attributes = attributes.addClass('basic-main-menu') %} - -{% import _self as menus %} - -{# - We call a macro which calls itself to render the full tree. - @see http://twig.sensiolabs.org/doc/tags/macro.html -#} -{{ menus.menu_links(items, attributes, 0) }} - -{% macro menu_links(items, attributes, menu_level) %} - {% import _self as menus %} - {% if items %} - {% if menu_level == 0 %} - - - {% else %} - - {% endif %} -{% endmacro %} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/menus/menu--menu-block--main.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/menus/menu--menu-block--main.html.twig deleted file mode 100644 index 7b612b90fc..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/menus/menu--menu-block--main.html.twig +++ /dev/null @@ -1,54 +0,0 @@ -{% set attributes = attributes.addClass('basic-main-menu') %} - -{% import _self as menus %} - -{# - We call a macro which calls itself to render the full tree. - @see http://twig.sensiolabs.org/doc/tags/macro.html -#} -{{ menus.menu_links(items, attributes, 0) }} - -{% macro menu_links(items, attributes, menu_level) %} - {% import _self as menus %} - {% if items %} - {% if menu_level == 0 %} - - - {% else %} - - {% endif %} -{% endmacro %} diff --git a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/menus/menu.html.twig b/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/menus/menu.html.twig deleted file mode 100644 index e482ef4aad..0000000000 --- a/docroot/profiles/humsci/stanford_mrc/themes/math_research_center/templates/menus/menu.html.twig +++ /dev/null @@ -1,55 +0,0 @@ -{# -/** - * @file - * Theme override to display a menu. - * - * Available variables: - * - menu_name: The machine name of the menu. - * - items: A nested list of menu items. Each menu item contains: - * - attributes: HTML attributes for the menu item. - * - below: The menu item child items. - * - title: The menu link title. - * - url: The menu link url, instance of \Drupal\Core\Url - * - localized_options: Menu link localized options. - * - is_expanded: TRUE if the link has visible children within the current - * menu tree. - * - is_collapsed: TRUE if the link has children within the current menu tree - * that are not currently visible. - * - in_active_trail: TRUE if the link is in the active trail. - */ -#} -{% import _self as menus %} - -{# - We call a macro which calls itself to render the full tree. - @see http://twig.sensiolabs.org/doc/tags/macro.html -#} -{{ menus.menu_links(items, attributes, 0) }} - -{% macro menu_links(items, attributes, menu_level) %} - {% import _self as menus %} - {% if items %} - {% if menu_level == 0 %} - - {% 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 %} -
      -
      - {{ page.footer }} -
      -
      - -{% 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 %} -
      - {{ header }} -
      - {% endif %} - - {{ exposed }} - {{ attachment_before }} - - {% if rows %} -
      - {{ rows }} -
      - {% endif %} - {{ empty }} - {{ pager }} - - {{ attachment_after }} - {{ more }} - - {% if footer %} -
      - {{ 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 Found

      Not 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 %} -
      +
      + diff --git a/docroot/themes/humsci/humsci_basic/templates/field/field.html.twig b/docroot/themes/humsci/humsci_basic/templates/field/field.html.twig index ee52e77df6..842eb60ec4 100644 --- a/docroot/themes/humsci/humsci_basic/templates/field/field.html.twig +++ b/docroot/themes/humsci/humsci_basic/templates/field/field.html.twig @@ -1,2 +1,2 @@ -{% extends "@stable/field/field.html.twig" %} +{% extends "@stable9/field/field.html.twig" %} {% set title_attributes = title_attributes.addClass('field-label') %} diff --git a/docroot/themes/humsci/humsci_basic/templates/page--front.html.twig b/docroot/themes/humsci/humsci_basic/templates/page--front.html.twig index 4b02ae6344..91a4081e8f 100644 --- a/docroot/themes/humsci/humsci_basic/templates/page--front.html.twig +++ b/docroot/themes/humsci/humsci_basic/templates/page--front.html.twig @@ -38,14 +38,16 @@ {{ page.content }} -{# Local Footer #} -{% if page.footer %} - -{% endif %} +
      + {# Local Footer #} + {% if page.footer %} + + {% endif %} -{# Global Footer #} -{% include humsci_basic ~ '/themes/humsci/humsci_basic/templates/components/global-footer.html.twig' with { modifier_class : global_footer_variant_classname } %} + {# Global Footer #} + {% include humsci_basic ~ '/themes/humsci/humsci_basic/templates/components/global-footer.html.twig' with { modifier_class : global_footer_variant_classname } %} +
      diff --git a/docroot/themes/humsci/humsci_basic/templates/page.html.twig b/docroot/themes/humsci/humsci_basic/templates/page.html.twig index 0bd4e6c499..1c35210d00 100755 --- a/docroot/themes/humsci/humsci_basic/templates/page.html.twig +++ b/docroot/themes/humsci/humsci_basic/templates/page.html.twig @@ -37,14 +37,16 @@ {{ page.content }} -{# Local Footer #} -{% if page.footer %} - -{% endif %} +
      + {# Local Footer #} + {% if page.footer %} + + {% endif %} -{# Global Footer #} -{% include humsci_basic ~ '/themes/humsci/humsci_basic/templates/components/global-footer.html.twig' with { modifier_class : global_footer_variant_classname } %} + {# Global Footer #} + {% include humsci_basic ~ '/themes/humsci/humsci_basic/templates/components/global-footer.html.twig' with { modifier_class : global_footer_variant_classname } %} +
      diff --git a/docroot/themes/humsci/humsci_colorful/css/humsci_colorful-ckeditor.css b/docroot/themes/humsci/humsci_colorful/css/humsci_colorful-ckeditor.css index f3fa1b5a21..34451ea503 100644 --- a/docroot/themes/humsci/humsci_colorful/css/humsci_colorful-ckeditor.css +++ b/docroot/themes/humsci/humsci_colorful/css/humsci_colorful-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_colorful/css/humsci_colorful.css b/docroot/themes/humsci/humsci_colorful/css/humsci_colorful.css index 036e830dac..b4f6fc3f9d 100644 --- a/docroot/themes/humsci/humsci_colorful/css/humsci_colorful.css +++ b/docroot/themes/humsci/humsci_colorful/css/humsci_colorful.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;color:#b6b1a9}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%;background-color:#148762;background-color:var(--palette--secondary);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;background-color:#00d5f5;background-color:var(--palette--tertiary-reversed)}@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;background-color:#148762;background-color:var(--palette--secondary)}.hc-pairing-ocean .hb-spotlight__text::before{display:block;content:" ";position:absolute;height:0.4rem;width:6.5rem;background-color:#0c523b;background-color:var(--palette--secondary-darken-12)}@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;color:#b6b1a9}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%;background-color:#148762;background-color:var(--palette--secondary);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;background-color:#00d5f5;background-color:var(--palette--tertiary-reversed)}@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;background-color:#148762;background-color:var(--palette--secondary)}.hc-pairing-ocean .hb-spotlight__text::before{display:block;content:" ";position:absolute;height:0.4rem;width:6.5rem;background-color:#0c523b;background-color:var(--palette--secondary-darken-12)}@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_colorful/humsci_colorful.libraries.yml b/docroot/themes/humsci/humsci_colorful/humsci_colorful.libraries.yml index 7aab2a0642..b4c8ab818f 100644 --- a/docroot/themes/humsci/humsci_colorful/humsci_colorful.libraries.yml +++ b/docroot/themes/humsci/humsci_colorful/humsci_colorful.libraries.yml @@ -6,7 +6,6 @@ base: js/index.js: {} dependencies: - core/modernizr - - classy/messages megamenu: css: theme: diff --git a/docroot/themes/humsci/humsci_traditional/css/humsci_traditional-ckeditor.css b/docroot/themes/humsci/humsci_traditional/css/humsci_traditional-ckeditor.css index 2b8c527818..a72e13fab4 100644 --- a/docroot/themes/humsci/humsci_traditional/css/humsci_traditional-ckeditor.css +++ b/docroot/themes/humsci/humsci_traditional/css/humsci_traditional-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-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3.4rem;line-height:110%}.hb-font-sans-serif .hb-heading-1{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){.hb-heading-1{font-size:4.2rem}}.hb-heading-2{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3rem;line-height:108%}.hb-font-sans-serif .hb-heading-2{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){.hb-heading-2{font-size:3.6rem}}.hb-heading-3{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:2.2rem;line-height:120%}.hb-font-sans-serif .hb-heading-3{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){.hb-heading-3{font-size:2.5rem;line-height:115%}}.hb-heading-4{font-weight:600;font-size:1.8rem;line-height:124%}.hb-heading-5{font-weight:600;font-size:1.6rem;line-height:126%}.hb-heading-6{text-transform:uppercase;font-weight:700;font-size:1.4rem;line-height:124%}.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;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde}.hb-link:hover,.hb-link:focus,.hb-link.ext:hover,.hb-link.ext:focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}.hb-link-inline{color:#b1040e;color:var(--palette--tertiary);background-image:none}.hb-link-inline:hover,.hb-link-inline:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.hb-local-footer .hb-link-inline{background-image:none}.hb-local-footer .hb-link-inline:hover,.hb-local-footer .hb-link-inline:focus{color:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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:#8c1515;color:var(--palette--secondary)}.hb-well .hb-highlighted-label .field-label{color:#343639 !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:600;font-size:1.4rem;margin-bottom:0;font-size:1.6rem;font-style:normal;text-transform:inherit;color:#8c1515;color:var(--palette--secondary)}.hb-well .views-row .hb-highlighted-label,.hb-well .views-row .hb-highlighted-label a{color:#343639 !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:#343639;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:#343639;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 300ms ease-in-out;margin-bottom:0.5rem;background-color:#e8e9ea;background-color:var(--palette--secondary-highlight);color:#343639;padding:0.1rem 0.6rem;font-weight:600;text-transform:uppercase}.hb-dark-pattern .hb-pill,.hb-dark-inversion .views-element-container .hb-pill{color:#343639 !important}a.hb-pill{display:inline-block;font-size:1.4rem;text-decoration:none;transition:background-color 300ms ease-in-out;margin-bottom:0.5rem;background-color:#e8e9ea;background-color:var(--palette--secondary-highlight);color:#343639;padding:0.1rem 0.6rem;font-weight:600;text-transform:uppercase;background-image:none}.hb-dark-pattern a.hb-pill,.hb-dark-inversion .views-element-container a.hb-pill{color:#343639 !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}a.hb-pill:focus,a.hb-pill:hover{background-color:#b3b6b9;background-color:var(--palette--secondary-highlight-darken)}.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:#b3b5b9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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'%23343639'/%3E%3C/svg%3E")}.hb-spotlight .hb-blockquote::before{background-color:#dde0e0;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .hb-blockquote::before{background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.hb-dark-pattern .hb-blockquote,.hb-dark-inversion .views-element-container .hb-blockquote{border-color:#fff}.hb-dark-pattern .hb-blockquote::before,.hb-dark-inversion .views-element-container .hb-blockquote::before{background-color:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote{border-color:#8c1515;border-color:var(--palette--secondary)}.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}@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:#b3b5b9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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'%23343639'/%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:#dde0e0;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:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#fff}.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:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote,.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote a{border-color:#8c1515;border-color:var(--palette--secondary)}.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-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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}@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:#b3b5b9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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'%23343639'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-left::before{background-color:#dde0e0;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-left::before{background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.hb-dark-pattern .highlight-block-left,.hb-dark-inversion .views-element-container .highlight-block-left{border-color:#fff}.hb-dark-pattern .highlight-block-left::before,.hb-dark-inversion .views-element-container .highlight-block-left::before{background-color:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left{border-color:#8c1515;border-color:var(--palette--secondary)}.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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}@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:#b3b5b9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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'%23343639'/%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:#dde0e0;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:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#fff}.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:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left a{border-color:#8c1515;border-color:var(--palette--secondary)}.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-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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}@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:#b3b5b9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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'%23343639'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-right::before{background-color:#dde0e0;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-right::before{background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.hb-dark-pattern .highlight-block-right,.hb-dark-inversion .views-element-container .highlight-block-right{border-color:#fff}.hb-dark-pattern .highlight-block-right::before,.hb-dark-inversion .views-element-container .highlight-block-right::before{background-color:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right{border-color:#8c1515;border-color:var(--palette--secondary)}.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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}@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:#b3b5b9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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'%23343639'/%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:#dde0e0;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:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#fff}.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:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right a{border-color:#8c1515;border-color:var(--palette--secondary)}.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-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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}@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-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3.4rem;line-height:110%;margin:0}.hb-font-sans-serif .hb-title h1,.hb-font-sans-serif .hb-title h2,.hb-font-sans-serif .hb-title h3,.hb-font-sans-serif .hb-title h4,.hb-font-sans-serif .hb-title h5,.hb-font-sans-serif .hb-title h6{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@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.2rem}}.hb-serif{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400}.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:#8c1515;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:#e8e9ea;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 300ms 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:#343639;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:#dbdbdb !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.4rem;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:#343639}}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight);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:#b3b5b9}.hb-borderless{border:0 none;padding:0}.hb-views-divider .views-row:not(:last-of-type){width:100%;border-bottom:1px solid;border-color:#b3b5b9;padding-bottom:3.2rem}@media(min-width: 768px){.hb-three-column-w-image .hb-main-body-detail-image{float:right;margin:0 0 2.4rem 2.4rem}.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:#b1040e;color:var(--palette--tertiary);-webkit-text-decoration-color:#b1040e;text-decoration-color:#b1040e;-webkit-text-decoration-color:var(--palette--tertiary);text-decoration-color:var(--palette--tertiary);transition:all 300ms ease-in-out}.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:#4d0206;color:var(--palette--tertiary-darken-20)}.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{-webkit-text-decoration-color:#4d0206;text-decoration-color:#4d0206;-webkit-text-decoration-color:var(--palette--tertiary-darken-20);text-decoration-color:var(--palette--tertiary-darken-20)}.hb-dark-inversion .hb-heading-link-color:is(h1,h2,h3,h4,h5,h6,span) a:not([class]),.hb-dark-inversion .hb-heading-link-color .hb-card__title a{-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.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;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde;cursor:pointer;float:right;margin-bottom:1.4rem}.hb-accordion-toggle-all:hover,.hb-accordion-toggle-all:focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}.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:#600e0e;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 300ms ease-in-out}.hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover{color:#8c1515;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'%238c1515' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.ht-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")}.ht-pairing-bluejay .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")}.ht-pairing-warbler .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'%23005b6c' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.ht-pairing-firefinch .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'%23C74632' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hb-accordion-secondary .ptype-hs-accordion details[open]{border-color:#600e0e;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:#600e0e;border-color:var(--palette--primary);border-width:0.2rem;border-top:none}.hb-single-category.label-hidden{text-transform:uppercase;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:#343639}.hb-single-category.label-hidden::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-single-category.label-hidden::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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]){text-transform:uppercase;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:#343639}.hb-single-category.entity-reference div:not([class])::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-single-category.entity-reference div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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 300ms ease-in-out;background-image:none;line-height:134%;color:#343639}.hb-single-category a:hover,.hb-single-category a:focus{border-color:#600e0e;border-color:var(--palette--primary)}.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{text-transform:uppercase;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:#343639}.views-row .hb-single-category::before{height:0.5rem;width:0.5rem;top:0.8rem}.views-row .hb-single-category::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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]){text-transform:uppercase;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:#343639}.views-row .hb-single-category.entity-reference div:not([class])::before{height:0.5rem;width:0.5rem;top:0.8rem}.views-row .hb-single-category.entity-reference div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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 300ms ease-in-out;background-image:none;line-height:134%;color:#343639}.views-row .hb-single-category a:hover,.views-row .hb-single-category a:focus{border-color:#600e0e;border-color:var(--palette--primary)}.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]){text-transform:uppercase;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:#343639}.hb-categories.entity-reference div div:not([class])::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-categories.entity-reference div div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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{text-transform:uppercase;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:#343639}.hb-categories.string div div::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-categories.string div div::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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]){text-transform:uppercase;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:#343639}.hb-categories.label-hidden>div:not([class])::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-categories.label-hidden>div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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 0.5rem}.hb-categories ol li,.hb-categories ul li{text-transform:uppercase;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:#343639}.hb-categories ol li::before,.hb-categories ul li::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-categories ol li::before,.hb-categories ul li::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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 300ms ease-in-out;background-image:none;line-height:134%;color:#343639}.hb-categories a:hover,.hb-categories a:focus{border-color:#600e0e;border-color:var(--palette--primary)}.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 300ms ease-in-out;margin-bottom:0.5rem;background-color:#e8e9ea;background-color:var(--palette--secondary-highlight);color:#343639;padding:0.1rem 0.6rem;font-weight:600;text-transform:uppercase;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:#343639 !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-pill-link-list a:focus,.hb-pill-link-list a:hover{background-color:#b3b6b9;background-color:var(--palette--secondary-highlight-darken)}.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 300ms ease-in-out;margin-bottom:0.5rem;background-color:#e8e9ea;background-color:var(--palette--secondary-highlight);color:#343639;padding:0.1rem 0.6rem;font-weight:600;text-transform:uppercase}.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:#343639 !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;padding:2rem;box-shadow:0.1rem 0.3rem 1.7rem #dbdcde}.hb-raised-cards .hb-testimonial,.hb-raised-cards .hb-timelime__wrapper{background-color:#fff;box-shadow:0.1rem 0.3rem 1.7rem #dbdcde;padding:2.8rem 2rem;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:#b1040e;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:#4d0206;color:var(--palette--tertiary-darken-20)}.hb-raised-cards .hb-dark-pattern .hb-card__date-tile-month .field-content,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__date-tile-month .field-content{color:#fff}.hb-raised-cards .hb-dark-pattern .hb-card__date-tile-day .field-content,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__date-tile-day .field-content{color:#600e0e;color:var(--palette--primary)}.hb-raised-cards .hb-dark-pattern .hb-card__title a,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__title a{color:#000;-webkit-text-decoration-color:#000;text-decoration-color:#000}.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{-webkit-text-decoration-color:#4d0206;text-decoration-color:#4d0206;-webkit-text-decoration-color:var(--palette--tertiary-darken-20);text-decoration-color:var(--palette--tertiary-darken-20)}.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::after,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23b1040e' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23b1040e' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-bluejay .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23b1040e' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-warbler .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23616a5d' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-firefinch .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238C1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::after,.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::after,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::after,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%234d0206' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%234d0206' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%234d0206' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%2341473e' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23330808' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.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%}}.ht-pairing-cardinal{--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}.ht-pairing-bluejay{--palette--primary: #600e0e;--palette--secondary: #8c1515;--palette--tertiary: #b1040e;--palette--primary-hero-overlay: rgba(5, 38, 44, 0.85);--palette--primary-dark: #330808;--palette--secondary-active: #b1040e;--palette--secondary-highlight: #daebed;--palette--secondary-highlight-darken: #95c6cc;--palette--secondary-darken-12: #570d0d;--palette--tertiary-highlight: #e9f5f6;--palette--tertiary-highlight-darken-10: #c5e5e7;--palette--tertiary-reversed: #daebed;--palette--tertiary-reversed-darken-10: #b8d8dc;--palette--tertiary-darken-20: #4d0206;--palette--spotlight: #e9f5f6;--palette--spotlight-lighten-8: #D0E7E1}.ht-pairing-warbler{--palette--primary: #003b45;--palette--secondary: #005b6c;--palette--tertiary: #616a5d;--palette--primary-hero-overlay: rgba(24, 21, 8, 0.8);--palette--primary-dark: #00171b;--palette--secondary-active: #8c897d;--palette--secondary-highlight: #ece8e1;--palette--secondary-highlight-darken: #d4d1cc;--palette--secondary-darken-12: #003b45;--palette--tertiary-highlight: #faf8f7;--palette--tertiary-highlight-darken-10: #e0dfdc;--palette--tertiary-reversed: #dcd9d3;--palette--tertiary-reversed-darken-10: #9e9c97;--palette--tertiary-darken-20: #41473e;--palette--spotlight: #e1eadd;--palette--spotlight-lighten-8: #DDE8DC}.ht-pairing-firefinch{--palette--primary: #A64C47;--palette--secondary: #C74632;--palette--tertiary: #8C1515;--palette--primary-hero-overlay: rgba(21, 10, 9, 0.92);--palette--primary-dark: #823c38;--palette--secondary-active: #8C1515;--palette--secondary-highlight: #F4F4F4;--palette--secondary-highlight-darken: #c1c1c1;--palette--secondary-darken-12: #963526;--palette--tertiary-highlight: #FEF6E2;--palette--tertiary-highlight-darken-10: #fce7b1;--palette--tertiary-reversed: #F4F4F4;--palette--tertiary-reversed-darken-10: #dbdbdb;--palette--tertiary-darken-20: #330808;--palette--spotlight: #E0E0D1;--palette--spotlight-lighten-8: #DCDED0}.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:#8c1515;color:var(--palette--secondary);font-weight:600;word-break:break-word}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 300ms ease-in-out;will-change:contents}.ht-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23005b6c' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23C74632' stroke-width%3D'2' fill%3D'none'/%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:#343639;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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.ht-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-cardinal .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-bluejay .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23570d0d' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-warbler .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23003b45' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-firefinch .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23963526' stroke-width%3D'2' fill%3D'none'/%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{text-decoration:underline}.hb-display-more-link-text .hb-card__decorative-link a::after,.hb-display-more-link-text .field-hs-postcard-link a::after{height:2.5rem;width:2.5rem;margin-bottom:-0.7rem}.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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e9f5f6' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23faf8f7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23FEF6E2' stroke-width%3D'2' fill%3D'none'/%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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10)}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23c5e5e7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e0dfdc' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23fce7b1' stroke-width%3D'2' fill%3D'none'/%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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23ffffff' stroke-width%3D'2' fill%3D'none'/%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:#dbdcde}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdcde' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.hb-dark-pattern{color:#fff;background-color:#330808;background-color:var(--palette--primary-dark)}.views-element-container .hb-dark-pattern{padding:2rem}.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:#330808;background-color:var(--palette--primary-dark);padding:2rem}.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: 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}.node figure{position:relative;z-index:1;box-sizing:border-box;margin-bottom:2rem}.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: 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 2rem 2rem}drupal-media .hb-media-image.align-left,drupal-media .caption.align-left{width:auto;margin:initial;padding:0 2rem 2rem 0}.media-library-item__edit{z-index:2}.hs-breakout-box{background-color:#dde0e0;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,.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 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-bottom:0.4rem}.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:3.2rem}.field-hs-text-area h2,.field-hs-priv-text-area h2{margin-top:2.8rem}.field-hs-text-area h3,.field-hs-priv-text-area h3{margin-top:2rem}.field-hs-text-area h4,.field-hs-priv-text-area h4{margin-top:1.8rem}.field-hs-text-area h5,.field-hs-priv-text-area h5{margin-top:1.8rem}.field-hs-text-area h6,.field-hs-priv-text-area h6{margin-top:1.8rem}.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 300ms 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:#343639;font-size:1.6rem}.hb-dark-pattern .hs-caption,.hb-dark-pattern .views-row hs-caption,.hb-dark-pattern .views-row hs-caption a{color:#f4f4f4}.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:#343639;font-size:1.6rem}.hb-dark-pattern .caption,.hb-dark-pattern .views-row caption,.hb-dark-pattern .views-row caption a{color:#f4f4f4}.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:#343639;font-style:italic;font-size:1.6rem}.hb-dark-pattern .hs-credits,.hb-dark-pattern .views-row hs-credits,.hb-dark-pattern .views-row hs-credits a{color:#f4f4f4}.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:#343639;font-style:italic;font-size:1.6rem}.hb-dark-pattern .credits,.hb-dark-pattern .views-row credits,.hb-dark-pattern .views-row credits a{color:#f4f4f4}.caption figcaption{text-align:right}.hs-font-lead,.summary{font-size:2rem;font-weight:600;line-height:127%;color:#343639}@media(min-width: 992px){.hs-font-lead,.summary{font-size:2.2rem}}.hb-dark-pattern .hs-font-lead,.hb-dark-pattern .summary{color:#f4f4f4}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:1700ms;animation-fill-mode:forwards;animation-name:traditionalLeadFont}@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:1700ms;animation-fill-mode:forwards;animation-name:traditionalSplashFont}@media screen and (prefers-reduced-motion: reduce){.hb-has-animation-enhancements .hs-font-splash.animate{animation:none}}.hs-font-splash~.hs-font-lead{animation-duration:1450ms !important;animation-delay:250ms}@media(prefers-reduced-motion: reduce){.hs-font-splash~.hs-font-lead{animation-delay:-1s;animation-duration:1s !important;animation-iteration-count:1}}.hs-font-splash,.hs-font-splash .infotext{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3.4rem;line-height:110%;color:#600e0e;color:var(--palette--primary)}.hb-font-sans-serif .hs-font-splash,.hb-font-sans-serif .hs-font-splash .infotext{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){.hs-font-splash,.hs-font-splash .infotext{font-size:4.2rem}}@media(min-width: 768px){.hs-font-splash,.hs-font-splash .infotext{margin:3.2rem 0 1.4rem}}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 2rem 2rem}@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 2rem 2rem 0}@media(min-width: 576px){.align-left{max-width:50%}}@media(min-width: 768px){.align-left{max-width:75%}}.align-center{margin:0 auto 2rem}.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:#b3b5b9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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'%23343639'/%3E%3C/svg%3E")}.hb-spotlight blockquote:nth-child(n)::before{background-color:#dde0e0;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight blockquote:nth-child(n)::before{background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.hb-dark-pattern blockquote:nth-child(n),.hb-dark-inversion .views-element-container blockquote:nth-child(n){border-color:#fff}.hb-dark-pattern blockquote:nth-child(n)::before,.hb-dark-inversion .views-element-container blockquote:nth-child(n)::before{background-color:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n),.hb-dark-pattern .hs-paragraph-style--well-full-width blockquote:nth-child(n){border-color:#8c1515;border-color:var(--palette--secondary)}.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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width 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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width 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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width 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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width 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'%23C74632'/%3E%3C/svg%3E")}@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:#b1040e;color:var(--palette--tertiary);background-image:none;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:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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'%23b1040e' 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}.ht-pairing-cardinal a[href*="//"].hs-external-link::after,.ht-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")}.ht-pairing-bluejay a[href*="//"].hs-external-link::after,.ht-pairing-bluejay .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")}.ht-pairing-warbler a[href*="//"].hs-external-link::after,.ht-pairing-warbler .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")}.ht-pairing-firefinch a[href*="//"].hs-external-link::after,.ht-pairing-firefinch .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'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-cardinal a[href*="//"].hs-external-link:hover::after,.ht-pairing-cardinal a[href*="//"].hs-external-link:focus::after,.ht-pairing-cardinal .hs-external-link a[href*="//"]:hover::after,.ht-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")}.ht-pairing-bluejay a[href*="//"].hs-external-link:hover::after,.ht-pairing-bluejay a[href*="//"].hs-external-link:focus::after,.ht-pairing-bluejay .hs-external-link a[href*="//"]:hover::after,.ht-pairing-bluejay .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")}.ht-pairing-warbler a[href*="//"].hs-external-link:hover::after,.ht-pairing-warbler a[href*="//"].hs-external-link:focus::after,.ht-pairing-warbler .hs-external-link a[href*="//"]:hover::after,.ht-pairing-warbler .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'%2341473e' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch a[href*="//"].hs-external-link:hover::after,.ht-pairing-firefinch a[href*="//"].hs-external-link:focus::after,.ht-pairing-firefinch .hs-external-link a[href*="//"]:hover::after,.ht-pairing-firefinch .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'%23330808' 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'%23f4f4f4' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link::after,.ht-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'%23f4f4f4' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a[href*="//"].hs-external-link::after,.ht-pairing-bluejay .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'%23e9f5f6' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a[href*="//"].hs-external-link::after,.ht-pairing-warbler .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'%23faf8f7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a[href*="//"].hs-external-link::after,.ht-pairing-firefinch .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'%23FEF6E2' 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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.ht-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.ht-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.ht-pairing-bluejay .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.ht-pairing-bluejay .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.ht-pairing-warbler .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.ht-pairing-warbler .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.ht-pairing-firefinch .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.ht-pairing-firefinch .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.ht-pairing-firefinch .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'%23fce7b1' 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:#b1040e;color:var(--palette--tertiary);background-image:none;color:#8c1515;color:var(--palette--secondary)}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:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.private-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.private-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .private-link a:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .private-link a:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.private-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.private-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .private-link a:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .private-link a:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.private-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.private-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .private-link a:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .private-link a:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.private-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.private-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .private-link a:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .private-link a:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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'%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");background-repeat:no-repeat;background-size:cover}.ht-pairing-cardinal a.hs-private-link::before,.ht-pairing-cardinal .hs-private-link a::before,.ht-pairing-cardinal a.private-link::before,.ht-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")}.ht-pairing-bluejay a.hs-private-link::before,.ht-pairing-bluejay .hs-private-link a::before,.ht-pairing-bluejay a.private-link::before,.ht-pairing-bluejay .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")}.ht-pairing-warbler a.hs-private-link::before,.ht-pairing-warbler .hs-private-link a::before,.ht-pairing-warbler a.private-link::before,.ht-pairing-warbler .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'%23005b6c' 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")}.ht-pairing-firefinch a.hs-private-link::before,.ht-pairing-firefinch .hs-private-link a::before,.ht-pairing-firefinch a.private-link::before,.ht-pairing-firefinch .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'%23C74632' 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'%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")}.ht-pairing-cardinal a.hs-private-link:hover::before,.ht-pairing-cardinal .hs-private-link a:hover::before,.ht-pairing-cardinal a.private-link:hover::before,.ht-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")}.ht-pairing-bluejay a.hs-private-link:hover::before,.ht-pairing-bluejay .hs-private-link a:hover::before,.ht-pairing-bluejay a.private-link:hover::before,.ht-pairing-bluejay .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")}.ht-pairing-warbler a.hs-private-link:hover::before,.ht-pairing-warbler .hs-private-link a:hover::before,.ht-pairing-warbler a.private-link:hover::before,.ht-pairing-warbler .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'%2341473e' 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")}.ht-pairing-firefinch a.hs-private-link:hover::before,.ht-pairing-firefinch .hs-private-link a:hover::before,.ht-pairing-firefinch a.private-link:hover::before,.ht-pairing-firefinch .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'%23330808' 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 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:#b1040e;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:#4d0206;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:#8c1515;color:var(--palette--secondary);font-weight:600;word-break:break-word}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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 300ms ease-in-out;will-change:contents}.ht-pairing-cardinal a.hs-more-link::after,.ht-pairing-cardinal button.hs-more-link::after,.ht-pairing-cardinal .hs-more-link a::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay a.hs-more-link::after,.ht-pairing-bluejay button.hs-more-link::after,.ht-pairing-bluejay .hs-more-link a::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler a.hs-more-link::after,.ht-pairing-warbler button.hs-more-link::after,.ht-pairing-warbler .hs-more-link a::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23005b6c' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch a.hs-more-link::after,.ht-pairing-firefinch button.hs-more-link::after,.ht-pairing-firefinch .hs-more-link a::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23C74632' stroke-width%3D'2' fill%3D'none'/%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:#343639;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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.ht-pairing-cardinal a.hs-more-link:hover::after,.ht-pairing-cardinal a.hs-more-link:focus::after,.ht-pairing-cardinal button.hs-more-link:hover::after,.ht-pairing-cardinal button.hs-more-link:focus::after,.ht-pairing-cardinal .hs-more-link a:hover::after,.ht-pairing-cardinal .hs-more-link a:focus::after,.ht-pairing-cardinal .hs-more-link button:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay a.hs-more-link:hover::after,.ht-pairing-bluejay a.hs-more-link:focus::after,.ht-pairing-bluejay button.hs-more-link:hover::after,.ht-pairing-bluejay button.hs-more-link:focus::after,.ht-pairing-bluejay .hs-more-link a:hover::after,.ht-pairing-bluejay .hs-more-link a:focus::after,.ht-pairing-bluejay .hs-more-link button:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23570d0d' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler a.hs-more-link:hover::after,.ht-pairing-warbler a.hs-more-link:focus::after,.ht-pairing-warbler button.hs-more-link:hover::after,.ht-pairing-warbler button.hs-more-link:focus::after,.ht-pairing-warbler .hs-more-link a:hover::after,.ht-pairing-warbler .hs-more-link a:focus::after,.ht-pairing-warbler .hs-more-link button:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23003b45' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch a.hs-more-link:hover::after,.ht-pairing-firefinch a.hs-more-link:focus::after,.ht-pairing-firefinch button.hs-more-link:hover::after,.ht-pairing-firefinch button.hs-more-link:focus::after,.ht-pairing-firefinch .hs-more-link a:hover::after,.ht-pairing-firefinch .hs-more-link a:focus::after,.ht-pairing-firefinch .hs-more-link button:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23963526' stroke-width%3D'2' fill%3D'none'/%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{text-decoration:underline}a.hs-more-link::after,button.hs-more-link::after,.hs-more-link a::after,.hs-more-link button::after{height:2.5rem;width:2.5rem;margin-bottom:-0.7rem}.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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern a.hs-more-link::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link::after,.ht-pairing-cardinal .hb-dark-pattern button.hs-more-link::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link a::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link button::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-more-link::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-more-link::after,.ht-pairing-bluejay .hb-dark-pattern button.hs-more-link::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container button.hs-more-link::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link a::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-more-link a::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link button::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e9f5f6' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-more-link::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-more-link::after,.ht-pairing-warbler .hb-dark-pattern button.hs-more-link::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container button.hs-more-link::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link a::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-more-link a::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link button::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23faf8f7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-more-link::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-more-link::after,.ht-pairing-firefinch .hb-dark-pattern button.hs-more-link::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container button.hs-more-link::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link a::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-more-link a::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link button::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23FEF6E2' stroke-width%3D'2' fill%3D'none'/%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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10)}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern a.hs-more-link:hover::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-more-link:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.ht-pairing-cardinal .hb-dark-pattern button.hs-more-link:hover::after,.ht-pairing-cardinal .hb-dark-pattern button.hs-more-link:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link a:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link button:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link button:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-more-link:hover::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-more-link:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.ht-pairing-bluejay .hb-dark-pattern button.hs-more-link:hover::after,.ht-pairing-bluejay .hb-dark-pattern button.hs-more-link:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link a:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link button:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link button:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23c5e5e7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-more-link:hover::after,.ht-pairing-warbler .hb-dark-pattern a.hs-more-link:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.ht-pairing-warbler .hb-dark-pattern button.hs-more-link:hover::after,.ht-pairing-warbler .hb-dark-pattern button.hs-more-link:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link a:hover::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link button:hover::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link button:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e0dfdc' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-more-link:hover::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-more-link:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.ht-pairing-firefinch .hb-dark-pattern button.hs-more-link:hover::after,.ht-pairing-firefinch .hb-dark-pattern button.hs-more-link:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link a:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link button:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link button:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23fce7b1' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}a.hs-pdf-link{color:#b1040e;color:var(--palette--tertiary);background-image:none;color:#8c1515;color:var(--palette--secondary)}a.hs-pdf-link:hover,a.hs-pdf-link:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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--outline{color:#b1040e;color:var(--palette--tertiary);background-image:none;color:#8c1515;color:var(--palette--secondary)}a.hs-pdf-link--outline:hover,a.hs-pdf-link--outline:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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::before{font-weight:400}a.hs-file-link{color:#b1040e;color:var(--palette--tertiary);background-image:none;color:#8c1515;color:var(--palette--secondary)}a.hs-file-link:hover,a.hs-file-link:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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--outline{color:#b1040e;color:var(--palette--tertiary);background-image:none;color:#8c1515;color:var(--palette--secondary)}a.hs-file-link--outline:hover,a.hs-file-link--outline:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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::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: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:34px}@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:42px}}.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 300ms ease-in-out,border-color 300ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;padding:0.6rem 2.6rem;color:#fff;background-color:#8c1515;background-color:var(--palette--secondary);border-color:#8c1515;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:#343639;background-color:var(--palette--secondary-darken-12);border-color:#343639;border-color:var(--palette--secondary-darken-12);color:#fff}.ck.ck-content .hs-button:active,.ck.ck-content .hs-button:focus{background-color:#8c1515;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.1rem #b1040e;box-shadow:0 0 0 0.1rem 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 300ms ease-in-out,border-color 300ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;padding:0.6rem 2.6rem;border-color:#8c1515;border-color:var(--palette--secondary);color:#8c1515;color:var(--palette--secondary);border-width:0.1rem}.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:#8c1515;background-color:var(--palette--secondary);border-color:#8c1515;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:#8c1515;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)}.ck.ck-content .hs-secondary-button:hover{color:#fff;background-color:#8c1515;background-color:var(--palette--secondary)}.ck.ck-content .hs-secondary-button:active,.ck.ck-content .hs-secondary-button:focus{outline:0.2rem solid;outline-color:#fff;box-shadow:0 0 0 0.3rem #b1040e;box-shadow:0 0 0 0.3rem var(--palette--secondary-active)}.hb-dark-pattern .ck.ck-content .hs-secondary-button{color:#f4f4f4;color:var(--palette--tertiary-highlight);border-color:#f4f4f4;border-color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);border-color:#dbdbdb;border-color:var(--palette--tertiary-highlight-darken-10)}.ck.ck-content .hs-button,.ck.ck-content .hs-button--big,.ck.ck-content .hs-secondary-button{font-size:16px;border-width:2px;padding:6px 26px}.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 300ms ease-in-out,border-color 300ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;padding:0.6rem 2.6rem;color:#fff;background-color:#8c1515;background-color:var(--palette--secondary);border-color:#8c1515;border-color:var(--palette--secondary);font-size:18px;border-width:3px;padding:8px 35px}.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:#343639;background-color:var(--palette--secondary-darken-12);border-color:#343639;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:#8c1515;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.1rem #b1040e;box-shadow:0 0 0 0.1rem 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:#dbdcde;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:#dbdcde;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'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .ck.ck-content table th a:hover .fa-ext::after,.ht-pairing-cardinal .ck.ck-content table th a:focus .fa-ext::after,.ht-pairing-cardinal .ck.ck-content table td a:hover .fa-ext::after,.ht-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")}.ht-pairing-bluejay .ck.ck-content table th a:hover .fa-ext::after,.ht-pairing-bluejay .ck.ck-content table th a:focus .fa-ext::after,.ht-pairing-bluejay .ck.ck-content table td a:hover .fa-ext::after,.ht-pairing-bluejay .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")}.ht-pairing-warbler .ck.ck-content table th a:hover .fa-ext::after,.ht-pairing-warbler .ck.ck-content table th a:focus .fa-ext::after,.ht-pairing-warbler .ck.ck-content table td a:hover .fa-ext::after,.ht-pairing-warbler .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'%2341473e' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .ck.ck-content table th a:hover .fa-ext::after,.ht-pairing-firefinch .ck.ck-content table th a:focus .fa-ext::after,.ht-pairing-firefinch .ck.ck-content table td a:hover .fa-ext::after,.ht-pairing-firefinch .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'%23330808' 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:#e8e9ea;color:var(--palette--secondary-highlight);box-shadow:none}.ck.ck-content table thead tr{text-transform:uppercase;background-color:#600e0e;background-color:var(--palette--primary);color:#fff;font-weight:600}.hb-dark-pattern .ck.ck-content table thead tr,.hb-dark-inversion .views-element-container .ck.ck-content table thead tr{background-color:#600e0e;background-color:var(--palette--primary)}.ck.ck-content table tr:nth-child(even){background-color:#f4f4f4}.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 2.8rem;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:#8c1515;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:#e8e9ea;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:#8c1515;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:#8c1515;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:#8c1515;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 2.8rem;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:#8c1515;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:#e8e9ea;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:#8c1515;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:#8c1515;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-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3.4rem;line-height:110%}.hb-font-sans-serif .hb-heading-1{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){.hb-heading-1{font-size:4.2rem}}.hb-heading-2{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3rem;line-height:108%}.hb-font-sans-serif .hb-heading-2{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){.hb-heading-2{font-size:3.6rem}}.hb-heading-3{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:2.2rem;line-height:120%}.hb-font-sans-serif .hb-heading-3{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){.hb-heading-3{font-size:2.5rem;line-height:115%}}.hb-heading-4{font-weight:600;font-size:1.8rem;line-height:124%}.hb-heading-5{font-weight:600;font-size:1.6rem;line-height:126%}.hb-heading-6{text-transform:uppercase;font-weight:700;font-size:1.4rem;line-height:124%}.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;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde}.hb-link:hover,.hb-link:focus,.hb-link.ext:hover,.hb-link.ext:focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}.hb-link-inline{color:#b1040e;color:var(--palette--tertiary);background-image:none}.hb-link-inline:hover,.hb-link-inline:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.hb-local-footer .hb-link-inline{background-image:none}.hb-local-footer .hb-link-inline:hover,.hb-local-footer .hb-link-inline:focus{color:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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:#8c1515;color:var(--palette--secondary)}.hb-well .hb-highlighted-label .field-label{color:#343639 !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:600;font-size:1.4rem;margin-bottom:0;font-size:1.6rem;font-style:normal;text-transform:inherit;color:#8c1515;color:var(--palette--secondary)}.hb-well .views-row .hb-highlighted-label,.hb-well .views-row .hb-highlighted-label a{color:#343639 !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:#343639;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:#343639;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 300ms ease-in-out;margin-bottom:0.5rem;background-color:#e8e9ea;background-color:var(--palette--secondary-highlight);color:#343639;padding:0.1rem 0.6rem;font-weight:600;text-transform:uppercase}.hb-dark-pattern .hb-pill,.hb-dark-inversion .views-element-container .hb-pill{color:#343639 !important}a.hb-pill{display:inline-block;font-size:1.4rem;text-decoration:none;transition:background-color 300ms ease-in-out;margin-bottom:0.5rem;background-color:#e8e9ea;background-color:var(--palette--secondary-highlight);color:#343639;padding:0.1rem 0.6rem;font-weight:600;text-transform:uppercase;background-image:none}.hb-dark-pattern a.hb-pill,.hb-dark-inversion .views-element-container a.hb-pill{color:#343639 !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}a.hb-pill:focus,a.hb-pill:hover{background-color:#b3b6b9;background-color:var(--palette--secondary-highlight-darken)}.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:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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:#b3b5b9;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'%23343639'/%3E%3C/svg%3E")}.hb-spotlight .hb-blockquote:not(.hb-testimonial__quote)::before{background-color:#dde0e0;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .hb-blockquote:not(.hb-testimonial__quote)::before{background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.hb-dark-pattern .hb-blockquote:not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container .hb-blockquote:not(.hb-testimonial__quote){border-color:#fff}.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:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote:not(.hb-testimonial__quote){border-color:#8c1515;border-color:var(--palette--secondary)}.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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}.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:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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:#b3b5b9;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'%23343639'/%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:#dde0e0;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:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#fff}.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:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote){border-color:#8c1515;border-color:var(--palette--secondary)}.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-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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}.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:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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:#b3b5b9;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'%23343639'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-left:not(.hb-testimonial__quote)::before{background-color:#dde0e0;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-left:not(.hb-testimonial__quote)::before{background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#fff}.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:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left:not(.hb-testimonial__quote){border-color:#8c1515;border-color:var(--palette--secondary)}.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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}.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:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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:#b3b5b9;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'%23343639'/%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:#dde0e0;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:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#fff}.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:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote){border-color:#8c1515;border-color:var(--palette--secondary)}.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-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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}.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:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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:#b3b5b9;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'%23343639'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-right:not(.hb-testimonial__quote)::before{background-color:#dde0e0;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-right:not(.hb-testimonial__quote)::before{background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#fff}.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:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right:not(.hb-testimonial__quote){border-color:#8c1515;border-color:var(--palette--secondary)}.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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}.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:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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:#b3b5b9;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'%23343639'/%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:#dde0e0;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:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#fff}.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:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote){border-color:#8c1515;border-color:var(--palette--secondary)}.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-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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}.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-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3.4rem;line-height:110%;margin:0}.hb-font-sans-serif .hb-title h1,.hb-font-sans-serif .hb-title h2,.hb-font-sans-serif .hb-title h3,.hb-font-sans-serif .hb-title h4,.hb-font-sans-serif .hb-title h5,.hb-font-sans-serif .hb-title h6{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@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.2rem}}.hb-serif{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400}.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:#8c1515;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:#e8e9ea;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 300ms 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:#343639;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:#dbdbdb !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.4rem;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:#343639}}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight);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:#b3b5b9}.hb-borderless{border:0 none;padding:0}.hb-views-divider .views-row:not(:last-of-type){width:100%;border-bottom:1px solid;border-color:#b3b5b9;padding-bottom:3.2rem}@media(min-width: 768px){.hb-three-column-w-image .hb-main-body-detail-image{float:right;margin:0 0 2.4rem 2.4rem}.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:#b1040e;color:var(--palette--tertiary);-webkit-text-decoration-color:#b1040e;text-decoration-color:#b1040e;-webkit-text-decoration-color:var(--palette--tertiary);text-decoration-color:var(--palette--tertiary);transition:all 300ms ease-in-out}.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:#4d0206;color:var(--palette--tertiary-darken-20)}.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{-webkit-text-decoration-color:#4d0206;text-decoration-color:#4d0206;-webkit-text-decoration-color:var(--palette--tertiary-darken-20);text-decoration-color:var(--palette--tertiary-darken-20)}.hb-dark-inversion .hb-heading-link-color:is(h1,h2,h3,h4,h5,h6,span) a:not([class]),.hb-dark-inversion .hb-heading-link-color .hb-card__title a{-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.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;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde;cursor:pointer;float:right;margin-bottom:1.4rem}.hb-accordion-toggle-all:hover,.hb-accordion-toggle-all:focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}.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:#600e0e;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 300ms ease-in-out}.hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover{color:#8c1515;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'%238c1515' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.ht-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")}.ht-pairing-bluejay .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")}.ht-pairing-warbler .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'%23005b6c' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.ht-pairing-firefinch .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'%23C74632' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hb-accordion-secondary .ptype-hs-accordion details[open]{border-color:#600e0e;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:#600e0e;border-color:var(--palette--primary);border-width:0.2rem;border-top:none}.hb-single-category.label-hidden{text-transform:uppercase;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:#343639}.hb-single-category.label-hidden::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-single-category.label-hidden::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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]){text-transform:uppercase;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:#343639}.hb-single-category.entity-reference div:not([class])::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-single-category.entity-reference div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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 300ms ease-in-out;background-image:none;line-height:134%;color:#343639}.hb-single-category a:hover,.hb-single-category a:focus{border-color:#600e0e;border-color:var(--palette--primary)}.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{text-transform:uppercase;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:#343639}.views-row .hb-single-category::before{height:0.5rem;width:0.5rem;top:0.8rem}.views-row .hb-single-category::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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]){text-transform:uppercase;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:#343639}.views-row .hb-single-category.entity-reference div:not([class])::before{height:0.5rem;width:0.5rem;top:0.8rem}.views-row .hb-single-category.entity-reference div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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 300ms ease-in-out;background-image:none;line-height:134%;color:#343639}.views-row .hb-single-category a:hover,.views-row .hb-single-category a:focus{border-color:#600e0e;border-color:var(--palette--primary)}.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]){text-transform:uppercase;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:#343639}.hb-categories.entity-reference div div:not([class])::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-categories.entity-reference div div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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{text-transform:uppercase;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:#343639}.hb-categories.string div div::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-categories.string div div::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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]){text-transform:uppercase;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:#343639}.hb-categories.label-hidden>div:not([class])::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-categories.label-hidden>div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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 0.5rem}.hb-categories ol li,.hb-categories ul li{text-transform:uppercase;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:#343639}.hb-categories ol li::before,.hb-categories ul li::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-categories ol li::before,.hb-categories ul li::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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 300ms ease-in-out;background-image:none;line-height:134%;color:#343639}.hb-categories a:hover,.hb-categories a:focus{border-color:#600e0e;border-color:var(--palette--primary)}.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 300ms ease-in-out;margin-bottom:0.5rem;background-color:#e8e9ea;background-color:var(--palette--secondary-highlight);color:#343639;padding:0.1rem 0.6rem;font-weight:600;text-transform:uppercase;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:#343639 !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-pill-link-list a:focus,.hb-pill-link-list a:hover{background-color:#b3b6b9;background-color:var(--palette--secondary-highlight-darken)}.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 300ms ease-in-out;margin-bottom:0.5rem;background-color:#e8e9ea;background-color:var(--palette--secondary-highlight);color:#343639;padding:0.1rem 0.6rem;font-weight:600;text-transform:uppercase}.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:#343639 !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;padding:2rem;box-shadow:0.1rem 0.3rem 1.7rem #dbdcde}.hb-raised-cards .hb-testimonial,.hb-raised-cards .hb-timelime__wrapper{background-color:#fff;box-shadow:0.1rem 0.3rem 1.7rem #dbdcde;padding:2.8rem 2rem;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:#b1040e;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:#4d0206;color:var(--palette--tertiary-darken-20)}.hb-raised-cards .hb-dark-pattern .hb-card__date-tile-month .field-content,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__date-tile-month .field-content{color:#fff}.hb-raised-cards .hb-dark-pattern .hb-card__date-tile-day .field-content,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__date-tile-day .field-content{color:#600e0e;color:var(--palette--primary)}.hb-raised-cards .hb-dark-pattern .hb-card__title a,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__title a{color:#000;-webkit-text-decoration-color:#000;text-decoration-color:#000}.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{-webkit-text-decoration-color:#4d0206;text-decoration-color:#4d0206;-webkit-text-decoration-color:var(--palette--tertiary-darken-20);text-decoration-color:var(--palette--tertiary-darken-20)}.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::after,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23b1040e' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23b1040e' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-bluejay .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23b1040e' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-warbler .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23616a5d' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-firefinch .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238C1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::after,.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::after,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::after,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%234d0206' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%234d0206' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%234d0206' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%2341473e' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23330808' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.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%}}.ht-pairing-cardinal{--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}.ht-pairing-bluejay{--palette--primary: #600e0e;--palette--secondary: #8c1515;--palette--tertiary: #b1040e;--palette--primary-hero-overlay: rgba(5, 38, 44, 0.85);--palette--primary-dark: #330808;--palette--secondary-active: #b1040e;--palette--secondary-highlight: #daebed;--palette--secondary-highlight-darken: #95c6cc;--palette--secondary-darken-12: #570d0d;--palette--tertiary-highlight: #e9f5f6;--palette--tertiary-highlight-darken-10: #c5e5e7;--palette--tertiary-reversed: #daebed;--palette--tertiary-reversed-darken-10: #b8d8dc;--palette--tertiary-darken-20: #4d0206;--palette--spotlight: #e9f5f6;--palette--spotlight-lighten-8: #D0E7E1}.ht-pairing-warbler{--palette--primary: #003b45;--palette--secondary: #005b6c;--palette--tertiary: #616a5d;--palette--primary-hero-overlay: rgba(24, 21, 8, 0.8);--palette--primary-dark: #00171b;--palette--secondary-active: #8c897d;--palette--secondary-highlight: #ece8e1;--palette--secondary-highlight-darken: #d4d1cc;--palette--secondary-darken-12: #003b45;--palette--tertiary-highlight: #faf8f7;--palette--tertiary-highlight-darken-10: #e0dfdc;--palette--tertiary-reversed: #dcd9d3;--palette--tertiary-reversed-darken-10: #9e9c97;--palette--tertiary-darken-20: #41473e;--palette--spotlight: #e1eadd;--palette--spotlight-lighten-8: #DDE8DC}.ht-pairing-firefinch{--palette--primary: #A64C47;--palette--secondary: #C74632;--palette--tertiary: #8C1515;--palette--primary-hero-overlay: rgba(21, 10, 9, 0.92);--palette--primary-dark: #823c38;--palette--secondary-active: #8C1515;--palette--secondary-highlight: #F4F4F4;--palette--secondary-highlight-darken: #c1c1c1;--palette--secondary-darken-12: #963526;--palette--tertiary-highlight: #FEF6E2;--palette--tertiary-highlight-darken-10: #fce7b1;--palette--tertiary-reversed: #F4F4F4;--palette--tertiary-reversed-darken-10: #dbdbdb;--palette--tertiary-darken-20: #330808;--palette--spotlight: #E0E0D1;--palette--spotlight-lighten-8: #DCDED0}.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:#8c1515;color:var(--palette--secondary);font-weight:600;word-break:break-word}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 300ms ease-in-out;will-change:contents}.ht-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23005b6c' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23C74632' stroke-width%3D'2' fill%3D'none'/%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:#343639;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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.ht-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-cardinal .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-bluejay .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23570d0d' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-warbler .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23003b45' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-firefinch .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23963526' stroke-width%3D'2' fill%3D'none'/%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{text-decoration:underline}.hb-display-more-link-text .hb-card__decorative-link a::after,.hb-display-more-link-text .field-hs-postcard-link a::after{height:2.5rem;width:2.5rem;margin-bottom:-0.7rem}.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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e9f5f6' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23faf8f7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23FEF6E2' stroke-width%3D'2' fill%3D'none'/%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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10)}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23c5e5e7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e0dfdc' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23fce7b1' stroke-width%3D'2' fill%3D'none'/%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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23ffffff' stroke-width%3D'2' fill%3D'none'/%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:#dbdcde}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdcde' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.hb-dark-pattern{color:#fff;background-color:#330808;background-color:var(--palette--primary-dark)}.views-element-container .hb-dark-pattern{padding:2rem}.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:#330808;background-color:var(--palette--primary-dark);padding:2rem}.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: 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}.node figure{position:relative;z-index:1;box-sizing:border-box;margin-bottom:2rem}.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: 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 2rem 2rem}drupal-media .hb-media-image.align-left,drupal-media .caption.align-left{width:auto;margin:initial;padding:0 2rem 2rem 0}.media-library-item__edit{z-index:2}.hs-breakout-box{background-color:#dde0e0;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,.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 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-bottom:0.4rem}.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:3.2rem}.field-hs-text-area h2,.field-hs-priv-text-area h2{margin-top:2.8rem}.field-hs-text-area h3,.field-hs-priv-text-area h3{margin-top:2rem}.field-hs-text-area h4,.field-hs-priv-text-area h4{margin-top:1.8rem}.field-hs-text-area h5,.field-hs-priv-text-area h5{margin-top:1.8rem}.field-hs-text-area h6,.field-hs-priv-text-area h6{margin-top:1.8rem}.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 300ms 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:#343639;font-size:1.6rem}.hb-dark-pattern .hs-caption,.hb-dark-pattern .views-row hs-caption,.hb-dark-pattern .views-row hs-caption a{color:#f4f4f4}.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:#343639;font-size:1.6rem}.hb-dark-pattern .caption,.hb-dark-pattern .views-row caption,.hb-dark-pattern .views-row caption a{color:#f4f4f4}.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:#343639;font-style:italic;font-size:1.6rem}.hb-dark-pattern .hs-credits,.hb-dark-pattern .views-row hs-credits,.hb-dark-pattern .views-row hs-credits a{color:#f4f4f4}.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:#343639;font-style:italic;font-size:1.6rem}.hb-dark-pattern .credits,.hb-dark-pattern .views-row credits,.hb-dark-pattern .views-row credits a{color:#f4f4f4}.caption figcaption{text-align:right}.hs-font-lead,.summary{font-size:2rem;font-weight:600;line-height:127%;color:#343639}@media(min-width: 992px){.hs-font-lead,.summary{font-size:2.2rem}}.hb-dark-pattern .hs-font-lead,.hb-dark-pattern .summary{color:#f4f4f4}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:1700ms;animation-fill-mode:forwards;animation-name:traditionalLeadFont}@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:1700ms;animation-fill-mode:forwards;animation-name:traditionalSplashFont}@media screen and (prefers-reduced-motion: reduce){.hb-has-animation-enhancements .hs-font-splash.animate{animation:none}}.hs-font-splash~.hs-font-lead{animation-duration:1450ms !important;animation-delay:250ms}@media(prefers-reduced-motion: reduce){.hs-font-splash~.hs-font-lead{animation-delay:-1s;animation-duration:1s !important;animation-iteration-count:1}}.hs-font-splash,.hs-font-splash .infotext{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3.4rem;line-height:110%;color:#600e0e;color:var(--palette--primary)}.hb-font-sans-serif .hs-font-splash,.hb-font-sans-serif .hs-font-splash .infotext{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){.hs-font-splash,.hs-font-splash .infotext{font-size:4.2rem}}@media(min-width: 768px){.hs-font-splash,.hs-font-splash .infotext{margin:3.2rem 0 1.4rem}}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 2rem 2rem}@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 2rem 2rem 0}@media(min-width: 576px){.align-left{max-width:50%}}@media(min-width: 768px){.align-left{max-width:75%}}.align-center{margin:0 auto 2rem}.align-center img{margin:0 auto}blockquote:nth-child(n){color:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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:#b3b5b9;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'%23343639'/%3E%3C/svg%3E")}.hb-spotlight blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-color:#dde0e0;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#fff}.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:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n):not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well-full-width blockquote:nth-child(n):not(.hb-testimonial__quote){border-color:#8c1515;border-color:var(--palette--secondary)}.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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n):not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width 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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n):not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width 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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n):not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width 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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n):not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width 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'%23C74632'/%3E%3C/svg%3E")}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:#b1040e;color:var(--palette--tertiary);background-image:none;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:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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'%23b1040e' 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}.ht-pairing-cardinal a[href*="//"].hs-external-link::after,.ht-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")}.ht-pairing-bluejay a[href*="//"].hs-external-link::after,.ht-pairing-bluejay .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")}.ht-pairing-warbler a[href*="//"].hs-external-link::after,.ht-pairing-warbler .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")}.ht-pairing-firefinch a[href*="//"].hs-external-link::after,.ht-pairing-firefinch .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'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-cardinal a[href*="//"].hs-external-link:hover::after,.ht-pairing-cardinal a[href*="//"].hs-external-link:focus::after,.ht-pairing-cardinal .hs-external-link a[href*="//"]:hover::after,.ht-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")}.ht-pairing-bluejay a[href*="//"].hs-external-link:hover::after,.ht-pairing-bluejay a[href*="//"].hs-external-link:focus::after,.ht-pairing-bluejay .hs-external-link a[href*="//"]:hover::after,.ht-pairing-bluejay .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")}.ht-pairing-warbler a[href*="//"].hs-external-link:hover::after,.ht-pairing-warbler a[href*="//"].hs-external-link:focus::after,.ht-pairing-warbler .hs-external-link a[href*="//"]:hover::after,.ht-pairing-warbler .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'%2341473e' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch a[href*="//"].hs-external-link:hover::after,.ht-pairing-firefinch a[href*="//"].hs-external-link:focus::after,.ht-pairing-firefinch .hs-external-link a[href*="//"]:hover::after,.ht-pairing-firefinch .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'%23330808' 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'%23f4f4f4' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link::after,.ht-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'%23f4f4f4' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a[href*="//"].hs-external-link::after,.ht-pairing-bluejay .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'%23e9f5f6' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a[href*="//"].hs-external-link::after,.ht-pairing-warbler .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'%23faf8f7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a[href*="//"].hs-external-link::after,.ht-pairing-firefinch .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'%23FEF6E2' 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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.ht-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.ht-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.ht-pairing-bluejay .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.ht-pairing-bluejay .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.ht-pairing-warbler .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.ht-pairing-warbler .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.ht-pairing-firefinch .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.ht-pairing-firefinch .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.ht-pairing-firefinch .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'%23fce7b1' 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:#b1040e;color:var(--palette--tertiary);background-image:none;color:#8c1515;color:var(--palette--secondary)}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:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.private-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.private-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .private-link a:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .private-link a:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.private-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.private-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .private-link a:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .private-link a:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.private-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.private-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .private-link a:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .private-link a:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.private-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.private-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .private-link a:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .private-link a:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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'%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");background-repeat:no-repeat;background-size:cover}.ht-pairing-cardinal a.hs-private-link::before,.ht-pairing-cardinal .hs-private-link a::before,.ht-pairing-cardinal a.private-link::before,.ht-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")}.ht-pairing-bluejay a.hs-private-link::before,.ht-pairing-bluejay .hs-private-link a::before,.ht-pairing-bluejay a.private-link::before,.ht-pairing-bluejay .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")}.ht-pairing-warbler a.hs-private-link::before,.ht-pairing-warbler .hs-private-link a::before,.ht-pairing-warbler a.private-link::before,.ht-pairing-warbler .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'%23005b6c' 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")}.ht-pairing-firefinch a.hs-private-link::before,.ht-pairing-firefinch .hs-private-link a::before,.ht-pairing-firefinch a.private-link::before,.ht-pairing-firefinch .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'%23C74632' 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'%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")}.ht-pairing-cardinal a.hs-private-link:hover::before,.ht-pairing-cardinal .hs-private-link a:hover::before,.ht-pairing-cardinal a.private-link:hover::before,.ht-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")}.ht-pairing-bluejay a.hs-private-link:hover::before,.ht-pairing-bluejay .hs-private-link a:hover::before,.ht-pairing-bluejay a.private-link:hover::before,.ht-pairing-bluejay .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")}.ht-pairing-warbler a.hs-private-link:hover::before,.ht-pairing-warbler .hs-private-link a:hover::before,.ht-pairing-warbler a.private-link:hover::before,.ht-pairing-warbler .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'%2341473e' 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")}.ht-pairing-firefinch a.hs-private-link:hover::before,.ht-pairing-firefinch .hs-private-link a:hover::before,.ht-pairing-firefinch a.private-link:hover::before,.ht-pairing-firefinch .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'%23330808' 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 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:#b1040e;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:#4d0206;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:#8c1515;color:var(--palette--secondary);font-weight:600;word-break:break-word}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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 300ms ease-in-out;will-change:contents}.ht-pairing-cardinal a.hs-more-link::after,.ht-pairing-cardinal button.hs-more-link::after,.ht-pairing-cardinal .hs-more-link a::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay a.hs-more-link::after,.ht-pairing-bluejay button.hs-more-link::after,.ht-pairing-bluejay .hs-more-link a::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler a.hs-more-link::after,.ht-pairing-warbler button.hs-more-link::after,.ht-pairing-warbler .hs-more-link a::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23005b6c' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch a.hs-more-link::after,.ht-pairing-firefinch button.hs-more-link::after,.ht-pairing-firefinch .hs-more-link a::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23C74632' stroke-width%3D'2' fill%3D'none'/%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:#343639;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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.ht-pairing-cardinal a.hs-more-link:hover::after,.ht-pairing-cardinal a.hs-more-link:focus::after,.ht-pairing-cardinal button.hs-more-link:hover::after,.ht-pairing-cardinal button.hs-more-link:focus::after,.ht-pairing-cardinal .hs-more-link a:hover::after,.ht-pairing-cardinal .hs-more-link a:focus::after,.ht-pairing-cardinal .hs-more-link button:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay a.hs-more-link:hover::after,.ht-pairing-bluejay a.hs-more-link:focus::after,.ht-pairing-bluejay button.hs-more-link:hover::after,.ht-pairing-bluejay button.hs-more-link:focus::after,.ht-pairing-bluejay .hs-more-link a:hover::after,.ht-pairing-bluejay .hs-more-link a:focus::after,.ht-pairing-bluejay .hs-more-link button:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23570d0d' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler a.hs-more-link:hover::after,.ht-pairing-warbler a.hs-more-link:focus::after,.ht-pairing-warbler button.hs-more-link:hover::after,.ht-pairing-warbler button.hs-more-link:focus::after,.ht-pairing-warbler .hs-more-link a:hover::after,.ht-pairing-warbler .hs-more-link a:focus::after,.ht-pairing-warbler .hs-more-link button:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23003b45' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch a.hs-more-link:hover::after,.ht-pairing-firefinch a.hs-more-link:focus::after,.ht-pairing-firefinch button.hs-more-link:hover::after,.ht-pairing-firefinch button.hs-more-link:focus::after,.ht-pairing-firefinch .hs-more-link a:hover::after,.ht-pairing-firefinch .hs-more-link a:focus::after,.ht-pairing-firefinch .hs-more-link button:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23963526' stroke-width%3D'2' fill%3D'none'/%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{text-decoration:underline}a.hs-more-link::after,button.hs-more-link::after,.hs-more-link a::after,.hs-more-link button::after{height:2.5rem;width:2.5rem;margin-bottom:-0.7rem}.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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern a.hs-more-link::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link::after,.ht-pairing-cardinal .hb-dark-pattern button.hs-more-link::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link a::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link button::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-more-link::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-more-link::after,.ht-pairing-bluejay .hb-dark-pattern button.hs-more-link::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container button.hs-more-link::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link a::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-more-link a::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link button::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e9f5f6' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-more-link::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-more-link::after,.ht-pairing-warbler .hb-dark-pattern button.hs-more-link::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container button.hs-more-link::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link a::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-more-link a::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link button::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23faf8f7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-more-link::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-more-link::after,.ht-pairing-firefinch .hb-dark-pattern button.hs-more-link::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container button.hs-more-link::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link a::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-more-link a::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link button::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23FEF6E2' stroke-width%3D'2' fill%3D'none'/%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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10)}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern a.hs-more-link:hover::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-more-link:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.ht-pairing-cardinal .hb-dark-pattern button.hs-more-link:hover::after,.ht-pairing-cardinal .hb-dark-pattern button.hs-more-link:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link a:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link button:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link button:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-more-link:hover::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-more-link:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.ht-pairing-bluejay .hb-dark-pattern button.hs-more-link:hover::after,.ht-pairing-bluejay .hb-dark-pattern button.hs-more-link:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link a:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link button:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link button:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23c5e5e7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-more-link:hover::after,.ht-pairing-warbler .hb-dark-pattern a.hs-more-link:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.ht-pairing-warbler .hb-dark-pattern button.hs-more-link:hover::after,.ht-pairing-warbler .hb-dark-pattern button.hs-more-link:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link a:hover::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link button:hover::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link button:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e0dfdc' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-more-link:hover::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-more-link:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.ht-pairing-firefinch .hb-dark-pattern button.hs-more-link:hover::after,.ht-pairing-firefinch .hb-dark-pattern button.hs-more-link:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link a:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link button:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link button:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23fce7b1' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}a.hs-pdf-link{color:#b1040e;color:var(--palette--tertiary);background-image:none;color:#8c1515;color:var(--palette--secondary)}a.hs-pdf-link:hover,a.hs-pdf-link:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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--outline{color:#b1040e;color:var(--palette--tertiary);background-image:none;color:#8c1515;color:var(--palette--secondary)}a.hs-pdf-link--outline:hover,a.hs-pdf-link--outline:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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::before{font-weight:400}a.hs-file-link{color:#b1040e;color:var(--palette--tertiary);background-image:none;color:#8c1515;color:var(--palette--secondary)}a.hs-file-link:hover,a.hs-file-link:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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--outline{color:#b1040e;color:var(--palette--tertiary);background-image:none;color:#8c1515;color:var(--palette--secondary)}a.hs-file-link--outline:hover,a.hs-file-link--outline:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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::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: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:34px}@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:42px}}.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 300ms ease-in-out,border-color 300ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;padding:0.6rem 2.6rem;color:#fff;background-color:#8c1515;background-color:var(--palette--secondary);border-color:#8c1515;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:#343639;background-color:var(--palette--secondary-darken-12);border-color:#343639;border-color:var(--palette--secondary-darken-12);color:#fff}.ck.ck-content .hs-button:active,.ck.ck-content .hs-button:focus{background-color:#8c1515;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.1rem #b1040e;box-shadow:0 0 0 0.1rem 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 300ms ease-in-out,border-color 300ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;padding:0.6rem 2.6rem;border-color:#8c1515;border-color:var(--palette--secondary);color:#8c1515;color:var(--palette--secondary);border-width:0.1rem}.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:#8c1515;background-color:var(--palette--secondary);border-color:#8c1515;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:#8c1515;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)}.ck.ck-content .hs-secondary-button:hover{color:#fff;background-color:#8c1515;background-color:var(--palette--secondary)}.ck.ck-content .hs-secondary-button:active,.ck.ck-content .hs-secondary-button:focus{outline:0.2rem solid;outline-color:#fff;box-shadow:0 0 0 0.3rem #b1040e;box-shadow:0 0 0 0.3rem var(--palette--secondary-active)}.hb-dark-pattern .ck.ck-content .hs-secondary-button{color:#f4f4f4;color:var(--palette--tertiary-highlight);border-color:#f4f4f4;border-color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);border-color:#dbdbdb;border-color:var(--palette--tertiary-highlight-darken-10)}.ck.ck-content .hs-button,.ck.ck-content .hs-button--big,.ck.ck-content .hs-secondary-button{font-size:16px;border-width:2px;padding:6px 26px}.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 300ms ease-in-out,border-color 300ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;padding:0.6rem 2.6rem;color:#fff;background-color:#8c1515;background-color:var(--palette--secondary);border-color:#8c1515;border-color:var(--palette--secondary);font-size:18px;border-width:3px;padding:8px 35px}.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:#343639;background-color:var(--palette--secondary-darken-12);border-color:#343639;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:#8c1515;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.1rem #b1040e;box-shadow:0 0 0 0.1rem 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:#dbdcde;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:#dbdcde;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'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .ck.ck-content table th a:hover .fa-ext::after,.ht-pairing-cardinal .ck.ck-content table th a:focus .fa-ext::after,.ht-pairing-cardinal .ck.ck-content table td a:hover .fa-ext::after,.ht-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")}.ht-pairing-bluejay .ck.ck-content table th a:hover .fa-ext::after,.ht-pairing-bluejay .ck.ck-content table th a:focus .fa-ext::after,.ht-pairing-bluejay .ck.ck-content table td a:hover .fa-ext::after,.ht-pairing-bluejay .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")}.ht-pairing-warbler .ck.ck-content table th a:hover .fa-ext::after,.ht-pairing-warbler .ck.ck-content table th a:focus .fa-ext::after,.ht-pairing-warbler .ck.ck-content table td a:hover .fa-ext::after,.ht-pairing-warbler .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'%2341473e' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .ck.ck-content table th a:hover .fa-ext::after,.ht-pairing-firefinch .ck.ck-content table th a:focus .fa-ext::after,.ht-pairing-firefinch .ck.ck-content table td a:hover .fa-ext::after,.ht-pairing-firefinch .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'%23330808' 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:#e8e9ea;color:var(--palette--secondary-highlight);box-shadow:none}.ck.ck-content table thead tr{text-transform:uppercase;background-color:#600e0e;background-color:var(--palette--primary);color:#fff;font-weight:600}.hb-dark-pattern .ck.ck-content table thead tr,.hb-dark-inversion .views-element-container .ck.ck-content table thead tr{background-color:#600e0e;background-color:var(--palette--primary)}.ck.ck-content table tr:nth-child(even){background-color:#f4f4f4}.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 2.8rem;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:#8c1515;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:#e8e9ea;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:#8c1515;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:#8c1515;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:#8c1515;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 2.8rem;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:#8c1515;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:#e8e9ea;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:#8c1515;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:#8c1515;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_traditional/css/humsci_traditional.css b/docroot/themes/humsci/humsci_traditional/css/humsci_traditional.css index 3c03b3d149..8c1b20e414 100644 --- a/docroot/themes/humsci/humsci_traditional/css/humsci_traditional.css +++ b/docroot/themes/humsci/humsci_traditional/css/humsci_traditional.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.8rem;line-height:127%}a:not([class]),a.mailto,a[href^="mailto:"],a.ext{color:#b1040e;color:var(--palette--tertiary);background-image:none}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:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a:not([class]):hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a:not([class]):focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.mailto:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.mailto:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.ext:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.ext:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a:not([class]):hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a:not([class]):focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.mailto:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.mailto:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.ext:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.ext:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a:not([class]):hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a:not([class]):focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.mailto:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.mailto:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.ext:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.ext:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a:not([class]):hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a:not([class]):focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.mailto:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.mailto:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.ext:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.ext:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}h1{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3.4rem;line-height:110%}.hb-font-sans-serif h1{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){h1{font-size:4.2rem}}h1 a:not([class]){color:#000;font-weight:600;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde}h1 a:not([class]):hover,h1 a:not([class]):focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}h1 a:not([class]):hover,h1 a:not([class]):focus{color:#000}h2{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3rem;line-height:108%}.hb-font-sans-serif h2{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){h2{font-size:3.6rem}}h2 a.is-active,h2 a:not([class]){color:#000;font-weight:600;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde}h2 a.is-active:hover,h2 a.is-active:focus,h2 a:not([class]):hover,h2 a:not([class]):focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}h2 a.is-active:hover,h2 a.is-active:focus,h2 a:not([class]):hover,h2 a:not([class]):focus{color:#000}h3{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:2.2rem;line-height:120%}.hb-font-sans-serif h3{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){h3{font-size:2.5rem;line-height:115%}}h3 a:not([class]){color:#000;font-weight:600;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde}h3 a:not([class]):hover,h3 a:not([class]):focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}h3 a:not([class]):hover,h3 a:not([class]):focus{color:#000}h4{font-weight:600;font-size:1.8rem;line-height:124%}h4 a:not([class]){color:#000;font-weight:600;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde}h4 a:not([class]):hover,h4 a:not([class]):focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}h4 a:not([class]):hover,h4 a:not([class]):focus{color:#000}h5{font-weight:600;font-size:1.6rem;line-height:126%}h5 a:not([class]){color:#000;font-weight:600;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde}h5 a:not([class]):hover,h5 a:not([class]):focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}h5 a:not([class]):hover,h5 a:not([class]):focus{color:#000}h6{text-transform:uppercase;font-weight:700;font-size:1.4rem;line-height:124%}h6 a:not([class]){color:#000;font-weight:600;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde}h6 a:not([class]):hover,h6 a:not([class]):focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}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 2.8rem;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:#8c1515;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:#e8e9ea;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:#8c1515;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:#8c1515;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:#8c1515;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 2.8rem;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:#8c1515;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:#e8e9ea;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:#8c1515;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:#8c1515;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:#600e0e;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:#b3b5b9;border-radius:0}input:focus{outline-color:#600e0e;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:3.2rem}.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:#b1040e;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:#4d0206;color:var(--palette--tertiary-darken-20)}table{width:100%;border-collapse:collapse;font-size:1.3rem;text-align:left;border:1px solid;border-color:#dbdcde}.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:#dbdcde}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'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal table th a:hover .fa-ext::after,.ht-pairing-cardinal table th a:focus .fa-ext::after,.ht-pairing-cardinal table td a:hover .fa-ext::after,.ht-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")}.ht-pairing-bluejay table th a:hover .fa-ext::after,.ht-pairing-bluejay table th a:focus .fa-ext::after,.ht-pairing-bluejay table td a:hover .fa-ext::after,.ht-pairing-bluejay 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")}.ht-pairing-warbler table th a:hover .fa-ext::after,.ht-pairing-warbler table th a:focus .fa-ext::after,.ht-pairing-warbler table td a:hover .fa-ext::after,.ht-pairing-warbler 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'%2341473e' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch table th a:hover .fa-ext::after,.ht-pairing-firefinch table th a:focus .fa-ext::after,.ht-pairing-firefinch table td a:hover .fa-ext::after,.ht-pairing-firefinch 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'%23330808' 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:#e8e9ea;color:var(--palette--secondary-highlight);box-shadow:none}table thead tr{text-transform:uppercase;background-color:#600e0e;background-color:var(--palette--primary);color:#fff;font-weight:600}.hb-dark-pattern table thead tr,.hb-dark-inversion .views-element-container table thead tr{background-color:#600e0e;background-color:var(--palette--primary)}table tr:nth-child(even){background-color:#f4f4f4}details{margin:1.4rem 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:#8c1515;border-color:var(--palette--secondary);background-color:#8c1515;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 300ms 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:#343639;background-color:var(--palette--secondary-darken-12);border-color:#343639;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 #b1040e;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:#dbdcde;border-top:none}.hb-page-width{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 2.8rem)) !important}@media(min-width: 768px){.hb-page-width{width:calc(100% - (2 * 3.2rem)) !important}}.hb-vertical-page-padding{margin:3.2rem auto !important}.layout-builder__message{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 2.8rem)) !important}@media(min-width: 768px){.layout-builder__message{width:calc(100% - (2 * 3.2rem)) !important}}.layout-builder-form .form-actions{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 2.8rem)) !important}@media(min-width: 768px){.layout-builder-form .form-actions{width:calc(100% - (2 * 3.2rem)) !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 * 2.8rem)) !important;padding-top:4rem}@media(min-width: 768px){.block-help{width:calc(100% - (2 * 3.2rem)) !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:3.2rem !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:3.2rem !important}.views-row:not(:last-child){margin-bottom:3.2rem !important}.ptype-hs-accordion{margin-bottom:1.4rem !important}.hs-paragraph-style--well .ptype-hs-accordion:last-child,.hs-paragraph-style--well-full-width .ptype-hs-accordion:last-child{margin-bottom:3.2rem !important}.ptype-hs-gradient-hero-slider{width:100%;margin-bottom:4.8rem !important}.hs-paragraph-style--well .ptype-hs-gradient-hero-slider,.hs-paragraph-style--well-full-width .ptype-hs-gradient-hero-slider{margin-top:3.2rem !important;padding-bottom:1.6rem}.hs-paragraph-style--well,.hs-paragraph-style--well-full-width{background-color:#f4f4f4;background-color:var(--palette--tertiary-highlight);padding:2rem 1.8rem;border:0 none;padding:0 3.2rem;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:#dbdcde}.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 * 2.8rem)) !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 * 3.2rem)) !important}}@supports(display: grid){@media(min-width: 576px){.field-hs-row-components,.field-hs-collection-items{display:grid;gap:3.2rem}}@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% - (3.2rem / 2));margin-right:3.2rem}@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% - (3.2rem / 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% - (3.2rem / 2));margin-right:3.2rem}@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% - (3.2rem / 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% - (6.4rem / 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% - (6.4rem / 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:3.2rem}@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% - (64px / 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% - (64px / 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:3.2rem}@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% - (3.2rem / 2));margin-right:3.2rem}@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% - (3.2rem / 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% - (96px / 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% - (96px / 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:3.2rem}@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:3.2rem 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:3.2rem !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 * 2.8rem)) !important}@media(min-width: 768px){.hb-three-column-w-image:not(.hs-full-width){width:calc(100% - (2 * 3.2rem)) !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:#f4f4f4;background-color:var(--palette--tertiary-highlight);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:18%;margin-right:3.2rem}}.hb-three-column-w-image__main{width:100%;margin-bottom:3.2rem}@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% - 18% - 3.2rem);margin-bottom:0}.hb-three-column-w-image--two-sidebar .hb-three-column-w-image__main{width:calc(100% - 36% - 2 * 3.2rem)}}.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.4rem 0;word-break:break-word}.hb-three-column-w-image__main-top-text{margin:0 1.4rem 1.4rem 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.4rem}@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:3.2rem}}@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;font-size:1.6rem;line-height:127%}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight);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:18%;margin-left:3.2rem}}@media(min-width: 992px){.hb-three-column-w-image__sidebar-2{width:18%;margin-left:3.2rem}}.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 * 2.8rem)) !important}@media(min-width: 768px){.hb-three-column:not(.hs-full-width){width:calc(100% - (2 * 3.2rem)) !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:#f4f4f4;background-color:var(--palette--tertiary-highlight);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:18%;margin:0 3.2rem 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% - 18% - 3.2rem)}.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% - 36% - (2 * 3.2rem))}}@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;font-size:1.6rem;line-height:127%}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight);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:18%;margin:0 0 0 3.2rem}}@media(min-width: 992px){.hb-three-column__sidebar-2{width:18%;margin:0 0 0 3.2rem}}.layout__region .block-views{clear:both}.layout__region .block-views:not(:last-child){margin-bottom:3.2rem}.layout__region .block-views.hb-dark-pattern{padding:2rem}.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 * 2.8rem)) !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 * 3.2rem)) !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:1rem}.hb-card__subcontent-item{color:#343639;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:#343639}.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;margin-bottom:0 !important}.hb-card__subcontent-detail{padding-right:2.6rem;margin-bottom:1rem}.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.8rem}.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");background-repeat:no-repeat;background-position:top left}.ht-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")}.ht-pairing-bluejay .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")}.ht-pairing-warbler .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'%23005b6c'/%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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .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'%23C74632'/%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'%23C74632'/%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'%238c1515'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left}.ht-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")}.ht-pairing-bluejay .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")}.ht-pairing-warbler .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .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'%23C74632'/%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'%238c1515'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left}.ht-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")}.ht-pairing-bluejay .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")}.ht-pairing-warbler .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .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'%23C74632'/%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:#343639;font-size:1.4rem;margin-bottom:1.4rem}@media(min-width: 768px){.hb-card__location{font-size:1.6rem}}.hb-card__highlighted{color:#343639;font-size:1.6rem}@media(min-width: 768px){.hb-card__highlighted{font-size:1.8rem}}.hb-card__highlighted:not(:last-child){margin-bottom:1.4rem}.hb-card__highlighted .views-label{font-size:1.6rem;font-style:normal;text-transform:inherit;color:#8c1515;color:var(--palette--secondary);display:inline-block;margin-right:0.6rem}.hb-well .hb-card__highlighted .views-label{color:#343639 !important;color:var(--palette--secondary-darken-12) !important}.hb-card__graphics{position:relative;margin-bottom:1rem}@media(min-width: 768px){.hb-card--horizontal-date-stacked .hb-card__graphics{margin-bottom:0}}@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:3.2rem;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 300ms ease-in-out}.hb-card .field-media-image{margin:0}.hb-card__date-tile{text-align:center;margin-right:3.2rem;position:absolute;display:inline-block;min-width:10rem;background-color:#fff;padding:0;top:0;left:0}.hb-card__date-tile:only-child{position:relative;bottom:auto;left:auto}.hb-card__date-tile-month{text-transform:uppercase;font-weight:600;background-color:#600e0e;background-color:var(--palette--primary);color:#fff;font-size:1.4rem;padding:1rem;width:100%}.hb-card__date-tile-day{font-weight:600;line-height:100%;border:1px solid;border-top-width:0;border-color:#dbdcde;color:#600e0e;color:var(--palette--primary);font-size:3.6rem;padding:1rem 0 1rem}.views-element-container .hb-dark-pattern .hb-card__date-tile-day .field-content,.hb-dark-inversion .views-element-container .hb-card__date-tile-day .field-content{color:#600e0e;color:var(--palette--primary)}@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:1.4rem}.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.6rem;line-height:126%;margin:0;overflow-wrap:break-word;font-size:2rem}@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.6rem;line-height:126%;font-size:2.2rem}}.hb-card__title h6{text-transform:initial}.hb-card__author{margin-bottom:1rem}.hb-card__description{font-weight:400;font-size:1.8rem;line-height:127%;word-break:break-word}.hb-card__description:not(:last-child){margin-bottom:1rem}.hb-card__description .views-field:not(:last-child){display:block;margin-bottom:1.4rem}.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{font-size:1.8rem;text-decoration:none;border:none;background:none;padding:0;color:#8c1515;color:var(--palette--secondary);font-weight:600;word-break:break-word}.hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 300ms ease-in-out;will-change:contents}.ht-pairing-cardinal .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23005b6c' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23C74632' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.hb-card__decorative-link a:hover,.hb-card__decorative-link a:focus{color:#343639;color:var(--palette--secondary-darken-12);background-image:none;background-color:rgba(0,0,0,0)}.hb-card__decorative-link a:hover::after,.hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.ht-pairing-cardinal .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23570d0d' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23003b45' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23963526' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.hb-card__decorative-link a:hover,.hb-card__decorative-link a:focus{text-decoration:underline}.hb-card__decorative-link a::after{height:2.5rem;width:2.5rem;margin-bottom:-0.7rem}.hb-dark-pattern .hb-card__decorative-link a,.hb-dark-inversion .views-element-container .hb-card__decorative-link a{color:#f4f4f4;color:var(--palette--tertiary-highlight)}.hb-dark-pattern .hb-card__decorative-link a::after,.hb-dark-inversion .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e9f5f6' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23faf8f7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23FEF6E2' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10)}.hb-dark-pattern .hb-card__decorative-link a:hover::after,.hb-dark-pattern .hb-card__decorative-link a:focus::after,.hb-dark-inversion .views-element-container .hb-card__decorative-link a:hover::after,.hb-dark-inversion .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23c5e5e7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e0dfdc' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23fce7b1' stroke-width%3D'2' fill%3D'none'/%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:3.2rem}}@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(32px / 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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-2 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-3 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (6.4rem / 3))}@supports(display: grid){.hb-grid--cols-3 .hb-grid__item{width:100%;min-width:calc(33.33% - (6.4rem / 3));margin-right:0}}.hb-grid--cols-3 .hb-grid__item:nth-child(2n){margin-right:3.2rem}@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% - (64px / 3))}@supports(display: grid){.hb-grid--cols-3 .hb-grid__item{width:100%;min-width:calc(33.3333333333% - (64px / 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:3.2rem}@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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-4 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (96px / 4))}@supports(display: grid){.hb-grid--cols-4 .hb-grid__item{width:100%;min-width:calc(25% - (96px / 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:3.2rem}@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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-5 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (6.4rem / 3))}@supports(display: grid){.hb-grid--cols-5 .hb-grid__item{width:100%;min-width:calc(33.33% - (6.4rem / 3));margin-right:0}}.hb-grid--cols-5 .hb-grid__item:nth-child(2n){margin-right:3.2rem}@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% - (128px / 5))}@supports(display: grid){.hb-grid--cols-5 .hb-grid__item{width:100%;min-width:calc(20% - (128px / 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:3.2rem}@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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-6 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (6.4rem / 3))}@supports(display: grid){.hb-grid--cols-6 .hb-grid__item{width:100%;min-width:calc(33.33% - (6.4rem / 3));margin-right:0}}.hb-grid--cols-6 .hb-grid__item:nth-child(2n){margin-right:3.2rem}@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% - (160px / 6))}@supports(display: grid){.hb-grid--cols-6 .hb-grid__item{width:100%;min-width:calc(16.6666666667% - (160px / 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:3.2rem}@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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-7 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (6.4rem / 3))}@supports(display: grid){.hb-grid--cols-7 .hb-grid__item{width:100%;min-width:calc(33.33% - (6.4rem / 3));margin-right:0}}.hb-grid--cols-7 .hb-grid__item:nth-child(2n){margin-right:3.2rem}@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% - (192px / 7))}@supports(display: grid){.hb-grid--cols-7 .hb-grid__item{width:100%;min-width:calc(14.2857142857% - (192px / 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:3.2rem}@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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-8 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (6.4rem / 3))}@supports(display: grid){.hb-grid--cols-8 .hb-grid__item{width:100%;min-width:calc(33.33% - (6.4rem / 3));margin-right:0}}.hb-grid--cols-8 .hb-grid__item:nth-child(2n){margin-right:3.2rem}@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% - (224px / 8))}@supports(display: grid){.hb-grid--cols-8 .hb-grid__item{width:100%;min-width:calc(12.5% - (224px / 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:3.2rem}@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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-9 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (6.4rem / 3))}@supports(display: grid){.hb-grid--cols-9 .hb-grid__item{width:100%;min-width:calc(33.33% - (6.4rem / 3));margin-right:0}}.hb-grid--cols-9 .hb-grid__item:nth-child(2n){margin-right:3.2rem}@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% - (256px / 9))}@supports(display: grid){.hb-grid--cols-9 .hb-grid__item{width:100%;min-width:calc(11.1111111111% - (256px / 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:3.2rem}@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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-10 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (6.4rem / 3))}@supports(display: grid){.hb-grid--cols-10 .hb-grid__item{width:100%;min-width:calc(33.33% - (6.4rem / 3));margin-right:0}}.hb-grid--cols-10 .hb-grid__item:nth-child(2n){margin-right:3.2rem}@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% - (288px / 10))}@supports(display: grid){.hb-grid--cols-10 .hb-grid__item{width:100%;min-width:calc(10% - (288px / 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:3.2rem}@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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-11 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (6.4rem / 3))}@supports(display: grid){.hb-grid--cols-11 .hb-grid__item{width:100%;min-width:calc(33.33% - (6.4rem / 3));margin-right:0}}.hb-grid--cols-11 .hb-grid__item:nth-child(2n){margin-right:3.2rem}@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% - (320px / 11))}@supports(display: grid){.hb-grid--cols-11 .hb-grid__item{width:100%;min-width:calc(9.0909090909% - (320px / 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:3.2rem}@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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-12 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (6.4rem / 3))}@supports(display: grid){.hb-grid--cols-12 .hb-grid__item{width:100%;min-width:calc(33.33% - (6.4rem / 3));margin-right:0}}.hb-grid--cols-12 .hb-grid__item:nth-child(2n){margin-right:3.2rem}@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% - (352px / 12))}@supports(display: grid){.hb-grid--cols-12 .hb-grid__item{width:100%;min-width:calc(8.3333333333% - (352px / 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:3.2rem}@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:#b3b5b9}.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:2.8rem}.hb-three-column__main .views-exposed-form .form-item,.hb-three-column__sidebar-1 .views-exposed-form .form-item{width:100%;margin-bottom:2rem}@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:2rem}}.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.4rem}@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:0}.chosen-container .chosen-drop{border:1px solid;border-color:#b3b5b9;border-radius:0;outline-color:#600e0e;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:#f4f4f4}.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:#b3b5b9;border-radius:0}.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:#600e0e;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'%238c1515' stroke-width%3D'2' /%3E%3C/svg%3E")}.ht-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")}.ht-pairing-bluejay .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")}.ht-pairing-warbler .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'%23005b6c' stroke-width%3D'2' /%3E%3C/svg%3E")}.ht-pairing-firefinch .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'%23C74632' 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:#b3b5b9;border-radius:0}.chosen-container-multi:focus-within{outline-color:#600e0e;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:#b3b5b9;border-radius:0;padding:0.6rem 2.2rem 0.6rem 0.6rem;transition:background-color 300ms ease-in-out}.chosen-container-multi .chosen-choices li.search-choice:hover{background-color:#f4f4f4;color:#000}.chosen-container-multi .chosen-choices li.search-choice:focus{outline-color:#600e0e;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:#600e0e;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:#343639;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:#600e0e;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:#600e0e;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:#600e0e;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'%238c1515' stroke-width%3D'2' /%3E%3C/svg%3E")}.ht-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")}.ht-pairing-bluejay .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")}.ht-pairing-warbler .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'%23005b6c' stroke-width%3D'2' /%3E%3C/svg%3E")}.ht-pairing-firefinch .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'%23C74632' 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:#b3b5b9}.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:#b3b5b9}@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:#b3b5b9}@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:#343639}@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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#e8e9ea;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:#dbdcde;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:#8c1515;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:#dbdcde;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:#8c1515;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:#b3b5b9}}@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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#330808;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:#e8e9ea;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:#8c1515;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:#343639}.hb-main-nav__link--active-trail.is-active,.hb-main-nav__link[data-drupal-link-system-path=""].is-active.is-active{background-color:#e8e9ea;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:#8c1515;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'%23343639' 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 300ms 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 300ms 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'%23343639' 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'%23343639' 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 300ms 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 300ms 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'%23343639' 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:#b3b5b9}.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:#b3b5b9;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 300ms 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:#b1040e;color:var(--palette--tertiary)}.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-submenu a:not([class]){color:#b1040e;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:#f4f4f4;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:#f4f4f4;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:#f4f4f4;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:#b3b5b9;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:#b3b5b9}.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:#600e0e;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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}@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:#8c1515;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 300ms 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'%23343639' 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 300ms 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'%23330808' 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%)}.ht-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'%23330808' stroke-width%3D'2' /%3E%3C/svg%3E")}.ht-pairing-bluejay .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'%23330808' stroke-width%3D'2' /%3E%3C/svg%3E")}.ht-pairing-warbler .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'%2300171b' stroke-width%3D'2' /%3E%3C/svg%3E")}.ht-pairing-firefinch .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'%23823c38' 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'%23343639' 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'%23343639' 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'%23343639' 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'%23343639' 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'%23330808' stroke-width%3D'2' /%3E%3C/svg%3E");top:calc(50% - 13px);background-size:auto}.ht-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'%23330808' stroke-width%3D'2' /%3E%3C/svg%3E")}.ht-pairing-bluejay .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'%23330808' stroke-width%3D'2' /%3E%3C/svg%3E")}.ht-pairing-warbler .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'%2300171b' stroke-width%3D'2' /%3E%3C/svg%3E")}.ht-pairing-firefinch .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'%23823c38' 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'%23343639' 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:#8c1515;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:#8c1515;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 300ms 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:#8c1515;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:#f4f4f4}@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:#f4f4f4}@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 300ms ease-in-out;z-index:-1}.js .megamenu .megamenu__expanded-container.is-expanded{opacity:1;transform:translateX(-50%) scaleY(1)}}.megamenu .list-sub{color:#343639;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:#f4f4f4;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:#b3b5b9;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:#dbdcde;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:#f4f4f4}.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:#b1040e;color:var(--palette--tertiary)}.megamenu .list-sub .megamenu__item .megamenu__no-link:hover{color:#b1040e;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:#b1040e;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:#4d0206;color:var(--palette--tertiary-darken-20)}@media(min-width: 992px){.megamenu .list-sub--1 .megamenu__link:not(.megamenu__no-link){color:#b1040e;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:#4d0206;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;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde}.hb-secondary-nav__heading a:hover,.hb-secondary-nav__heading a:focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}.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:#330808;background-color:var(--palette--primary-dark)}.hb-secondary-nav__menu-lv1{padding-left:0;border-top:1px solid;border-color:#dbdcde}.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}.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:#343639;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:#dbdcde}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#dbdcde;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:#8c1515;background-color:var(--palette--secondary)}.hb-secondary-nav__link.is-active{font-weight:600;background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}.hb-secondary-nav__link.is-active::before{background-color:#8c1515;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'%23343639' 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 300ms 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'%23343639' 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'%23343639' 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 300ms 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'%23343639' 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:2rem}@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:1rem}@media(min-width: 992px){.hb-card--structured .hb-card__subtitle{font-size:1.8rem}}.hb-card--structured .hb-card__category .views-label{margin-bottom:0.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}.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%}}@media(min-width: 1500px){.hb-card--structured .hb-card__columns .views-field{width:33.33%}}.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:#343639;opacity:1}.su-site-search input::placeholder{color:#343639;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'%23343639' stroke-width%3D'0.5' stroke-linecap%3D'square' fill%3D'%23343639' /%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:#b3b5b9}.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'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-local-footer .menu-item a:hover .fa-ext::after,.ht-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")}.ht-pairing-bluejay .hb-local-footer .menu-item a:hover .fa-ext::after,.ht-pairing-bluejay .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")}.ht-pairing-warbler .hb-local-footer .menu-item a:hover .fa-ext::after,.ht-pairing-warbler .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'%2341473e' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-local-footer .menu-item a:hover .fa-ext::after,.ht-pairing-firefinch .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'%23330808' 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;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}.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 * 3.2rem) 0 3.2rem}.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}.hb-has-animation-enhancements .field-hs-hero-image::before.animate{animation-duration:1200ms;animation-timing-function:ease-out;animation-name:traditionalHeroOverlay}.field-hs-hero-image::before{background-color:rgba(28,29,30,.85);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 * 3.2rem) 0 3.2rem}.hs-full-width .hb-hero-overlay :is(.hb-gradient-hero){margin-top:0}.hb-hero-overlay::before{background-color:rgba(28,29,30,.85);background-color:var(--palette--primary-hero-overlay);content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hb-has-animation-enhancements .hb-hero-overlay::before.animate{animation-duration:1200ms;animation-timing-function:ease-out;animation-name:traditionalHeroOverlay}.hb-hero-overlay__image-wrapper{position:absolute;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.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-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 * 2.8rem)) !important;text-align:center}@media(min-width: 768px){.hb-hero-overlay__text{width:calc(100% - (2 * 3.2rem)) !important}}.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:1700ms;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-name:traditionalHeroText}.hb-hero-overlay__text h2{font-size:2.7rem;line-height:117%;margin:0 0 2.8rem;font-weight:400;line-height:112%}@media(min-width: 768px){.hb-hero-overlay__text h2{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3rem;line-height:108%;margin:0 0 3.2rem}.hb-font-sans-serif .hb-hero-overlay__text h2{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}}@media(min-width: 768px)and (min-width: 768px){.hb-hero-overlay__text h2{font-size:3.6rem}}.hb-hero-overlay__text ul li::before{background-color:#8c1515;background-color:var(--palette--secondary)}.hb-hero-overlay__text ol li::before{color:#b1040e;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:100%}@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:60%}}@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 h2,.hb-hero-overlay__text .field-hs-hero-body{margin:0 auto}.hb-hero-overlay__text .field-hs-hero-body{font-weight:400;font-size:1.8rem;line-height:127%;margin-top:1.4rem}@media(min-width: 768px){.hb-hero-overlay__text .field-hs-hero-body{margin-top:2.4rem;width:60%}}@media(min-width: 992px){.hb-hero-overlay__text .field-hs-hero-body{width:50%}}.hb-hero-overlay__text a{font-weight:400;font-size:1.8rem;line-height:127%;color:#dbdcde;color:var(--palette--tertiary-reversed);background-image:none}.hb-hero-overlay__text a:hover,.hb-hero-overlay__text a:focus{color:#f4f4f4;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;display:inline-block;font-weight:600;padding:0.4rem 2rem;text-decoration:none;text-align:center;transition:all 300ms ease-in-out;background-color:#8c1515;background-color:var(--palette--secondary);color:#fff;border-color:rgba(0,0,0,0);border-width:3px;border-style:solid;margin-top: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{background-color:rgba(0,0,0,0);border-color:#8c1515;border-color:var(--palette--secondary)}.hb-hero-overlay__text .field-hs-hero-link a:focus,.hb-hero-overlay__text .field-hs-hero-link button:focus{outline:0.2rem solid;outline-color:#fff;box-shadow:0 0 0 0.3rem #600e0e;box-shadow:0 0 0 0.3rem var(--palette--primary)}@media(min-width: 576px){.hb-hero-overlay__text .field-hs-hero-link a,.hb-hero-overlay__text .field-hs-hero-link button{max-width:80%}}@media(min-width: 768px){.hb-hero-overlay__text .field-hs-hero-link a,.hb-hero-overlay__text .field-hs-hero-link button{margin-top:2.4rem;max-width:60%}}@media(min-width: 992px){.hb-hero-overlay__text .field-hs-hero-link a,.hb-hero-overlay__text .field-hs-hero-link button{max-width:50%}}@media(min-width: 1200px){.hb-hero-overlay__text .field-hs-hero-link a,.hb-hero-overlay__text .field-hs-hero-link button{margin-top:3.2rem}}@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 * 3.2rem) 0 3.2rem}.hs-full-width .paragraph--type--hs-carousel :is(.hb-gradient-hero){margin-top:0}.paragraph--type--hs-carousel .hb-hero-overlay{display:block;margin-top:0;display:flex;min-height:32rem}.paragraph--type--hs-carousel .hb-hero-overlay::before{animation:traditionalCarouselOverlay}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay{min-height:42rem}}.paragraph--type--hs-carousel .hb-hero-overlay__text{background-color:rgba(28,29,30,.85);background-color:var(--palette--primary-hero-overlay);position:relative;margin:3.2rem 0 !important;align-self:stretch;text-align:left;left:2.8rem;transform:translateX(0) translateY(0)}@media(min-width: 576px){.paragraph--type--hs-carousel .hb-hero-overlay__text{bottom:25%}}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay__text{padding:5rem 0 5rem;left:3.2rem;width:50% !important}}@media(min-width: 992px){.paragraph--type--hs-carousel .hb-hero-overlay__text{width:43% !important}.hb-three-column--two-sidebar .paragraph--type--hs-carousel .hb-hero-overlay__text{width:calc(100% - (2 * 3.2rem)) !important}}@media(min-width: 1200px){.paragraph--type--hs-carousel .hb-hero-overlay__text{width:48% !important;margin:5.2rem 0 !important}}@media(min-width: 1500px){.paragraph--type--hs-carousel .hb-hero-overlay__text{width:650px !important}}.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:traditionalCarouselText}.paragraph--type--hs-carousel .hb-hero-overlay__text h2{width:auto;margin:0 3.2rem}@media(min-width: 992px){.paragraph--type--hs-carousel .hb-hero-overlay__text h2{margin:0 5rem}}@media(min-width: 992px){.hb-three-column--two-sidebar .paragraph--type--hs-carousel .hb-hero-overlay__text h2{margin:0 3.2rem}}.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-body{margin:1.4rem 3.2rem 0;width:auto}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-body{width:calc(100% - 10rem);margin:2.4rem 3.2rem 0}}@media(min-width: 992px){.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-body{margin:2.4rem 5rem 0}}@media(min-width: 992px){.hb-three-column--two-sidebar .paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-body{margin:2.4rem 3.2rem 0}}.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-link{margin:0 3.2rem}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-link{width:calc(90% - 6.4rem)}}@media(min-width: 992px){.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-link{margin:0 5rem;width:calc(85% - 14rem)}}@media(min-width: 1200px){.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-link{width:calc(80% - 14rem)}}@media(min-width: 992px){.hb-three-column--one-sidebar .paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-link{width:calc(95% - 14rem)}}@media(min-width: 1200px){.hb-three-column--one-sidebar .paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-link{width:calc(90% - 14rem)}}@media(min-width: 992px){.hb-three-column--two-sidebar .paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-link{width:calc(100% - 6.4rem);margin:0 3.2rem}}.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-link a{max-width:unset}.paragraph--type--hs-carousel .slick{position:relative}.paragraph--type--hs-carousel .slick .hb-hero-overlay__text{padding-bottom:7.5rem}@media(min-width: 768px){.paragraph--type--hs-carousel .slick .hb-hero-overlay__text{padding-bottom:8rem}}.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{right:calc(50% + 7.7rem);bottom:5.3rem}.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:2.3rem}}@media(min-width: 992px){.paragraph--type--hs-carousel .slick .slick-dots{right:calc(57% + 8rem)}.hb-three-column--one-sidebar .paragraph--type--hs-carousel .slick .slick-dots{right:calc(57% + 8.4rem)}.hb-three-column--two-sidebar .paragraph--type--hs-carousel .slick .slick-dots{right:13rem}}@media(min-width: 1200px){.paragraph--type--hs-carousel .slick .slick-dots{right:calc(63% - 6rem);bottom:7.7rem}.hb-three-column--one-sidebar .paragraph--type--hs-carousel .slick .slick-dots{right:calc(57% + 3.6rem);bottom:4.8rem}.hb-three-column--two-sidebar .paragraph--type--hs-carousel .slick .slick-dots{right:13rem;bottom:4.8rem}}@media(min-width: 1500px){.paragraph--type--hs-carousel .slick .slick-dots{right:calc((100% - 65rem) + 8rem)}.hb-three-column--one-sidebar .paragraph--type--hs-carousel .slick .slick-dots{right:calc((100% - 65rem) + 8rem);bottom:4.8rem}}.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'%23f4f4f4'/%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'%23f4f4f4'/%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 #f4f4f4,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'%23f4f4f4'/%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:3rem}.hs-full-width .paragraph--type--hs-carousel .slick__arrow .slick-prev,.hs-full-width .paragraph--type--hs-carousel .slick__arrow .slick-next{bottom:6rem}.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 20'%3E%3Cpath d%3D'm15,0.2l-1.4,1.4l4.7,4.6h-18.2v2h17.9l-4.4,4.1l1.4,1.5l7.1,-6.6z' fill%3D'%23f4f4f4'/%3E%3C/svg%3E");filter:drop-shadow(0.175rem 0.2rem 0 #000000);background-size:85%;height:2.5rem;width:2.5rem;transition:transform 300ms 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.25rem;right:calc(5rem + 4rem)}@media(min-width: 768px){.paragraph--type--hs-carousel .slick__arrow .slick-prev{right:inherit;left:calc(53% - 8.5rem)}}@media(min-width: 992px){.paragraph--type--hs-carousel .slick__arrow .slick-prev{left:calc(45% - 8.5rem)}.hb-three-column--two-sidebar .paragraph--type--hs-carousel .slick__arrow .slick-prev{left:inherit;right:calc(5rem + 4rem)}}@media(min-width: 1200px){.paragraph--type--hs-carousel .slick__arrow .slick-prev{left:calc(50% - 8.5rem);margin-bottom:4rem}}@media(min-width: 1500px){.paragraph--type--hs-carousel .slick__arrow .slick-prev{left:calc(65rem - 6.5rem)}.field-hs-collection-items.item-per-row--2 .paragraph--type--hs-carousel .slick__arrow .slick-prev{left:calc(100% - 8.8rem)}}.paragraph--type--hs-carousel .slick__arrow .slick-next{margin-bottom:1.25rem;right:5rem}@media(min-width: 768px){.paragraph--type--hs-carousel .slick__arrow .slick-next{right:inherit;left:calc(53% - 4rem)}}@media(min-width: 992px){.paragraph--type--hs-carousel .slick__arrow .slick-next{left:calc(45% - 4rem)}.hb-three-column--two-sidebar .paragraph--type--hs-carousel .slick__arrow .slick-next{left:inherit;right:5rem}}@media(min-width: 1200px){.paragraph--type--hs-carousel .slick__arrow .slick-next{left:calc(50% - 4rem);margin-bottom:4rem}}@media(min-width: 1500px){.paragraph--type--hs-carousel .slick__arrow .slick-next{left:calc(65rem - 2rem)}.field-hs-collection-items.item-per-row--2 .paragraph--type--hs-carousel .slick__arrow .slick-next{left:calc(100% - 4.3rem)}}@keyframes colorfulCarouselText{}@keyframes colorfulCarouselImage{}@keyframes traditionalCarouselText{}@keyframes traditionalCarouselOverlay{}.hs-full-width .paragraph--type--hs-banner{margin:calc(-1 * 3.2rem) 0 3.2rem}.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__title{margin-bottom:1rem}.hb-grid .ptype-hs-postcard .hb-card__title h2,.ptype-hs-row .ptype-hs-postcard .hb-card__title h2,.hb-grid .ptype-hs-postcard .hb-card__title h3,.ptype-hs-row .ptype-hs-postcard .hb-card__title h3,.hb-grid .ptype-hs-postcard .hb-card__title h4,.ptype-hs-row .ptype-hs-postcard .hb-card__title h4,.hb-grid .ptype-hs-postcard .hb-card__title h5,.ptype-hs-row .ptype-hs-postcard .hb-card__title h5,.hb-grid .ptype-hs-postcard .hb-card__title h6,.ptype-hs-row .ptype-hs-postcard .hb-card__title h6{font-size:2.2rem}.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-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:2.2rem;line-height:120%;margin:0;overflow-wrap:break-word}.hb-font-sans-serif .field-hs-postcard-title h2,.hb-font-sans-serif .field-hs-postcard-title h3,.hb-font-sans-serif .field-hs-postcard-title h4,.hb-font-sans-serif .field-hs-postcard-title h5,.hb-font-sans-serif .field-hs-postcard-title h6{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@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.5rem;line-height:115%}}.field-hs-postcard-link{position:relative;width:100%}.field-hs-postcard-link a{font-size:1.8rem;text-decoration:none;border:none;background:none;padding:0;color:#8c1515;color:var(--palette--secondary);font-weight:600;word-break:break-word}.field-hs-postcard-link a .fa-mailto{display:none}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 300ms ease-in-out;will-change:contents}.ht-pairing-cardinal .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23005b6c' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23C74632' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.field-hs-postcard-link a:hover,.field-hs-postcard-link a:focus{color:#343639;color:var(--palette--secondary-darken-12);background-image:none;background-color:rgba(0,0,0,0)}.field-hs-postcard-link a:hover::after,.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.ht-pairing-cardinal .field-hs-postcard-link a:hover::after,.ht-pairing-cardinal .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .field-hs-postcard-link a:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23570d0d' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .field-hs-postcard-link a:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23003b45' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .field-hs-postcard-link a:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23963526' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.field-hs-postcard-link a:hover,.field-hs-postcard-link a:focus{text-decoration:underline}.field-hs-postcard-link a::after{height:2.5rem;width:2.5rem;margin-bottom:-0.7rem}.hb-dark-pattern .field-hs-postcard-link a,.hb-dark-inversion .views-element-container .field-hs-postcard-link a{color:#f4f4f4;color:var(--palette--tertiary-highlight)}.hb-dark-pattern .field-hs-postcard-link a::after,.hb-dark-inversion .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .field-hs-postcard-link a::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .field-hs-postcard-link a::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e9f5f6' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .field-hs-postcard-link a::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23faf8f7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .field-hs-postcard-link a::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23FEF6E2' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10)}.hb-dark-pattern .field-hs-postcard-link a:hover::after,.hb-dark-pattern .field-hs-postcard-link a:focus::after,.hb-dark-inversion .views-element-container .field-hs-postcard-link a:hover::after,.hb-dark-inversion .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .field-hs-postcard-link a:hover::after,.ht-pairing-cardinal .hb-dark-pattern .field-hs-postcard-link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .field-hs-postcard-link a:hover::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .field-hs-postcard-link a:hover::after,.ht-pairing-bluejay .hb-dark-pattern .field-hs-postcard-link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .field-hs-postcard-link a:hover::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23c5e5e7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .field-hs-postcard-link a:hover::after,.ht-pairing-warbler .hb-dark-pattern .field-hs-postcard-link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .field-hs-postcard-link a:hover::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e0dfdc' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .field-hs-postcard-link a:hover::after,.ht-pairing-firefinch .hb-dark-pattern .field-hs-postcard-link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .field-hs-postcard-link a:hover::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23fce7b1' stroke-width%3D'2' fill%3D'none'/%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.8rem;line-height:127%;margin-bottom:1rem}.hb-vertical-linked-card{position:relative;background-color:rgba(0,0,0,0)}.hb-stretch-vertical-linked-cards .hb-vertical-linked-card{display:flex;flex-flow:column nowrap}.hb-vertical-linked-card__img{overflow:hidden}.hb-vertical-linked-card__img img{width:100%;transition:transform 300ms 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 300ms ease-in-out;padding:1.6rem 5.4rem 1.6rem 1.6rem;color:#fff;background-color:#600e0e;background-color:var(--palette--primary);margin:0}@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}}.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:#330808;background-color:var(--palette--primary-dark);text-decoration:underline}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23ffffff' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");position:absolute;right:0;transition:background-position 300ms ease-in-out;bottom:0.7rem}.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.8rem;line-height:127%;word-break:break-word;flex:1 1 auto;background-color:#dbdcde;background-color:var(--palette--tertiary-reversed);padding:1.6rem 1.6rem 2.8rem}@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'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .block-layout-builder .link a:hover .fa-ext::after,.ht-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")}.ht-pairing-bluejay .block-layout-builder .link a:hover .fa-ext::after,.ht-pairing-bluejay .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")}.ht-pairing-warbler .block-layout-builder .link a:hover .fa-ext::after,.ht-pairing-warbler .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'%2341473e' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .block-layout-builder .link a:hover .fa-ext::after,.ht-pairing-firefinch .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'%23330808' 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:#b3b5b9}.block-hs-blocks:not(:last-child),.hb-sidebar-block:not(:last-child){margin-bottom:1.8rem}.block__title{margin-top:0;margin-bottom:2rem;width:100%}.field-label,.views-label{font-style:normal;text-transform:uppercase;color:#000;font-weight:600;font-size:1.4rem;margin-bottom:0}.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:#b1040e;color:var(--palette--tertiary);background-image:none}.email a:hover,.email a:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.hb-local-footer .email a{background-image:none}.hb-local-footer .email a:hover,.hb-local-footer .email a:focus{color:#4d0206;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern .email a,.hb-dark-inversion .views-element-container .email a{color:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern .email a:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .email a:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .email a:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .email a:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .email a:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .email a:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .email a:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .email a:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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:#343639}.address{margin:0;font-style:italic;color:#343639}.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:#dbdcde}.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:#343639;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:#600e0e;background-color:var(--palette--primary);color:#fff;font-weight:600}.hb-dark-pattern .hb-table-pattern__row,.hb-dark-inversion .views-element-container .hb-table-pattern__row{background-color:#600e0e;background-color:var(--palette--primary)}@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:#dbdcde}.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:#e8e9ea;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'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.ht-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")}.ht-pairing-bluejay .hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.ht-pairing-bluejay .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")}.ht-pairing-warbler .hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.ht-pairing-warbler .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'%2341473e' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.ht-pairing-firefinch .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'%23330808' 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:#600e0e;background-color:var(--palette--primary)}@media(min-width: 768px){.hb-table-row::before{display:none}}.hb-table-row:nth-child(even){background-color:#f4f4f4}.hb-table-row__column{padding:1.6rem;vertical-align:top;border:1px solid;border-color:#dbdcde}.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'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-table-row__column a:hover .fa-ext::after,.ht-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")}.ht-pairing-bluejay .hb-table-row__column a:hover .fa-ext::after,.ht-pairing-bluejay .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")}.ht-pairing-warbler .hb-table-row__column a:hover .fa-ext::after,.ht-pairing-warbler .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'%2341473e' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-table-row__column a:hover .fa-ext::after,.ht-pairing-firefinch .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'%23330808' 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:#dbdcde}}.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:2.8rem 0;background-color:#dde0e0;background-color:var(--palette--spotlight)}.hb-spotlight--background-gray{background-color:#dbdcde}.hc-pairing-lake .hb-spotlight{background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}@media(min-width: 768px){.hb-spotlight{padding:3.2rem 0;margin:3.2rem 0}}.hs-full-width .hb-spotlight{margin:calc(-1 * 3.2rem) 0 3.2rem}.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 * 2.8rem)) !important;display:block}@media(min-width: 768px){.hb-spotlight__wrapper{width:calc(100% - (2 * 3.2rem)) !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}}@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 2.8rem;font-weight:400;line-height:112%;margin:0 0 2rem}@media(min-width: 768px){.hb-spotlight__text .field-hs-spotlight-title h2{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3rem;line-height:108%;margin:0 0 3.2rem}.hb-font-sans-serif .hb-spotlight__text .field-hs-spotlight-title h2{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}}@media(min-width: 768px)and (min-width: 768px){.hb-spotlight__text .field-hs-spotlight-title h2{font-size:3.6rem}}@media(min-width: 768px){.hb-spotlight__text .field-hs-spotlight-title h2{margin:0 0 2rem}}.hb-spotlight__text .field-hs-spotlight-link{margin-top:2.8rem}.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 300ms ease-in-out,border-color 300ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;padding:0.6rem 2.6rem;color:#fff;background-color:#8c1515;background-color:var(--palette--secondary);border-color:#8c1515;border-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{background-color:#343639;background-color:var(--palette--secondary-darken-12);border-color:#343639;border-color:var(--palette--secondary-darken-12);color:#fff}.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:#8c1515;background-color:var(--palette--secondary);border-color:#fff;color:#fff}.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{box-shadow:0 0 0 0.1rem #b1040e;box-shadow:0 0 0 0.1rem var(--palette--secondary-active)}.hb-spotlight__image-wrapper{margin-bottom:2.8rem}@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:3.2rem}}@media(min-width: 768px){.hb-spotlight--image-left .hb-spotlight__image-wrapper{margin-right:3.2rem}}.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 * 3.2rem) 0 3.2rem}.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}.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:#b3b5b9;padding:0 2.2rem;margin:0 0.8rem;font-size:0;transition:transform 300ms ease-in-out}.paragraph--type--hs-sptlght-slder .slick-dots li button:hover{transform:scale(0.9);background-color:#000}.paragraph--type--hs-sptlght-slder .slick-dots li.slick-active button{background-color:#000}.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 300ms 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'%23000000'/%3E%3C/svg%3E");content:"";height:3rem;width:1.7rem;position:absolute;top:2.9rem;transition:transform 300ms ease-in-out}.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-prev{right:0;border-radius:8.8rem 0 0 8.8rem;bottom:18.8rem}.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:8.4rem}.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% - 3rem)}: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:#b3b5b9;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'%23343639'/%3E%3C/svg%3E")}.hb-spotlight .hb-testimonial__wrapper::before{background-color:#dde0e0;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .hb-testimonial__wrapper::before{background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.hb-dark-pattern .hb-testimonial__wrapper,.hb-dark-inversion .views-element-container .hb-testimonial__wrapper{border-color:#fff}.hb-dark-pattern .hb-testimonial__wrapper::before,.hb-dark-inversion .views-element-container .hb-testimonial__wrapper::before{background-color:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__wrapper,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__wrapper{border-color:#8c1515;border-color:var(--palette--secondary)}.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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__wrapper::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__wrapper::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__wrapper::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__wrapper::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}@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:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;width:100%;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}.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:#8c1515;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__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:#8c1515;color:var(--palette--secondary);font-weight:600;word-break:break-word}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 300ms ease-in-out;will-change:contents}.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23005b6c' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23C74632' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.hb-testimonial__link a:hover,.hb-testimonial__link a:focus{color:#343639;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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.ht-pairing-cardinal .hb-testimonial__link a:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-testimonial__link a:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23570d0d' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-testimonial__link a:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23003b45' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-testimonial__link a:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23963526' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.hb-testimonial__link a:hover,.hb-testimonial__link a:focus{text-decoration:underline}.hb-testimonial__link a::after{height:2.5rem;width:2.5rem;margin-bottom:-0.7rem}.hb-dark-pattern .hb-testimonial__link a,.hb-dark-inversion .views-element-container .hb-testimonial__link a{color:#f4f4f4;color:var(--palette--tertiary-highlight)}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .hb-testimonial__link a::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hb-testimonial__link a::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e9f5f6' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hb-testimonial__link a::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23faf8f7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hb-testimonial__link a::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23FEF6E2' stroke-width%3D'2' fill%3D'none'/%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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10)}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .hb-testimonial__link a:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hb-testimonial__link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hb-testimonial__link a:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hb-testimonial__link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23c5e5e7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hb-testimonial__link a:hover::after,.ht-pairing-warbler .hb-dark-pattern .hb-testimonial__link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e0dfdc' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hb-testimonial__link a:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hb-testimonial__link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23fce7b1' stroke-width%3D'2' fill%3D'none'/%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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23ffffff' stroke-width%3D'2' fill%3D'none'/%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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23ffffff' stroke-width%3D'2' fill%3D'none'/%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:#8c1515;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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23005b6c' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23C74632' stroke-width%3D'2' fill%3D'none'/%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:#343639;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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23570d0d' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23003b45' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23963526' stroke-width%3D'2' fill%3D'none'/%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.4rem}}.js-pager__items{margin:3.2rem 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:#8c1515;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:#8c1515;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:#f4f4f4;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:#dbdcde;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:#343639;display:inline-block;padding:0.6rem 0.9rem;border-radius:30px;min-width:3.1rem;text-align:center;text-decoration:none;transition:background-color 300ms 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:#dbdcde}.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:#f4f4f4;border-color:var(--palette--tertiary-highlight)}.pager__item.is-active{background-color:#343639;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:#f4f4f4;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 300ms ease-in-out,border-color 300ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;padding:0.6rem 2.6rem;color:#fff;background-color:#8c1515;background-color:var(--palette--secondary);border-color:#8c1515;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:#343639;background-color:var(--palette--secondary-darken-12);border-color:#343639;border-color:var(--palette--secondary-darken-12);color:#fff}.button:active,.button:focus,a.button:active,a.button:focus{background-color:#8c1515;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.1rem #b1040e;box-shadow:0 0 0 0.1rem 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:#8c1515;color:var(--palette--secondary);text-decoration:underline;line-height:1.4;border:1px solid;border-color:rgba(0,0,0,0);padding:0.3rem 0.6rem}.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:#dbdcde;color:var(--palette--tertiary-reversed)}.button[data-drupal-selector=edit-reset]:hover,a.button[data-drupal-selector=edit-reset]:hover{color:#343639;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:#f4f4f4;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}.button[data-drupal-selector=edit-reset]:focus,.button[data-drupal-selector=edit-reset]:active,a.button[data-drupal-selector=edit-reset]:focus,a.button[data-drupal-selector=edit-reset]:active{border-color:#8c1515;border-color:var(--palette--secondary);box-shadow:none}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 300ms ease-in-out,border-color 300ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;padding:0.6rem 2.6rem;color:#fff;background-color:#8c1515;background-color:var(--palette--secondary);border-color:#8c1515;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:#343639;background-color:var(--palette--secondary-darken-12);border-color:#343639;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:#8c1515;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.1rem #b1040e;box-shadow:0 0 0 0.1rem 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 300ms ease-in-out,border-color 300ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;padding:0.6rem 2.6rem;color:#fff;background-color:#8c1515;background-color:var(--palette--secondary);border-color:#8c1515;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:#343639;background-color:var(--palette--secondary-darken-12);border-color:#343639;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:#8c1515;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.1rem #b1040e;box-shadow:0 0 0 0.1rem 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 300ms ease-in-out,border-color 300ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;padding:0.6rem 2.6rem;color:#fff;background-color:#8c1515;background-color:var(--palette--secondary);border-color:#8c1515;border-color:var(--palette--secondary);font-size:1.8rem;border-width:0.3rem;padding:0.8rem 3.5rem}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:#343639;background-color:var(--palette--secondary-darken-12);border-color:#343639;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:#8c1515;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.1rem #b1040e;box-shadow:0 0 0 0.1rem 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 300ms ease-in-out,border-color 300ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;padding:0.6rem 2.6rem;border-color:#8c1515;border-color:var(--palette--secondary);color:#8c1515;color:var(--palette--secondary);border-width:0.1rem}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:#8c1515;background-color:var(--palette--secondary);border-color:#8c1515;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:#8c1515;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)}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:#8c1515;background-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{outline:0.2rem solid;outline-color:#fff;box-shadow:0 0 0 0.3rem #b1040e;box-shadow:0 0 0 0.3rem 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:#f4f4f4;color:var(--palette--tertiary-highlight);border-color:#f4f4f4;border-color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);border-color:#dbdbdb;border-color:var(--palette--tertiary-highlight-darken-10)}.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 * 2.8rem)) !important;background-color:rgba(234,171,0,.6);padding:2rem;margin-bottom:4rem}@media(min-width: 768px){.node--unpublished{width:calc(100% - (2 * 3.2rem)) !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:3.2rem}.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.4rem;margin-top:-1rem}@media(min-width: 768px){.private-page .title::before{height:3.6rem;width:3.6rem;margin-right:1rem;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:#8c1515;color:var(--palette--secondary)}.field-hs-priv-file-document a:hover,.field-hs-priv-file-document a:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.field-hs-time-title h2{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:2.2rem;line-height:120%}.hb-font-sans-serif .field-hs-time-title h2{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){.field-hs-time-title h2{font-size:2.5rem;line-height:115%}}.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:#600e0e;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:#600e0e;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:#600e0e;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:2rem;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:#b3b6b9;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.4rem}.hb-timeline__collapsed .hb-timeline-item[open] .hb-timeline-item__revealed-details{animation:timelineFadeInDown 350ms ease-in-out forwards}.hb-timeline-item__heading{color:#600e0e;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'%23600e0e'%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}.ht-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")}.ht-pairing-bluejay .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")}.ht-pairing-warbler .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'%23003b45'%3E%3Cpath d%3D'M0 0L5 5L10 0H0Z'/%3E%3C/svg%3E")}.ht-pairing-firefinch .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'%23A64C47'%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:124%}@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 * 3.2rem) 0 3.2rem}.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}.hb-has-animation-enhancements .field-hs-gradient-hero-image::before.animate{animation-duration:1200ms;animation-timing-function:ease-out;animation-name:traditionalHeroOverlay}.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 * 3.2rem) 0 3.2rem}.hs-full-width .hb-gradient-hero :is(.hb-gradient-hero){margin-top:0}.hb-gradient-hero::before{background-color:rgba(28,29,30,.85);background-color:var(--palette--primary-hero-overlay);content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hb-has-animation-enhancements .hb-gradient-hero::before.animate{animation-duration:1200ms;animation-timing-function:ease-out;animation-name:traditionalHeroOverlay}.hb-gradient-hero__image-wrapper{position:absolute;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.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-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 * 2.8rem)) !important;max-width:150rem !important;padding-right:2.4rem}@media(min-width: 768px){.hb-gradient-hero__text{width:calc(100% - (2 * 3.2rem)) !important}}.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:1700ms;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-name:traditionalHeroText}.hb-gradient-hero__text h2{font-size:2.7rem;line-height:117%;margin:0 0 2.8rem;font-weight:400;line-height:112%}@media(min-width: 768px){.hb-gradient-hero__text h2{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3rem;line-height:108%;margin:0 0 3.2rem}.hb-font-sans-serif .hb-gradient-hero__text h2{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}}@media(min-width: 768px)and (min-width: 768px){.hb-gradient-hero__text h2{font-size:3.6rem}}.hb-gradient-hero__text ul li::before{background-color:#8c1515;background-color:var(--palette--secondary)}.hb-gradient-hero__text ol li::before{color:#b1040e;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:100%}@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:60%}}@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__text h2,.hb-gradient-hero__text .field-hs-gradient-hero-body p{margin-bottom:0}.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.8rem;line-height:127%;margin-top:1.4rem}@media(min-width: 768px){.hb-gradient-hero__text .field-hs-gradient-hero-body p{margin-top:2.4rem;width:60%}}@media(min-width: 992px){.hb-gradient-hero__text .field-hs-gradient-hero-body p{width:50%}}.hb-gradient-hero__text a{font-weight:400;font-size:1.8rem;line-height:127%;color:#dbdcde;color:var(--palette--tertiary-reversed);background-image:none}.hb-gradient-hero__text a:hover,.hb-gradient-hero__text a:focus{color:#f4f4f4;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;display:inline-block;font-weight:600;padding:0.4rem 2rem;text-decoration:none;text-align:center;transition:all 300ms ease-in-out;background-color:#8c1515;background-color:var(--palette--secondary);color:#fff;border-color:rgba(0,0,0,0);border-width:3px;border-style:solid;margin-top: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{background-color:rgba(0,0,0,0);border-color:#8c1515;border-color:var(--palette--secondary)}.hb-gradient-hero__text .field-hs-gradient-hero-link a:focus,.hb-gradient-hero__text .field-hs-gradient-hero-link button:focus{outline:0.2rem solid;outline-color:#fff;box-shadow:0 0 0 0.3rem #600e0e;box-shadow:0 0 0 0.3rem var(--palette--primary)}@media(min-width: 576px){.hb-gradient-hero__text .field-hs-gradient-hero-link a,.hb-gradient-hero__text .field-hs-gradient-hero-link button{max-width:80%}}@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:2.4rem;max-width:60%}}@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:50%}}@media(min-width: 1200px){.hb-gradient-hero__text .field-hs-gradient-hero-link a,.hb-gradient-hero__text .field-hs-gradient-hero-link button{margin-top:3.2rem}}@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 * 3.2rem) 0 3.2rem}.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}.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:#b3b5b9;padding:0 2.2rem;margin:0 0.8rem;font-size:0;transition:transform 300ms ease-in-out}.paragraph--type--hs-gradient-hero-slider .slick-dots li button:hover{transform:scale(0.9);background-color:#000}.paragraph--type--hs-gradient-hero-slider .slick-dots li.slick-active button{background-color:#000}.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 300ms 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'%23000000'/%3E%3C/svg%3E");content:"";height:3rem;width:1.7rem;position:absolute;top:2.9rem;transition:transform 300ms ease-in-out}.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-prev{right:0;border-radius:8.8rem 0 0 8.8rem;bottom:18.8rem}.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:8.4rem}.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% - 3rem)}: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:2rem}@media(min-width: 768px){.hb-callout-box{width:40%}.hb-callout-box--align-right{float:right;margin-left:2rem}.hb-callout-box--align-left{float:left;margin-right:2rem}}.hb-callout-box .hs-font-splash:first-of-type{margin-top:0}.hb-callout-box--well{background-color:#f4f4f4;background-color:var(--palette--tertiary-highlight);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(28,29,30,.85);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:#343639}.hb-color-band--light,.hb-color-band--light::before,.hb-color-band--light::after{background-color:#d9dede;background-color:var(--palette--spotlight-lighten-8)}.hb-color-band--light .hb-color-band--text{color:#000}.hb-color-band--text{color:#fff;padding:2rem}.ptype-stanford-gallery .su-gallery-description{margin-bottom:2.8rem}.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 300ms ease-in-out,border-color 300ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;padding:0.6rem 2.6rem;color:#fff;background-color:#8c1515;background-color:var(--palette--secondary);border-color:#8c1515;border-color:var(--palette--secondary);margin-top:2.8rem}.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:#343639;background-color:var(--palette--secondary-darken-12);border-color:#343639;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:#8c1515;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.1rem #b1040e;box-shadow:0 0 0 0.1rem 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 300ms 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'%23000000'/%3E%3C/svg%3E");content:"";height:3rem;width:1.7rem;position:absolute;top:2.9rem;transition:transform 300ms ease-in-out}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev{right:0;border-radius:8.8rem 0 0 8.8rem;bottom:18.8rem}.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:8.4rem}.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% - 3rem)}: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.1rem 0.3rem 1.7rem #dbdcde;padding:2rem}.hb-raised-cards .ptype-stanford-gallery .paragraph--view-mode--default .field-media-image-caption{left:2rem;bottom:2rem;width:calc(100% - (2rem * 2))}#cboxPrevious,#cboxNext,#cboxClose{background:#fff;width:4.4rem;opacity:50%;transition:opacity 300ms 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'%23000000'/%3E%3C/svg%3E");content:"";height:3rem;width:1.7rem;position:absolute;top:2.9rem;transition:transform 300ms ease-in-out}#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'%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");content:"";height:2rem;width:2rem;position:absolute;top:1.2rem;right:1.2rem;transform:rotate(-45deg);transition:transform 300ms ease-in-out}#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'%23000000' stroke-linecap%3D'round' /%3E%3C/svg%3E");height:0.2rem;top:2.1rem;transform:rotate(0deg)}#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: 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 * 2.8rem)) !important;margin-bottom:4rem;border-bottom:2px solid #0678be}@media(min-width: 768px){.block--local-tasks{width:calc(100% - (2 * 3.2rem)) !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 300ms 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 2rem 2rem}drupal-media .hb-media-image.align-left,drupal-media .caption.align-left{width:auto;margin:initial;padding:0 2rem 2rem 0}.media-library-item__edit{z-index:2}.hs-breakout-box{background-color:#dde0e0;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-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3.4rem;line-height:110%}.hb-font-sans-serif .hb-heading-1{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){.hb-heading-1{font-size:4.2rem}}.hb-heading-2{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3rem;line-height:108%}.hb-font-sans-serif .hb-heading-2{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){.hb-heading-2{font-size:3.6rem}}.hb-heading-3{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:2.2rem;line-height:120%}.hb-font-sans-serif .hb-heading-3{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){.hb-heading-3{font-size:2.5rem;line-height:115%}}.hb-heading-4{font-weight:600;font-size:1.8rem;line-height:124%}.hb-heading-5{font-weight:600;font-size:1.6rem;line-height:126%}.hb-heading-6{text-transform:uppercase;font-weight:700;font-size:1.4rem;line-height:124%}.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;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde}.hb-link:hover,.hb-link:focus,.hb-link.ext:hover,.hb-link.ext:focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}.hb-link-inline{color:#b1040e;color:var(--palette--tertiary);background-image:none}.hb-link-inline:hover,.hb-link-inline:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.hb-local-footer .hb-link-inline{background-image:none}.hb-local-footer .hb-link-inline:hover,.hb-local-footer .hb-link-inline:focus{color:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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:#8c1515;color:var(--palette--secondary)}.hb-well .hb-highlighted-label .field-label{color:#343639 !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:600;font-size:1.4rem;margin-bottom:0;font-size:1.6rem;font-style:normal;text-transform:inherit;color:#8c1515;color:var(--palette--secondary)}.hb-well .views-row .hb-highlighted-label,.hb-well .views-row .hb-highlighted-label a{color:#343639 !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:#343639;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:#343639;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 300ms ease-in-out;margin-bottom:0.5rem;background-color:#e8e9ea;background-color:var(--palette--secondary-highlight);color:#343639;padding:0.1rem 0.6rem;font-weight:600;text-transform:uppercase}.hb-dark-pattern .hb-pill,.hb-dark-inversion .views-element-container .hb-pill{color:#343639 !important}a.hb-pill{display:inline-block;font-size:1.4rem;text-decoration:none;transition:background-color 300ms ease-in-out;margin-bottom:0.5rem;background-color:#e8e9ea;background-color:var(--palette--secondary-highlight);color:#343639;padding:0.1rem 0.6rem;font-weight:600;text-transform:uppercase;background-image:none}.hb-dark-pattern a.hb-pill,.hb-dark-inversion .views-element-container a.hb-pill{color:#343639 !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}a.hb-pill:focus,a.hb-pill:hover{background-color:#b3b6b9;background-color:var(--palette--secondary-highlight-darken)}.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:#b3b5b9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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'%23343639'/%3E%3C/svg%3E")}.hb-spotlight .hb-blockquote::before{background-color:#dde0e0;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .hb-blockquote::before{background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.hb-dark-pattern .hb-blockquote,.hb-dark-inversion .views-element-container .hb-blockquote{border-color:#fff}.hb-dark-pattern .hb-blockquote::before,.hb-dark-inversion .views-element-container .hb-blockquote::before{background-color:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote{border-color:#8c1515;border-color:var(--palette--secondary)}.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote::before,.hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}@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:#b3b5b9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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'%23343639'/%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:#dde0e0;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:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#fff}.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:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote,.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote a{border-color:#8c1515;border-color:var(--palette--secondary)}.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-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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}@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:#b3b5b9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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'%23343639'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-left::before{background-color:#dde0e0;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-left::before{background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.hb-dark-pattern .highlight-block-left,.hb-dark-inversion .views-element-container .highlight-block-left{border-color:#fff}.hb-dark-pattern .highlight-block-left::before,.hb-dark-inversion .views-element-container .highlight-block-left::before{background-color:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left{border-color:#8c1515;border-color:var(--palette--secondary)}.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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}@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:#b3b5b9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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'%23343639'/%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:#dde0e0;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:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#fff}.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:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left a{border-color:#8c1515;border-color:var(--palette--secondary)}.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-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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}@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:#b3b5b9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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'%23343639'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-right::before{background-color:#dde0e0;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-right::before{background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.hb-dark-pattern .highlight-block-right,.hb-dark-inversion .views-element-container .highlight-block-right{border-color:#fff}.hb-dark-pattern .highlight-block-right::before,.hb-dark-inversion .views-element-container .highlight-block-right::before{background-color:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right{border-color:#8c1515;border-color:var(--palette--secondary)}.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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}@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:#b3b5b9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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'%23343639'/%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:#dde0e0;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:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#fff}.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:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right,.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a,.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right a{border-color:#8c1515;border-color:var(--palette--secondary)}.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-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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}@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-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3.4rem;line-height:110%;margin:0}.hb-font-sans-serif .hb-title h1,.hb-font-sans-serif .hb-title h2,.hb-font-sans-serif .hb-title h3,.hb-font-sans-serif .hb-title h4,.hb-font-sans-serif .hb-title h5,.hb-font-sans-serif .hb-title h6{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@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.2rem}}.hb-serif{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400}.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:#8c1515;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:#e8e9ea;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 300ms 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:#343639;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:#dbdbdb !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,.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 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-bottom:0.4rem}.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:3.2rem}.field-hs-text-area h2,.field-hs-priv-text-area h2{margin-top:2.8rem}.field-hs-text-area h3,.field-hs-priv-text-area h3{margin-top:2rem}.field-hs-text-area h4,.field-hs-priv-text-area h4{margin-top:1.8rem}.field-hs-text-area h5,.field-hs-priv-text-area h5{margin-top:1.8rem}.field-hs-text-area h6,.field-hs-priv-text-area h6{margin-top:1.8rem}.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 300ms 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:#343639;font-size:1.6rem}.hb-dark-pattern .hs-caption,.hb-dark-pattern .views-row hs-caption,.hb-dark-pattern .views-row hs-caption a{color:#f4f4f4}.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:#343639;font-size:1.6rem}.hb-dark-pattern .caption,.hb-dark-pattern .views-row caption,.hb-dark-pattern .views-row caption a{color:#f4f4f4}.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:#343639;font-style:italic;font-size:1.6rem}.hb-dark-pattern .hs-credits,.hb-dark-pattern .views-row hs-credits,.hb-dark-pattern .views-row hs-credits a{color:#f4f4f4}.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:#343639;font-style:italic;font-size:1.6rem}.hb-dark-pattern .credits,.hb-dark-pattern .views-row credits,.hb-dark-pattern .views-row credits a{color:#f4f4f4}.caption figcaption{text-align:right}.hs-font-lead,.summary{font-size:2rem;font-weight:600;line-height:127%;color:#343639}@media(min-width: 992px){.hs-font-lead,.summary{font-size:2.2rem}}.hb-dark-pattern .hs-font-lead,.hb-dark-pattern .summary{color:#f4f4f4}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:1700ms;animation-fill-mode:forwards;animation-name:traditionalLeadFont}@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:1700ms;animation-fill-mode:forwards;animation-name:traditionalSplashFont}@media screen and (prefers-reduced-motion: reduce){.hb-has-animation-enhancements .hs-font-splash.animate{animation:none}}.hs-font-splash~.hs-font-lead{animation-duration:1450ms !important;animation-delay:250ms}@media(prefers-reduced-motion: reduce){.hs-font-splash~.hs-font-lead{animation-delay:-1s;animation-duration:1s !important;animation-iteration-count:1}}.hs-font-splash,.hs-font-splash .infotext{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3.4rem;line-height:110%;color:#600e0e;color:var(--palette--primary)}.hb-font-sans-serif .hs-font-splash,.hb-font-sans-serif .hs-font-splash .infotext{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){.hs-font-splash,.hs-font-splash .infotext{font-size:4.2rem}}@media(min-width: 768px){.hs-font-splash,.hs-font-splash .infotext{margin:3.2rem 0 1.4rem}}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 2rem 2rem}@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 2rem 2rem 0}@media(min-width: 576px){.align-left{max-width:50%}}@media(min-width: 768px){.align-left{max-width:75%}}.align-center{margin:0 auto 2rem}.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:#b3b5b9;margin:4.8rem 0 3.2rem 0;padding:4rem 2.4rem;color:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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'%23343639'/%3E%3C/svg%3E")}.hb-spotlight blockquote:nth-child(n)::before{background-color:#dde0e0;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight blockquote:nth-child(n)::before{background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.hb-dark-pattern blockquote:nth-child(n),.hb-dark-inversion .views-element-container blockquote:nth-child(n){border-color:#fff}.hb-dark-pattern blockquote:nth-child(n)::before,.hb-dark-inversion .views-element-container blockquote:nth-child(n)::before{background-color:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n),.hb-dark-pattern .hs-paragraph-style--well-full-width blockquote:nth-child(n){border-color:#8c1515;border-color:var(--palette--secondary)}.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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width 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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width 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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width 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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width 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'%23C74632'/%3E%3C/svg%3E")}@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:#b1040e;color:var(--palette--tertiary);background-image:none;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:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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'%23b1040e' 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}.ht-pairing-cardinal a[href*="//"].hs-external-link::after,.ht-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")}.ht-pairing-bluejay a[href*="//"].hs-external-link::after,.ht-pairing-bluejay .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")}.ht-pairing-warbler a[href*="//"].hs-external-link::after,.ht-pairing-warbler .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")}.ht-pairing-firefinch a[href*="//"].hs-external-link::after,.ht-pairing-firefinch .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'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-cardinal a[href*="//"].hs-external-link:hover::after,.ht-pairing-cardinal a[href*="//"].hs-external-link:focus::after,.ht-pairing-cardinal .hs-external-link a[href*="//"]:hover::after,.ht-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")}.ht-pairing-bluejay a[href*="//"].hs-external-link:hover::after,.ht-pairing-bluejay a[href*="//"].hs-external-link:focus::after,.ht-pairing-bluejay .hs-external-link a[href*="//"]:hover::after,.ht-pairing-bluejay .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")}.ht-pairing-warbler a[href*="//"].hs-external-link:hover::after,.ht-pairing-warbler a[href*="//"].hs-external-link:focus::after,.ht-pairing-warbler .hs-external-link a[href*="//"]:hover::after,.ht-pairing-warbler .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'%2341473e' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch a[href*="//"].hs-external-link:hover::after,.ht-pairing-firefinch a[href*="//"].hs-external-link:focus::after,.ht-pairing-firefinch .hs-external-link a[href*="//"]:hover::after,.ht-pairing-firefinch .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'%23330808' 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'%23f4f4f4' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link::after,.ht-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'%23f4f4f4' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a[href*="//"].hs-external-link::after,.ht-pairing-bluejay .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'%23e9f5f6' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a[href*="//"].hs-external-link::after,.ht-pairing-warbler .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'%23faf8f7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a[href*="//"].hs-external-link::after,.ht-pairing-firefinch .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'%23FEF6E2' 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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.ht-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.ht-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.ht-pairing-bluejay .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.ht-pairing-bluejay .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.ht-pairing-warbler .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.ht-pairing-warbler .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.ht-pairing-firefinch .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.ht-pairing-firefinch .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.ht-pairing-firefinch .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'%23fce7b1' 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:#b1040e;color:var(--palette--tertiary);background-image:none;color:#8c1515;color:var(--palette--secondary)}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:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.private-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.private-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .private-link a:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .private-link a:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.private-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.private-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .private-link a:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .private-link a:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.private-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.private-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .private-link a:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .private-link a:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.private-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.private-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .private-link a:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .private-link a:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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'%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");background-repeat:no-repeat;background-size:cover}.ht-pairing-cardinal a.hs-private-link::before,.ht-pairing-cardinal .hs-private-link a::before,.ht-pairing-cardinal a.private-link::before,.ht-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")}.ht-pairing-bluejay a.hs-private-link::before,.ht-pairing-bluejay .hs-private-link a::before,.ht-pairing-bluejay a.private-link::before,.ht-pairing-bluejay .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")}.ht-pairing-warbler a.hs-private-link::before,.ht-pairing-warbler .hs-private-link a::before,.ht-pairing-warbler a.private-link::before,.ht-pairing-warbler .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'%23005b6c' 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")}.ht-pairing-firefinch a.hs-private-link::before,.ht-pairing-firefinch .hs-private-link a::before,.ht-pairing-firefinch a.private-link::before,.ht-pairing-firefinch .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'%23C74632' 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'%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")}.ht-pairing-cardinal a.hs-private-link:hover::before,.ht-pairing-cardinal .hs-private-link a:hover::before,.ht-pairing-cardinal a.private-link:hover::before,.ht-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")}.ht-pairing-bluejay a.hs-private-link:hover::before,.ht-pairing-bluejay .hs-private-link a:hover::before,.ht-pairing-bluejay a.private-link:hover::before,.ht-pairing-bluejay .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")}.ht-pairing-warbler a.hs-private-link:hover::before,.ht-pairing-warbler .hs-private-link a:hover::before,.ht-pairing-warbler a.private-link:hover::before,.ht-pairing-warbler .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'%2341473e' 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")}.ht-pairing-firefinch a.hs-private-link:hover::before,.ht-pairing-firefinch .hs-private-link a:hover::before,.ht-pairing-firefinch a.private-link:hover::before,.ht-pairing-firefinch .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'%23330808' 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 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:#b1040e;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:#4d0206;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:#8c1515;color:var(--palette--secondary);font-weight:600;word-break:break-word}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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 300ms ease-in-out;will-change:contents}.ht-pairing-cardinal a.hs-more-link::after,.ht-pairing-cardinal button.hs-more-link::after,.ht-pairing-cardinal .hs-more-link a::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay a.hs-more-link::after,.ht-pairing-bluejay button.hs-more-link::after,.ht-pairing-bluejay .hs-more-link a::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler a.hs-more-link::after,.ht-pairing-warbler button.hs-more-link::after,.ht-pairing-warbler .hs-more-link a::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23005b6c' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch a.hs-more-link::after,.ht-pairing-firefinch button.hs-more-link::after,.ht-pairing-firefinch .hs-more-link a::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23C74632' stroke-width%3D'2' fill%3D'none'/%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:#343639;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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.ht-pairing-cardinal a.hs-more-link:hover::after,.ht-pairing-cardinal a.hs-more-link:focus::after,.ht-pairing-cardinal button.hs-more-link:hover::after,.ht-pairing-cardinal button.hs-more-link:focus::after,.ht-pairing-cardinal .hs-more-link a:hover::after,.ht-pairing-cardinal .hs-more-link a:focus::after,.ht-pairing-cardinal .hs-more-link button:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay a.hs-more-link:hover::after,.ht-pairing-bluejay a.hs-more-link:focus::after,.ht-pairing-bluejay button.hs-more-link:hover::after,.ht-pairing-bluejay button.hs-more-link:focus::after,.ht-pairing-bluejay .hs-more-link a:hover::after,.ht-pairing-bluejay .hs-more-link a:focus::after,.ht-pairing-bluejay .hs-more-link button:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23570d0d' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler a.hs-more-link:hover::after,.ht-pairing-warbler a.hs-more-link:focus::after,.ht-pairing-warbler button.hs-more-link:hover::after,.ht-pairing-warbler button.hs-more-link:focus::after,.ht-pairing-warbler .hs-more-link a:hover::after,.ht-pairing-warbler .hs-more-link a:focus::after,.ht-pairing-warbler .hs-more-link button:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23003b45' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch a.hs-more-link:hover::after,.ht-pairing-firefinch a.hs-more-link:focus::after,.ht-pairing-firefinch button.hs-more-link:hover::after,.ht-pairing-firefinch button.hs-more-link:focus::after,.ht-pairing-firefinch .hs-more-link a:hover::after,.ht-pairing-firefinch .hs-more-link a:focus::after,.ht-pairing-firefinch .hs-more-link button:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23963526' stroke-width%3D'2' fill%3D'none'/%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{text-decoration:underline}a.hs-more-link::after,button.hs-more-link::after,.hs-more-link a::after,.hs-more-link button::after{height:2.5rem;width:2.5rem;margin-bottom:-0.7rem}.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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern a.hs-more-link::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link::after,.ht-pairing-cardinal .hb-dark-pattern button.hs-more-link::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link a::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link button::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-more-link::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-more-link::after,.ht-pairing-bluejay .hb-dark-pattern button.hs-more-link::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container button.hs-more-link::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link a::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-more-link a::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link button::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e9f5f6' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-more-link::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-more-link::after,.ht-pairing-warbler .hb-dark-pattern button.hs-more-link::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container button.hs-more-link::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link a::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-more-link a::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link button::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23faf8f7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-more-link::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-more-link::after,.ht-pairing-firefinch .hb-dark-pattern button.hs-more-link::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container button.hs-more-link::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link a::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-more-link a::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link button::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23FEF6E2' stroke-width%3D'2' fill%3D'none'/%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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10)}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern a.hs-more-link:hover::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-more-link:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.ht-pairing-cardinal .hb-dark-pattern button.hs-more-link:hover::after,.ht-pairing-cardinal .hb-dark-pattern button.hs-more-link:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link a:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link button:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link button:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-more-link:hover::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-more-link:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.ht-pairing-bluejay .hb-dark-pattern button.hs-more-link:hover::after,.ht-pairing-bluejay .hb-dark-pattern button.hs-more-link:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link a:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link button:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link button:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23c5e5e7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-more-link:hover::after,.ht-pairing-warbler .hb-dark-pattern a.hs-more-link:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.ht-pairing-warbler .hb-dark-pattern button.hs-more-link:hover::after,.ht-pairing-warbler .hb-dark-pattern button.hs-more-link:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link a:hover::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link button:hover::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link button:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e0dfdc' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-more-link:hover::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-more-link:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.ht-pairing-firefinch .hb-dark-pattern button.hs-more-link:hover::after,.ht-pairing-firefinch .hb-dark-pattern button.hs-more-link:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link a:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link button:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link button:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23fce7b1' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}a.hs-pdf-link{color:#b1040e;color:var(--palette--tertiary);background-image:none;color:#8c1515;color:var(--palette--secondary)}a.hs-pdf-link:hover,a.hs-pdf-link:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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--outline{color:#b1040e;color:var(--palette--tertiary);background-image:none;color:#8c1515;color:var(--palette--secondary)}a.hs-pdf-link--outline:hover,a.hs-pdf-link--outline:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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::before{font-weight:400}a.hs-file-link{color:#b1040e;color:var(--palette--tertiary);background-image:none;color:#8c1515;color:var(--palette--secondary)}a.hs-file-link:hover,a.hs-file-link:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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--outline{color:#b1040e;color:var(--palette--tertiary);background-image:none;color:#8c1515;color:var(--palette--secondary)}a.hs-file-link--outline:hover,a.hs-file-link--outline:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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::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.4rem;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:#343639}}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight);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:#b3b5b9}.hb-borderless{border:0 none;padding:0}.hb-views-divider .views-row:not(:last-of-type){width:100%;border-bottom:1px solid;border-color:#b3b5b9;padding-bottom:3.2rem}@media(min-width: 768px){.hb-three-column-w-image .hb-main-body-detail-image{float:right;margin:0 0 2.4rem 2.4rem}.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:#b1040e;color:var(--palette--tertiary);-webkit-text-decoration-color:#b1040e;text-decoration-color:#b1040e;-webkit-text-decoration-color:var(--palette--tertiary);text-decoration-color:var(--palette--tertiary);transition:all 300ms ease-in-out}.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:#4d0206;color:var(--palette--tertiary-darken-20)}.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{-webkit-text-decoration-color:#4d0206;text-decoration-color:#4d0206;-webkit-text-decoration-color:var(--palette--tertiary-darken-20);text-decoration-color:var(--palette--tertiary-darken-20)}.hb-dark-inversion .hb-heading-link-color:is(h1,h2,h3,h4,h5,h6,span) a:not([class]),.hb-dark-inversion .hb-heading-link-color .hb-card__title a{-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.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;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde;cursor:pointer;float:right;margin-bottom:1.4rem}.hb-accordion-toggle-all:hover,.hb-accordion-toggle-all:focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}.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:#600e0e;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 300ms ease-in-out}.hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover{color:#8c1515;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'%238c1515' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.ht-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")}.ht-pairing-bluejay .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")}.ht-pairing-warbler .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'%23005b6c' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.ht-pairing-firefinch .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'%23C74632' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hb-accordion-secondary .ptype-hs-accordion details[open]{border-color:#600e0e;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:#600e0e;border-color:var(--palette--primary);border-width:0.2rem;border-top:none}.hb-single-category.label-hidden{text-transform:uppercase;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:#343639}.hb-single-category.label-hidden::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-single-category.label-hidden::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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]){text-transform:uppercase;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:#343639}.hb-single-category.entity-reference div:not([class])::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-single-category.entity-reference div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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 300ms ease-in-out;background-image:none;line-height:134%;color:#343639}.hb-single-category a:hover,.hb-single-category a:focus{border-color:#600e0e;border-color:var(--palette--primary)}.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{text-transform:uppercase;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:#343639}.views-row .hb-single-category::before{height:0.5rem;width:0.5rem;top:0.8rem}.views-row .hb-single-category::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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]){text-transform:uppercase;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:#343639}.views-row .hb-single-category.entity-reference div:not([class])::before{height:0.5rem;width:0.5rem;top:0.8rem}.views-row .hb-single-category.entity-reference div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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 300ms ease-in-out;background-image:none;line-height:134%;color:#343639}.views-row .hb-single-category a:hover,.views-row .hb-single-category a:focus{border-color:#600e0e;border-color:var(--palette--primary)}.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]){text-transform:uppercase;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:#343639}.hb-categories.entity-reference div div:not([class])::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-categories.entity-reference div div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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{text-transform:uppercase;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:#343639}.hb-categories.string div div::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-categories.string div div::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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]){text-transform:uppercase;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:#343639}.hb-categories.label-hidden>div:not([class])::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-categories.label-hidden>div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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 0.5rem}.hb-categories ol li,.hb-categories ul li{text-transform:uppercase;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:#343639}.hb-categories ol li::before,.hb-categories ul li::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-categories ol li::before,.hb-categories ul li::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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 300ms ease-in-out;background-image:none;line-height:134%;color:#343639}.hb-categories a:hover,.hb-categories a:focus{border-color:#600e0e;border-color:var(--palette--primary)}.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 300ms ease-in-out;margin-bottom:0.5rem;background-color:#e8e9ea;background-color:var(--palette--secondary-highlight);color:#343639;padding:0.1rem 0.6rem;font-weight:600;text-transform:uppercase;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:#343639 !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-pill-link-list a:focus,.hb-pill-link-list a:hover{background-color:#b3b6b9;background-color:var(--palette--secondary-highlight-darken)}.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 300ms ease-in-out;margin-bottom:0.5rem;background-color:#e8e9ea;background-color:var(--palette--secondary-highlight);color:#343639;padding:0.1rem 0.6rem;font-weight:600;text-transform:uppercase}.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:#343639 !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;padding:2rem;box-shadow:0.1rem 0.3rem 1.7rem #dbdcde}.hb-raised-cards .hb-testimonial,.hb-raised-cards .hb-timelime__wrapper{background-color:#fff;box-shadow:0.1rem 0.3rem 1.7rem #dbdcde;padding:2.8rem 2rem;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:#b1040e;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:#4d0206;color:var(--palette--tertiary-darken-20)}.hb-raised-cards .hb-dark-pattern .hb-card__date-tile-month .field-content,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__date-tile-month .field-content{color:#fff}.hb-raised-cards .hb-dark-pattern .hb-card__date-tile-day .field-content,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__date-tile-day .field-content{color:#600e0e;color:var(--palette--primary)}.hb-raised-cards .hb-dark-pattern .hb-card__title a,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__title a{color:#000;-webkit-text-decoration-color:#000;text-decoration-color:#000}.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{-webkit-text-decoration-color:#4d0206;text-decoration-color:#4d0206;-webkit-text-decoration-color:var(--palette--tertiary-darken-20);text-decoration-color:var(--palette--tertiary-darken-20)}.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::after,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23b1040e' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23b1040e' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-bluejay .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23b1040e' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-warbler .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23616a5d' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-firefinch .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238C1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::after,.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::after,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::after,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%234d0206' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%234d0206' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%234d0206' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%2341473e' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23330808' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.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%}}.ht-pairing-cardinal{--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}.ht-pairing-bluejay{--palette--primary: #600e0e;--palette--secondary: #8c1515;--palette--tertiary: #b1040e;--palette--primary-hero-overlay: rgba(5, 38, 44, 0.85);--palette--primary-dark: #330808;--palette--secondary-active: #b1040e;--palette--secondary-highlight: #daebed;--palette--secondary-highlight-darken: #95c6cc;--palette--secondary-darken-12: #570d0d;--palette--tertiary-highlight: #e9f5f6;--palette--tertiary-highlight-darken-10: #c5e5e7;--palette--tertiary-reversed: #daebed;--palette--tertiary-reversed-darken-10: #b8d8dc;--palette--tertiary-darken-20: #4d0206;--palette--spotlight: #e9f5f6;--palette--spotlight-lighten-8: #D0E7E1}.ht-pairing-warbler{--palette--primary: #003b45;--palette--secondary: #005b6c;--palette--tertiary: #616a5d;--palette--primary-hero-overlay: rgba(24, 21, 8, 0.8);--palette--primary-dark: #00171b;--palette--secondary-active: #8c897d;--palette--secondary-highlight: #ece8e1;--palette--secondary-highlight-darken: #d4d1cc;--palette--secondary-darken-12: #003b45;--palette--tertiary-highlight: #faf8f7;--palette--tertiary-highlight-darken-10: #e0dfdc;--palette--tertiary-reversed: #dcd9d3;--palette--tertiary-reversed-darken-10: #9e9c97;--palette--tertiary-darken-20: #41473e;--palette--spotlight: #e1eadd;--palette--spotlight-lighten-8: #DDE8DC}.ht-pairing-firefinch{--palette--primary: #A64C47;--palette--secondary: #C74632;--palette--tertiary: #8C1515;--palette--primary-hero-overlay: rgba(21, 10, 9, 0.92);--palette--primary-dark: #823c38;--palette--secondary-active: #8C1515;--palette--secondary-highlight: #F4F4F4;--palette--secondary-highlight-darken: #c1c1c1;--palette--secondary-darken-12: #963526;--palette--tertiary-highlight: #FEF6E2;--palette--tertiary-highlight-darken-10: #fce7b1;--palette--tertiary-reversed: #F4F4F4;--palette--tertiary-reversed-darken-10: #dbdbdb;--palette--tertiary-darken-20: #330808;--palette--spotlight: #E0E0D1;--palette--spotlight-lighten-8: #DCDED0}.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:#8c1515;color:var(--palette--secondary);font-weight:600;word-break:break-word}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 300ms ease-in-out;will-change:contents}.ht-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23005b6c' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23C74632' stroke-width%3D'2' fill%3D'none'/%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:#343639;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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.ht-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-cardinal .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-bluejay .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23570d0d' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-warbler .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23003b45' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-firefinch .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23963526' stroke-width%3D'2' fill%3D'none'/%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{text-decoration:underline}.hb-display-more-link-text .hb-card__decorative-link a::after,.hb-display-more-link-text .field-hs-postcard-link a::after{height:2.5rem;width:2.5rem;margin-bottom:-0.7rem}.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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e9f5f6' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23faf8f7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23FEF6E2' stroke-width%3D'2' fill%3D'none'/%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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10)}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23c5e5e7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e0dfdc' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23fce7b1' stroke-width%3D'2' fill%3D'none'/%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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23ffffff' stroke-width%3D'2' fill%3D'none'/%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:#dbdcde}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdcde' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.hb-dark-pattern{color:#fff;background-color:#330808;background-color:var(--palette--primary-dark)}.views-element-container .hb-dark-pattern{padding:2rem}.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:#330808;background-color:var(--palette--primary-dark);padding:2rem}.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: 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}.node figure{position:relative;z-index:1;box-sizing:border-box;margin-bottom:2rem}.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: 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.8rem;line-height:127%}a:not([class]),a.mailto,a[href^="mailto:"],a.ext{color:#b1040e;color:var(--palette--tertiary);background-image:none}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:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a:not([class]):hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a:not([class]):focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.mailto:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.mailto:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.ext:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.ext:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a:not([class]):hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a:not([class]):focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.mailto:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.mailto:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.ext:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.ext:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a:not([class]):hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a:not([class]):focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.mailto:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.mailto:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.ext:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.ext:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a:not([class]):hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a:not([class]):focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a:not([class]):hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a:not([class]):focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.mailto:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.mailto:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.mailto:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.mailto:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a[href^="mailto:"]:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a[href^="mailto:"]:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a[href^="mailto:"]:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a[href^="mailto:"]:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.ext:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.ext:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.ext:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}h1{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3.4rem;line-height:110%}.hb-font-sans-serif h1{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){h1{font-size:4.2rem}}h1 a:not([class]){color:#000;font-weight:600;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde}h1 a:not([class]):hover,h1 a:not([class]):focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}h1 a:not([class]):hover,h1 a:not([class]):focus{color:#000}h2{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3rem;line-height:108%}.hb-font-sans-serif h2{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){h2{font-size:3.6rem}}h2 a.is-active,h2 a:not([class]){color:#000;font-weight:600;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde}h2 a.is-active:hover,h2 a.is-active:focus,h2 a:not([class]):hover,h2 a:not([class]):focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}h2 a.is-active:hover,h2 a.is-active:focus,h2 a:not([class]):hover,h2 a:not([class]):focus{color:#000}h3{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:2.2rem;line-height:120%}.hb-font-sans-serif h3{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){h3{font-size:2.5rem;line-height:115%}}h3 a:not([class]){color:#000;font-weight:600;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde}h3 a:not([class]):hover,h3 a:not([class]):focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}h3 a:not([class]):hover,h3 a:not([class]):focus{color:#000}h4{font-weight:600;font-size:1.8rem;line-height:124%}h4 a:not([class]){color:#000;font-weight:600;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde}h4 a:not([class]):hover,h4 a:not([class]):focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}h4 a:not([class]):hover,h4 a:not([class]):focus{color:#000}h5{font-weight:600;font-size:1.6rem;line-height:126%}h5 a:not([class]){color:#000;font-weight:600;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde}h5 a:not([class]):hover,h5 a:not([class]):focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}h5 a:not([class]):hover,h5 a:not([class]):focus{color:#000}h6{text-transform:uppercase;font-weight:700;font-size:1.4rem;line-height:124%}h6 a:not([class]){color:#000;font-weight:600;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde}h6 a:not([class]):hover,h6 a:not([class]):focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}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 2.8rem;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:#8c1515;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:#e8e9ea;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:#8c1515;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:#8c1515;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:#8c1515;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 2.8rem;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:#8c1515;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:#e8e9ea;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:#8c1515;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:#8c1515;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:#600e0e;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:#b3b5b9;border-radius:0}input:focus{outline-color:#600e0e;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:3.2rem}.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:#b1040e;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:#4d0206;color:var(--palette--tertiary-darken-20)}table{width:100%;border-collapse:collapse;font-size:1.3rem;text-align:left;border:1px solid;border-color:#dbdcde}.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:#dbdcde}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'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal table th a:hover .fa-ext::after,.ht-pairing-cardinal table th a:focus .fa-ext::after,.ht-pairing-cardinal table td a:hover .fa-ext::after,.ht-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")}.ht-pairing-bluejay table th a:hover .fa-ext::after,.ht-pairing-bluejay table th a:focus .fa-ext::after,.ht-pairing-bluejay table td a:hover .fa-ext::after,.ht-pairing-bluejay 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")}.ht-pairing-warbler table th a:hover .fa-ext::after,.ht-pairing-warbler table th a:focus .fa-ext::after,.ht-pairing-warbler table td a:hover .fa-ext::after,.ht-pairing-warbler 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'%2341473e' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch table th a:hover .fa-ext::after,.ht-pairing-firefinch table th a:focus .fa-ext::after,.ht-pairing-firefinch table td a:hover .fa-ext::after,.ht-pairing-firefinch 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'%23330808' 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:#e8e9ea;color:var(--palette--secondary-highlight);box-shadow:none}table thead tr{text-transform:uppercase;background-color:#600e0e;background-color:var(--palette--primary);color:#fff;font-weight:600}.hb-dark-pattern table thead tr,.hb-dark-inversion .views-element-container table thead tr{background-color:#600e0e;background-color:var(--palette--primary)}table tr:nth-child(even){background-color:#f4f4f4}details{margin:1.4rem 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:#8c1515;border-color:var(--palette--secondary);background-color:#8c1515;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 300ms 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:#343639;background-color:var(--palette--secondary-darken-12);border-color:#343639;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 #b1040e;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:#dbdcde;border-top:none}.hb-page-width{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 2.8rem)) !important}@media(min-width: 768px){.hb-page-width{width:calc(100% - (2 * 3.2rem)) !important}}.hb-vertical-page-padding{margin:3.2rem auto !important}.layout-builder__message{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 2.8rem)) !important}@media(min-width: 768px){.layout-builder__message{width:calc(100% - (2 * 3.2rem)) !important}}.layout-builder-form .form-actions{max-width:120rem !important;margin-left:auto !important;margin-right:auto !important;width:calc(100% - (2 * 2.8rem)) !important}@media(min-width: 768px){.layout-builder-form .form-actions{width:calc(100% - (2 * 3.2rem)) !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 * 2.8rem)) !important;padding-top:4rem}@media(min-width: 768px){.block-help{width:calc(100% - (2 * 3.2rem)) !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:3.2rem !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:3.2rem !important}.views-row:not(:last-child){margin-bottom:3.2rem !important}.ptype-hs-accordion{margin-bottom:1.4rem !important}.hs-paragraph-style--well .ptype-hs-accordion:last-child,.hs-paragraph-style--well-full-width .ptype-hs-accordion:last-child{margin-bottom:3.2rem !important}.ptype-hs-gradient-hero-slider{width:100%;margin-bottom:4.8rem !important}.hs-paragraph-style--well .ptype-hs-gradient-hero-slider,.hs-paragraph-style--well-full-width .ptype-hs-gradient-hero-slider{margin-top:3.2rem !important;padding-bottom:1.6rem}.hs-paragraph-style--well,.hs-paragraph-style--well-full-width{background-color:#f4f4f4;background-color:var(--palette--tertiary-highlight);padding:2rem 1.8rem;border:0 none;padding:0 3.2rem;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:#dbdcde}.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 * 2.8rem)) !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 * 3.2rem)) !important}}@supports(display: grid){@media(min-width: 576px){.field-hs-row-components,.field-hs-collection-items{display:grid;gap:3.2rem}}@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% - (3.2rem / 2));margin-right:3.2rem}@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% - (3.2rem / 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% - (3.2rem / 2));margin-right:3.2rem}@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% - (3.2rem / 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% - (6.4rem / 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% - (6.4rem / 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:3.2rem}@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% - (64px / 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% - (64px / 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:3.2rem}@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% - (3.2rem / 2));margin-right:3.2rem}@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% - (3.2rem / 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% - (96px / 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% - (96px / 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:3.2rem}@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:3.2rem 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:3.2rem !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 * 2.8rem)) !important}@media(min-width: 768px){.hb-three-column-w-image:not(.hs-full-width){width:calc(100% - (2 * 3.2rem)) !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:#f4f4f4;background-color:var(--palette--tertiary-highlight);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:18%;margin-right:3.2rem}}.hb-three-column-w-image__main{width:100%;margin-bottom:3.2rem}@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% - 18% - 3.2rem);margin-bottom:0}.hb-three-column-w-image--two-sidebar .hb-three-column-w-image__main{width:calc(100% - 36% - 2 * 3.2rem)}}.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.4rem 0;word-break:break-word}.hb-three-column-w-image__main-top-text{margin:0 1.4rem 1.4rem 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.4rem}@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:3.2rem}}@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;font-size:1.6rem;line-height:127%}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight);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:18%;margin-left:3.2rem}}@media(min-width: 992px){.hb-three-column-w-image__sidebar-2{width:18%;margin-left:3.2rem}}.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 * 2.8rem)) !important}@media(min-width: 768px){.hb-three-column:not(.hs-full-width){width:calc(100% - (2 * 3.2rem)) !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:#f4f4f4;background-color:var(--palette--tertiary-highlight);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:18%;margin:0 3.2rem 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% - 18% - 3.2rem)}.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% - 36% - (2 * 3.2rem))}}@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;font-size:1.6rem;line-height:127%}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight);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:18%;margin:0 0 0 3.2rem}}@media(min-width: 992px){.hb-three-column__sidebar-2{width:18%;margin:0 0 0 3.2rem}}.layout__region .block-views{clear:both}.layout__region .block-views:not(:last-child){margin-bottom:3.2rem}.layout__region .block-views.hb-dark-pattern{padding:2rem}.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 * 2.8rem)) !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 * 3.2rem)) !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:1rem}.hb-card__subcontent-item{color:#343639;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:#343639}.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;margin-bottom:0 !important}.hb-card__subcontent-detail{padding-right:2.6rem;margin-bottom:1rem}.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.8rem}.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");background-repeat:no-repeat;background-position:top left}.ht-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")}.ht-pairing-bluejay .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")}.ht-pairing-warbler .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'%23005b6c'/%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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .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'%23C74632'/%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'%23C74632'/%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'%238c1515'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left}.ht-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")}.ht-pairing-bluejay .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")}.ht-pairing-warbler .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .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'%23C74632'/%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'%238c1515'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top left}.ht-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")}.ht-pairing-bluejay .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")}.ht-pairing-warbler .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .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'%23C74632'/%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:#343639;font-size:1.4rem;margin-bottom:1.4rem}@media(min-width: 768px){.hb-card__location{font-size:1.6rem}}.hb-card__highlighted{color:#343639;font-size:1.6rem}@media(min-width: 768px){.hb-card__highlighted{font-size:1.8rem}}.hb-card__highlighted:not(:last-child){margin-bottom:1.4rem}.hb-card__highlighted .views-label{font-size:1.6rem;font-style:normal;text-transform:inherit;color:#8c1515;color:var(--palette--secondary);display:inline-block;margin-right:0.6rem}.hb-well .hb-card__highlighted .views-label{color:#343639 !important;color:var(--palette--secondary-darken-12) !important}.hb-card__graphics{position:relative;margin-bottom:1rem}@media(min-width: 768px){.hb-card--horizontal-date-stacked .hb-card__graphics{margin-bottom:0}}@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:3.2rem;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 300ms ease-in-out}.hb-card .field-media-image{margin:0}.hb-card__date-tile{text-align:center;margin-right:3.2rem;position:absolute;display:inline-block;min-width:10rem;background-color:#fff;padding:0;top:0;left:0}.hb-card__date-tile:only-child{position:relative;bottom:auto;left:auto}.hb-card__date-tile-month{text-transform:uppercase;font-weight:600;background-color:#600e0e;background-color:var(--palette--primary);color:#fff;font-size:1.4rem;padding:1rem;width:100%}.hb-card__date-tile-day{font-weight:600;line-height:100%;border:1px solid;border-top-width:0;border-color:#dbdcde;color:#600e0e;color:var(--palette--primary);font-size:3.6rem;padding:1rem 0 1rem}.views-element-container .hb-dark-pattern .hb-card__date-tile-day .field-content,.hb-dark-inversion .views-element-container .hb-card__date-tile-day .field-content{color:#600e0e;color:var(--palette--primary)}@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:1.4rem}.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.6rem;line-height:126%;margin:0;overflow-wrap:break-word;font-size:2rem}@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.6rem;line-height:126%;font-size:2.2rem}}.hb-card__title h6{text-transform:initial}.hb-card__author{margin-bottom:1rem}.hb-card__description{font-weight:400;font-size:1.8rem;line-height:127%;word-break:break-word}.hb-card__description:not(:last-child){margin-bottom:1rem}.hb-card__description .views-field:not(:last-child){display:block;margin-bottom:1.4rem}.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{font-size:1.8rem;text-decoration:none;border:none;background:none;padding:0;color:#8c1515;color:var(--palette--secondary);font-weight:600;word-break:break-word}.hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 300ms ease-in-out;will-change:contents}.ht-pairing-cardinal .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23005b6c' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23C74632' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.hb-card__decorative-link a:hover,.hb-card__decorative-link a:focus{color:#343639;color:var(--palette--secondary-darken-12);background-image:none;background-color:rgba(0,0,0,0)}.hb-card__decorative-link a:hover::after,.hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.ht-pairing-cardinal .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23570d0d' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23003b45' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23963526' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.hb-card__decorative-link a:hover,.hb-card__decorative-link a:focus{text-decoration:underline}.hb-card__decorative-link a::after{height:2.5rem;width:2.5rem;margin-bottom:-0.7rem}.hb-dark-pattern .hb-card__decorative-link a,.hb-dark-inversion .views-element-container .hb-card__decorative-link a{color:#f4f4f4;color:var(--palette--tertiary-highlight)}.hb-dark-pattern .hb-card__decorative-link a::after,.hb-dark-inversion .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e9f5f6' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23faf8f7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23FEF6E2' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10)}.hb-dark-pattern .hb-card__decorative-link a:hover::after,.hb-dark-pattern .hb-card__decorative-link a:focus::after,.hb-dark-inversion .views-element-container .hb-card__decorative-link a:hover::after,.hb-dark-inversion .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23c5e5e7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e0dfdc' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23fce7b1' stroke-width%3D'2' fill%3D'none'/%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:3.2rem}}@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(32px / 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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-2 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-3 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (6.4rem / 3))}@supports(display: grid){.hb-grid--cols-3 .hb-grid__item{width:100%;min-width:calc(33.33% - (6.4rem / 3));margin-right:0}}.hb-grid--cols-3 .hb-grid__item:nth-child(2n){margin-right:3.2rem}@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% - (64px / 3))}@supports(display: grid){.hb-grid--cols-3 .hb-grid__item{width:100%;min-width:calc(33.3333333333% - (64px / 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:3.2rem}@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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-4 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (96px / 4))}@supports(display: grid){.hb-grid--cols-4 .hb-grid__item{width:100%;min-width:calc(25% - (96px / 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:3.2rem}@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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-5 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (6.4rem / 3))}@supports(display: grid){.hb-grid--cols-5 .hb-grid__item{width:100%;min-width:calc(33.33% - (6.4rem / 3));margin-right:0}}.hb-grid--cols-5 .hb-grid__item:nth-child(2n){margin-right:3.2rem}@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% - (128px / 5))}@supports(display: grid){.hb-grid--cols-5 .hb-grid__item{width:100%;min-width:calc(20% - (128px / 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:3.2rem}@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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-6 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (6.4rem / 3))}@supports(display: grid){.hb-grid--cols-6 .hb-grid__item{width:100%;min-width:calc(33.33% - (6.4rem / 3));margin-right:0}}.hb-grid--cols-6 .hb-grid__item:nth-child(2n){margin-right:3.2rem}@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% - (160px / 6))}@supports(display: grid){.hb-grid--cols-6 .hb-grid__item{width:100%;min-width:calc(16.6666666667% - (160px / 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:3.2rem}@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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-7 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (6.4rem / 3))}@supports(display: grid){.hb-grid--cols-7 .hb-grid__item{width:100%;min-width:calc(33.33% - (6.4rem / 3));margin-right:0}}.hb-grid--cols-7 .hb-grid__item:nth-child(2n){margin-right:3.2rem}@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% - (192px / 7))}@supports(display: grid){.hb-grid--cols-7 .hb-grid__item{width:100%;min-width:calc(14.2857142857% - (192px / 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:3.2rem}@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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-8 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (6.4rem / 3))}@supports(display: grid){.hb-grid--cols-8 .hb-grid__item{width:100%;min-width:calc(33.33% - (6.4rem / 3));margin-right:0}}.hb-grid--cols-8 .hb-grid__item:nth-child(2n){margin-right:3.2rem}@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% - (224px / 8))}@supports(display: grid){.hb-grid--cols-8 .hb-grid__item{width:100%;min-width:calc(12.5% - (224px / 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:3.2rem}@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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-9 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (6.4rem / 3))}@supports(display: grid){.hb-grid--cols-9 .hb-grid__item{width:100%;min-width:calc(33.33% - (6.4rem / 3));margin-right:0}}.hb-grid--cols-9 .hb-grid__item:nth-child(2n){margin-right:3.2rem}@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% - (256px / 9))}@supports(display: grid){.hb-grid--cols-9 .hb-grid__item{width:100%;min-width:calc(11.1111111111% - (256px / 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:3.2rem}@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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-10 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (6.4rem / 3))}@supports(display: grid){.hb-grid--cols-10 .hb-grid__item{width:100%;min-width:calc(33.33% - (6.4rem / 3));margin-right:0}}.hb-grid--cols-10 .hb-grid__item:nth-child(2n){margin-right:3.2rem}@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% - (288px / 10))}@supports(display: grid){.hb-grid--cols-10 .hb-grid__item{width:100%;min-width:calc(10% - (288px / 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:3.2rem}@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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-11 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (6.4rem / 3))}@supports(display: grid){.hb-grid--cols-11 .hb-grid__item{width:100%;min-width:calc(33.33% - (6.4rem / 3));margin-right:0}}.hb-grid--cols-11 .hb-grid__item:nth-child(2n){margin-right:3.2rem}@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% - (320px / 11))}@supports(display: grid){.hb-grid--cols-11 .hb-grid__item{width:100%;min-width:calc(9.0909090909% - (320px / 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:3.2rem}@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% - (3.2rem / 2));margin-right:3.2rem}@supports(display: grid){.hb-grid--cols-12 .hb-grid__item{width:100%;min-width:calc(50% - (3.2rem / 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% - (6.4rem / 3))}@supports(display: grid){.hb-grid--cols-12 .hb-grid__item{width:100%;min-width:calc(33.33% - (6.4rem / 3));margin-right:0}}.hb-grid--cols-12 .hb-grid__item:nth-child(2n){margin-right:3.2rem}@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% - (352px / 12))}@supports(display: grid){.hb-grid--cols-12 .hb-grid__item{width:100%;min-width:calc(8.3333333333% - (352px / 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:3.2rem}@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:#b3b5b9}.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:2.8rem}.hb-three-column__main .views-exposed-form .form-item,.hb-three-column__sidebar-1 .views-exposed-form .form-item{width:100%;margin-bottom:2rem}@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:2rem}}.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.4rem}@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:0}.chosen-container .chosen-drop{border:1px solid;border-color:#b3b5b9;border-radius:0;outline-color:#600e0e;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:#f4f4f4}.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:#b3b5b9;border-radius:0}.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:#600e0e;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'%238c1515' stroke-width%3D'2' /%3E%3C/svg%3E")}.ht-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")}.ht-pairing-bluejay .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")}.ht-pairing-warbler .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'%23005b6c' stroke-width%3D'2' /%3E%3C/svg%3E")}.ht-pairing-firefinch .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'%23C74632' 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:#b3b5b9;border-radius:0}.chosen-container-multi:focus-within{outline-color:#600e0e;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:#b3b5b9;border-radius:0;padding:0.6rem 2.2rem 0.6rem 0.6rem;transition:background-color 300ms ease-in-out}.chosen-container-multi .chosen-choices li.search-choice:hover{background-color:#f4f4f4;color:#000}.chosen-container-multi .chosen-choices li.search-choice:focus{outline-color:#600e0e;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:#600e0e;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:#343639;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:#600e0e;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:#600e0e;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:#600e0e;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'%238c1515' stroke-width%3D'2' /%3E%3C/svg%3E")}.ht-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")}.ht-pairing-bluejay .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")}.ht-pairing-warbler .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'%23005b6c' stroke-width%3D'2' /%3E%3C/svg%3E")}.ht-pairing-firefinch .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'%23C74632' 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:#b3b5b9}.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:#b3b5b9}@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:#b3b5b9}@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:#343639}@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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#e8e9ea;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:#dbdcde;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:#8c1515;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:#dbdcde;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:#8c1515;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:#b3b5b9}}@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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#330808;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:#e8e9ea;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:#8c1515;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:#343639}.hb-main-nav__link--active-trail.is-active,.hb-main-nav__link[data-drupal-link-system-path=""].is-active.is-active{background-color:#e8e9ea;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:#8c1515;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'%23343639' 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 300ms 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 300ms 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'%23343639' 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'%23343639' 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 300ms 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 300ms 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'%23343639' 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:#b3b5b9}.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:#b3b5b9;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 300ms 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:#b1040e;color:var(--palette--tertiary)}.hb-dark-pattern .navbar-we-mega-menu.click-action .we-mega-menu-submenu a:not([class]){color:#b1040e;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:#f4f4f4;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:#f4f4f4;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:#f4f4f4;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:#b3b5b9;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:#b3b5b9}.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:#600e0e;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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}@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:#8c1515;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 300ms 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'%23343639' 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 300ms 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'%23330808' 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%)}.ht-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'%23330808' stroke-width%3D'2' /%3E%3C/svg%3E")}.ht-pairing-bluejay .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'%23330808' stroke-width%3D'2' /%3E%3C/svg%3E")}.ht-pairing-warbler .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'%2300171b' stroke-width%3D'2' /%3E%3C/svg%3E")}.ht-pairing-firefinch .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'%23823c38' 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'%23343639' 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'%23343639' 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'%23343639' 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'%23343639' 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'%23330808' stroke-width%3D'2' /%3E%3C/svg%3E");top:calc(50% - 13px);background-size:auto}.ht-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'%23330808' stroke-width%3D'2' /%3E%3C/svg%3E")}.ht-pairing-bluejay .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'%23330808' stroke-width%3D'2' /%3E%3C/svg%3E")}.ht-pairing-warbler .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'%2300171b' stroke-width%3D'2' /%3E%3C/svg%3E")}.ht-pairing-firefinch .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'%23823c38' 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'%23343639' 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:#8c1515;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:#8c1515;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 300ms 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:#8c1515;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:#f4f4f4}@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:#f4f4f4}@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 300ms ease-in-out;z-index:-1}.js .megamenu .megamenu__expanded-container.is-expanded{opacity:1;transform:translateX(-50%) scaleY(1)}}.megamenu .list-sub{color:#343639;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:#f4f4f4;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:#b3b5b9;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:#dbdcde;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:#f4f4f4}.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:#b1040e;color:var(--palette--tertiary)}.megamenu .list-sub .megamenu__item .megamenu__no-link:hover{color:#b1040e;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:#b1040e;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:#4d0206;color:var(--palette--tertiary-darken-20)}@media(min-width: 992px){.megamenu .list-sub--1 .megamenu__link:not(.megamenu__no-link){color:#b1040e;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:#4d0206;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;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde}.hb-secondary-nav__heading a:hover,.hb-secondary-nav__heading a:focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}.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:#330808;background-color:var(--palette--primary-dark)}.hb-secondary-nav__menu-lv1{padding-left:0;border-top:1px solid;border-color:#dbdcde}.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}.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:#343639;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:#dbdcde}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#dbdcde;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:#8c1515;background-color:var(--palette--secondary)}.hb-secondary-nav__link.is-active{font-weight:600;background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}.hb-secondary-nav__link.is-active::before{background-color:#8c1515;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'%23343639' 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 300ms 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'%23343639' 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'%23343639' 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 300ms 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'%23343639' 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:2rem}@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:1rem}@media(min-width: 992px){.hb-card--structured .hb-card__subtitle{font-size:1.8rem}}.hb-card--structured .hb-card__category .views-label{margin-bottom:0.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}.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%}}@media(min-width: 1500px){.hb-card--structured .hb-card__columns .views-field{width:33.33%}}.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:#343639;opacity:1}.su-site-search input::placeholder{color:#343639;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'%23343639' stroke-width%3D'0.5' stroke-linecap%3D'square' fill%3D'%23343639' /%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:#b3b5b9}.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'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-local-footer .menu-item a:hover .fa-ext::after,.ht-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")}.ht-pairing-bluejay .hb-local-footer .menu-item a:hover .fa-ext::after,.ht-pairing-bluejay .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")}.ht-pairing-warbler .hb-local-footer .menu-item a:hover .fa-ext::after,.ht-pairing-warbler .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'%2341473e' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-local-footer .menu-item a:hover .fa-ext::after,.ht-pairing-firefinch .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'%23330808' 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;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}.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 * 3.2rem) 0 3.2rem}.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}.hb-has-animation-enhancements .field-hs-hero-image::before.animate{animation-duration:1200ms;animation-timing-function:ease-out;animation-name:traditionalHeroOverlay}.field-hs-hero-image::before{background-color:rgba(28,29,30,.85);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 * 3.2rem) 0 3.2rem}.hs-full-width .hb-hero-overlay :is(.hb-gradient-hero){margin-top:0}.hb-hero-overlay::before{background-color:rgba(28,29,30,.85);background-color:var(--palette--primary-hero-overlay);content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hb-has-animation-enhancements .hb-hero-overlay::before.animate{animation-duration:1200ms;animation-timing-function:ease-out;animation-name:traditionalHeroOverlay}.hb-hero-overlay__image-wrapper{position:absolute;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.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-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 * 2.8rem)) !important;text-align:center}@media(min-width: 768px){.hb-hero-overlay__text{width:calc(100% - (2 * 3.2rem)) !important}}.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:1700ms;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-name:traditionalHeroText}.hb-hero-overlay__text h2{font-size:2.7rem;line-height:117%;margin:0 0 2.8rem;font-weight:400;line-height:112%}@media(min-width: 768px){.hb-hero-overlay__text h2{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3rem;line-height:108%;margin:0 0 3.2rem}.hb-font-sans-serif .hb-hero-overlay__text h2{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}}@media(min-width: 768px)and (min-width: 768px){.hb-hero-overlay__text h2{font-size:3.6rem}}.hb-hero-overlay__text ul li::before{background-color:#8c1515;background-color:var(--palette--secondary)}.hb-hero-overlay__text ol li::before{color:#b1040e;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:100%}@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:60%}}@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 h2,.hb-hero-overlay__text .field-hs-hero-body{margin:0 auto}.hb-hero-overlay__text .field-hs-hero-body{font-weight:400;font-size:1.8rem;line-height:127%;margin-top:1.4rem}@media(min-width: 768px){.hb-hero-overlay__text .field-hs-hero-body{margin-top:2.4rem;width:60%}}@media(min-width: 992px){.hb-hero-overlay__text .field-hs-hero-body{width:50%}}.hb-hero-overlay__text a{font-weight:400;font-size:1.8rem;line-height:127%;color:#dbdcde;color:var(--palette--tertiary-reversed);background-image:none}.hb-hero-overlay__text a:hover,.hb-hero-overlay__text a:focus{color:#f4f4f4;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;display:inline-block;font-weight:600;padding:0.4rem 2rem;text-decoration:none;text-align:center;transition:all 300ms ease-in-out;background-color:#8c1515;background-color:var(--palette--secondary);color:#fff;border-color:rgba(0,0,0,0);border-width:3px;border-style:solid;margin-top: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{background-color:rgba(0,0,0,0);border-color:#8c1515;border-color:var(--palette--secondary)}.hb-hero-overlay__text .field-hs-hero-link a:focus,.hb-hero-overlay__text .field-hs-hero-link button:focus{outline:0.2rem solid;outline-color:#fff;box-shadow:0 0 0 0.3rem #600e0e;box-shadow:0 0 0 0.3rem var(--palette--primary)}@media(min-width: 576px){.hb-hero-overlay__text .field-hs-hero-link a,.hb-hero-overlay__text .field-hs-hero-link button{max-width:80%}}@media(min-width: 768px){.hb-hero-overlay__text .field-hs-hero-link a,.hb-hero-overlay__text .field-hs-hero-link button{margin-top:2.4rem;max-width:60%}}@media(min-width: 992px){.hb-hero-overlay__text .field-hs-hero-link a,.hb-hero-overlay__text .field-hs-hero-link button{max-width:50%}}@media(min-width: 1200px){.hb-hero-overlay__text .field-hs-hero-link a,.hb-hero-overlay__text .field-hs-hero-link button{margin-top:3.2rem}}@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 * 3.2rem) 0 3.2rem}.hs-full-width .paragraph--type--hs-carousel :is(.hb-gradient-hero){margin-top:0}.paragraph--type--hs-carousel .hb-hero-overlay{display:block;margin-top:0;display:flex;min-height:32rem}.paragraph--type--hs-carousel .hb-hero-overlay::before{animation:traditionalCarouselOverlay}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay{min-height:42rem}}.paragraph--type--hs-carousel .hb-hero-overlay__text{background-color:rgba(28,29,30,.85);background-color:var(--palette--primary-hero-overlay);position:relative;margin:3.2rem 0 !important;align-self:stretch;text-align:left;left:2.8rem;transform:translateX(0) translateY(0)}@media(min-width: 576px){.paragraph--type--hs-carousel .hb-hero-overlay__text{bottom:25%}}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay__text{padding:5rem 0 5rem;left:3.2rem;width:50% !important}}@media(min-width: 992px){.paragraph--type--hs-carousel .hb-hero-overlay__text{width:43% !important}.hb-three-column--two-sidebar .paragraph--type--hs-carousel .hb-hero-overlay__text{width:calc(100% - (2 * 3.2rem)) !important}}@media(min-width: 1200px){.paragraph--type--hs-carousel .hb-hero-overlay__text{width:48% !important;margin:5.2rem 0 !important}}@media(min-width: 1500px){.paragraph--type--hs-carousel .hb-hero-overlay__text{width:650px !important}}.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:traditionalCarouselText}.paragraph--type--hs-carousel .hb-hero-overlay__text h2{width:auto;margin:0 3.2rem}@media(min-width: 992px){.paragraph--type--hs-carousel .hb-hero-overlay__text h2{margin:0 5rem}}@media(min-width: 992px){.hb-three-column--two-sidebar .paragraph--type--hs-carousel .hb-hero-overlay__text h2{margin:0 3.2rem}}.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-body{margin:1.4rem 3.2rem 0;width:auto}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-body{width:calc(100% - 10rem);margin:2.4rem 3.2rem 0}}@media(min-width: 992px){.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-body{margin:2.4rem 5rem 0}}@media(min-width: 992px){.hb-three-column--two-sidebar .paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-body{margin:2.4rem 3.2rem 0}}.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-link{margin:0 3.2rem}@media(min-width: 768px){.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-link{width:calc(90% - 6.4rem)}}@media(min-width: 992px){.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-link{margin:0 5rem;width:calc(85% - 14rem)}}@media(min-width: 1200px){.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-link{width:calc(80% - 14rem)}}@media(min-width: 992px){.hb-three-column--one-sidebar .paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-link{width:calc(95% - 14rem)}}@media(min-width: 1200px){.hb-three-column--one-sidebar .paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-link{width:calc(90% - 14rem)}}@media(min-width: 992px){.hb-three-column--two-sidebar .paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-link{width:calc(100% - 6.4rem);margin:0 3.2rem}}.paragraph--type--hs-carousel .hb-hero-overlay__text .field-hs-hero-link a{max-width:unset}.paragraph--type--hs-carousel .slick{position:relative}.paragraph--type--hs-carousel .slick .hb-hero-overlay__text{padding-bottom:7.5rem}@media(min-width: 768px){.paragraph--type--hs-carousel .slick .hb-hero-overlay__text{padding-bottom:8rem}}.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{right:calc(50% + 7.7rem);bottom:5.3rem}.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:2.3rem}}@media(min-width: 992px){.paragraph--type--hs-carousel .slick .slick-dots{right:calc(57% + 8rem)}.hb-three-column--one-sidebar .paragraph--type--hs-carousel .slick .slick-dots{right:calc(57% + 8.4rem)}.hb-three-column--two-sidebar .paragraph--type--hs-carousel .slick .slick-dots{right:13rem}}@media(min-width: 1200px){.paragraph--type--hs-carousel .slick .slick-dots{right:calc(63% - 6rem);bottom:7.7rem}.hb-three-column--one-sidebar .paragraph--type--hs-carousel .slick .slick-dots{right:calc(57% + 3.6rem);bottom:4.8rem}.hb-three-column--two-sidebar .paragraph--type--hs-carousel .slick .slick-dots{right:13rem;bottom:4.8rem}}@media(min-width: 1500px){.paragraph--type--hs-carousel .slick .slick-dots{right:calc((100% - 65rem) + 8rem)}.hb-three-column--one-sidebar .paragraph--type--hs-carousel .slick .slick-dots{right:calc((100% - 65rem) + 8rem);bottom:4.8rem}}.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'%23f4f4f4'/%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'%23f4f4f4'/%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 #f4f4f4,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'%23f4f4f4'/%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:3rem}.hs-full-width .paragraph--type--hs-carousel .slick__arrow .slick-prev,.hs-full-width .paragraph--type--hs-carousel .slick__arrow .slick-next{bottom:6rem}.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 20'%3E%3Cpath d%3D'm15,0.2l-1.4,1.4l4.7,4.6h-18.2v2h17.9l-4.4,4.1l1.4,1.5l7.1,-6.6z' fill%3D'%23f4f4f4'/%3E%3C/svg%3E");filter:drop-shadow(0.175rem 0.2rem 0 #000000);background-size:85%;height:2.5rem;width:2.5rem;transition:transform 300ms 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.25rem;right:calc(5rem + 4rem)}@media(min-width: 768px){.paragraph--type--hs-carousel .slick__arrow .slick-prev{right:inherit;left:calc(53% - 8.5rem)}}@media(min-width: 992px){.paragraph--type--hs-carousel .slick__arrow .slick-prev{left:calc(45% - 8.5rem)}.hb-three-column--two-sidebar .paragraph--type--hs-carousel .slick__arrow .slick-prev{left:inherit;right:calc(5rem + 4rem)}}@media(min-width: 1200px){.paragraph--type--hs-carousel .slick__arrow .slick-prev{left:calc(50% - 8.5rem);margin-bottom:4rem}}@media(min-width: 1500px){.paragraph--type--hs-carousel .slick__arrow .slick-prev{left:calc(65rem - 6.5rem)}.field-hs-collection-items.item-per-row--2 .paragraph--type--hs-carousel .slick__arrow .slick-prev{left:calc(100% - 8.8rem)}}.paragraph--type--hs-carousel .slick__arrow .slick-next{margin-bottom:1.25rem;right:5rem}@media(min-width: 768px){.paragraph--type--hs-carousel .slick__arrow .slick-next{right:inherit;left:calc(53% - 4rem)}}@media(min-width: 992px){.paragraph--type--hs-carousel .slick__arrow .slick-next{left:calc(45% - 4rem)}.hb-three-column--two-sidebar .paragraph--type--hs-carousel .slick__arrow .slick-next{left:inherit;right:5rem}}@media(min-width: 1200px){.paragraph--type--hs-carousel .slick__arrow .slick-next{left:calc(50% - 4rem);margin-bottom:4rem}}@media(min-width: 1500px){.paragraph--type--hs-carousel .slick__arrow .slick-next{left:calc(65rem - 2rem)}.field-hs-collection-items.item-per-row--2 .paragraph--type--hs-carousel .slick__arrow .slick-next{left:calc(100% - 4.3rem)}}@keyframes colorfulCarouselText{}@keyframes colorfulCarouselImage{}@keyframes traditionalCarouselText{}@keyframes traditionalCarouselOverlay{}.hs-full-width .paragraph--type--hs-banner{margin:calc(-1 * 3.2rem) 0 3.2rem}.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__title{margin-bottom:1rem}.hb-grid .ptype-hs-postcard .hb-card__title h2,.ptype-hs-row .ptype-hs-postcard .hb-card__title h2,.hb-grid .ptype-hs-postcard .hb-card__title h3,.ptype-hs-row .ptype-hs-postcard .hb-card__title h3,.hb-grid .ptype-hs-postcard .hb-card__title h4,.ptype-hs-row .ptype-hs-postcard .hb-card__title h4,.hb-grid .ptype-hs-postcard .hb-card__title h5,.ptype-hs-row .ptype-hs-postcard .hb-card__title h5,.hb-grid .ptype-hs-postcard .hb-card__title h6,.ptype-hs-row .ptype-hs-postcard .hb-card__title h6{font-size:2.2rem}.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-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:2.2rem;line-height:120%;margin:0;overflow-wrap:break-word}.hb-font-sans-serif .field-hs-postcard-title h2,.hb-font-sans-serif .field-hs-postcard-title h3,.hb-font-sans-serif .field-hs-postcard-title h4,.hb-font-sans-serif .field-hs-postcard-title h5,.hb-font-sans-serif .field-hs-postcard-title h6{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@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.5rem;line-height:115%}}.field-hs-postcard-link{position:relative;width:100%}.field-hs-postcard-link a{font-size:1.8rem;text-decoration:none;border:none;background:none;padding:0;color:#8c1515;color:var(--palette--secondary);font-weight:600;word-break:break-word}.field-hs-postcard-link a .fa-mailto{display:none}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 300ms ease-in-out;will-change:contents}.ht-pairing-cardinal .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23005b6c' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23C74632' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.field-hs-postcard-link a:hover,.field-hs-postcard-link a:focus{color:#343639;color:var(--palette--secondary-darken-12);background-image:none;background-color:rgba(0,0,0,0)}.field-hs-postcard-link a:hover::after,.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.ht-pairing-cardinal .field-hs-postcard-link a:hover::after,.ht-pairing-cardinal .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .field-hs-postcard-link a:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23570d0d' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .field-hs-postcard-link a:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23003b45' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .field-hs-postcard-link a:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23963526' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.field-hs-postcard-link a:hover,.field-hs-postcard-link a:focus{text-decoration:underline}.field-hs-postcard-link a::after{height:2.5rem;width:2.5rem;margin-bottom:-0.7rem}.hb-dark-pattern .field-hs-postcard-link a,.hb-dark-inversion .views-element-container .field-hs-postcard-link a{color:#f4f4f4;color:var(--palette--tertiary-highlight)}.hb-dark-pattern .field-hs-postcard-link a::after,.hb-dark-inversion .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .field-hs-postcard-link a::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .field-hs-postcard-link a::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e9f5f6' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .field-hs-postcard-link a::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23faf8f7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .field-hs-postcard-link a::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23FEF6E2' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10)}.hb-dark-pattern .field-hs-postcard-link a:hover::after,.hb-dark-pattern .field-hs-postcard-link a:focus::after,.hb-dark-inversion .views-element-container .field-hs-postcard-link a:hover::after,.hb-dark-inversion .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .field-hs-postcard-link a:hover::after,.ht-pairing-cardinal .hb-dark-pattern .field-hs-postcard-link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .field-hs-postcard-link a:hover::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .field-hs-postcard-link a:hover::after,.ht-pairing-bluejay .hb-dark-pattern .field-hs-postcard-link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .field-hs-postcard-link a:hover::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23c5e5e7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .field-hs-postcard-link a:hover::after,.ht-pairing-warbler .hb-dark-pattern .field-hs-postcard-link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .field-hs-postcard-link a:hover::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e0dfdc' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .field-hs-postcard-link a:hover::after,.ht-pairing-firefinch .hb-dark-pattern .field-hs-postcard-link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .field-hs-postcard-link a:hover::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23fce7b1' stroke-width%3D'2' fill%3D'none'/%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.8rem;line-height:127%;margin-bottom:1rem}.hb-vertical-linked-card{position:relative;background-color:rgba(0,0,0,0)}.hb-stretch-vertical-linked-cards .hb-vertical-linked-card{display:flex;flex-flow:column nowrap}.hb-vertical-linked-card__img{overflow:hidden}.hb-vertical-linked-card__img img{width:100%;transition:transform 300ms 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 300ms ease-in-out;padding:1.6rem 5.4rem 1.6rem 1.6rem;color:#fff;background-color:#600e0e;background-color:var(--palette--primary);margin:0}@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}}.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:#330808;background-color:var(--palette--primary-dark);text-decoration:underline}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23ffffff' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");position:absolute;right:0;transition:background-position 300ms ease-in-out;bottom:0.7rem}.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.8rem;line-height:127%;word-break:break-word;flex:1 1 auto;background-color:#dbdcde;background-color:var(--palette--tertiary-reversed);padding:1.6rem 1.6rem 2.8rem}@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'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .block-layout-builder .link a:hover .fa-ext::after,.ht-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")}.ht-pairing-bluejay .block-layout-builder .link a:hover .fa-ext::after,.ht-pairing-bluejay .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")}.ht-pairing-warbler .block-layout-builder .link a:hover .fa-ext::after,.ht-pairing-warbler .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'%2341473e' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .block-layout-builder .link a:hover .fa-ext::after,.ht-pairing-firefinch .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'%23330808' 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:#b3b5b9}.block-hs-blocks:not(:last-child),.hb-sidebar-block:not(:last-child){margin-bottom:1.8rem}.block__title{margin-top:0;margin-bottom:2rem;width:100%}.field-label,.views-label{font-style:normal;text-transform:uppercase;color:#000;font-weight:600;font-size:1.4rem;margin-bottom:0}.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:#b1040e;color:var(--palette--tertiary);background-image:none}.email a:hover,.email a:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.hb-local-footer .email a{background-image:none}.hb-local-footer .email a:hover,.hb-local-footer .email a:focus{color:#4d0206;color:var(--palette--tertiary-darken-20);background-image:none}.hb-dark-pattern .email a,.hb-dark-inversion .views-element-container .email a{color:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern .email a:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .email a:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .email a:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .email a:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .email a:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .email a:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .email a:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .email a:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .email a:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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:#343639}.address{margin:0;font-style:italic;color:#343639}.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:#dbdcde}.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:#343639;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:#600e0e;background-color:var(--palette--primary);color:#fff;font-weight:600}.hb-dark-pattern .hb-table-pattern__row,.hb-dark-inversion .views-element-container .hb-table-pattern__row{background-color:#600e0e;background-color:var(--palette--primary)}@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:#dbdcde}.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:#e8e9ea;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'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.ht-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")}.ht-pairing-bluejay .hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.ht-pairing-bluejay .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")}.ht-pairing-warbler .hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.ht-pairing-warbler .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'%2341473e' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-table-pattern__row>:nth-child(n) a:hover .fa-ext::after,.ht-pairing-firefinch .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'%23330808' 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:#600e0e;background-color:var(--palette--primary)}@media(min-width: 768px){.hb-table-row::before{display:none}}.hb-table-row:nth-child(even){background-color:#f4f4f4}.hb-table-row__column{padding:1.6rem;vertical-align:top;border:1px solid;border-color:#dbdcde}.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'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-table-row__column a:hover .fa-ext::after,.ht-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")}.ht-pairing-bluejay .hb-table-row__column a:hover .fa-ext::after,.ht-pairing-bluejay .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")}.ht-pairing-warbler .hb-table-row__column a:hover .fa-ext::after,.ht-pairing-warbler .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'%2341473e' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-table-row__column a:hover .fa-ext::after,.ht-pairing-firefinch .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'%23330808' 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:#dbdcde}}.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:2.8rem 0;background-color:#dde0e0;background-color:var(--palette--spotlight)}.hb-spotlight--background-gray{background-color:#dbdcde}.hc-pairing-lake .hb-spotlight{background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}@media(min-width: 768px){.hb-spotlight{padding:3.2rem 0;margin:3.2rem 0}}.hs-full-width .hb-spotlight{margin:calc(-1 * 3.2rem) 0 3.2rem}.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 * 2.8rem)) !important;display:block}@media(min-width: 768px){.hb-spotlight__wrapper{width:calc(100% - (2 * 3.2rem)) !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}}@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 2.8rem;font-weight:400;line-height:112%;margin:0 0 2rem}@media(min-width: 768px){.hb-spotlight__text .field-hs-spotlight-title h2{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3rem;line-height:108%;margin:0 0 3.2rem}.hb-font-sans-serif .hb-spotlight__text .field-hs-spotlight-title h2{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}}@media(min-width: 768px)and (min-width: 768px){.hb-spotlight__text .field-hs-spotlight-title h2{font-size:3.6rem}}@media(min-width: 768px){.hb-spotlight__text .field-hs-spotlight-title h2{margin:0 0 2rem}}.hb-spotlight__text .field-hs-spotlight-link{margin-top:2.8rem}.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 300ms ease-in-out,border-color 300ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;padding:0.6rem 2.6rem;color:#fff;background-color:#8c1515;background-color:var(--palette--secondary);border-color:#8c1515;border-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{background-color:#343639;background-color:var(--palette--secondary-darken-12);border-color:#343639;border-color:var(--palette--secondary-darken-12);color:#fff}.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:#8c1515;background-color:var(--palette--secondary);border-color:#fff;color:#fff}.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{box-shadow:0 0 0 0.1rem #b1040e;box-shadow:0 0 0 0.1rem var(--palette--secondary-active)}.hb-spotlight__image-wrapper{margin-bottom:2.8rem}@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:3.2rem}}@media(min-width: 768px){.hb-spotlight--image-left .hb-spotlight__image-wrapper{margin-right:3.2rem}}.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 * 3.2rem) 0 3.2rem}.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}.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:#b3b5b9;padding:0 2.2rem;margin:0 0.8rem;font-size:0;transition:transform 300ms ease-in-out}.paragraph--type--hs-sptlght-slder .slick-dots li button:hover{transform:scale(0.9);background-color:#000}.paragraph--type--hs-sptlght-slder .slick-dots li.slick-active button{background-color:#000}.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 300ms 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'%23000000'/%3E%3C/svg%3E");content:"";height:3rem;width:1.7rem;position:absolute;top:2.9rem;transition:transform 300ms ease-in-out}.paragraph--type--hs-sptlght-slder .slick__arrow button.slick-prev{right:0;border-radius:8.8rem 0 0 8.8rem;bottom:18.8rem}.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:8.4rem}.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% - 3rem)}: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:#b3b5b9;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'%23343639'/%3E%3C/svg%3E")}.hb-spotlight .hb-testimonial__wrapper::before{background-color:#dde0e0;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .hb-testimonial__wrapper::before{background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.hb-dark-pattern .hb-testimonial__wrapper,.hb-dark-inversion .views-element-container .hb-testimonial__wrapper{border-color:#fff}.hb-dark-pattern .hb-testimonial__wrapper::before,.hb-dark-inversion .views-element-container .hb-testimonial__wrapper::before{background-color:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__wrapper,.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__wrapper{border-color:#8c1515;border-color:var(--palette--secondary)}.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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__wrapper::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__wrapper::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__wrapper::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__wrapper::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}@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__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:#8c1515;color:var(--palette--secondary);font-weight:600;word-break:break-word}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 300ms ease-in-out;will-change:contents}.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23005b6c' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23C74632' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.hb-testimonial__link a:hover,.hb-testimonial__link a:focus{color:#343639;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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.ht-pairing-cardinal .hb-testimonial__link a:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-testimonial__link a:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23570d0d' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-testimonial__link a:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23003b45' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-testimonial__link a:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23963526' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.hb-testimonial__link a:hover,.hb-testimonial__link a:focus{text-decoration:underline}.hb-testimonial__link a::after{height:2.5rem;width:2.5rem;margin-bottom:-0.7rem}.hb-dark-pattern .hb-testimonial__link a,.hb-dark-inversion .views-element-container .hb-testimonial__link a{color:#f4f4f4;color:var(--palette--tertiary-highlight)}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .hb-testimonial__link a::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hb-testimonial__link a::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e9f5f6' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hb-testimonial__link a::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23faf8f7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hb-testimonial__link a::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23FEF6E2' stroke-width%3D'2' fill%3D'none'/%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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10)}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .hb-testimonial__link a:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hb-testimonial__link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hb-testimonial__link a:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hb-testimonial__link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23c5e5e7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hb-testimonial__link a:hover::after,.ht-pairing-warbler .hb-dark-pattern .hb-testimonial__link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e0dfdc' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hb-testimonial__link a:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hb-testimonial__link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-testimonial__link a:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23fce7b1' stroke-width%3D'2' fill%3D'none'/%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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23ffffff' stroke-width%3D'2' fill%3D'none'/%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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23ffffff' stroke-width%3D'2' fill%3D'none'/%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:#8c1515;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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23005b6c' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23C74632' stroke-width%3D'2' fill%3D'none'/%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:#343639;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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23570d0d' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23003b45' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .hb-testimonial__link a:focus::after,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-testimonial__link a:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23963526' stroke-width%3D'2' fill%3D'none'/%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:#8c1515;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.4rem}}.js-pager__items{margin:3.2rem 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:#8c1515;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:#8c1515;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:#f4f4f4;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:#dbdcde;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:#343639;display:inline-block;padding:0.6rem 0.9rem;border-radius:30px;min-width:3.1rem;text-align:center;text-decoration:none;transition:background-color 300ms 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:#dbdcde}.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:#f4f4f4;border-color:var(--palette--tertiary-highlight)}.pager__item.is-active{background-color:#343639;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:#f4f4f4;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 300ms ease-in-out,border-color 300ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;padding:0.6rem 2.6rem;color:#fff;background-color:#8c1515;background-color:var(--palette--secondary);border-color:#8c1515;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:#343639;background-color:var(--palette--secondary-darken-12);border-color:#343639;border-color:var(--palette--secondary-darken-12);color:#fff}.button:active,.button:focus,a.button:active,a.button:focus{background-color:#8c1515;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.1rem #b1040e;box-shadow:0 0 0 0.1rem 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:#8c1515;color:var(--palette--secondary);text-decoration:underline;line-height:1.4;border:1px solid;border-color:rgba(0,0,0,0);padding:0.3rem 0.6rem}.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:#dbdcde;color:var(--palette--tertiary-reversed)}.button[data-drupal-selector=edit-reset]:hover,a.button[data-drupal-selector=edit-reset]:hover{color:#343639;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:#f4f4f4;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}.button[data-drupal-selector=edit-reset]:focus,.button[data-drupal-selector=edit-reset]:active,a.button[data-drupal-selector=edit-reset]:focus,a.button[data-drupal-selector=edit-reset]:active{border-color:#8c1515;border-color:var(--palette--secondary);box-shadow:none}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 300ms ease-in-out,border-color 300ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;padding:0.6rem 2.6rem;color:#fff;background-color:#8c1515;background-color:var(--palette--secondary);border-color:#8c1515;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:#343639;background-color:var(--palette--secondary-darken-12);border-color:#343639;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:#8c1515;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.1rem #b1040e;box-shadow:0 0 0 0.1rem 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 300ms ease-in-out,border-color 300ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;padding:0.6rem 2.6rem;color:#fff;background-color:#8c1515;background-color:var(--palette--secondary);border-color:#8c1515;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:#343639;background-color:var(--palette--secondary-darken-12);border-color:#343639;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:#8c1515;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.1rem #b1040e;box-shadow:0 0 0 0.1rem 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 300ms ease-in-out,border-color 300ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;padding:0.6rem 2.6rem;color:#fff;background-color:#8c1515;background-color:var(--palette--secondary);border-color:#8c1515;border-color:var(--palette--secondary);font-size:1.8rem;border-width:0.3rem;padding:0.8rem 3.5rem}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:#343639;background-color:var(--palette--secondary-darken-12);border-color:#343639;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:#8c1515;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.1rem #b1040e;box-shadow:0 0 0 0.1rem 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 300ms ease-in-out,border-color 300ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;padding:0.6rem 2.6rem;border-color:#8c1515;border-color:var(--palette--secondary);color:#8c1515;color:var(--palette--secondary);border-width:0.1rem}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:#8c1515;background-color:var(--palette--secondary);border-color:#8c1515;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:#8c1515;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)}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:#8c1515;background-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{outline:0.2rem solid;outline-color:#fff;box-shadow:0 0 0 0.3rem #b1040e;box-shadow:0 0 0 0.3rem 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:#f4f4f4;color:var(--palette--tertiary-highlight);border-color:#f4f4f4;border-color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);border-color:#dbdbdb;border-color:var(--palette--tertiary-highlight-darken-10)}.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 * 2.8rem)) !important;background-color:rgba(234,171,0,.6);padding:2rem;margin-bottom:4rem}@media(min-width: 768px){.node--unpublished{width:calc(100% - (2 * 3.2rem)) !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:3.2rem}.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.4rem;margin-top:-1rem}@media(min-width: 768px){.private-page .title::before{height:3.6rem;width:3.6rem;margin-right:1rem;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:#8c1515;color:var(--palette--secondary)}.field-hs-priv-file-document a:hover,.field-hs-priv-file-document a:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.field-hs-time-title h2{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:2.2rem;line-height:120%}.hb-font-sans-serif .field-hs-time-title h2{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){.field-hs-time-title h2{font-size:2.5rem;line-height:115%}}.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:#600e0e;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:#600e0e;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:#600e0e;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:2rem;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:#b3b6b9;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.4rem}.hb-timeline__collapsed .hb-timeline-item[open] .hb-timeline-item__revealed-details{animation:timelineFadeInDown 350ms ease-in-out forwards}.hb-timeline-item__heading{color:#600e0e;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'%23600e0e'%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}.ht-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")}.ht-pairing-bluejay .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")}.ht-pairing-warbler .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'%23003b45'%3E%3Cpath d%3D'M0 0L5 5L10 0H0Z'/%3E%3C/svg%3E")}.ht-pairing-firefinch .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'%23A64C47'%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:124%}@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 * 3.2rem) 0 3.2rem}.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}.hb-has-animation-enhancements .field-hs-gradient-hero-image::before.animate{animation-duration:1200ms;animation-timing-function:ease-out;animation-name:traditionalHeroOverlay}.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 * 3.2rem) 0 3.2rem}.hs-full-width .hb-gradient-hero :is(.hb-gradient-hero){margin-top:0}.hb-gradient-hero::before{background-color:rgba(28,29,30,.85);background-color:var(--palette--primary-hero-overlay);content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hb-has-animation-enhancements .hb-gradient-hero::before.animate{animation-duration:1200ms;animation-timing-function:ease-out;animation-name:traditionalHeroOverlay}.hb-gradient-hero__image-wrapper{position:absolute;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.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-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 * 2.8rem)) !important;max-width:150rem !important;padding-right:2.4rem}@media(min-width: 768px){.hb-gradient-hero__text{width:calc(100% - (2 * 3.2rem)) !important}}.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:1700ms;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-name:traditionalHeroText}.hb-gradient-hero__text h2{font-size:2.7rem;line-height:117%;margin:0 0 2.8rem;font-weight:400;line-height:112%}@media(min-width: 768px){.hb-gradient-hero__text h2{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3rem;line-height:108%;margin:0 0 3.2rem}.hb-font-sans-serif .hb-gradient-hero__text h2{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}}@media(min-width: 768px)and (min-width: 768px){.hb-gradient-hero__text h2{font-size:3.6rem}}.hb-gradient-hero__text ul li::before{background-color:#8c1515;background-color:var(--palette--secondary)}.hb-gradient-hero__text ol li::before{color:#b1040e;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:100%}@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:60%}}@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__text h2,.hb-gradient-hero__text .field-hs-gradient-hero-body p{margin-bottom:0}.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.8rem;line-height:127%;margin-top:1.4rem}@media(min-width: 768px){.hb-gradient-hero__text .field-hs-gradient-hero-body p{margin-top:2.4rem;width:60%}}@media(min-width: 992px){.hb-gradient-hero__text .field-hs-gradient-hero-body p{width:50%}}.hb-gradient-hero__text a{font-weight:400;font-size:1.8rem;line-height:127%;color:#dbdcde;color:var(--palette--tertiary-reversed);background-image:none}.hb-gradient-hero__text a:hover,.hb-gradient-hero__text a:focus{color:#f4f4f4;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;display:inline-block;font-weight:600;padding:0.4rem 2rem;text-decoration:none;text-align:center;transition:all 300ms ease-in-out;background-color:#8c1515;background-color:var(--palette--secondary);color:#fff;border-color:rgba(0,0,0,0);border-width:3px;border-style:solid;margin-top: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{background-color:rgba(0,0,0,0);border-color:#8c1515;border-color:var(--palette--secondary)}.hb-gradient-hero__text .field-hs-gradient-hero-link a:focus,.hb-gradient-hero__text .field-hs-gradient-hero-link button:focus{outline:0.2rem solid;outline-color:#fff;box-shadow:0 0 0 0.3rem #600e0e;box-shadow:0 0 0 0.3rem var(--palette--primary)}@media(min-width: 576px){.hb-gradient-hero__text .field-hs-gradient-hero-link a,.hb-gradient-hero__text .field-hs-gradient-hero-link button{max-width:80%}}@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:2.4rem;max-width:60%}}@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:50%}}@media(min-width: 1200px){.hb-gradient-hero__text .field-hs-gradient-hero-link a,.hb-gradient-hero__text .field-hs-gradient-hero-link button{margin-top:3.2rem}}@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 * 3.2rem) 0 3.2rem}.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}.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:#b3b5b9;padding:0 2.2rem;margin:0 0.8rem;font-size:0;transition:transform 300ms ease-in-out}.paragraph--type--hs-gradient-hero-slider .slick-dots li button:hover{transform:scale(0.9);background-color:#000}.paragraph--type--hs-gradient-hero-slider .slick-dots li.slick-active button{background-color:#000}.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 300ms 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'%23000000'/%3E%3C/svg%3E");content:"";height:3rem;width:1.7rem;position:absolute;top:2.9rem;transition:transform 300ms ease-in-out}.paragraph--type--hs-gradient-hero-slider .slick__arrow button.slick-prev{right:0;border-radius:8.8rem 0 0 8.8rem;bottom:18.8rem}.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:8.4rem}.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% - 3rem)}: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:2rem}@media(min-width: 768px){.hb-callout-box{width:40%}.hb-callout-box--align-right{float:right;margin-left:2rem}.hb-callout-box--align-left{float:left;margin-right:2rem}}.hb-callout-box .hs-font-splash:first-of-type{margin-top:0}.hb-callout-box--well{background-color:#f4f4f4;background-color:var(--palette--tertiary-highlight);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(28,29,30,.85);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:#343639}.hb-color-band--light,.hb-color-band--light::before,.hb-color-band--light::after{background-color:#d9dede;background-color:var(--palette--spotlight-lighten-8)}.hb-color-band--light .hb-color-band--text{color:#000}.hb-color-band--text{color:#fff;padding:2rem}.ptype-stanford-gallery .su-gallery-description{margin-bottom:2.8rem}.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 300ms ease-in-out,border-color 300ms ease-in-out;font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;padding:0.6rem 2.6rem;color:#fff;background-color:#8c1515;background-color:var(--palette--secondary);border-color:#8c1515;border-color:var(--palette--secondary);margin-top:2.8rem}.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:#343639;background-color:var(--palette--secondary-darken-12);border-color:#343639;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:#8c1515;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.1rem #b1040e;box-shadow:0 0 0 0.1rem 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 300ms 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'%23000000'/%3E%3C/svg%3E");content:"";height:3rem;width:1.7rem;position:absolute;top:2.9rem;transition:transform 300ms ease-in-out}.ptype-stanford-gallery .hs-gallery-slideshow .slick__arrow button.slick-prev{right:0;border-radius:8.8rem 0 0 8.8rem;bottom:18.8rem}.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:8.4rem}.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% - 3rem)}: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.1rem 0.3rem 1.7rem #dbdcde;padding:2rem}.hb-raised-cards .ptype-stanford-gallery .paragraph--view-mode--default .field-media-image-caption{left:2rem;bottom:2rem;width:calc(100% - (2rem * 2))}#cboxPrevious,#cboxNext,#cboxClose{background:#fff;width:4.4rem;opacity:50%;transition:opacity 300ms 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'%23000000'/%3E%3C/svg%3E");content:"";height:3rem;width:1.7rem;position:absolute;top:2.9rem;transition:transform 300ms ease-in-out}#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'%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");content:"";height:2rem;width:2rem;position:absolute;top:1.2rem;right:1.2rem;transform:rotate(-45deg);transition:transform 300ms ease-in-out}#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'%23000000' stroke-linecap%3D'round' /%3E%3C/svg%3E");height:0.2rem;top:2.1rem;transform:rotate(0deg)}#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: 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 * 2.8rem)) !important;margin-bottom:4rem;border-bottom:2px solid #0678be}@media(min-width: 768px){.block--local-tasks{width:calc(100% - (2 * 3.2rem)) !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 300ms 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 2rem 2rem}drupal-media .hb-media-image.align-left,drupal-media .caption.align-left{width:auto;margin:initial;padding:0 2rem 2rem 0}.media-library-item__edit{z-index:2}.hs-breakout-box{background-color:#dde0e0;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-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3.4rem;line-height:110%}.hb-font-sans-serif .hb-heading-1{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){.hb-heading-1{font-size:4.2rem}}.hb-heading-2{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3rem;line-height:108%}.hb-font-sans-serif .hb-heading-2{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){.hb-heading-2{font-size:3.6rem}}.hb-heading-3{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:2.2rem;line-height:120%}.hb-font-sans-serif .hb-heading-3{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){.hb-heading-3{font-size:2.5rem;line-height:115%}}.hb-heading-4{font-weight:600;font-size:1.8rem;line-height:124%}.hb-heading-5{font-weight:600;font-size:1.6rem;line-height:126%}.hb-heading-6{text-transform:uppercase;font-weight:700;font-size:1.4rem;line-height:124%}.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;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde}.hb-link:hover,.hb-link:focus,.hb-link.ext:hover,.hb-link.ext:focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}.hb-link-inline{color:#b1040e;color:var(--palette--tertiary);background-image:none}.hb-link-inline:hover,.hb-link-inline:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.hb-local-footer .hb-link-inline{background-image:none}.hb-local-footer .hb-link-inline:hover,.hb-local-footer .hb-link-inline:focus{color:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hb-link-inline:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .hb-link-inline:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-link-inline:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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:#8c1515;color:var(--palette--secondary)}.hb-well .hb-highlighted-label .field-label{color:#343639 !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:600;font-size:1.4rem;margin-bottom:0;font-size:1.6rem;font-style:normal;text-transform:inherit;color:#8c1515;color:var(--palette--secondary)}.hb-well .views-row .hb-highlighted-label,.hb-well .views-row .hb-highlighted-label a{color:#343639 !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:#343639;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:#343639;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 300ms ease-in-out;margin-bottom:0.5rem;background-color:#e8e9ea;background-color:var(--palette--secondary-highlight);color:#343639;padding:0.1rem 0.6rem;font-weight:600;text-transform:uppercase}.hb-dark-pattern .hb-pill,.hb-dark-inversion .views-element-container .hb-pill{color:#343639 !important}a.hb-pill{display:inline-block;font-size:1.4rem;text-decoration:none;transition:background-color 300ms ease-in-out;margin-bottom:0.5rem;background-color:#e8e9ea;background-color:var(--palette--secondary-highlight);color:#343639;padding:0.1rem 0.6rem;font-weight:600;text-transform:uppercase;background-image:none}.hb-dark-pattern a.hb-pill,.hb-dark-inversion .views-element-container a.hb-pill{color:#343639 !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}a.hb-pill:focus,a.hb-pill:hover{background-color:#b3b6b9;background-color:var(--palette--secondary-highlight-darken)}.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:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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:#b3b5b9;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'%23343639'/%3E%3C/svg%3E")}.hb-spotlight .hb-blockquote:not(.hb-testimonial__quote)::before{background-color:#dde0e0;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .hb-blockquote:not(.hb-testimonial__quote)::before{background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.hb-dark-pattern .hb-blockquote:not(.hb-testimonial__quote),.hb-dark-inversion .views-element-container .hb-blockquote:not(.hb-testimonial__quote){border-color:#fff}.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:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote:not(.hb-testimonial__quote){border-color:#8c1515;border-color:var(--palette--secondary)}.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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}.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:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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:#b3b5b9;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'%23343639'/%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:#dde0e0;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:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#fff}.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:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote){border-color:#8c1515;border-color:var(--palette--secondary)}.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-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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .hb-blockquote .views-row hb-blockquote:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .hb-blockquote .views-row hb-blockquote a:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}.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:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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:#b3b5b9;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'%23343639'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-left:not(.hb-testimonial__quote)::before{background-color:#dde0e0;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-left:not(.hb-testimonial__quote)::before{background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#fff}.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:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left:not(.hb-testimonial__quote){border-color:#8c1515;border-color:var(--palette--secondary)}.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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}.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:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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:#b3b5b9;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'%23343639'/%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:#dde0e0;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:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#fff}.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:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote){border-color:#8c1515;border-color:var(--palette--secondary)}.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-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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-left .views-row highlight-block-left:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-left .views-row highlight-block-left a:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}.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:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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:#b3b5b9;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'%23343639'/%3E%3C/svg%3E")}.hb-spotlight .highlight-block-right:not(.hb-testimonial__quote)::before{background-color:#dde0e0;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight .highlight-block-right:not(.hb-testimonial__quote)::before{background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#fff}.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:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right:not(.hb-testimonial__quote){border-color:#8c1515;border-color:var(--palette--secondary)}.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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}.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:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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:#b3b5b9;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'%23343639'/%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:#dde0e0;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:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#fff}.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:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote){border-color:#8c1515;border-color:var(--palette--secondary)}.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-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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width .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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .highlight-block-right .views-row highlight-block-right:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well .highlight-block-right .views-row highlight-block-right a:not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width .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'%23C74632'/%3E%3C/svg%3E")}.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-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3.4rem;line-height:110%;margin:0}.hb-font-sans-serif .hb-title h1,.hb-font-sans-serif .hb-title h2,.hb-font-sans-serif .hb-title h3,.hb-font-sans-serif .hb-title h4,.hb-font-sans-serif .hb-title h5,.hb-font-sans-serif .hb-title h6{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@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.2rem}}.hb-serif{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400}.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:#8c1515;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:#e8e9ea;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 300ms 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:#343639;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:#dbdbdb !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,.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 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-bottom:0.4rem}.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:3.2rem}.field-hs-text-area h2,.field-hs-priv-text-area h2{margin-top:2.8rem}.field-hs-text-area h3,.field-hs-priv-text-area h3{margin-top:2rem}.field-hs-text-area h4,.field-hs-priv-text-area h4{margin-top:1.8rem}.field-hs-text-area h5,.field-hs-priv-text-area h5{margin-top:1.8rem}.field-hs-text-area h6,.field-hs-priv-text-area h6{margin-top:1.8rem}.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 300ms 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:#343639;font-size:1.6rem}.hb-dark-pattern .hs-caption,.hb-dark-pattern .views-row hs-caption,.hb-dark-pattern .views-row hs-caption a{color:#f4f4f4}.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:#343639;font-size:1.6rem}.hb-dark-pattern .caption,.hb-dark-pattern .views-row caption,.hb-dark-pattern .views-row caption a{color:#f4f4f4}.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:#343639;font-style:italic;font-size:1.6rem}.hb-dark-pattern .hs-credits,.hb-dark-pattern .views-row hs-credits,.hb-dark-pattern .views-row hs-credits a{color:#f4f4f4}.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:#343639;font-style:italic;font-size:1.6rem}.hb-dark-pattern .credits,.hb-dark-pattern .views-row credits,.hb-dark-pattern .views-row credits a{color:#f4f4f4}.caption figcaption{text-align:right}.hs-font-lead,.summary{font-size:2rem;font-weight:600;line-height:127%;color:#343639}@media(min-width: 992px){.hs-font-lead,.summary{font-size:2.2rem}}.hb-dark-pattern .hs-font-lead,.hb-dark-pattern .summary{color:#f4f4f4}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:1700ms;animation-fill-mode:forwards;animation-name:traditionalLeadFont}@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:1700ms;animation-fill-mode:forwards;animation-name:traditionalSplashFont}@media screen and (prefers-reduced-motion: reduce){.hb-has-animation-enhancements .hs-font-splash.animate{animation:none}}.hs-font-splash~.hs-font-lead{animation-duration:1450ms !important;animation-delay:250ms}@media(prefers-reduced-motion: reduce){.hs-font-splash~.hs-font-lead{animation-delay:-1s;animation-duration:1s !important;animation-iteration-count:1}}.hs-font-splash,.hs-font-splash .infotext{font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;font-weight:400;font-size:3.4rem;line-height:110%;color:#600e0e;color:var(--palette--primary)}.hb-font-sans-serif .hs-font-splash,.hb-font-sans-serif .hs-font-splash .infotext{font-family:"Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif}@media(min-width: 768px){.hs-font-splash,.hs-font-splash .infotext{font-size:4.2rem}}@media(min-width: 768px){.hs-font-splash,.hs-font-splash .infotext{margin:3.2rem 0 1.4rem}}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 2rem 2rem}@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 2rem 2rem 0}@media(min-width: 576px){.align-left{max-width:50%}}@media(min-width: 768px){.align-left{max-width:75%}}.align-center{margin:0 auto 2rem}.align-center img{margin:0 auto}blockquote:nth-child(n){color:#8c1515;color:var(--palette--secondary);font-size:2.4rem;font-weight:400;font-style:italic;text-align:center;font-family:"Source Serif Pro","Georgia","Times","Times New Roman",serif;line-height:136%}@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:#b3b5b9;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'%23343639'/%3E%3C/svg%3E")}.hb-spotlight blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-color:#dde0e0;background-color:var(--palette--spotlight)}.hc-pairing-lake .hb-spotlight blockquote:nth-child(n):not(.hb-testimonial__quote)::before{background-color:#e8e9ea;background-color:var(--palette--secondary-highlight)}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight)}.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:#fff}.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:#330808;background-color:var(--palette--primary-dark);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'%23ffffff'/%3E%3C/svg%3E")}.hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n):not(.hb-testimonial__quote),.hb-dark-pattern .hs-paragraph-style--well-full-width blockquote:nth-child(n):not(.hb-testimonial__quote){border-color:#8c1515;border-color:var(--palette--secondary)}.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-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")}.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n):not(.hb-testimonial__quote)::before,.ht-pairing-cardinal .hb-dark-pattern .hs-paragraph-style--well-full-width 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")}.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n):not(.hb-testimonial__quote)::before,.ht-pairing-bluejay .hb-dark-pattern .hs-paragraph-style--well-full-width 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")}.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n):not(.hb-testimonial__quote)::before,.ht-pairing-warbler .hb-dark-pattern .hs-paragraph-style--well-full-width 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'%23005b6c'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well blockquote:nth-child(n):not(.hb-testimonial__quote)::before,.ht-pairing-firefinch .hb-dark-pattern .hs-paragraph-style--well-full-width 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'%23C74632'/%3E%3C/svg%3E")}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:#b1040e;color:var(--palette--tertiary);background-image:none;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:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a[href*="//"].hs-external-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .hs-external-link a[href*="//"]:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-external-link a[href*="//"]:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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'%23b1040e' 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}.ht-pairing-cardinal a[href*="//"].hs-external-link::after,.ht-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")}.ht-pairing-bluejay a[href*="//"].hs-external-link::after,.ht-pairing-bluejay .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")}.ht-pairing-warbler a[href*="//"].hs-external-link::after,.ht-pairing-warbler .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")}.ht-pairing-firefinch a[href*="//"].hs-external-link::after,.ht-pairing-firefinch .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'%234d0206' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-cardinal a[href*="//"].hs-external-link:hover::after,.ht-pairing-cardinal a[href*="//"].hs-external-link:focus::after,.ht-pairing-cardinal .hs-external-link a[href*="//"]:hover::after,.ht-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")}.ht-pairing-bluejay a[href*="//"].hs-external-link:hover::after,.ht-pairing-bluejay a[href*="//"].hs-external-link:focus::after,.ht-pairing-bluejay .hs-external-link a[href*="//"]:hover::after,.ht-pairing-bluejay .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")}.ht-pairing-warbler a[href*="//"].hs-external-link:hover::after,.ht-pairing-warbler a[href*="//"].hs-external-link:focus::after,.ht-pairing-warbler .hs-external-link a[href*="//"]:hover::after,.ht-pairing-warbler .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'%2341473e' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch a[href*="//"].hs-external-link:hover::after,.ht-pairing-firefinch a[href*="//"].hs-external-link:focus::after,.ht-pairing-firefinch .hs-external-link a[href*="//"]:hover::after,.ht-pairing-firefinch .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'%23330808' 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'%23f4f4f4' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link::after,.ht-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'%23f4f4f4' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a[href*="//"].hs-external-link::after,.ht-pairing-bluejay .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'%23e9f5f6' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a[href*="//"].hs-external-link::after,.ht-pairing-warbler .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'%23faf8f7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a[href*="//"].hs-external-link::after,.ht-pairing-firefinch .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'%23FEF6E2' 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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.ht-pairing-cardinal .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.ht-pairing-cardinal .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.ht-pairing-bluejay .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.ht-pairing-bluejay .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.ht-pairing-warbler .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.ht-pairing-warbler .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a[href*="//"].hs-external-link:hover::after,.ht-pairing-firefinch .hb-dark-pattern a[href*="//"].hs-external-link:focus::after,.ht-pairing-firefinch .hb-dark-pattern .hs-external-link a[href*="//"]:hover::after,.ht-pairing-firefinch .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'%23fce7b1' 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:#b1040e;color:var(--palette--tertiary);background-image:none;color:#8c1515;color:var(--palette--secondary)}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:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.private-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.private-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .private-link a:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern .private-link a:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.private-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.private-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .private-link a:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern .private-link a:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.private-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.private-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .private-link a:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern .private-link a:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-private-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-private-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-private-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-private-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .hs-private-link a:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .hs-private-link a:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-private-link a:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-private-link a:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.private-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.private-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.private-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.private-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .private-link a:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern .private-link a:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .private-link a:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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'%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");background-repeat:no-repeat;background-size:cover}.ht-pairing-cardinal a.hs-private-link::before,.ht-pairing-cardinal .hs-private-link a::before,.ht-pairing-cardinal a.private-link::before,.ht-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")}.ht-pairing-bluejay a.hs-private-link::before,.ht-pairing-bluejay .hs-private-link a::before,.ht-pairing-bluejay a.private-link::before,.ht-pairing-bluejay .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")}.ht-pairing-warbler a.hs-private-link::before,.ht-pairing-warbler .hs-private-link a::before,.ht-pairing-warbler a.private-link::before,.ht-pairing-warbler .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'%23005b6c' 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")}.ht-pairing-firefinch a.hs-private-link::before,.ht-pairing-firefinch .hs-private-link a::before,.ht-pairing-firefinch a.private-link::before,.ht-pairing-firefinch .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'%23C74632' 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'%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")}.ht-pairing-cardinal a.hs-private-link:hover::before,.ht-pairing-cardinal .hs-private-link a:hover::before,.ht-pairing-cardinal a.private-link:hover::before,.ht-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")}.ht-pairing-bluejay a.hs-private-link:hover::before,.ht-pairing-bluejay .hs-private-link a:hover::before,.ht-pairing-bluejay a.private-link:hover::before,.ht-pairing-bluejay .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")}.ht-pairing-warbler a.hs-private-link:hover::before,.ht-pairing-warbler .hs-private-link a:hover::before,.ht-pairing-warbler a.private-link:hover::before,.ht-pairing-warbler .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'%2341473e' 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")}.ht-pairing-firefinch a.hs-private-link:hover::before,.ht-pairing-firefinch .hs-private-link a:hover::before,.ht-pairing-firefinch a.private-link:hover::before,.ht-pairing-firefinch .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'%23330808' 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 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:#b1040e;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:#4d0206;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:#8c1515;color:var(--palette--secondary);font-weight:600;word-break:break-word}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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 300ms ease-in-out;will-change:contents}.ht-pairing-cardinal a.hs-more-link::after,.ht-pairing-cardinal button.hs-more-link::after,.ht-pairing-cardinal .hs-more-link a::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay a.hs-more-link::after,.ht-pairing-bluejay button.hs-more-link::after,.ht-pairing-bluejay .hs-more-link a::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler a.hs-more-link::after,.ht-pairing-warbler button.hs-more-link::after,.ht-pairing-warbler .hs-more-link a::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23005b6c' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch a.hs-more-link::after,.ht-pairing-firefinch button.hs-more-link::after,.ht-pairing-firefinch .hs-more-link a::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23C74632' stroke-width%3D'2' fill%3D'none'/%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:#343639;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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.ht-pairing-cardinal a.hs-more-link:hover::after,.ht-pairing-cardinal a.hs-more-link:focus::after,.ht-pairing-cardinal button.hs-more-link:hover::after,.ht-pairing-cardinal button.hs-more-link:focus::after,.ht-pairing-cardinal .hs-more-link a:hover::after,.ht-pairing-cardinal .hs-more-link a:focus::after,.ht-pairing-cardinal .hs-more-link button:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay a.hs-more-link:hover::after,.ht-pairing-bluejay a.hs-more-link:focus::after,.ht-pairing-bluejay button.hs-more-link:hover::after,.ht-pairing-bluejay button.hs-more-link:focus::after,.ht-pairing-bluejay .hs-more-link a:hover::after,.ht-pairing-bluejay .hs-more-link a:focus::after,.ht-pairing-bluejay .hs-more-link button:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23570d0d' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler a.hs-more-link:hover::after,.ht-pairing-warbler a.hs-more-link:focus::after,.ht-pairing-warbler button.hs-more-link:hover::after,.ht-pairing-warbler button.hs-more-link:focus::after,.ht-pairing-warbler .hs-more-link a:hover::after,.ht-pairing-warbler .hs-more-link a:focus::after,.ht-pairing-warbler .hs-more-link button:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23003b45' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch a.hs-more-link:hover::after,.ht-pairing-firefinch a.hs-more-link:focus::after,.ht-pairing-firefinch button.hs-more-link:hover::after,.ht-pairing-firefinch button.hs-more-link:focus::after,.ht-pairing-firefinch .hs-more-link a:hover::after,.ht-pairing-firefinch .hs-more-link a:focus::after,.ht-pairing-firefinch .hs-more-link button:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23963526' stroke-width%3D'2' fill%3D'none'/%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{text-decoration:underline}a.hs-more-link::after,button.hs-more-link::after,.hs-more-link a::after,.hs-more-link button::after{height:2.5rem;width:2.5rem;margin-bottom:-0.7rem}.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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern a.hs-more-link::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link::after,.ht-pairing-cardinal .hb-dark-pattern button.hs-more-link::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link a::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link button::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-more-link::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-more-link::after,.ht-pairing-bluejay .hb-dark-pattern button.hs-more-link::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container button.hs-more-link::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link a::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-more-link a::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link button::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e9f5f6' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-more-link::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-more-link::after,.ht-pairing-warbler .hb-dark-pattern button.hs-more-link::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container button.hs-more-link::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link a::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-more-link a::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link button::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23faf8f7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-more-link::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-more-link::after,.ht-pairing-firefinch .hb-dark-pattern button.hs-more-link::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container button.hs-more-link::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link a::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-more-link a::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link button::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23FEF6E2' stroke-width%3D'2' fill%3D'none'/%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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10)}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern a.hs-more-link:hover::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-more-link:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.ht-pairing-cardinal .hb-dark-pattern button.hs-more-link:hover::after,.ht-pairing-cardinal .hb-dark-pattern button.hs-more-link:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link a:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link button:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hs-more-link button:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-more-link:hover::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-more-link:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.ht-pairing-bluejay .hb-dark-pattern button.hs-more-link:hover::after,.ht-pairing-bluejay .hb-dark-pattern button.hs-more-link:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link a:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link button:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hs-more-link button:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23c5e5e7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-more-link:hover::after,.ht-pairing-warbler .hb-dark-pattern a.hs-more-link:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.ht-pairing-warbler .hb-dark-pattern button.hs-more-link:hover::after,.ht-pairing-warbler .hb-dark-pattern button.hs-more-link:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link a:hover::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link button:hover::after,.ht-pairing-warbler .hb-dark-pattern .hs-more-link button:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e0dfdc' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-more-link:hover::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-more-link:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-more-link:hover::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-more-link:focus::after,.ht-pairing-firefinch .hb-dark-pattern button.hs-more-link:hover::after,.ht-pairing-firefinch .hb-dark-pattern button.hs-more-link:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container button.hs-more-link:hover::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container button.hs-more-link:focus::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link a:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-more-link a:hover::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-more-link a:focus::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link button:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hs-more-link button:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hs-more-link button:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23fce7b1' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}a.hs-pdf-link{color:#b1040e;color:var(--palette--tertiary);background-image:none;color:#8c1515;color:var(--palette--secondary)}a.hs-pdf-link:hover,a.hs-pdf-link:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-pdf-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-pdf-link:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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--outline{color:#b1040e;color:var(--palette--tertiary);background-image:none;color:#8c1515;color:var(--palette--secondary)}a.hs-pdf-link--outline:hover,a.hs-pdf-link--outline:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-pdf-link--outline:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-pdf-link--outline:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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::before{font-weight:400}a.hs-file-link{color:#b1040e;color:var(--palette--tertiary);background-image:none;color:#8c1515;color:var(--palette--secondary)}a.hs-file-link:hover,a.hs-file-link:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-file-link:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-file-link:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-file-link:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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--outline{color:#b1040e;color:var(--palette--tertiary);background-image:none;color:#8c1515;color:var(--palette--secondary)}a.hs-file-link--outline:hover,a.hs-file-link--outline:focus{color:#4d0206;color:var(--palette--tertiary-darken-20)}.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:#4d0206;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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10);-webkit-text-decoration-color:#dbdbdb;text-decoration-color:#dbdbdb;-webkit-text-decoration-color:var(--palette--tertiary-highlight-darken-10);text-decoration-color:var(--palette--tertiary-highlight-darken-10)}.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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right}.ht-pairing-cardinal .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-cardinal .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.ht-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'%23dbdbdb' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-bluejay .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-bluejay .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'%23c5e5e7' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-warbler .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-warbler .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'%23e0dfdc' stroke-width%3D'2' stroke-miterlimit%3D'10'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-firefinch .hb-dark-pattern a.hs-file-link--outline:focus .fa-ext::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container a.hs-file-link--outline:hover .fa-ext::after,.ht-pairing-firefinch .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'%23fce7b1' 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::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.4rem;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:#343639}}.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:#f4f4f4;background-color:var(--palette--tertiary-highlight);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:#b3b5b9}.hb-borderless{border:0 none;padding:0}.hb-views-divider .views-row:not(:last-of-type){width:100%;border-bottom:1px solid;border-color:#b3b5b9;padding-bottom:3.2rem}@media(min-width: 768px){.hb-three-column-w-image .hb-main-body-detail-image{float:right;margin:0 0 2.4rem 2.4rem}.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:#b1040e;color:var(--palette--tertiary);-webkit-text-decoration-color:#b1040e;text-decoration-color:#b1040e;-webkit-text-decoration-color:var(--palette--tertiary);text-decoration-color:var(--palette--tertiary);transition:all 300ms ease-in-out}.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:#4d0206;color:var(--palette--tertiary-darken-20)}.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{-webkit-text-decoration-color:#4d0206;text-decoration-color:#4d0206;-webkit-text-decoration-color:var(--palette--tertiary-darken-20);text-decoration-color:var(--palette--tertiary-darken-20)}.hb-dark-inversion .hb-heading-link-color:is(h1,h2,h3,h4,h5,h6,span) a:not([class]),.hb-dark-inversion .hb-heading-link-color .hb-card__title a{-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.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;text-decoration:underline;transition:-webkit-text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out;transition:text-decoration-color 300ms ease-in-out, -webkit-text-decoration-color 300ms ease-in-out;-webkit-text-decoration-color:#dbdcde;text-decoration-color:#dbdcde;cursor:pointer;float:right;margin-bottom:1.4rem}.hb-accordion-toggle-all:hover,.hb-accordion-toggle-all:focus{color:#000;background-image:none;-webkit-text-decoration-color:#600e0e;text-decoration-color:#600e0e;-webkit-text-decoration-color:var(--palette--primary);text-decoration-color:var(--palette--primary)}.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:#600e0e;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 300ms ease-in-out}.hb-accordion-secondary .ptype-hs-accordion summary:not(.hb-timeline-item__summary):hover{color:#8c1515;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'%238c1515' stroke-linecap%3D'round' /%3E%3C/svg%3E");background-size:1.8rem;transform:rotate(180deg)}.ht-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")}.ht-pairing-bluejay .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")}.ht-pairing-warbler .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'%23005b6c' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.ht-pairing-firefinch .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'%23C74632' stroke-linecap%3D'round' /%3E%3C/svg%3E")}.hb-accordion-secondary .ptype-hs-accordion details[open]{border-color:#600e0e;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:#600e0e;border-color:var(--palette--primary);border-width:0.2rem;border-top:none}.hb-single-category.label-hidden{text-transform:uppercase;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:#343639}.hb-single-category.label-hidden::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-single-category.label-hidden::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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]){text-transform:uppercase;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:#343639}.hb-single-category.entity-reference div:not([class])::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-single-category.entity-reference div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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 300ms ease-in-out;background-image:none;line-height:134%;color:#343639}.hb-single-category a:hover,.hb-single-category a:focus{border-color:#600e0e;border-color:var(--palette--primary)}.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{text-transform:uppercase;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:#343639}.views-row .hb-single-category::before{height:0.5rem;width:0.5rem;top:0.8rem}.views-row .hb-single-category::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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]){text-transform:uppercase;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:#343639}.views-row .hb-single-category.entity-reference div:not([class])::before{height:0.5rem;width:0.5rem;top:0.8rem}.views-row .hb-single-category.entity-reference div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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 300ms ease-in-out;background-image:none;line-height:134%;color:#343639}.views-row .hb-single-category a:hover,.views-row .hb-single-category a:focus{border-color:#600e0e;border-color:var(--palette--primary)}.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]){text-transform:uppercase;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:#343639}.hb-categories.entity-reference div div:not([class])::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-categories.entity-reference div div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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{text-transform:uppercase;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:#343639}.hb-categories.string div div::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-categories.string div div::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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]){text-transform:uppercase;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:#343639}.hb-categories.label-hidden>div:not([class])::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-categories.label-hidden>div:not([class])::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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 0.5rem}.hb-categories ol li,.hb-categories ul li{text-transform:uppercase;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:#343639}.hb-categories ol li::before,.hb-categories ul li::before{height:0.5rem;width:0.5rem;top:0.8rem}.hb-categories ol li::before,.hb-categories ul li::before{content:"";display:inline-block;margin-right:0.6rem;background-color:#8c1515;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 300ms ease-in-out;background-image:none;line-height:134%;color:#343639}.hb-categories a:hover,.hb-categories a:focus{border-color:#600e0e;border-color:var(--palette--primary)}.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 300ms ease-in-out;margin-bottom:0.5rem;background-color:#e8e9ea;background-color:var(--palette--secondary-highlight);color:#343639;padding:0.1rem 0.6rem;font-weight:600;text-transform:uppercase;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:#343639 !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-pill-link-list a:focus,.hb-pill-link-list a:hover{background-color:#b3b6b9;background-color:var(--palette--secondary-highlight-darken)}.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 300ms ease-in-out;margin-bottom:0.5rem;background-color:#e8e9ea;background-color:var(--palette--secondary-highlight);color:#343639;padding:0.1rem 0.6rem;font-weight:600;text-transform:uppercase}.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:#343639 !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;padding:2rem;box-shadow:0.1rem 0.3rem 1.7rem #dbdcde}.hb-raised-cards .hb-testimonial,.hb-raised-cards .hb-timelime__wrapper{background-color:#fff;box-shadow:0.1rem 0.3rem 1.7rem #dbdcde;padding:2.8rem 2rem;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:#b1040e;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:#4d0206;color:var(--palette--tertiary-darken-20)}.hb-raised-cards .hb-dark-pattern .hb-card__date-tile-month .field-content,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__date-tile-month .field-content{color:#fff}.hb-raised-cards .hb-dark-pattern .hb-card__date-tile-day .field-content,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__date-tile-day .field-content{color:#600e0e;color:var(--palette--primary)}.hb-raised-cards .hb-dark-pattern .hb-card__title a,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__title a{color:#000;-webkit-text-decoration-color:#000;text-decoration-color:#000}.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{-webkit-text-decoration-color:#4d0206;text-decoration-color:#4d0206;-webkit-text-decoration-color:var(--palette--tertiary-darken-20);text-decoration-color:var(--palette--tertiary-darken-20)}.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::after,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23b1040e' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23b1040e' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-bluejay .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23b1040e' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-warbler .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23616a5d' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a::after,.ht-pairing-firefinch .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A//www.w3.org/2000/svg' viewBox%3D'0 0 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238C1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::after,.hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::after,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::after,.hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%234d0206' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%234d0206' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%234d0206' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%2341473e' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-raised-cards .hb-dark-pattern .hb-card__decorative-link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-dark-inversion .hb-raised-cards .views-element-container .hb-card__decorative-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23330808' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.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%}}.ht-pairing-cardinal{--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}.ht-pairing-bluejay{--palette--primary: #600e0e;--palette--secondary: #8c1515;--palette--tertiary: #b1040e;--palette--primary-hero-overlay: rgba(5, 38, 44, 0.85);--palette--primary-dark: #330808;--palette--secondary-active: #b1040e;--palette--secondary-highlight: #daebed;--palette--secondary-highlight-darken: #95c6cc;--palette--secondary-darken-12: #570d0d;--palette--tertiary-highlight: #e9f5f6;--palette--tertiary-highlight-darken-10: #c5e5e7;--palette--tertiary-reversed: #daebed;--palette--tertiary-reversed-darken-10: #b8d8dc;--palette--tertiary-darken-20: #4d0206;--palette--spotlight: #e9f5f6;--palette--spotlight-lighten-8: #D0E7E1}.ht-pairing-warbler{--palette--primary: #003b45;--palette--secondary: #005b6c;--palette--tertiary: #616a5d;--palette--primary-hero-overlay: rgba(24, 21, 8, 0.8);--palette--primary-dark: #00171b;--palette--secondary-active: #8c897d;--palette--secondary-highlight: #ece8e1;--palette--secondary-highlight-darken: #d4d1cc;--palette--secondary-darken-12: #003b45;--palette--tertiary-highlight: #faf8f7;--palette--tertiary-highlight-darken-10: #e0dfdc;--palette--tertiary-reversed: #dcd9d3;--palette--tertiary-reversed-darken-10: #9e9c97;--palette--tertiary-darken-20: #41473e;--palette--spotlight: #e1eadd;--palette--spotlight-lighten-8: #DDE8DC}.ht-pairing-firefinch{--palette--primary: #A64C47;--palette--secondary: #C74632;--palette--tertiary: #8C1515;--palette--primary-hero-overlay: rgba(21, 10, 9, 0.92);--palette--primary-dark: #823c38;--palette--secondary-active: #8C1515;--palette--secondary-highlight: #F4F4F4;--palette--secondary-highlight-darken: #c1c1c1;--palette--secondary-darken-12: #963526;--palette--tertiary-highlight: #FEF6E2;--palette--tertiary-highlight-darken-10: #fce7b1;--palette--tertiary-reversed: #F4F4F4;--palette--tertiary-reversed-darken-10: #dbdbdb;--palette--tertiary-darken-20: #330808;--palette--spotlight: #E0E0D1;--palette--spotlight-lighten-8: #DCDED0}.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:#8c1515;color:var(--palette--secondary);font-weight:600;word-break:break-word}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");margin-left:0.8rem;background-size:85%;transition:transform 300ms ease-in-out;will-change:contents}.ht-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%238c1515' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23005b6c' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23C74632' stroke-width%3D'2' fill%3D'none'/%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:#343639;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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%;transform:translateX(0.25rem)}.ht-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-cardinal .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23343639' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-bluejay .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23570d0d' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-warbler .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23003b45' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-firefinch .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23963526' stroke-width%3D'2' fill%3D'none'/%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{text-decoration:underline}.hb-display-more-link-text .hb-card__decorative-link a::after,.hb-display-more-link-text .field-hs-postcard-link a::after{height:2.5rem;width:2.5rem;margin-bottom:-0.7rem}.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:#f4f4f4;color:var(--palette--tertiary-highlight)}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23f4f4f4' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e9f5f6' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23faf8f7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a::after,.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23FEF6E2' stroke-width%3D'2' fill%3D'none'/%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:#dbdbdb;color:var(--palette--tertiary-highlight-darken-10)}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-cardinal .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.ht-pairing-cardinal .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdbdb' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-bluejay .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.ht-pairing-bluejay .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-bluejay .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23c5e5e7' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-warbler .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.ht-pairing-warbler .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-warbler .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23e0dfdc' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E")}.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:hover::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-display-more-link-text .hb-card__decorative-link a:focus::after,.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-firefinch .hb-dark-pattern .hb-display-more-link-text .field-hs-postcard-link a:focus::after,.ht-pairing-firefinch .hb-dark-inversion .views-element-container .hb-display-more-link-text .field-hs-postcard-link a:hover::after,.ht-pairing-firefinch .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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23fce7b1' stroke-width%3D'2' fill%3D'none'/%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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23ffffff' stroke-width%3D'2' fill%3D'none'/%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:#dbdcde}.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 22 14'%3E%3Cpath d%3D'M0 7h20M14 1l6 5.923-6 5.577' stroke%3D'%23dbdcde' stroke-width%3D'2' fill%3D'none'/%3E%3C/svg%3E");background-size:85%}.hb-dark-pattern{color:#fff;background-color:#330808;background-color:var(--palette--primary-dark)}.views-element-container .hb-dark-pattern{padding:2rem}.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:#330808;background-color:var(--palette--primary-dark);padding:2rem}.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: 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}.node figure{position:relative;z-index:1;box-sizing:border-box;margin-bottom:2rem}.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: 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_traditional/humsci_traditional.libraries.yml b/docroot/themes/humsci/humsci_traditional/humsci_traditional.libraries.yml index 4aecd9806a..f3246f12aa 100644 --- a/docroot/themes/humsci/humsci_traditional/humsci_traditional.libraries.yml +++ b/docroot/themes/humsci/humsci_traditional/humsci_traditional.libraries.yml @@ -6,7 +6,6 @@ base: js/index.js: {} dependencies: - core/modernizr - - classy/messages megamenu: css: theme: diff --git a/docroot/themes/humsci/su_humsci_gin_admin/su_humsci_gin_admin.info.yml b/docroot/themes/humsci/su_humsci_gin_admin/su_humsci_gin_admin.info.yml index 5f76c73f99..d552b420f0 100644 --- a/docroot/themes/humsci/su_humsci_gin_admin/su_humsci_gin_admin.info.yml +++ b/docroot/themes/humsci/su_humsci_gin_admin/su_humsci_gin_admin.info.yml @@ -2,7 +2,7 @@ name: SU HumSci Gin Admin type: theme base theme: gin description: "Gin specific overrides unique to Stanford Humsci" -core_version_requirement: ^8.8 || ^9 +core_version_requirement: ^8.8 || ^9 || ^10 version: '1.0' hidden: false diff --git a/docroot/themes/humsci/su_humsci_theme/templates/field/field.html.twig b/docroot/themes/humsci/su_humsci_theme/templates/field/field.html.twig index ee52e77df6..842eb60ec4 100644 --- a/docroot/themes/humsci/su_humsci_theme/templates/field/field.html.twig +++ b/docroot/themes/humsci/su_humsci_theme/templates/field/field.html.twig @@ -1,2 +1,2 @@ -{% extends "@stable/field/field.html.twig" %} +{% extends "@stable9/field/field.html.twig" %} {% set title_attributes = title_attributes.addClass('field-label') %} diff --git a/tests/codeception/functional/MediaCest.php b/tests/codeception/functional/MediaCest.php index 8641564eab..6aeda4ad85 100644 --- a/tests/codeception/functional/MediaCest.php +++ b/tests/codeception/functional/MediaCest.php @@ -46,7 +46,6 @@ public function testImages(FunctionalTester $I) { $I->dropFileInDropzone(__DIR__ . '/logo.jpg'); $I->click('Upload'); $I->fillField('Name', 'Logo File'); - $I->click('.claro-details summary'); $I->uncheckOption('Decorative Image'); $I->fillField('Alternative text', 'Stanford Logo'); $I->click('Save');