diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c276a5f..86538aea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,43 +7,60 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.4.2] - 2024-06-05 + +### Added +- 843b95cb SDSS-1303: Provisioned cepp (#449) +- bc2d5adf SDSS-1291: Label articles in RSS feed with external source (#435) + +### Fixed +- 3a2cc46c SDSS-478: Fix to the wysiwyg spacing with section background colors (#421) +- 3af560e6 Fix changelog commit lists. +- 86633bf4 SDSS-834: Hide non-display paragraphs values in Layout Paragraphs preview (#428) + +### Changed +- e723a971 SDSS-1253: Unpoint techtransferfordefense from hackingfordefense (#447) +- ff898444 SDSS-1283: Changed default media image mode to full responsive (#439) +- ce197716 SDSS-1288: Exclude Media Mentions from Explore More on News (#432) + + ## [4.4.1] - 2024-05-16 ### Fixed -dcb09224 SDSS-1294: Fixed logger syntax in SDSS Profile InstallTask (#443) +- dcb09224 SDSS-1294: Fixed logger syntax in SDSS Profile InstallTask (#443) ## [4.4.0] - 2024-05-16 ### Added -ff26b069 SDSS-1290: Updated Github action CI release workflow (#440) -193a1115 SDSS-1256: Added Sustainability Site Sync test and improved test automation (#431) -61cff2f8 SDSS-1269: Provisioned hph (#425) -d3cd6d37 SDSS-1262: Provision for techtransferfordefense (#424) -f4715d8e SDSS-1272: Enable search by title (#420) -a0cdcc5c SDSS-1261: List of media mention spacing (#413) -9b0fa49e SDSS-1220: Add Media Mentions list display to News list paragraph (#409) +- ff26b069 SDSS-1290: Updated Github action CI release workflow (#440) +- 193a1115 SDSS-1256: Added Sustainability Site Sync test and improved test automation (#431) +- 61cff2f8 SDSS-1269: Provisioned hph (#425) +- d3cd6d37 SDSS-1262: Provision for techtransferfordefense (#424) +- f4715d8e SDSS-1272: Enable search by title (#420) +- a0cdcc5c SDSS-1261: List of media mention spacing (#413) +- 9b0fa49e SDSS-1220: Add Media Mentions list display to News list paragraph (#409) ### Fixed -df338cfe SDSS-1292: Change headline CSS specificity (#436) -faf600ac SDSS-1286: Added admin css to stanford_profile_admin_theme and hid heading fields (#433) -89d92a5a SDSS-1249: Button color fix (#406) +- df338cfe SDSS-1292: Change headline CSS specificity (#436) +- faf600ac SDSS-1286: Added admin css to stanford_profile_admin_theme and hid heading fields (#433) +- 89d92a5a SDSS-1249: Button color fix (#406) ### Changed -bd45e591 SDSS-1266: Excluded Media Mention News from Newsroom Search (#427) -4792b275 SDSS-1266: Excluded Media Mention News from Site Search (#422) -9d5ebc1d SDSS-1257: Maintenance and dependency updates (#401) -d999afe4 SDSS-1191: Changed headline and dek for xl-md breakpoint (#389) -0472d25a SDSS-1263: Change link colors for all inline textual links (#412) -a6932607 SDSS-252: Allow Events List paragraph to be filtered by multiple taxonomies (#407) -bad9fb7f SDSS-1265: Allow adding Basic Pages to Newsroom Menu from Edit Node form (#411) -b054c483 SDSS-1235: Local footer config update (#405) -001759e3 SDSS-1252: Added additional terms to contextual filter for people list paragraph (#408) +- bd45e591 SDSS-1266: Excluded Media Mention News from Newsroom Search (#427) +- 4792b275 SDSS-1266: Excluded Media Mention News from Site Search (#422) +- 9d5ebc1d SDSS-1257: Maintenance and dependency updates (#401) +- d999afe4 SDSS-1191: Changed headline and dek for xl-md breakpoint (#389) +- 0472d25a SDSS-1263: Change link colors for all inline textual links (#412) +- a6932607 SDSS-252: Allow Events List paragraph to be filtered by multiple taxonomies (#407) +- bad9fb7f SDSS-1265: Allow adding Basic Pages to Newsroom Menu from Edit Node form (#411) +- b054c483 SDSS-1235: Local footer config update (#405) +- 001759e3 SDSS-1252: Added additional terms to contextual filter for people list paragraph (#408) ### Removed -fb883610 SDSS-1218: Disabled page cache module (#426) -3ed39a3b SDSS-1255: Uninstall earth_news_importer (#415) -6f9cc082 SDSS-1182: Remove Magazine Topics taxonomy (#410) +- fb883610 SDSS-1218: Disabled page cache module (#426) +- 3ed39a3b SDSS-1255: Uninstall earth_news_importer (#415) +- 6f9cc082 SDSS-1182: Remove Magazine Topics taxonomy (#410) -------------------------------------------------------------------------------- diff --git a/blt/blt.yml b/blt/blt.yml index 9906bc0ff..ca7687242 100644 --- a/blt/blt.yml +++ b/blt/blt.yml @@ -24,6 +24,7 @@ multisites: - abc_hub - bitsandwatts - carbon_removal + - cepp - changeleadership - climate - climatechange diff --git a/docroot/profiles/sdss/sdss_profile/config/sync/core.entity_form_display.node.stanford_event.default.yml b/docroot/profiles/sdss/sdss_profile/config/sync/core.entity_form_display.node.stanford_event.default.yml index fd79fbd7e..e4da8bf45 100644 --- a/docroot/profiles/sdss/sdss_profile/config/sync/core.entity_form_display.node.stanford_event.default.yml +++ b/docroot/profiles/sdss/sdss_profile/config/sync/core.entity_form_display.node.stanford_event.default.yml @@ -233,10 +233,10 @@ content: custom show_extra: false hide_date: true - separator: to - add_abbreviations: '' allday: true remove_seconds: false + separator: to + add_abbreviations: '' third_party_settings: { } su_event_dek: type: string_textfield diff --git a/docroot/profiles/sdss/sdss_profile/config/sync/core.entity_view_display.media.image.default.yml b/docroot/profiles/sdss/sdss_profile/config/sync/core.entity_view_display.media.image.default.yml index c2bdda4da..805a25568 100644 --- a/docroot/profiles/sdss/sdss_profile/config/sync/core.entity_view_display.media.image.default.yml +++ b/docroot/profiles/sdss/sdss_profile/config/sync/core.entity_view_display.media.image.default.yml @@ -6,7 +6,7 @@ dependencies: - field.field.media.image.field_media_image - field.field.media.image.su_media_category - media.type.image - - responsive_image.styles.card_3_2 + - responsive_image.styles.full_responsive module: - empty_fields - field_formatter_class @@ -22,7 +22,7 @@ content: type: responsive_image label: hidden settings: - responsive_image_style: card_3_2 + responsive_image_style: full_responsive image_link: '' image_loading: attribute: lazy diff --git a/docroot/profiles/sdss/sdss_profile/config/sync/core.entity_view_display.node.stanford_news.default.yml b/docroot/profiles/sdss/sdss_profile/config/sync/core.entity_view_display.node.stanford_news.default.yml index 831431c49..5d6f42b77 100644 --- a/docroot/profiles/sdss/sdss_profile/config/sync/core.entity_view_display.node.stanford_news.default.yml +++ b/docroot/profiles/sdss/sdss_profile/config/sync/core.entity_view_display.node.stanford_news.default.yml @@ -323,11 +323,11 @@ third_party_settings: centered: centered-container columns: flex-12-of-12 components: - 0dce8d5f-7572-4394-9cbc-9230ac3047a8: - uuid: 0dce8d5f-7572-4394-9cbc-9230ac3047a8 + 6b464e2e-34de-472f-8efb-a0137690ae40: + uuid: 6b464e2e-34de-472f-8efb-a0137690ae40 region: main configuration: - id: 'views_block:stanford_news-vertical_cards' + id: 'views_block:stanford_news-viewfield_block_1' label: 'Explore More' label_display: visible provider: views diff --git a/docroot/profiles/sdss/sdss_profile/config/sync/filter.format.stanford_html.yml b/docroot/profiles/sdss/sdss_profile/config/sync/filter.format.stanford_html.yml index 9f765b55e..4500f602c 100644 --- a/docroot/profiles/sdss/sdss_profile/config/sync/filter.format.stanford_html.yml +++ b/docroot/profiles/sdss/sdss_profile/config/sync/filter.format.stanford_html.yml @@ -131,7 +131,7 @@ filters: video: video su_clean_html: id: su_clean_html - provider: stanford_profile_helper + provider: stanford_decoupled status: true weight: -40 settings: { } diff --git a/docroot/profiles/sdss/sdss_profile/config/sync/filter.format.stanford_minimal_html.yml b/docroot/profiles/sdss/sdss_profile/config/sync/filter.format.stanford_minimal_html.yml index 57aafc152..08636e710 100644 --- a/docroot/profiles/sdss/sdss_profile/config/sync/filter.format.stanford_minimal_html.yml +++ b/docroot/profiles/sdss/sdss_profile/config/sync/filter.format.stanford_minimal_html.yml @@ -62,7 +62,7 @@ filters: title: true su_clean_html: id: su_clean_html - provider: stanford_profile_helper + provider: stanford_decoupled status: true weight: 99 settings: { } diff --git a/docroot/profiles/sdss/sdss_profile/config/sync/graphql.graphql_servers.graphql_compose_server.yml b/docroot/profiles/sdss/sdss_profile/config/sync/graphql.graphql_servers.graphql_compose_server.yml index a426547fc..21d679574 100644 --- a/docroot/profiles/sdss/sdss_profile/config/sync/graphql.graphql_servers.graphql_compose_server.yml +++ b/docroot/profiles/sdss/sdss_profile/config/sync/graphql.graphql_servers.graphql_compose_server.yml @@ -6,13 +6,13 @@ _core: default_config_hash: dULytq5-P9vB0mwJKkq7UzeOzww4dCFSWDUvs9tEAXc name: graphql_compose_server label: 'GraphQL Compose - Server' -schema: graphql_compose -schema_configuration: { } -persisted_queries_settings: { } endpoint: /graphql debug_flag: 0 +schema: graphql_compose caching: true batching: true disable_introspection: false query_depth: null query_complexity: null +schema_configuration: { } +persisted_queries_settings: { } diff --git a/docroot/profiles/sdss/sdss_profile/config/sync/paragraphs.paragraphs_type.stanford_banner.yml b/docroot/profiles/sdss/sdss_profile/config/sync/paragraphs.paragraphs_type.stanford_banner.yml index 1c3b2ac7f..21579f677 100644 --- a/docroot/profiles/sdss/sdss_profile/config/sync/paragraphs.paragraphs_type.stanford_banner.yml +++ b/docroot/profiles/sdss/sdss_profile/config/sync/paragraphs.paragraphs_type.stanford_banner.yml @@ -15,6 +15,9 @@ description: 'Banner Paragraph Type' behavior_plugins: hero_pattern: enabled: true + overlay_position: left + heading: h2 + hide_heading: false layout_paragraphs: enabled: false available_layouts: { } diff --git a/docroot/profiles/sdss/sdss_profile/config/sync/paragraphs.paragraphs_type.stanford_card.yml b/docroot/profiles/sdss/sdss_profile/config/sync/paragraphs.paragraphs_type.stanford_card.yml index 3baedd1d9..5d858c4f4 100644 --- a/docroot/profiles/sdss/sdss_profile/config/sync/paragraphs.paragraphs_type.stanford_card.yml +++ b/docroot/profiles/sdss/sdss_profile/config/sync/paragraphs.paragraphs_type.stanford_card.yml @@ -14,3 +14,6 @@ description: 'A single card' behavior_plugins: su_card_styles: enabled: true + heading: h2 + hide_heading: false + link_style: null diff --git a/docroot/profiles/sdss/sdss_profile/config/sync/paragraphs.paragraphs_type.stanford_lists.yml b/docroot/profiles/sdss/sdss_profile/config/sync/paragraphs.paragraphs_type.stanford_lists.yml index edea2f069..10cb40171 100644 --- a/docroot/profiles/sdss/sdss_profile/config/sync/paragraphs.paragraphs_type.stanford_lists.yml +++ b/docroot/profiles/sdss/sdss_profile/config/sync/paragraphs.paragraphs_type.stanford_lists.yml @@ -18,3 +18,6 @@ behavior_plugins: available_layouts: { } list_paragraph: enabled: true + hide_empty: false + empty_message: '' + heading_behavior: show diff --git a/docroot/profiles/sdss/sdss_profile/config/sync/views.view.rss_feeds.yml b/docroot/profiles/sdss/sdss_profile/config/sync/views.view.rss_feeds.yml index 15148a754..00b563ab9 100644 --- a/docroot/profiles/sdss/sdss_profile/config/sync/views.view.rss_feeds.yml +++ b/docroot/profiles/sdss/sdss_profile/config/sync/views.view.rss_feeds.yml @@ -5,6 +5,7 @@ dependencies: config: - field.storage.node.su_news_publishing_date - field.storage.node.su_sdss_news_dek_long + - field.storage.node.su_sdss_news_news_source - node.type.stanford_news - taxonomy.vocabulary.sdss_focal_areas - taxonomy.vocabulary.sdss_research_areas @@ -31,6 +32,69 @@ display: display_options: title: 'SDSS News This Week' fields: + su_sdss_news_news_source: + id: su_sdss_news_news_source + table: node__su_sdss_news_news_source + field: su_sdss_news_news_source + relationship: none + group_type: group + admin_label: '' + plugin_id: field + label: '' + exclude: true + alter: + alter_text: true + text: '{{ su_sdss_news_news_source }} ' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: false + empty: '' + hide_empty: true + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: false + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false title: id: title table: node_field_data @@ -300,17 +364,17 @@ display: admin_label: '' plugin_id: field label: '' - exclude: false + exclude: true alter: - alter_text: false - text: '' + alter_text: true + text: '{{ su_sdss_news_dek_long }}
' make_link: false path: '' absolute: false external: false replace_spaces: false path_case: none - trim_whitespace: false + trim_whitespace: true alt: '' rel: '' link_class: '' @@ -326,7 +390,7 @@ display: more_link_path: '' strip_tags: true trim: false - preserve_tags: '' + preserve_tags: '


' html: false element_type: '' element_class: '' @@ -337,7 +401,7 @@ display: element_wrapper_class: '' element_default_classes: true empty: '' - hide_empty: false + hide_empty: true empty_zero: false hide_alter_empty: true click_sort_column: value @@ -353,6 +417,55 @@ display: multi_type: separator separator: ', ' field_api_classes: false + nothing: + id: nothing + table: views + field: nothing + relationship: none + group_type: group + admin_label: 'News Source and Dek Long' + plugin_id: custom + label: '' + exclude: false + alter: + alter_text: true + text: "{{ su_sdss_news_news_source }}\r\n{{ su_sdss_news_dek_long }}" + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: true + empty_zero: false + hide_alter_empty: true pager: type: mini options: @@ -600,6 +713,7 @@ display: tags: - 'config:field.storage.node.su_news_publishing_date' - 'config:field.storage.node.su_sdss_news_dek_long' + - 'config:field.storage.node.su_sdss_news_news_source' feed_1: id: feed_1 display_title: 'SDSS News This Week' @@ -620,7 +734,7 @@ display: options: title_field: title link_field: nid - description_field: su_sdss_news_dek_long + description_field: nothing creator_field: name date_field: su_news_publishing_date guid_field_options: @@ -640,6 +754,7 @@ display: tags: - 'config:field.storage.node.su_news_publishing_date' - 'config:field.storage.node.su_sdss_news_dek_long' + - 'config:field.storage.node.su_sdss_news_news_source' feed_2: id: feed_2 display_title: 'News Filtered by Taxonomy' @@ -734,3 +849,4 @@ display: tags: - 'config:field.storage.node.su_news_publishing_date' - 'config:field.storage.node.su_sdss_news_dek_long' + - 'config:field.storage.node.su_sdss_news_news_source' diff --git a/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/.nvmrc b/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/.nvmrc new file mode 100644 index 000000000..209e3ef4b --- /dev/null +++ b/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/.nvmrc @@ -0,0 +1 @@ +20 diff --git a/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/dist/css/preview_paragraphs.css b/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/dist/css/preview_paragraphs.css new file mode 100644 index 000000000..5e4b88427 --- /dev/null +++ b/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/dist/css/preview_paragraphs.css @@ -0,0 +1 @@ +.js-lpb-region .paragraph--type--callout-quote .field--name-su-callout-bgcolor-alt,.js-lpb-region .paragraph--type--callout-quote .field--name-su-select-font-sizing,.js-lpb-region .paragraph--type--editorial-sidebar .field--name-su-sidebar-bgcolor-alt,.js-lpb-region .paragraph--type--editorial-sidebar .field--name-su-sidebar-title-size{display:none} \ No newline at end of file diff --git a/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/package.json b/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/package.json new file mode 100644 index 000000000..9417f9966 --- /dev/null +++ b/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/package.json @@ -0,0 +1,30 @@ +{ + "name": "sdss_layout_paragraphs", + "version": "1.0.0", + "description": "Changelog: [CHANGELOG.md](CHANGELOG.md)", + "main": "webpack.config.js", + "scripts": { + "watch": "NODE_ENV=production webpack --watch", + "build": "NODE_ENV=production webpack" + }, + "author": "", + "license": "ISC", + "dependencies": { + "@babel/core": "^7.22.1", + "@babel/preset-env": "^7.22.4", + "babel-loader": "^9.1.2", + "css-loader": "^6.8.1", + "decanter": "^6.2.14", + "filemanager-webpack-plugin": "^8.0.0", + "mini-css-extract-plugin": "^2.7.6", + "node-sass": "^9.0.0", + "optimize-css-assets-webpack-plugin": "^6.0.1", + "postcss-loader": "^7.3.2", + "postcss-preset-env": "^9.1.4", + "sass-loader": "^13.3.1", + "style-loader": "^3.3.3", + "webpack": "^5.85.0", + "webpack-cli": "^5.1.1", + "webpack-fix-style-only-entries": "^0.6.1" + } +} diff --git a/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/scss/preview_paragraphs.scss b/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/scss/preview_paragraphs.scss new file mode 100644 index 000000000..956a834e8 --- /dev/null +++ b/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/scss/preview_paragraphs.scss @@ -0,0 +1,17 @@ +.js-lpb-region { + + /* hide fields not used for display */ + .paragraph--type--callout-quote { + .field--name-su-callout-bgcolor-alt, + .field--name-su-select-font-sizing { + display: none; + } + } + + .paragraph--type--editorial-sidebar { + .field--name-su-sidebar-bgcolor-alt, + .field--name-su-sidebar-title-size { + display: none; + } + } +} diff --git a/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/sdss_layout_paragraphs.libraries.yml b/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/sdss_layout_paragraphs.libraries.yml index 72173ef7a..e66f81c8f 100644 --- a/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/sdss_layout_paragraphs.libraries.yml +++ b/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/sdss_layout_paragraphs.libraries.yml @@ -1,4 +1,8 @@ # Custom module library for general purposes. +layout_paragraphs: + css: + component: + dist/css/preview_paragraphs.css: { } one_column: css: diff --git a/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/webpack.config.js b/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/webpack.config.js new file mode 100644 index 000000000..d99cb8f7c --- /dev/null +++ b/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/webpack.config.js @@ -0,0 +1,94 @@ + +const path = require("path"); +const glob = require('glob') +const Webpack = require("webpack"); +const MiniCssExtractPlugin = require("mini-css-extract-plugin"); +const OptimizeCSSAssetsPlugin = require("optimize-css-assets-webpack-plugin"); +const FixStyleOnlyEntriesPlugin = require("webpack-fix-style-only-entries"); +const FileManagerPlugin = require('filemanager-webpack-plugin'); +const autoprefixer = require('autoprefixer')({ grid: true }); + +const config = { + isProd: process.env.NODE_ENV === "production", + hmrEnabled: process.env.NODE_ENV !== "production" && !process.env.NO_HMR, + distFolder: path.resolve(__dirname, "./dist/css"), + wdsPort: 3001, +}; + +var webpackConfig = { + entry: { + "preview_paragraphs": ["./scss/preview_paragraphs.scss"], + }, + output: { + path: config.distFolder, + filename: '[name].js', + assetModuleFilename: '../assets/[name][ext][query]' + }, + mode: config.isProd ? "production" : "development", + resolve: { + alias: { + 'decanter-assets': path.resolve('node_modules', 'decanter/core/src/img'), + 'decanter-src': path.resolve('node_modules', 'decanter/core/src'), + '@fortawesome': path.resolve('node_modules', '@fortawesome'), + 'fa-fonts': path.resolve('node_modules', '@fortawesome/fontawesome-free/webfonts') + } + }, + module: { + rules: [ + { + test: /\.m?js$/, + exclude: /(node_modules)/, + use: { + loader: 'babel-loader', + options: { + presets: ['@babel/preset-env'] + } + }, + }, + { + test: /\.(sa|sc|c)ss$/, + use: [ + config.isProd ? { loader: MiniCssExtractPlugin.loader } : 'style-loader', + { loader: 'css-loader', options: {} }, + { + loader: 'postcss-loader', + options: { + postcssOptions: { + sourceMap: true, + plugins: [autoprefixer], + }, + } + }, + { loader: 'sass-loader', options: {} } + ] + }, + { + test: /\.(png|jpg|gif|svg)$/i, + type: "asset" + } + ] + }, + plugins: [ + new FixStyleOnlyEntriesPlugin(), + new MiniCssExtractPlugin({ + filename: '[name].css', + }), + new FileManagerPlugin({ + events: { + onStart: { + delete: ['dist'], + }, + }, + }), + ], + optimization: { + minimizer: [ + new OptimizeCSSAssetsPlugin(), + ] + } +}; + +if (config.hmrEnabled) { + webpackConfig.plugins.push(new Webpack.HotModuleReplacementPlugin()); +} +module.exports = webpackConfig; diff --git a/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/yarn.lock b/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/yarn.lock new file mode 100644 index 000000000..81af58295 --- /dev/null +++ b/docroot/profiles/sdss/sdss_profile/modules/sdss_layout_paragraphs/yarn.lock @@ -0,0 +1,4978 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@ampproject/remapping@^2.2.0": + version "2.3.0" + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4" + integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw== + dependencies: + "@jridgewell/gen-mapping" "^0.3.5" + "@jridgewell/trace-mapping" "^0.3.24" + +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.2": + version "7.24.2" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae" + integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ== + dependencies: + "@babel/highlight" "^7.24.2" + picocolors "^1.0.0" + +"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5", "@babel/compat-data@^7.24.4": + version "7.24.4" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a" + integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ== + +"@babel/core@^7.22.1": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.5.tgz#15ab5b98e101972d171aeef92ac70d8d6718f06a" + integrity sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA== + dependencies: + "@ampproject/remapping" "^2.2.0" + "@babel/code-frame" "^7.24.2" + "@babel/generator" "^7.24.5" + "@babel/helper-compilation-targets" "^7.23.6" + "@babel/helper-module-transforms" "^7.24.5" + "@babel/helpers" "^7.24.5" + "@babel/parser" "^7.24.5" + "@babel/template" "^7.24.0" + "@babel/traverse" "^7.24.5" + "@babel/types" "^7.24.5" + convert-source-map "^2.0.0" + debug "^4.1.0" + gensync "^1.0.0-beta.2" + json5 "^2.2.3" + semver "^6.3.1" + +"@babel/generator@^7.24.5": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.5.tgz#e5afc068f932f05616b66713e28d0f04e99daeb3" + integrity sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA== + dependencies: + "@babel/types" "^7.24.5" + "@jridgewell/gen-mapping" "^0.3.5" + "@jridgewell/trace-mapping" "^0.3.25" + jsesc "^2.5.1" + +"@babel/helper-annotate-as-pure@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882" + integrity sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg== + dependencies: + "@babel/types" "^7.22.5" + +"@babel/helper-builder-binary-assignment-operator-visitor@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz#5426b109cf3ad47b91120f8328d8ab1be8b0b956" + integrity sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw== + dependencies: + "@babel/types" "^7.22.15" + +"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.23.6": + version "7.23.6" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz#4d79069b16cbcf1461289eccfbbd81501ae39991" + integrity sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ== + dependencies: + "@babel/compat-data" "^7.23.5" + "@babel/helper-validator-option" "^7.23.5" + browserslist "^4.22.2" + lru-cache "^5.1.1" + semver "^6.3.1" + +"@babel/helper-create-class-features-plugin@^7.24.1", "@babel/helper-create-class-features-plugin@^7.24.4", "@babel/helper-create-class-features-plugin@^7.24.5": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.5.tgz#7d19da92c7e0cd8d11c09af2ce1b8e7512a6e723" + integrity sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g== + dependencies: + "@babel/helper-annotate-as-pure" "^7.22.5" + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-function-name" "^7.23.0" + "@babel/helper-member-expression-to-functions" "^7.24.5" + "@babel/helper-optimise-call-expression" "^7.22.5" + "@babel/helper-replace-supers" "^7.24.1" + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" + "@babel/helper-split-export-declaration" "^7.24.5" + semver "^6.3.1" + +"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.15", "@babel/helper-create-regexp-features-plugin@^7.22.5": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz#5ee90093914ea09639b01c711db0d6775e558be1" + integrity sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w== + dependencies: + "@babel/helper-annotate-as-pure" "^7.22.5" + regexpu-core "^5.3.1" + semver "^6.3.1" + +"@babel/helper-define-polyfill-provider@^0.6.1", "@babel/helper-define-polyfill-provider@^0.6.2": + version "0.6.2" + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d" + integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ== + dependencies: + "@babel/helper-compilation-targets" "^7.22.6" + "@babel/helper-plugin-utils" "^7.22.5" + debug "^4.1.1" + lodash.debounce "^4.0.8" + resolve "^1.14.2" + +"@babel/helper-environment-visitor@^7.22.20": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== + +"@babel/helper-function-name@^7.23.0": + version "7.23.0" + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== + dependencies: + "@babel/template" "^7.22.15" + "@babel/types" "^7.23.0" + +"@babel/helper-hoist-variables@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== + dependencies: + "@babel/types" "^7.22.5" + +"@babel/helper-member-expression-to-functions@^7.23.0", "@babel/helper-member-expression-to-functions@^7.24.5": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.5.tgz#5981e131d5c7003c7d1fa1ad49e86c9b097ec475" + integrity sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA== + dependencies: + "@babel/types" "^7.24.5" + +"@babel/helper-module-imports@^7.24.1", "@babel/helper-module-imports@^7.24.3": + version "7.24.3" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128" + integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg== + dependencies: + "@babel/types" "^7.24.0" + +"@babel/helper-module-transforms@^7.23.3", "@babel/helper-module-transforms@^7.24.5": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz#ea6c5e33f7b262a0ae762fd5986355c45f54a545" + integrity sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A== + dependencies: + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-module-imports" "^7.24.3" + "@babel/helper-simple-access" "^7.24.5" + "@babel/helper-split-export-declaration" "^7.24.5" + "@babel/helper-validator-identifier" "^7.24.5" + +"@babel/helper-optimise-call-expression@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e" + integrity sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw== + dependencies: + "@babel/types" "^7.22.5" + +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.0", "@babel/helper-plugin-utils@^7.24.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz#a924607dd254a65695e5bd209b98b902b3b2f11a" + integrity sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ== + +"@babel/helper-remap-async-to-generator@^7.22.20": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz#7b68e1cb4fa964d2996fd063723fb48eca8498e0" + integrity sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw== + dependencies: + "@babel/helper-annotate-as-pure" "^7.22.5" + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-wrap-function" "^7.22.20" + +"@babel/helper-replace-supers@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz#7085bd19d4a0b7ed8f405c1ed73ccb70f323abc1" + integrity sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ== + dependencies: + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-member-expression-to-functions" "^7.23.0" + "@babel/helper-optimise-call-expression" "^7.22.5" + +"@babel/helper-simple-access@^7.22.5", "@babel/helper-simple-access@^7.24.5": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz#50da5b72f58c16b07fbd992810be6049478e85ba" + integrity sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ== + dependencies: + "@babel/types" "^7.24.5" + +"@babel/helper-skip-transparent-expression-wrappers@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847" + integrity sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q== + dependencies: + "@babel/types" "^7.22.5" + +"@babel/helper-split-export-declaration@^7.24.5": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz#b9a67f06a46b0b339323617c8c6213b9055a78b6" + integrity sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q== + dependencies: + "@babel/types" "^7.24.5" + +"@babel/helper-string-parser@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e" + integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ== + +"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.5": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62" + integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA== + +"@babel/helper-validator-option@^7.23.5": + version "7.23.5" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307" + integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw== + +"@babel/helper-wrap-function@^7.22.20": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.24.5.tgz#335f934c0962e2c1ed1fb9d79e06a56115067c09" + integrity sha512-/xxzuNvgRl4/HLNKvnFwdhdgN3cpLxgLROeLDl83Yx0AJ1SGvq1ak0OszTOjDfiB8Vx03eJbeDWh9r+jCCWttw== + dependencies: + "@babel/helper-function-name" "^7.23.0" + "@babel/template" "^7.24.0" + "@babel/types" "^7.24.5" + +"@babel/helpers@^7.24.5": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.5.tgz#fedeb87eeafa62b621160402181ad8585a22a40a" + integrity sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q== + dependencies: + "@babel/template" "^7.24.0" + "@babel/traverse" "^7.24.5" + "@babel/types" "^7.24.5" + +"@babel/highlight@^7.24.2": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.5.tgz#bc0613f98e1dd0720e99b2a9ee3760194a704b6e" + integrity sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw== + dependencies: + "@babel/helper-validator-identifier" "^7.24.5" + chalk "^2.4.2" + js-tokens "^4.0.0" + picocolors "^1.0.0" + +"@babel/parser@^7.24.0", "@babel/parser@^7.24.5": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790" + integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg== + +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.5": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.5.tgz#4c3685eb9cd790bcad2843900fe0250c91ccf895" + integrity sha512-LdXRi1wEMTrHVR4Zc9F8OewC3vdm5h4QB6L71zy6StmYeqGi1b3ttIO8UC+BfZKcH9jdr4aI249rBkm+3+YvHw== + dependencies: + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-plugin-utils" "^7.24.5" + +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.1.tgz#b645d9ba8c2bc5b7af50f0fe949f9edbeb07c8cf" + integrity sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.1.tgz#da8261f2697f0f41b0855b91d3a20a1fbfd271d3" + integrity sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" + "@babel/plugin-transform-optional-chaining" "^7.24.1" + +"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.1.tgz#1181d9685984c91d657b8ddf14f0487a6bab2988" + integrity sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw== + dependencies: + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2": + version "7.21.0-placeholder-for-preset-env.2" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f9289546efa9febac2de4cfe358a050bd703" + integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w== + +"@babel/plugin-syntax-async-generators@^7.8.4": + version "7.8.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" + integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-class-properties@^7.12.13": + version "7.12.13" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10" + integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== + dependencies: + "@babel/helper-plugin-utils" "^7.12.13" + +"@babel/plugin-syntax-class-static-block@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz#195df89b146b4b78b3bf897fd7a257c84659d406" + integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-dynamic-import@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3" + integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-export-namespace-from@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a" + integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== + dependencies: + "@babel/helper-plugin-utils" "^7.8.3" + +"@babel/plugin-syntax-import-assertions@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.1.tgz#db3aad724153a00eaac115a3fb898de544e34971" + integrity sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-syntax-import-attributes@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.1.tgz#c66b966c63b714c4eec508fcf5763b1f2d381093" + integrity sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-syntax-import-meta@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51" + integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-syntax-json-strings@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" + integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-logical-assignment-operators@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" + integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" + integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-numeric-separator@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97" + integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-syntax-object-rest-spread@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871" + integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-optional-catch-binding@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1" + integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-optional-chaining@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a" + integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-private-property-in-object@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz#0dc6671ec0ea22b6e94a1114f857970cd39de1ad" + integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-top-level-await@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c" + integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-unicode-sets-regex@^7.18.6": + version "7.18.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz#d49a3b3e6b52e5be6740022317580234a6a47357" + integrity sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.6" + +"@babel/plugin-transform-arrow-functions@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.1.tgz#2bf263617060c9cc45bcdbf492b8cc805082bf27" + integrity sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-transform-async-generator-functions@^7.24.3": + version "7.24.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.3.tgz#8fa7ae481b100768cc9842c8617808c5352b8b89" + integrity sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg== + dependencies: + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-plugin-utils" "^7.24.0" + "@babel/helper-remap-async-to-generator" "^7.22.20" + "@babel/plugin-syntax-async-generators" "^7.8.4" + +"@babel/plugin-transform-async-to-generator@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.1.tgz#0e220703b89f2216800ce7b1c53cb0cf521c37f4" + integrity sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw== + dependencies: + "@babel/helper-module-imports" "^7.24.1" + "@babel/helper-plugin-utils" "^7.24.0" + "@babel/helper-remap-async-to-generator" "^7.22.20" + +"@babel/plugin-transform-block-scoped-functions@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.1.tgz#1c94799e20fcd5c4d4589523bbc57b7692979380" + integrity sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-transform-block-scoping@^7.24.5": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.5.tgz#89574191397f85661d6f748d4b89ee4d9ee69a2a" + integrity sha512-sMfBc3OxghjC95BkYrYocHL3NaOplrcaunblzwXhGmlPwpmfsxr4vK+mBBt49r+S240vahmv+kUxkeKgs+haCw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.5" + +"@babel/plugin-transform-class-properties@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.1.tgz#bcbf1aef6ba6085cfddec9fc8d58871cf011fc29" + integrity sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.24.1" + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-transform-class-static-block@^7.24.4": + version "7.24.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz#1a4653c0cf8ac46441ec406dece6e9bc590356a4" + integrity sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.24.4" + "@babel/helper-plugin-utils" "^7.24.0" + "@babel/plugin-syntax-class-static-block" "^7.14.5" + +"@babel/plugin-transform-classes@^7.24.5": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.5.tgz#05e04a09df49a46348299a0e24bfd7e901129339" + integrity sha512-gWkLP25DFj2dwe9Ck8uwMOpko4YsqyfZJrOmqqcegeDYEbp7rmn4U6UQZNj08UF6MaX39XenSpKRCvpDRBtZ7Q== + dependencies: + "@babel/helper-annotate-as-pure" "^7.22.5" + "@babel/helper-compilation-targets" "^7.23.6" + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-function-name" "^7.23.0" + "@babel/helper-plugin-utils" "^7.24.5" + "@babel/helper-replace-supers" "^7.24.1" + "@babel/helper-split-export-declaration" "^7.24.5" + globals "^11.1.0" + +"@babel/plugin-transform-computed-properties@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.1.tgz#bc7e787f8e021eccfb677af5f13c29a9934ed8a7" + integrity sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + "@babel/template" "^7.24.0" + +"@babel/plugin-transform-destructuring@^7.24.5": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.5.tgz#80843ee6a520f7362686d1a97a7b53544ede453c" + integrity sha512-SZuuLyfxvsm+Ah57I/i1HVjveBENYK9ue8MJ7qkc7ndoNjqquJiElzA7f5yaAXjyW2hKojosOTAQQRX50bPSVg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.5" + +"@babel/plugin-transform-dotall-regex@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.1.tgz#d56913d2f12795cc9930801b84c6f8c47513ac13" + integrity sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.22.15" + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-transform-duplicate-keys@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.1.tgz#5347a797fe82b8d09749d10e9f5b83665adbca88" + integrity sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-transform-dynamic-import@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.1.tgz#2a5a49959201970dd09a5fca856cb651e44439dd" + integrity sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" + +"@babel/plugin-transform-exponentiation-operator@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.1.tgz#6650ebeb5bd5c012d5f5f90a26613a08162e8ba4" + integrity sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw== + dependencies: + "@babel/helper-builder-binary-assignment-operator-visitor" "^7.22.15" + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-transform-export-namespace-from@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.1.tgz#f033541fc036e3efb2dcb58eedafd4f6b8078acd" + integrity sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" + +"@babel/plugin-transform-for-of@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.1.tgz#67448446b67ab6c091360ce3717e7d3a59e202fd" + integrity sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" + +"@babel/plugin-transform-function-name@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.1.tgz#8cba6f7730626cc4dfe4ca2fa516215a0592b361" + integrity sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA== + dependencies: + "@babel/helper-compilation-targets" "^7.23.6" + "@babel/helper-function-name" "^7.23.0" + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-transform-json-strings@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.1.tgz#08e6369b62ab3e8a7b61089151b161180c8299f7" + integrity sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + "@babel/plugin-syntax-json-strings" "^7.8.3" + +"@babel/plugin-transform-literals@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.1.tgz#0a1982297af83e6b3c94972686067df588c5c096" + integrity sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-transform-logical-assignment-operators@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.1.tgz#719d8aded1aa94b8fb34e3a785ae8518e24cfa40" + integrity sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" + +"@babel/plugin-transform-member-expression-literals@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.1.tgz#896d23601c92f437af8b01371ad34beb75df4489" + integrity sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-transform-modules-amd@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.1.tgz#b6d829ed15258536977e9c7cc6437814871ffa39" + integrity sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ== + dependencies: + "@babel/helper-module-transforms" "^7.23.3" + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-transform-modules-commonjs@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.1.tgz#e71ba1d0d69e049a22bf90b3867e263823d3f1b9" + integrity sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw== + dependencies: + "@babel/helper-module-transforms" "^7.23.3" + "@babel/helper-plugin-utils" "^7.24.0" + "@babel/helper-simple-access" "^7.22.5" + +"@babel/plugin-transform-modules-systemjs@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.1.tgz#2b9625a3d4e445babac9788daec39094e6b11e3e" + integrity sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA== + dependencies: + "@babel/helper-hoist-variables" "^7.22.5" + "@babel/helper-module-transforms" "^7.23.3" + "@babel/helper-plugin-utils" "^7.24.0" + "@babel/helper-validator-identifier" "^7.22.20" + +"@babel/plugin-transform-modules-umd@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.1.tgz#69220c66653a19cf2c0872b9c762b9a48b8bebef" + integrity sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg== + dependencies: + "@babel/helper-module-transforms" "^7.23.3" + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-transform-named-capturing-groups-regex@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz#67fe18ee8ce02d57c855185e27e3dc959b2e991f" + integrity sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-transform-new-target@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.1.tgz#29c59988fa3d0157de1c871a28cd83096363cc34" + integrity sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-transform-nullish-coalescing-operator@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.1.tgz#0cd494bb97cb07d428bd651632cb9d4140513988" + integrity sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" + +"@babel/plugin-transform-numeric-separator@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.1.tgz#5bc019ce5b3435c1cadf37215e55e433d674d4e8" + integrity sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + "@babel/plugin-syntax-numeric-separator" "^7.10.4" + +"@babel/plugin-transform-object-rest-spread@^7.24.5": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.5.tgz#f91bbcb092ff957c54b4091c86bda8372f0b10ef" + integrity sha512-7EauQHszLGM3ay7a161tTQH7fj+3vVM/gThlz5HpFtnygTxjrlvoeq7MPVA1Vy9Q555OB8SnAOsMkLShNkkrHA== + dependencies: + "@babel/helper-compilation-targets" "^7.23.6" + "@babel/helper-plugin-utils" "^7.24.5" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-transform-parameters" "^7.24.5" + +"@babel/plugin-transform-object-super@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.1.tgz#e71d6ab13483cca89ed95a474f542bbfc20a0520" + integrity sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + "@babel/helper-replace-supers" "^7.24.1" + +"@babel/plugin-transform-optional-catch-binding@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.1.tgz#92a3d0efe847ba722f1a4508669b23134669e2da" + integrity sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + +"@babel/plugin-transform-optional-chaining@^7.24.1", "@babel/plugin-transform-optional-chaining@^7.24.5": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.5.tgz#a6334bebd7f9dd3df37447880d0bd64b778e600f" + integrity sha512-xWCkmwKT+ihmA6l7SSTpk8e4qQl/274iNbSKRRS8mpqFR32ksy36+a+LWY8OXCCEefF8WFlnOHVsaDI2231wBg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.5" + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" + +"@babel/plugin-transform-parameters@^7.24.5": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.5.tgz#5c3b23f3a6b8fed090f9b98f2926896d3153cc62" + integrity sha512-9Co00MqZ2aoky+4j2jhofErthm6QVLKbpQrvz20c3CH9KQCLHyNB+t2ya4/UrRpQGR+Wrwjg9foopoeSdnHOkA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.5" + +"@babel/plugin-transform-private-methods@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.1.tgz#a0faa1ae87eff077e1e47a5ec81c3aef383dc15a" + integrity sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.24.1" + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-transform-private-property-in-object@^7.24.5": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.5.tgz#f5d1fcad36e30c960134cb479f1ca98a5b06eda5" + integrity sha512-JM4MHZqnWR04jPMujQDTBVRnqxpLLpx2tkn7iPn+Hmsc0Gnb79yvRWOkvqFOx3Z7P7VxiRIR22c4eGSNj87OBQ== + dependencies: + "@babel/helper-annotate-as-pure" "^7.22.5" + "@babel/helper-create-class-features-plugin" "^7.24.5" + "@babel/helper-plugin-utils" "^7.24.5" + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" + +"@babel/plugin-transform-property-literals@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.1.tgz#d6a9aeab96f03749f4eebeb0b6ea8e90ec958825" + integrity sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-transform-regenerator@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.1.tgz#625b7545bae52363bdc1fbbdc7252b5046409c8c" + integrity sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + regenerator-transform "^0.15.2" + +"@babel/plugin-transform-reserved-words@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.1.tgz#8de729f5ecbaaf5cf83b67de13bad38a21be57c1" + integrity sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-transform-shorthand-properties@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.1.tgz#ba9a09144cf55d35ec6b93a32253becad8ee5b55" + integrity sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-transform-spread@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.1.tgz#a1acf9152cbf690e4da0ba10790b3ac7d2b2b391" + integrity sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" + +"@babel/plugin-transform-sticky-regex@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.1.tgz#f03e672912c6e203ed8d6e0271d9c2113dc031b9" + integrity sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-transform-template-literals@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.1.tgz#15e2166873a30d8617e3e2ccadb86643d327aab7" + integrity sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-transform-typeof-symbol@^7.24.5": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.5.tgz#703cace5ef74155fb5eecab63cbfc39bdd25fe12" + integrity sha512-UTGnhYVZtTAjdwOTzT+sCyXmTn8AhaxOS/MjG9REclZ6ULHWF9KoCZur0HSGU7hk8PdBFKKbYe6+gqdXWz84Jg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.5" + +"@babel/plugin-transform-unicode-escapes@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.1.tgz#fb3fa16676549ac7c7449db9b342614985c2a3a4" + integrity sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-transform-unicode-property-regex@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.1.tgz#56704fd4d99da81e5e9f0c0c93cabd91dbc4889e" + integrity sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.22.15" + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-transform-unicode-regex@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.1.tgz#57c3c191d68f998ac46b708380c1ce4d13536385" + integrity sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.22.15" + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/plugin-transform-unicode-sets-regex@^7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.1.tgz#c1ea175b02afcffc9cf57a9c4658326625165b7f" + integrity sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.22.15" + "@babel/helper-plugin-utils" "^7.24.0" + +"@babel/preset-env@^7.22.4": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.5.tgz#6a9ac90bd5a5a9dae502af60dfc58c190551bbcd" + integrity sha512-UGK2ifKtcC8i5AI4cH+sbLLuLc2ktYSFJgBAXorKAsHUZmrQ1q6aQ6i3BvU24wWs2AAKqQB6kq3N9V9Gw1HiMQ== + dependencies: + "@babel/compat-data" "^7.24.4" + "@babel/helper-compilation-targets" "^7.23.6" + "@babel/helper-plugin-utils" "^7.24.5" + "@babel/helper-validator-option" "^7.23.5" + "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.5" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.1" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.1" + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.1" + "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2" + "@babel/plugin-syntax-async-generators" "^7.8.4" + "@babel/plugin-syntax-class-properties" "^7.12.13" + "@babel/plugin-syntax-class-static-block" "^7.14.5" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" + "@babel/plugin-syntax-import-assertions" "^7.24.1" + "@babel/plugin-syntax-import-attributes" "^7.24.1" + "@babel/plugin-syntax-import-meta" "^7.10.4" + "@babel/plugin-syntax-json-strings" "^7.8.3" + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" + "@babel/plugin-syntax-numeric-separator" "^7.10.4" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" + "@babel/plugin-syntax-top-level-await" "^7.14.5" + "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6" + "@babel/plugin-transform-arrow-functions" "^7.24.1" + "@babel/plugin-transform-async-generator-functions" "^7.24.3" + "@babel/plugin-transform-async-to-generator" "^7.24.1" + "@babel/plugin-transform-block-scoped-functions" "^7.24.1" + "@babel/plugin-transform-block-scoping" "^7.24.5" + "@babel/plugin-transform-class-properties" "^7.24.1" + "@babel/plugin-transform-class-static-block" "^7.24.4" + "@babel/plugin-transform-classes" "^7.24.5" + "@babel/plugin-transform-computed-properties" "^7.24.1" + "@babel/plugin-transform-destructuring" "^7.24.5" + "@babel/plugin-transform-dotall-regex" "^7.24.1" + "@babel/plugin-transform-duplicate-keys" "^7.24.1" + "@babel/plugin-transform-dynamic-import" "^7.24.1" + "@babel/plugin-transform-exponentiation-operator" "^7.24.1" + "@babel/plugin-transform-export-namespace-from" "^7.24.1" + "@babel/plugin-transform-for-of" "^7.24.1" + "@babel/plugin-transform-function-name" "^7.24.1" + "@babel/plugin-transform-json-strings" "^7.24.1" + "@babel/plugin-transform-literals" "^7.24.1" + "@babel/plugin-transform-logical-assignment-operators" "^7.24.1" + "@babel/plugin-transform-member-expression-literals" "^7.24.1" + "@babel/plugin-transform-modules-amd" "^7.24.1" + "@babel/plugin-transform-modules-commonjs" "^7.24.1" + "@babel/plugin-transform-modules-systemjs" "^7.24.1" + "@babel/plugin-transform-modules-umd" "^7.24.1" + "@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5" + "@babel/plugin-transform-new-target" "^7.24.1" + "@babel/plugin-transform-nullish-coalescing-operator" "^7.24.1" + "@babel/plugin-transform-numeric-separator" "^7.24.1" + "@babel/plugin-transform-object-rest-spread" "^7.24.5" + "@babel/plugin-transform-object-super" "^7.24.1" + "@babel/plugin-transform-optional-catch-binding" "^7.24.1" + "@babel/plugin-transform-optional-chaining" "^7.24.5" + "@babel/plugin-transform-parameters" "^7.24.5" + "@babel/plugin-transform-private-methods" "^7.24.1" + "@babel/plugin-transform-private-property-in-object" "^7.24.5" + "@babel/plugin-transform-property-literals" "^7.24.1" + "@babel/plugin-transform-regenerator" "^7.24.1" + "@babel/plugin-transform-reserved-words" "^7.24.1" + "@babel/plugin-transform-shorthand-properties" "^7.24.1" + "@babel/plugin-transform-spread" "^7.24.1" + "@babel/plugin-transform-sticky-regex" "^7.24.1" + "@babel/plugin-transform-template-literals" "^7.24.1" + "@babel/plugin-transform-typeof-symbol" "^7.24.5" + "@babel/plugin-transform-unicode-escapes" "^7.24.1" + "@babel/plugin-transform-unicode-property-regex" "^7.24.1" + "@babel/plugin-transform-unicode-regex" "^7.24.1" + "@babel/plugin-transform-unicode-sets-regex" "^7.24.1" + "@babel/preset-modules" "0.1.6-no-external-plugins" + babel-plugin-polyfill-corejs2 "^0.4.10" + babel-plugin-polyfill-corejs3 "^0.10.4" + babel-plugin-polyfill-regenerator "^0.6.1" + core-js-compat "^3.31.0" + semver "^6.3.1" + +"@babel/preset-modules@0.1.6-no-external-plugins": + version "0.1.6-no-external-plugins" + resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz#ccb88a2c49c817236861fee7826080573b8a923a" + integrity sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA== + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/types" "^7.4.4" + esutils "^2.0.2" + +"@babel/regjsgen@^0.8.0": + version "0.8.0" + resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310" + integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== + +"@babel/runtime@^7.8.4": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.5.tgz#230946857c053a36ccc66e1dd03b17dd0c4ed02c" + integrity sha512-Nms86NXrsaeU9vbBJKni6gXiEXZ4CVpYVzEjDH9Sb8vmZ3UljyA1GSOJl/6LGPO8EHLuSF9H+IxNXHPX8QHJ4g== + dependencies: + regenerator-runtime "^0.14.0" + +"@babel/template@^7.22.15", "@babel/template@^7.24.0": + version "7.24.0" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50" + integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA== + dependencies: + "@babel/code-frame" "^7.23.5" + "@babel/parser" "^7.24.0" + "@babel/types" "^7.24.0" + +"@babel/traverse@^7.24.5": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.5.tgz#972aa0bc45f16983bf64aa1f877b2dd0eea7e6f8" + integrity sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA== + dependencies: + "@babel/code-frame" "^7.24.2" + "@babel/generator" "^7.24.5" + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-function-name" "^7.23.0" + "@babel/helper-hoist-variables" "^7.22.5" + "@babel/helper-split-export-declaration" "^7.24.5" + "@babel/parser" "^7.24.5" + "@babel/types" "^7.24.5" + debug "^4.3.1" + globals "^11.1.0" + +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.24.5", "@babel/types@^7.4.4": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7" + integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ== + dependencies: + "@babel/helper-string-parser" "^7.24.1" + "@babel/helper-validator-identifier" "^7.24.5" + to-fast-properties "^2.0.0" + +"@csstools/cascade-layer-name-parser@^1.0.11": + version "1.0.11" + resolved "https://registry.yarnpkg.com/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-1.0.11.tgz#c9b85dc38240c0269385f557149f714e7875fda0" + integrity sha512-yhsonEAhaWRQvHFYhSzOUobH2Ev++fMci+ppFRagw0qVSPlcPV4FnNmlwpM/b2BM10ZeMRkVV4So6YRswD0O0w== + +"@csstools/color-helpers@^4.2.0": + version "4.2.0" + resolved "https://registry.yarnpkg.com/@csstools/color-helpers/-/color-helpers-4.2.0.tgz#e8629ca9dce03a3a309506e7892b7f862673cf85" + integrity sha512-hJJrSBzbfGxUsaR6X4Bzd/FLx0F1ulKnR5ljY9AiXCtsR+H+zSWQDFWlKES1BRaVZTDHLpIIHS9K2o0h+JLlrg== + +"@csstools/css-calc@^1.2.2": + version "1.2.2" + resolved "https://registry.yarnpkg.com/@csstools/css-calc/-/css-calc-1.2.2.tgz#bcb856e63ecc16a7508f43e77ea43ac5daaf2833" + integrity sha512-0owrl7AruDRKAxoSIW8XzJdz7GnuW3AOj4rYLfmXsoKIX2ZZzttzGXoiC8n8V08X7wIBlEWWVB4C8fAN18+I6Q== + +"@csstools/css-color-parser@^2.0.2": + version "2.0.2" + resolved "https://registry.yarnpkg.com/@csstools/css-color-parser/-/css-color-parser-2.0.2.tgz#bf60de403889a2726f964a1c9b1ea5593e889f5b" + integrity sha512-Agx2YmxTcZ7TfB7KNZQ+iekaxbWSdblvtA35aTwE3KfuYyjOlCg3P4KGGdQF/cjm1pHWVSBo5duF/BRfZ8s07A== + dependencies: + "@csstools/color-helpers" "^4.2.0" + "@csstools/css-calc" "^1.2.2" + +"@csstools/css-parser-algorithms@^2.6.3": + version "2.6.3" + resolved "https://registry.yarnpkg.com/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.6.3.tgz#b5e7eb2bd2a42e968ef61484f1490a8a4148a8eb" + integrity sha512-xI/tL2zxzEbESvnSxwFgwvy5HS00oCXxL4MLs6HUiDcYfwowsoQaABKxUElp1ARITrINzBnsECOc1q0eg2GOrA== + +"@csstools/css-tokenizer@^2.3.1": + version "2.3.1" + resolved "https://registry.yarnpkg.com/@csstools/css-tokenizer/-/css-tokenizer-2.3.1.tgz#3d47e101ad48d815a4bdce8159fb5764f087f17a" + integrity sha512-iMNHTyxLbBlWIfGtabT157LH9DUx9X8+Y3oymFEuMj8HNc+rpE3dPFGFgHjpKfjeFDjLjYIAIhXPGvS2lKxL9g== + +"@csstools/media-query-list-parser@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.11.tgz#465aa42f268599729350e305e1ae14a30c1daf51" + integrity sha512-uox5MVhvNHqitPP+SynrB1o8oPxPMt2JLgp5ghJOWf54WGQ5OKu47efne49r1SWqs3wRP8xSWjnO9MBKxhB1dA== + +"@csstools/postcss-cascade-layers@^4.0.4": + version "4.0.4" + resolved "https://registry.yarnpkg.com/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-4.0.4.tgz#0f20882d4f528a8128b0855ce63c3e6eee6d1b44" + integrity sha512-MKErv8lpEwVmAcAwidY1Kfd3oWrh2Q14kxHs9xn26XzjP/PrcdngWq63lJsZeMlBY7o+WlEOeE+FP6zPzeY2uw== + dependencies: + "@csstools/selector-specificity" "^3.0.3" + postcss-selector-parser "^6.0.13" + +"@csstools/postcss-color-function@^3.0.16": + version "3.0.16" + resolved "https://registry.yarnpkg.com/@csstools/postcss-color-function/-/postcss-color-function-3.0.16.tgz#d4f0b45a7425d437f267d99dcb94d3961a151b52" + integrity sha512-KtmXfckANSKsLBoTQCzggvKft1cmmmDKYjFO4yVlB23nWUgGInVBTE9T5JLmH29NNdTWSEPLWPUxoQ6XiIEn2Q== + dependencies: + "@csstools/css-color-parser" "^2.0.2" + "@csstools/css-parser-algorithms" "^2.6.3" + "@csstools/css-tokenizer" "^2.3.1" + "@csstools/postcss-progressive-custom-properties" "^3.2.0" + "@csstools/utilities" "^1.0.0" + +"@csstools/postcss-color-mix-function@^2.0.16": + version "2.0.16" + resolved "https://registry.yarnpkg.com/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-2.0.16.tgz#40b95ade50f5b19320bb342db4557bb61a8eefd6" + integrity sha512-BJnD1M5Pdypl1cJuwGuzVC52PqgzaObsDLu34jgf+QU7daVFqz432PvpqvXTmfTSNt4OckOT1QIzWexEFlDNXw== + dependencies: + "@csstools/css-color-parser" "^2.0.2" + "@csstools/css-parser-algorithms" "^2.6.3" + "@csstools/css-tokenizer" "^2.3.1" + "@csstools/postcss-progressive-custom-properties" "^3.2.0" + "@csstools/utilities" "^1.0.0" + +"@csstools/postcss-exponential-functions@^1.0.7": + version "1.0.7" + resolved "https://registry.yarnpkg.com/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-1.0.7.tgz#1ce6402fb40c97448cd465e3682844c401942700" + integrity sha512-9usBPQX74OhiF/VuaVrp44UAPzqbKNyoaxEa6tbEXiFp+OAm3yB/TLRKyPUWg5tvvHGCduGJVdJJB3w8c8NBtA== + dependencies: + "@csstools/css-calc" "^1.2.2" + "@csstools/css-parser-algorithms" "^2.6.3" + "@csstools/css-tokenizer" "^2.3.1" + +"@csstools/postcss-font-format-keywords@^3.0.2": + version "3.0.2" + resolved "https://registry.yarnpkg.com/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-3.0.2.tgz#b504cfc60588ac39fa5d1c67ef3da802b1bd7701" + integrity sha512-E0xz2sjm4AMCkXLCFvI/lyl4XO6aN1NCSMMVEOngFDJ+k2rDwfr6NDjWljk1li42jiLNChVX+YFnmfGCigZKXw== + dependencies: + "@csstools/utilities" "^1.0.0" + postcss-value-parser "^4.2.0" + +"@csstools/postcss-gamut-mapping@^1.0.9": + version "1.0.9" + resolved "https://registry.yarnpkg.com/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-1.0.9.tgz#40358dff1e9be784a99a0925c3062c841fc1b001" + integrity sha512-JmOeiBJj1RJriAkr+aLBaiYUpEqdNOIo3ERQ5a4uNzy18upzrQ6tz7m2Vt1GQpJ62zQj7rC5PjAhCoZCoyE31g== + dependencies: + "@csstools/css-color-parser" "^2.0.2" + "@csstools/css-parser-algorithms" "^2.6.3" + "@csstools/css-tokenizer" "^2.3.1" + +"@csstools/postcss-gradients-interpolation-method@^4.0.17": + version "4.0.17" + resolved "https://registry.yarnpkg.com/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-4.0.17.tgz#905bc1c8ae2b5fca1f38f191d67c56c102eba208" + integrity sha512-qSNIqzLPKd2SadfWwHZv42lDRyYlLaM+Vx5rRIsnYCZbQxzFfe1XAwssrcCsHgba5bA6bi5oDoFCx0W+PRCpfw== + dependencies: + "@csstools/css-color-parser" "^2.0.2" + "@csstools/css-parser-algorithms" "^2.6.3" + "@csstools/css-tokenizer" "^2.3.1" + "@csstools/postcss-progressive-custom-properties" "^3.2.0" + "@csstools/utilities" "^1.0.0" + +"@csstools/postcss-hwb-function@^3.0.15": + version "3.0.15" + resolved "https://registry.yarnpkg.com/@csstools/postcss-hwb-function/-/postcss-hwb-function-3.0.15.tgz#c7ad67e697dc41eddd30551edcb92c45fa1ef289" + integrity sha512-l34fRiZ7o5+pULv7OplXniBTU4TuKYNNOv0abuvUanddWGSy3+YHlMKUSgcVFo0d1DorxPAhJSTCrugl+4OmMQ== + dependencies: + "@csstools/css-color-parser" "^2.0.2" + "@csstools/css-parser-algorithms" "^2.6.3" + "@csstools/css-tokenizer" "^2.3.1" + "@csstools/postcss-progressive-custom-properties" "^3.2.0" + "@csstools/utilities" "^1.0.0" + +"@csstools/postcss-ic-unit@^3.0.6": + version "3.0.6" + resolved "https://registry.yarnpkg.com/@csstools/postcss-ic-unit/-/postcss-ic-unit-3.0.6.tgz#441f18a9064884e1e6ab77169413e0e6184f5c1d" + integrity sha512-fHaU9C/sZPauXMrzPitZ/xbACbvxbkPpHoUgB9Kw5evtsBWdVkVrajOyiT9qX7/c+G1yjApoQjP1fQatldsy9w== + dependencies: + "@csstools/postcss-progressive-custom-properties" "^3.2.0" + "@csstools/utilities" "^1.0.0" + postcss-value-parser "^4.2.0" + +"@csstools/postcss-initial@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@csstools/postcss-initial/-/postcss-initial-1.0.1.tgz#5aa378de9bfd0e6e377433f8986bdecf579e1268" + integrity sha512-wtb+IbUIrIf8CrN6MLQuFR7nlU5C7PwuebfeEXfjthUha1+XZj2RVi+5k/lukToA24sZkYAiSJfHM8uG/UZIdg== + +"@csstools/postcss-is-pseudo-class@^4.0.6": + version "4.0.6" + resolved "https://registry.yarnpkg.com/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-4.0.6.tgz#149b3bf9dde739932a545079da917ca25464cba0" + integrity sha512-HilOhAsMpFheMYkuaREZx+CGa4hsG6kQdzwXSsuqKDFzYz2eIMP213+3dH/vUbPXaWrzqLKr8m3i0dgYPoh7vg== + dependencies: + "@csstools/selector-specificity" "^3.0.3" + postcss-selector-parser "^6.0.13" + +"@csstools/postcss-light-dark-function@^1.0.5": + version "1.0.5" + resolved "https://registry.yarnpkg.com/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-1.0.5.tgz#5a9a15b1b7e79b3d7c8020a6a133f796ce4dfda7" + integrity sha512-kKM9dtEaVmSTb3scL2pgef62KyWv6SK19JiAnCCuiDhlRE6PADKzaPPBXmP3qj4IEgIH+cQhdEosB0eroU6Fnw== + dependencies: + "@csstools/css-parser-algorithms" "^2.6.3" + "@csstools/css-tokenizer" "^2.3.1" + "@csstools/postcss-progressive-custom-properties" "^3.2.0" + "@csstools/utilities" "^1.0.0" + +"@csstools/postcss-logical-float-and-clear@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@csstools/postcss-logical-float-and-clear/-/postcss-logical-float-and-clear-2.0.1.tgz#c70ed8293cc376b1572bf56794219f54dc58c54d" + integrity sha512-SsrWUNaXKr+e/Uo4R/uIsqJYt3DaggIh/jyZdhy/q8fECoJSKsSMr7nObSLdvoULB69Zb6Bs+sefEIoMG/YfOA== + +"@csstools/postcss-logical-overflow@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@csstools/postcss-logical-overflow/-/postcss-logical-overflow-1.0.1.tgz#d14631369f43ef989c7e32f051ddb6952a8ce35c" + integrity sha512-Kl4lAbMg0iyztEzDhZuQw8Sj9r2uqFDcU1IPl+AAt2nue8K/f1i7ElvKtXkjhIAmKiy5h2EY8Gt/Cqg0pYFDCw== + +"@csstools/postcss-logical-overscroll-behavior@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@csstools/postcss-logical-overscroll-behavior/-/postcss-logical-overscroll-behavior-1.0.1.tgz#9305a6f0d08bb7b5f1a228272951f72d3bf9d44f" + integrity sha512-+kHamNxAnX8ojPCtV8WPcUP3XcqMFBSDuBuvT6MHgq7oX4IQxLIXKx64t7g9LiuJzE7vd06Q9qUYR6bh4YnGpQ== + +"@csstools/postcss-logical-resize@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@csstools/postcss-logical-resize/-/postcss-logical-resize-2.0.1.tgz#a46c1b51055db96fb63af3bfe58909c773aea377" + integrity sha512-W5Gtwz7oIuFcKa5SmBjQ2uxr8ZoL7M2bkoIf0T1WeNqljMkBrfw1DDA8/J83k57NQ1kcweJEjkJ04pUkmyee3A== + dependencies: + postcss-value-parser "^4.2.0" + +"@csstools/postcss-logical-viewport-units@^2.0.9": + version "2.0.9" + resolved "https://registry.yarnpkg.com/@csstools/postcss-logical-viewport-units/-/postcss-logical-viewport-units-2.0.9.tgz#8575b832faac9c9118b2228eb65ab622c91fdddf" + integrity sha512-iBBJuExgHwedFH9AqNOHWzZFgYnt17zhu1qWjmSihu1P5pw0lIG9q5t3uIgJJFDNmYoOGfBKan66z9u1QH8yBQ== + dependencies: + "@csstools/css-tokenizer" "^2.3.1" + "@csstools/utilities" "^1.0.0" + +"@csstools/postcss-media-minmax@^1.1.6": + version "1.1.6" + resolved "https://registry.yarnpkg.com/@csstools/postcss-media-minmax/-/postcss-media-minmax-1.1.6.tgz#300581d39cfade44fd9ac2b777c5abb1d088aaa8" + integrity sha512-bc0frf2Lod53j6wEHVsaVElfvCf6uhc96v99M/wUfer4MmNYfO3YLx1kFuB8xXvb0AXiWx4fohCJqemHV3bfRg== + dependencies: + "@csstools/css-calc" "^1.2.2" + "@csstools/css-parser-algorithms" "^2.6.3" + "@csstools/css-tokenizer" "^2.3.1" + "@csstools/media-query-list-parser" "^2.1.11" + +"@csstools/postcss-media-queries-aspect-ratio-number-values@^2.0.9": + version "2.0.9" + resolved "https://registry.yarnpkg.com/@csstools/postcss-media-queries-aspect-ratio-number-values/-/postcss-media-queries-aspect-ratio-number-values-2.0.9.tgz#764657111d378d73cb66b9110c9e73283116f350" + integrity sha512-PR0s3tFSxPoKoPLoKuiZuYhwQC5bQxq/gFfywX2u/kh8rMzesARPZYKxE71I3jHWi6KDHGZl9Xb5xcFPwtvLiQ== + dependencies: + "@csstools/css-parser-algorithms" "^2.6.3" + "@csstools/css-tokenizer" "^2.3.1" + "@csstools/media-query-list-parser" "^2.1.11" + +"@csstools/postcss-nested-calc@^3.0.2": + version "3.0.2" + resolved "https://registry.yarnpkg.com/@csstools/postcss-nested-calc/-/postcss-nested-calc-3.0.2.tgz#72ae4d087987ab5596397f5c2e5db4403b81c4a9" + integrity sha512-ySUmPyawiHSmBW/VI44+IObcKH0v88LqFe0d09Sb3w4B1qjkaROc6d5IA3ll9kjD46IIX/dbO5bwFN/swyoyZA== + dependencies: + "@csstools/utilities" "^1.0.0" + postcss-value-parser "^4.2.0" + +"@csstools/postcss-normalize-display-values@^3.0.2": + version "3.0.2" + resolved "https://registry.yarnpkg.com/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-3.0.2.tgz#9013e6ade2fbd4cd725438c9ff0b1000062cf20d" + integrity sha512-fCapyyT/dUdyPtrelQSIV+d5HqtTgnNP/BEG9IuhgXHt93Wc4CfC1bQ55GzKAjWrZbgakMQ7MLfCXEf3rlZJOw== + dependencies: + postcss-value-parser "^4.2.0" + +"@csstools/postcss-oklab-function@^3.0.16": + version "3.0.16" + resolved "https://registry.yarnpkg.com/@csstools/postcss-oklab-function/-/postcss-oklab-function-3.0.16.tgz#c7ae792fb831c935aca3e7aec7c61ff357814995" + integrity sha512-zm8nND+EraZrmbO4mgcT8FrJrAQUfWNfMmbV5uTCpWtAcO5ycX3E3bO8T1TjczKYRxC5QMM/91n9YExYCF4Mvw== + dependencies: + "@csstools/css-color-parser" "^2.0.2" + "@csstools/css-parser-algorithms" "^2.6.3" + "@csstools/css-tokenizer" "^2.3.1" + "@csstools/postcss-progressive-custom-properties" "^3.2.0" + "@csstools/utilities" "^1.0.0" + +"@csstools/postcss-progressive-custom-properties@^3.2.0": + version "3.2.0" + resolved "https://registry.yarnpkg.com/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-3.2.0.tgz#811da8616938e8148a7c4fb40c26e30bf94d4ceb" + integrity sha512-BZlirVxCRgKlE7yVme+Xvif72eTn1MYXj8oZ4Knb+jwaH4u3AN1DjbhM7j86RP5vvuAOexJ4JwfifYYKWMN/QQ== + dependencies: + postcss-value-parser "^4.2.0" + +"@csstools/postcss-relative-color-syntax@^2.0.16": + version "2.0.16" + resolved "https://registry.yarnpkg.com/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-2.0.16.tgz#9ace14c5bb1e70ec4e7f8bba0cc98acc5fc9d6e1" + integrity sha512-TSM8fVqJkT8JZDranZPnkpxjU/Q1sNR192lXMND+EcKOUjYa6uYpGSfHgjnWjCRiBSciettS+sL7y9wmnas7qQ== + dependencies: + "@csstools/css-color-parser" "^2.0.2" + "@csstools/css-parser-algorithms" "^2.6.3" + "@csstools/css-tokenizer" "^2.3.1" + "@csstools/postcss-progressive-custom-properties" "^3.2.0" + "@csstools/utilities" "^1.0.0" + +"@csstools/postcss-scope-pseudo-class@^3.0.1": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@csstools/postcss-scope-pseudo-class/-/postcss-scope-pseudo-class-3.0.1.tgz#c5454ea2fb3cf9beaf212d3a631a5c18cd4fbc14" + integrity sha512-3ZFonK2gfgqg29gUJ2w7xVw2wFJ1eNWVDONjbzGkm73gJHVCYK5fnCqlLr+N+KbEfv2XbWAO0AaOJCFB6Fer6A== + dependencies: + postcss-selector-parser "^6.0.13" + +"@csstools/postcss-stepped-value-functions@^3.0.8": + version "3.0.8" + resolved "https://registry.yarnpkg.com/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-3.0.8.tgz#696aaa0eb9ea651097d7b1a376c36a9ca925908f" + integrity sha512-X76+thsvsmH/SkqVbN+vjeFKe1ABGLRx8/Wl68QTb/zvJWdzgx5S/nbszZP5O3nTRc5eI8NxIOrQUiy30fR+0g== + dependencies: + "@csstools/css-calc" "^1.2.2" + "@csstools/css-parser-algorithms" "^2.6.3" + "@csstools/css-tokenizer" "^2.3.1" + +"@csstools/postcss-text-decoration-shorthand@^3.0.6": + version "3.0.6" + resolved "https://registry.yarnpkg.com/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-3.0.6.tgz#108afc5a66b96db3d0cca4f5d9414559c6b7a0bf" + integrity sha512-Q8HEu4AEiwNVZBD6+DpQ8M9SajpMow4+WtmndWIAv8qxDtDYL4JK1xXWkhOGk28PrcJawOvkrEZ8Ri59UN1TJw== + dependencies: + "@csstools/color-helpers" "^4.2.0" + postcss-value-parser "^4.2.0" + +"@csstools/postcss-trigonometric-functions@^3.0.8": + version "3.0.8" + resolved "https://registry.yarnpkg.com/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-3.0.8.tgz#8ba2206d27481e922bb29c1eeae834928be0abae" + integrity sha512-zEzyGriPqoIYFgHJqWNy8bmoxjM4+ONyTap1ZzQK/Lll/VsCYvx0IckB33W/u89uLSVeeB8xC7uTrkoQ7ogKyQ== + dependencies: + "@csstools/css-calc" "^1.2.2" + "@csstools/css-parser-algorithms" "^2.6.3" + "@csstools/css-tokenizer" "^2.3.1" + +"@csstools/postcss-unset-value@^3.0.1": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@csstools/postcss-unset-value/-/postcss-unset-value-3.0.1.tgz#598a25630fd9ab0edf066d235916f7441404942a" + integrity sha512-dbDnZ2ja2U8mbPP0Hvmt2RMEGBiF1H7oY6HYSpjteXJGihYwgxgTr6KRbbJ/V6c+4wd51M+9980qG4gKVn5ttg== + +"@csstools/selector-resolve-nested@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@csstools/selector-resolve-nested/-/selector-resolve-nested-1.1.0.tgz#d872f2da402d3ce8bd0cf16ea5f9fba76b18e430" + integrity sha512-uWvSaeRcHyeNenKg8tp17EVDRkpflmdyvbE0DHo6D/GdBb6PDnCYYU6gRpXhtICMGMcahQmj2zGxwFM/WC8hCg== + +"@csstools/selector-specificity@^3.0.3": + version "3.0.3" + resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-3.0.3.tgz#208a3929ee614967a1fc8cd6cb758d9fcbf0caae" + integrity sha512-KEPNw4+WW5AVEIyzC80rTbWEUatTW2lXpN8+8ILC8PiPeWPjwUzrPZDIOZ2wwqDmeqOYTdSGyL3+vE5GC3FB3Q== + +"@csstools/utilities@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@csstools/utilities/-/utilities-1.0.0.tgz#42f3c213f2fb929324d465684ab9f46a0febd4bb" + integrity sha512-tAgvZQe/t2mlvpNosA4+CkMiZ2azISW5WPAcdSalZlEjQvUfghHxfQcrCiK/7/CrfAWVxyM88kGFYO82heIGDg== + +"@discoveryjs/json-ext@^0.5.0": + version "0.5.7" + resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70" + integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw== + +"@fortawesome/fontawesome-free@^5.15": + version "5.15.4" + resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz#ecda5712b61ac852c760d8b3c79c96adca5554e5" + integrity sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg== + +"@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3": + version "1.1.3" + resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6" + integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw== + +"@jridgewell/gen-mapping@^0.3.5": + version "0.3.5" + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" + integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== + dependencies: + "@jridgewell/set-array" "^1.2.1" + "@jridgewell/sourcemap-codec" "^1.4.10" + "@jridgewell/trace-mapping" "^0.3.24" + +"@jridgewell/resolve-uri@^3.1.0": + version "3.1.2" + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== + +"@jridgewell/set-array@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== + +"@jridgewell/source-map@^0.3.3": + version "0.3.6" + resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.6.tgz#9d71ca886e32502eb9362c9a74a46787c36df81a" + integrity sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ== + dependencies: + "@jridgewell/gen-mapping" "^0.3.5" + "@jridgewell/trace-mapping" "^0.3.25" + +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": + version "1.4.15" + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== + +"@jridgewell/trace-mapping@^0.3.20", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": + version "0.3.25" + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" + integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== + dependencies: + "@jridgewell/resolve-uri" "^3.1.0" + "@jridgewell/sourcemap-codec" "^1.4.14" + +"@nodelib/fs.scandir@2.1.5": + version "2.1.5" + resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" + integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== + dependencies: + "@nodelib/fs.stat" "2.0.5" + run-parallel "^1.1.9" + +"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2": + version "2.0.5" + resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" + integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== + +"@nodelib/fs.walk@^1.2.3": + version "1.2.8" + resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" + integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== + dependencies: + "@nodelib/fs.scandir" "2.1.5" + fastq "^1.6.0" + +"@npmcli/fs@^1.0.0": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-1.1.1.tgz#72f719fe935e687c56a4faecf3c03d06ba593257" + integrity sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ== + dependencies: + "@gar/promisify" "^1.0.1" + semver "^7.3.5" + +"@npmcli/fs@^2.1.0": + version "2.1.2" + resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-2.1.2.tgz#a9e2541a4a2fec2e69c29b35e6060973da79b865" + integrity sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ== + dependencies: + "@gar/promisify" "^1.1.3" + semver "^7.3.5" + +"@npmcli/move-file@^1.0.1": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-1.1.2.tgz#1a82c3e372f7cae9253eb66d72543d6b8685c674" + integrity sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg== + dependencies: + mkdirp "^1.0.4" + rimraf "^3.0.2" + +"@npmcli/move-file@^2.0.0": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-2.0.1.tgz#26f6bdc379d87f75e55739bab89db525b06100e4" + integrity sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ== + dependencies: + mkdirp "^1.0.4" + rimraf "^3.0.2" + +"@tootallnate/once@1": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82" + integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== + +"@tootallnate/once@2": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf" + integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A== + +"@trysound/sax@0.2.0": + version "0.2.0" + resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad" + integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA== + +"@types/archiver@^5.3.1": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@types/archiver/-/archiver-5.3.4.tgz#32172d5a56f165b5b4ac902e366248bf03d3ae84" + integrity sha512-Lj7fLBIMwYFgViVVZHEdExZC3lVYsl+QL0VmdNdIzGZH544jHveYWij6qdnBgJQDnR7pMKliN9z2cPZFEbhyPw== + dependencies: + "@types/readdir-glob" "*" + +"@types/eslint-scope@^3.7.3": + version "3.7.7" + resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.7.tgz#3108bd5f18b0cdb277c867b3dd449c9ed7079ac5" + integrity sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg== + dependencies: + "@types/eslint" "*" + "@types/estree" "*" + +"@types/eslint@*": + version "8.56.10" + resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.10.tgz#eb2370a73bf04a901eeba8f22595c7ee0f7eb58d" + integrity sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ== + dependencies: + "@types/estree" "*" + "@types/json-schema" "*" + +"@types/estree@*", "@types/estree@^1.0.5": + version "1.0.5" + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4" + integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw== + +"@types/json-schema@*", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9": + version "7.0.15" + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" + integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== + +"@types/minimist@^1.2.0": + version "1.2.5" + resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.5.tgz#ec10755e871497bcd83efe927e43ec46e8c0747e" + integrity sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag== + +"@types/node@*": + version "20.12.11" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.11.tgz#c4ef00d3507000d17690643278a60dc55a9dc9be" + integrity sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw== + dependencies: + undici-types "~5.26.4" + +"@types/normalize-package-data@^2.4.0": + version "2.4.4" + resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901" + integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA== + +"@types/readdir-glob@*": + version "1.1.5" + resolved "https://registry.yarnpkg.com/@types/readdir-glob/-/readdir-glob-1.1.5.tgz#21a4a98898fc606cb568ad815f2a0eedc24d412a" + integrity sha512-raiuEPUYqXu+nvtY2Pe8s8FEmZ3x5yAH4VkLdihcPdalvsHltomrRC9BzuStrJ9yk06470hS0Crw0f1pXqD+Hg== + dependencies: + "@types/node" "*" + +"@webassemblyjs/ast@1.12.1", "@webassemblyjs/ast@^1.12.1": + version "1.12.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.12.1.tgz#bb16a0e8b1914f979f45864c23819cc3e3f0d4bb" + integrity sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg== + dependencies: + "@webassemblyjs/helper-numbers" "1.11.6" + "@webassemblyjs/helper-wasm-bytecode" "1.11.6" + +"@webassemblyjs/floating-point-hex-parser@1.11.6": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz#dacbcb95aff135c8260f77fa3b4c5fea600a6431" + integrity sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw== + +"@webassemblyjs/helper-api-error@1.11.6": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz#6132f68c4acd59dcd141c44b18cbebbd9f2fa768" + integrity sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q== + +"@webassemblyjs/helper-buffer@1.12.1": + version "1.12.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz#6df20d272ea5439bf20ab3492b7fb70e9bfcb3f6" + integrity sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw== + +"@webassemblyjs/helper-numbers@1.11.6": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz#cbce5e7e0c1bd32cf4905ae444ef64cea919f1b5" + integrity sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g== + dependencies: + "@webassemblyjs/floating-point-hex-parser" "1.11.6" + "@webassemblyjs/helper-api-error" "1.11.6" + "@xtuc/long" "4.2.2" + +"@webassemblyjs/helper-wasm-bytecode@1.11.6": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz#bb2ebdb3b83aa26d9baad4c46d4315283acd51e9" + integrity sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA== + +"@webassemblyjs/helper-wasm-section@1.12.1": + version "1.12.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz#3da623233ae1a60409b509a52ade9bc22a37f7bf" + integrity sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g== + dependencies: + "@webassemblyjs/ast" "1.12.1" + "@webassemblyjs/helper-buffer" "1.12.1" + "@webassemblyjs/helper-wasm-bytecode" "1.11.6" + "@webassemblyjs/wasm-gen" "1.12.1" + +"@webassemblyjs/ieee754@1.11.6": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz#bb665c91d0b14fffceb0e38298c329af043c6e3a" + integrity sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg== + dependencies: + "@xtuc/ieee754" "^1.2.0" + +"@webassemblyjs/leb128@1.11.6": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.6.tgz#70e60e5e82f9ac81118bc25381a0b283893240d7" + integrity sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ== + dependencies: + "@xtuc/long" "4.2.2" + +"@webassemblyjs/utf8@1.11.6": + version "1.11.6" + resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.6.tgz#90f8bc34c561595fe156603be7253cdbcd0fab5a" + integrity sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA== + +"@webassemblyjs/wasm-edit@^1.12.1": + version "1.12.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz#9f9f3ff52a14c980939be0ef9d5df9ebc678ae3b" + integrity sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g== + dependencies: + "@webassemblyjs/ast" "1.12.1" + "@webassemblyjs/helper-buffer" "1.12.1" + "@webassemblyjs/helper-wasm-bytecode" "1.11.6" + "@webassemblyjs/helper-wasm-section" "1.12.1" + "@webassemblyjs/wasm-gen" "1.12.1" + "@webassemblyjs/wasm-opt" "1.12.1" + "@webassemblyjs/wasm-parser" "1.12.1" + "@webassemblyjs/wast-printer" "1.12.1" + +"@webassemblyjs/wasm-gen@1.12.1": + version "1.12.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz#a6520601da1b5700448273666a71ad0a45d78547" + integrity sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w== + dependencies: + "@webassemblyjs/ast" "1.12.1" + "@webassemblyjs/helper-wasm-bytecode" "1.11.6" + "@webassemblyjs/ieee754" "1.11.6" + "@webassemblyjs/leb128" "1.11.6" + "@webassemblyjs/utf8" "1.11.6" + +"@webassemblyjs/wasm-opt@1.12.1": + version "1.12.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz#9e6e81475dfcfb62dab574ac2dda38226c232bc5" + integrity sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg== + dependencies: + "@webassemblyjs/ast" "1.12.1" + "@webassemblyjs/helper-buffer" "1.12.1" + "@webassemblyjs/wasm-gen" "1.12.1" + "@webassemblyjs/wasm-parser" "1.12.1" + +"@webassemblyjs/wasm-parser@1.12.1", "@webassemblyjs/wasm-parser@^1.12.1": + version "1.12.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz#c47acb90e6f083391e3fa61d113650eea1e95937" + integrity sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ== + dependencies: + "@webassemblyjs/ast" "1.12.1" + "@webassemblyjs/helper-api-error" "1.11.6" + "@webassemblyjs/helper-wasm-bytecode" "1.11.6" + "@webassemblyjs/ieee754" "1.11.6" + "@webassemblyjs/leb128" "1.11.6" + "@webassemblyjs/utf8" "1.11.6" + +"@webassemblyjs/wast-printer@1.12.1": + version "1.12.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz#bcecf661d7d1abdaf989d8341a4833e33e2b31ac" + integrity sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA== + dependencies: + "@webassemblyjs/ast" "1.12.1" + "@xtuc/long" "4.2.2" + +"@webpack-cli/configtest@^2.1.1": + version "2.1.1" + resolved "https://registry.yarnpkg.com/@webpack-cli/configtest/-/configtest-2.1.1.tgz#3b2f852e91dac6e3b85fb2a314fb8bef46d94646" + integrity sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw== + +"@webpack-cli/info@^2.0.2": + version "2.0.2" + resolved "https://registry.yarnpkg.com/@webpack-cli/info/-/info-2.0.2.tgz#cc3fbf22efeb88ff62310cf885c5b09f44ae0fdd" + integrity sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A== + +"@webpack-cli/serve@^2.0.5": + version "2.0.5" + resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-2.0.5.tgz#325db42395cd49fe6c14057f9a900e427df8810e" + integrity sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ== + +"@xtuc/ieee754@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790" + integrity sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA== + +"@xtuc/long@4.2.2": + version "4.2.2" + resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d" + integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== + +abbrev@1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" + integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== + +acorn-import-assertions@^1.9.0: + version "1.9.0" + resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz#507276249d684797c84e0734ef84860334cfb1ac" + integrity sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA== + +acorn@^8.7.1, acorn@^8.8.2: + version "8.11.3" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a" + integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg== + +agent-base@6, agent-base@^6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" + integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== + dependencies: + debug "4" + +agentkeepalive@^4.1.3, agentkeepalive@^4.2.1: + version "4.5.0" + resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.5.0.tgz#2673ad1389b3c418c5a20c5d7364f93ca04be923" + integrity sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew== + dependencies: + humanize-ms "^1.2.1" + +aggregate-error@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a" + integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== + dependencies: + clean-stack "^2.0.0" + indent-string "^4.0.0" + +ajv-formats@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520" + integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA== + dependencies: + ajv "^8.0.0" + +ajv-keywords@^3.5.2: + version "3.5.2" + resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d" + integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== + +ajv-keywords@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz#69d4d385a4733cdbeab44964a1170a88f87f0e16" + integrity sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw== + dependencies: + fast-deep-equal "^3.1.3" + +ajv@^6.12.5: + version "6.12.6" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" + integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== + dependencies: + fast-deep-equal "^3.1.1" + fast-json-stable-stringify "^2.0.0" + json-schema-traverse "^0.4.1" + uri-js "^4.2.2" + +ajv@^8.0.0, ajv@^8.9.0: + version "8.13.0" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.13.0.tgz#a3939eaec9fb80d217ddf0c3376948c023f28c91" + integrity sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA== + dependencies: + fast-deep-equal "^3.1.3" + json-schema-traverse "^1.0.0" + require-from-string "^2.0.2" + uri-js "^4.4.1" + +ansi-regex@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" + integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== + +ansi-styles@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== + dependencies: + color-convert "^1.9.0" + +ansi-styles@^4.0.0, ansi-styles@^4.1.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" + integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== + dependencies: + color-convert "^2.0.1" + +"aproba@^1.0.3 || ^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc" + integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ== + +archiver-utils@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/archiver-utils/-/archiver-utils-2.1.0.tgz#e8a460e94b693c3e3da182a098ca6285ba9249e2" + integrity sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw== + dependencies: + glob "^7.1.4" + graceful-fs "^4.2.0" + lazystream "^1.0.0" + lodash.defaults "^4.2.0" + lodash.difference "^4.5.0" + lodash.flatten "^4.4.0" + lodash.isplainobject "^4.0.6" + lodash.union "^4.6.0" + normalize-path "^3.0.0" + readable-stream "^2.0.0" + +archiver-utils@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/archiver-utils/-/archiver-utils-3.0.4.tgz#a0d201f1cf8fce7af3b5a05aea0a337329e96ec7" + integrity sha512-KVgf4XQVrTjhyWmx6cte4RxonPLR9onExufI1jhvw/MQ4BB6IsZD5gT8Lq+u/+pRkWna/6JoHpiQioaqFP5Rzw== + dependencies: + glob "^7.2.3" + graceful-fs "^4.2.0" + lazystream "^1.0.0" + lodash.defaults "^4.2.0" + lodash.difference "^4.5.0" + lodash.flatten "^4.4.0" + lodash.isplainobject "^4.0.6" + lodash.union "^4.6.0" + normalize-path "^3.0.0" + readable-stream "^3.6.0" + +archiver@^5.3.1: + version "5.3.2" + resolved "https://registry.yarnpkg.com/archiver/-/archiver-5.3.2.tgz#99991d5957e53bd0303a392979276ac4ddccf3b0" + integrity sha512-+25nxyyznAXF7Nef3y0EbBeqmGZgeN/BxHX29Rs39djAfaFalmQ89SE6CWyDCHzGL0yt/ycBtNOmGTW0FyGWNw== + dependencies: + archiver-utils "^2.1.0" + async "^3.2.4" + buffer-crc32 "^0.2.1" + readable-stream "^3.6.0" + readdir-glob "^1.1.2" + tar-stream "^2.2.0" + zip-stream "^4.1.0" + +are-we-there-yet@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz#679df222b278c64f2cdba1175cdc00b0d96164bd" + integrity sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg== + dependencies: + delegates "^1.0.0" + readable-stream "^3.6.0" + +argparse@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" + integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== + +array-union@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" + integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== + +arrify@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" + integrity sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA== + +async-foreach@^0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/async-foreach/-/async-foreach-0.1.3.tgz#36121f845c0578172de419a97dbeb1d16ec34542" + integrity sha512-VUeSMD8nEGBWaZK4lizI1sf3yEC7pnAQ/mrI7pC2fBz2s/tq5jWWEngTwaf0Gruu/OoXRGLGg1XFqpYBiGTYJA== + +async@^3.2.4: + version "3.2.5" + resolved "https://registry.yarnpkg.com/async/-/async-3.2.5.tgz#ebd52a8fdaf7a2289a24df399f8d8485c8a46b66" + integrity sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg== + +autoprefixer@^10.4.19: + version "10.4.19" + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.19.tgz#ad25a856e82ee9d7898c59583c1afeb3fa65f89f" + integrity sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew== + dependencies: + browserslist "^4.23.0" + caniuse-lite "^1.0.30001599" + fraction.js "^4.3.7" + normalize-range "^0.1.2" + picocolors "^1.0.0" + postcss-value-parser "^4.2.0" + +babel-loader@^9.1.2: + version "9.1.3" + resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.3.tgz#3d0e01b4e69760cc694ee306fe16d358aa1c6f9a" + integrity sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw== + dependencies: + find-cache-dir "^4.0.0" + schema-utils "^4.0.0" + +babel-plugin-polyfill-corejs2@^0.4.10: + version "0.4.11" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz#30320dfe3ffe1a336c15afdcdafd6fd615b25e33" + integrity sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q== + dependencies: + "@babel/compat-data" "^7.22.6" + "@babel/helper-define-polyfill-provider" "^0.6.2" + semver "^6.3.1" + +babel-plugin-polyfill-corejs3@^0.10.4: + version "0.10.4" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz#789ac82405ad664c20476d0233b485281deb9c77" + integrity sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.6.1" + core-js-compat "^3.36.1" + +babel-plugin-polyfill-regenerator@^0.6.1: + version "0.6.2" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz#addc47e240edd1da1058ebda03021f382bba785e" + integrity sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.6.2" + +balanced-match@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" + integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== + +base64-js@^1.3.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" + integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== + +bl@^4.0.3: + version "4.1.0" + resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a" + integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w== + dependencies: + buffer "^5.5.0" + inherits "^2.0.4" + readable-stream "^3.4.0" + +boolbase@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" + integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww== + +bourbon@^6.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/bourbon/-/bourbon-6.0.0.tgz#41ad318371128888261a390bebe0e9e89daaa01e" + integrity sha512-Skds0R1+GY3c1oBddh9BggYVq39Uo4ySvW33zttPk+4+nfGYpbZqwaDwENkbtV7PYhCk0ctTFkzfTNFv5365ag== + +brace-expansion@^1.1.7: + version "1.1.11" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" + integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== + dependencies: + balanced-match "^1.0.0" + concat-map "0.0.1" + +brace-expansion@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae" + integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== + dependencies: + balanced-match "^1.0.0" + +braces@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" + integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== + dependencies: + fill-range "^7.0.1" + +browserslist@^4.0.0, browserslist@^4.21.10, browserslist@^4.21.4, browserslist@^4.22.2, browserslist@^4.22.3, browserslist@^4.23.0: + version "4.23.0" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.0.tgz#8f3acc2bbe73af7213399430890f86c63a5674ab" + integrity sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ== + dependencies: + caniuse-lite "^1.0.30001587" + electron-to-chromium "^1.4.668" + node-releases "^2.0.14" + update-browserslist-db "^1.0.13" + +buffer-crc32@^0.2.1, buffer-crc32@^0.2.13: + version "0.2.13" + resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" + integrity sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ== + +buffer-from@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" + integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== + +buffer@^5.5.0: + version "5.7.1" + resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" + integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== + dependencies: + base64-js "^1.3.1" + ieee754 "^1.1.13" + +cacache@^15.2.0: + version "15.3.0" + resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.3.0.tgz#dc85380fb2f556fe3dda4c719bfa0ec875a7f1eb" + integrity sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ== + dependencies: + "@npmcli/fs" "^1.0.0" + "@npmcli/move-file" "^1.0.1" + chownr "^2.0.0" + fs-minipass "^2.0.0" + glob "^7.1.4" + infer-owner "^1.0.4" + lru-cache "^6.0.0" + minipass "^3.1.1" + minipass-collect "^1.0.2" + minipass-flush "^1.0.5" + minipass-pipeline "^1.2.2" + mkdirp "^1.0.3" + p-map "^4.0.0" + promise-inflight "^1.0.1" + rimraf "^3.0.2" + ssri "^8.0.1" + tar "^6.0.2" + unique-filename "^1.1.1" + +cacache@^16.1.0: + version "16.1.3" + resolved "https://registry.yarnpkg.com/cacache/-/cacache-16.1.3.tgz#a02b9f34ecfaf9a78c9f4bc16fceb94d5d67a38e" + integrity sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ== + dependencies: + "@npmcli/fs" "^2.1.0" + "@npmcli/move-file" "^2.0.0" + chownr "^2.0.0" + fs-minipass "^2.1.0" + glob "^8.0.1" + infer-owner "^1.0.4" + lru-cache "^7.7.1" + minipass "^3.1.6" + minipass-collect "^1.0.2" + minipass-flush "^1.0.5" + minipass-pipeline "^1.2.4" + mkdirp "^1.0.4" + p-map "^4.0.0" + promise-inflight "^1.0.1" + rimraf "^3.0.2" + ssri "^9.0.0" + tar "^6.1.11" + unique-filename "^2.0.0" + +callsites@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" + integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== + +camelcase-keys@^6.2.2: + version "6.2.2" + resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-6.2.2.tgz#5e755d6ba51aa223ec7d3d52f25778210f9dc3c0" + integrity sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg== + dependencies: + camelcase "^5.3.1" + map-obj "^4.0.0" + quick-lru "^4.0.1" + +camelcase@^5.3.1: + version "5.3.1" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" + integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== + +caniuse-api@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/caniuse-api/-/caniuse-api-3.0.0.tgz#5e4d90e2274961d46291997df599e3ed008ee4c0" + integrity sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw== + dependencies: + browserslist "^4.0.0" + caniuse-lite "^1.0.0" + lodash.memoize "^4.1.2" + lodash.uniq "^4.5.0" + +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001599: + version "1.0.30001616" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001616.tgz#4342712750d35f71ebba9fcac65e2cf8870013c3" + integrity sha512-RHVYKov7IcdNjVHJFNY/78RdG4oGVjbayxv8u5IO74Wv7Hlq4PnJE6mo/OjFijjVFNy5ijnCt6H3IIo4t+wfEw== + +chalk@^2.4.2: + version "2.4.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" + integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== + dependencies: + ansi-styles "^3.2.1" + escape-string-regexp "^1.0.5" + supports-color "^5.3.0" + +chalk@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + +chownr@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece" + integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== + +chrome-trace-event@^1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac" + integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg== + +clean-stack@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" + integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== + +cliui@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa" + integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ== + dependencies: + string-width "^4.2.0" + strip-ansi "^6.0.1" + wrap-ansi "^7.0.0" + +clone-deep@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387" + integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ== + dependencies: + is-plain-object "^2.0.4" + kind-of "^6.0.2" + shallow-clone "^3.0.0" + +color-convert@^1.9.0: + version "1.9.3" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" + integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== + dependencies: + color-name "1.1.3" + +color-convert@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" + integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== + dependencies: + color-name "~1.1.4" + +color-name@1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" + integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== + +color-name@~1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" + integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== + +color-support@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" + integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== + +colord@^2.9.1: + version "2.9.3" + resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.3.tgz#4f8ce919de456f1d5c1c368c307fe20f3e59fb43" + integrity sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw== + +colorette@^2.0.14: + version "2.0.20" + resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a" + integrity sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w== + +commander@^10.0.1: + version "10.0.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06" + integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug== + +commander@^2.20.0: + version "2.20.3" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" + integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== + +commander@^7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7" + integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== + +common-path-prefix@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/common-path-prefix/-/common-path-prefix-3.0.0.tgz#7d007a7e07c58c4b4d5f433131a19141b29f11e0" + integrity sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w== + +compress-commons@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/compress-commons/-/compress-commons-4.1.2.tgz#6542e59cb63e1f46a8b21b0e06f9a32e4c8b06df" + integrity sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg== + dependencies: + buffer-crc32 "^0.2.13" + crc32-stream "^4.0.2" + normalize-path "^3.0.0" + readable-stream "^3.6.0" + +concat-map@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== + +console-control-strings@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" + integrity sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ== + +convert-source-map@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" + integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== + +core-js-compat@^3.31.0, core-js-compat@^3.36.1: + version "3.37.0" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.0.tgz#d9570e544163779bb4dff1031c7972f44918dc73" + integrity sha512-vYq4L+T8aS5UuFg4UwDhc7YNRWVeVZwltad9C/jV3R2LgVOpS9BDr7l/WL6BN0dbV3k1XejPTHqqEzJgsa0frA== + dependencies: + browserslist "^4.23.0" + +core-util-is@~1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" + integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== + +cosmiconfig@^8.3.5: + version "8.3.6" + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.3.6.tgz#060a2b871d66dba6c8538ea1118ba1ac16f5fae3" + integrity sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA== + dependencies: + import-fresh "^3.3.0" + js-yaml "^4.1.0" + parse-json "^5.2.0" + path-type "^4.0.0" + +crc-32@^1.2.0: + version "1.2.2" + resolved "https://registry.yarnpkg.com/crc-32/-/crc-32-1.2.2.tgz#3cad35a934b8bf71f25ca524b6da51fb7eace2ff" + integrity sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ== + +crc32-stream@^4.0.2: + version "4.0.3" + resolved "https://registry.yarnpkg.com/crc32-stream/-/crc32-stream-4.0.3.tgz#85dd677eb78fa7cad1ba17cc506a597d41fc6f33" + integrity sha512-NT7w2JVU7DFroFdYkeq8cywxrgjPHWkdX1wjpRQXPX5Asews3tA+Ght6lddQO5Mkumffp3X7GEqku3epj2toIw== + dependencies: + crc-32 "^1.2.0" + readable-stream "^3.4.0" + +cross-spawn@^7.0.3: + version "7.0.3" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" + integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== + dependencies: + path-key "^3.1.0" + shebang-command "^2.0.0" + which "^2.0.1" + +css-blank-pseudo@^6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/css-blank-pseudo/-/css-blank-pseudo-6.0.2.tgz#50db072d4fb5b40c2df9ffe5ca5fbb9b19c77fc8" + integrity sha512-J/6m+lsqpKPqWHOifAFtKFeGLOzw3jR92rxQcwRUfA/eTuZzKfKlxOmYDx2+tqOPQAueNvBiY8WhAeHu5qNmTg== + dependencies: + postcss-selector-parser "^6.0.13" + +css-declaration-sorter@^6.3.1: + version "6.4.1" + resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz#28beac7c20bad7f1775be3a7129d7eae409a3a71" + integrity sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g== + +css-has-pseudo@^6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/css-has-pseudo/-/css-has-pseudo-6.0.3.tgz#babd8f208507d553b3986ee803b3adf4dd09c00e" + integrity sha512-qIsDxK/z0byH/mpNsv5hzQ5NOl8m1FRmOLgZpx4bG5uYHnOlO2XafeMI4mFIgNSViHwoUWcxSJZyyijaAmbs+A== + dependencies: + "@csstools/selector-specificity" "^3.0.3" + postcss-selector-parser "^6.0.13" + postcss-value-parser "^4.2.0" + +css-loader@^6.8.1: + version "6.11.0" + resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.11.0.tgz#33bae3bf6363d0a7c2cf9031c96c744ff54d85ba" + integrity sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g== + dependencies: + icss-utils "^5.1.0" + postcss "^8.4.33" + postcss-modules-extract-imports "^3.1.0" + postcss-modules-local-by-default "^4.0.5" + postcss-modules-scope "^3.2.0" + postcss-modules-values "^4.0.0" + postcss-value-parser "^4.2.0" + semver "^7.5.4" + +css-prefers-color-scheme@^9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/css-prefers-color-scheme/-/css-prefers-color-scheme-9.0.1.tgz#30fcb94cc38b639b66fb99e1882ffd97f741feaa" + integrity sha512-iFit06ochwCKPRiWagbTa1OAWCvWWVdEnIFd8BaRrgO8YrrNh4RAWUQTFcYX5tdFZgFl1DJ3iiULchZyEbnF4g== + +css-select@^4.1.3: + version "4.3.0" + resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.3.0.tgz#db7129b2846662fd8628cfc496abb2b59e41529b" + integrity sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ== + dependencies: + boolbase "^1.0.0" + css-what "^6.0.1" + domhandler "^4.3.1" + domutils "^2.8.0" + nth-check "^2.0.1" + +css-tree@^1.1.2, css-tree@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.1.3.tgz#eb4870fb6fd7707327ec95c2ff2ab09b5e8db91d" + integrity sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q== + dependencies: + mdn-data "2.0.14" + source-map "^0.6.1" + +css-what@^6.0.1: + version "6.1.0" + resolved "https://registry.yarnpkg.com/css-what/-/css-what-6.1.0.tgz#fb5effcf76f1ddea2c81bdfaa4de44e79bac70f4" + integrity sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw== + +cssdb@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-8.0.0.tgz#7fdaea83364f6c9edc364e7681ebef644a327d3d" + integrity sha512-hfpm8VXc7/dhcEWpLvKDLwImOSk1sa2DxL36OEiY/4h2MGfKjPYIMZo4hnEEl+TCJr2GwcX46jF5TafRASDe9w== + +cssesc@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" + integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== + +cssnano-preset-default@^5.2.14: + version "5.2.14" + resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz#309def4f7b7e16d71ab2438052093330d9ab45d8" + integrity sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A== + dependencies: + css-declaration-sorter "^6.3.1" + cssnano-utils "^3.1.0" + postcss-calc "^8.2.3" + postcss-colormin "^5.3.1" + postcss-convert-values "^5.1.3" + postcss-discard-comments "^5.1.2" + postcss-discard-duplicates "^5.1.0" + postcss-discard-empty "^5.1.1" + postcss-discard-overridden "^5.1.0" + postcss-merge-longhand "^5.1.7" + postcss-merge-rules "^5.1.4" + postcss-minify-font-values "^5.1.0" + postcss-minify-gradients "^5.1.1" + postcss-minify-params "^5.1.4" + postcss-minify-selectors "^5.2.1" + postcss-normalize-charset "^5.1.0" + postcss-normalize-display-values "^5.1.0" + postcss-normalize-positions "^5.1.1" + postcss-normalize-repeat-style "^5.1.1" + postcss-normalize-string "^5.1.0" + postcss-normalize-timing-functions "^5.1.0" + postcss-normalize-unicode "^5.1.1" + postcss-normalize-url "^5.1.0" + postcss-normalize-whitespace "^5.1.1" + postcss-ordered-values "^5.1.3" + postcss-reduce-initial "^5.1.2" + postcss-reduce-transforms "^5.1.0" + postcss-svgo "^5.1.0" + postcss-unique-selectors "^5.1.1" + +cssnano-utils@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/cssnano-utils/-/cssnano-utils-3.1.0.tgz#95684d08c91511edfc70d2636338ca37ef3a6861" + integrity sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA== + +cssnano@^5.0.2: + version "5.1.15" + resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.1.15.tgz#ded66b5480d5127fcb44dac12ea5a983755136bf" + integrity sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw== + dependencies: + cssnano-preset-default "^5.2.14" + lilconfig "^2.0.3" + yaml "^1.10.2" + +csso@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/csso/-/csso-4.2.0.tgz#ea3a561346e8dc9f546d6febedd50187cf389529" + integrity sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA== + dependencies: + css-tree "^1.1.2" + +debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.3: + version "4.3.4" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" + integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== + dependencies: + ms "2.1.2" + +decamelize-keys@^1.1.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.1.tgz#04a2d523b2f18d80d0158a43b895d56dff8d19d8" + integrity sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg== + dependencies: + decamelize "^1.1.0" + map-obj "^1.0.0" + +decamelize@^1.1.0, decamelize@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" + integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA== + +decanter@^6.2.14: + version "6.3.3" + resolved "https://registry.yarnpkg.com/decanter/-/decanter-6.3.3.tgz#86a872b842642df2ebbe0eba5ec326eebaa46530" + integrity sha512-EubzQRguF79EDr4BHi4vQH6jSR3t1fIJNsjKv/cKDGmglF5JZpBmbraypdXDt3xkF64okCZcLViae2dN5Scl6w== + dependencies: + "@fortawesome/fontawesome-free" "^5.15" + bourbon "^6.0" + +del@^6.1.1: + version "6.1.1" + resolved "https://registry.yarnpkg.com/del/-/del-6.1.1.tgz#3b70314f1ec0aa325c6b14eb36b95786671edb7a" + integrity sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg== + dependencies: + globby "^11.0.1" + graceful-fs "^4.2.4" + is-glob "^4.0.1" + is-path-cwd "^2.2.0" + is-path-inside "^3.0.2" + p-map "^4.0.0" + rimraf "^3.0.2" + slash "^3.0.0" + +delegates@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" + integrity sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ== + +dir-glob@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f" + integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== + dependencies: + path-type "^4.0.0" + +dom-serializer@^1.0.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.4.1.tgz#de5d41b1aea290215dc45a6dae8adcf1d32e2d30" + integrity sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag== + dependencies: + domelementtype "^2.0.1" + domhandler "^4.2.0" + entities "^2.0.0" + +domelementtype@^2.0.1, domelementtype@^2.2.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz#5c45e8e869952626331d7aab326d01daf65d589d" + integrity sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw== + +domhandler@^4.2.0, domhandler@^4.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.3.1.tgz#8d792033416f59d68bc03a5aa7b018c1ca89279c" + integrity sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ== + dependencies: + domelementtype "^2.2.0" + +domutils@^2.8.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135" + integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A== + dependencies: + dom-serializer "^1.0.1" + domelementtype "^2.2.0" + domhandler "^4.2.0" + +electron-to-chromium@^1.4.668: + version "1.4.758" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.758.tgz#f39e530cae2ca4329a0f0e1840629d8d1da73156" + integrity sha512-/o9x6TCdrYZBMdGeTifAP3wlF/gVT+TtWJe3BSmtNh92Mw81U9hrYwW9OAGUh+sEOX/yz5e34sksqRruZbjYrw== + +emoji-regex@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" + integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== + +encoding@^0.1.12, encoding@^0.1.13: + version "0.1.13" + resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9" + integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== + dependencies: + iconv-lite "^0.6.2" + +end-of-stream@^1.4.1: + version "1.4.4" + resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" + integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== + dependencies: + once "^1.4.0" + +enhanced-resolve@^5.16.0: + version "5.16.1" + resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.16.1.tgz#e8bc63d51b826d6f1cbc0a150ecb5a8b0c62e567" + integrity sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw== + dependencies: + graceful-fs "^4.2.4" + tapable "^2.2.0" + +entities@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" + integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== + +env-paths@^2.2.0: + version "2.2.1" + resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2" + integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== + +envinfo@^7.7.3: + version "7.13.0" + resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.13.0.tgz#81fbb81e5da35d74e814941aeab7c325a606fb31" + integrity sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q== + +err-code@^2.0.2: + version "2.0.3" + resolved "https://registry.yarnpkg.com/err-code/-/err-code-2.0.3.tgz#23c2f3b756ffdfc608d30e27c9a941024807e7f9" + integrity sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA== + +error-ex@^1.3.1: + version "1.3.2" + resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" + integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== + dependencies: + is-arrayish "^0.2.1" + +es-module-lexer@^1.2.1: + version "1.5.2" + resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.5.2.tgz#00b423304f2500ac59359cc9b6844951f372d497" + integrity sha512-l60ETUTmLqbVbVHv1J4/qj+M8nq7AwMzEcg3kmJDt9dCNrTk+yHcYFf/Kw75pMDwd9mPcIGCG5LcS20SxYRzFA== + +escalade@^3.1.1, escalade@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27" + integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA== + +escape-string-regexp@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" + integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== + +eslint-scope@5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" + integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== + dependencies: + esrecurse "^4.3.0" + estraverse "^4.1.1" + +esrecurse@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" + integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== + dependencies: + estraverse "^5.2.0" + +estraverse@^4.1.1: + version "4.3.0" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" + integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== + +estraverse@^5.2.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" + integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== + +esutils@^2.0.2: + version "2.0.3" + resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" + integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== + +events@^3.2.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400" + integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== + +fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" + integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== + +fast-glob@^3.2.12, fast-glob@^3.2.9: + version "3.3.2" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129" + integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== + dependencies: + "@nodelib/fs.stat" "^2.0.2" + "@nodelib/fs.walk" "^1.2.3" + glob-parent "^5.1.2" + merge2 "^1.3.0" + micromatch "^4.0.4" + +fast-json-stable-stringify@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" + integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== + +fastest-levenshtein@^1.0.12: + version "1.0.16" + resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#210e61b6ff181de91ea9b3d1b84fdedd47e034e5" + integrity sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg== + +fastq@^1.6.0: + version "1.17.1" + resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.17.1.tgz#2a523f07a4e7b1e81a42b91b8bf2254107753b47" + integrity sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w== + dependencies: + reusify "^1.0.4" + +filemanager-webpack-plugin@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/filemanager-webpack-plugin/-/filemanager-webpack-plugin-8.0.0.tgz#d9a6683122504a9a47ac1fb8551f241dbb8d017d" + integrity sha512-TYwu62wgq2O2c3K80Sfj8vEys/tP5wdgYoySHgUwWoc2hPbQY3Mq3ahcAW634JvHCTcSV7IAfRxMI3wTXRt2Vw== + dependencies: + "@types/archiver" "^5.3.1" + archiver "^5.3.1" + del "^6.1.1" + fast-glob "^3.2.12" + fs-extra "^10.1.0" + is-glob "^4.0.3" + normalize-path "^3.0.0" + schema-utils "^4.0.0" + +fill-range@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" + integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== + dependencies: + to-regex-range "^5.0.1" + +find-cache-dir@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-4.0.0.tgz#a30ee0448f81a3990708f6453633c733e2f6eec2" + integrity sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg== + dependencies: + common-path-prefix "^3.0.0" + pkg-dir "^7.0.0" + +find-up@^4.0.0, find-up@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" + integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== + dependencies: + locate-path "^5.0.0" + path-exists "^4.0.0" + +find-up@^6.3.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-6.3.0.tgz#2abab3d3280b2dc7ac10199ef324c4e002c8c790" + integrity sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw== + dependencies: + locate-path "^7.1.0" + path-exists "^5.0.0" + +flat@^5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241" + integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ== + +fraction.js@^4.3.7: + version "4.3.7" + resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7" + integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew== + +fs-constants@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" + integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== + +fs-extra@^10.1.0: + version "10.1.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" + integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== + dependencies: + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" + +fs-minipass@^2.0.0, fs-minipass@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb" + integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg== + dependencies: + minipass "^3.0.0" + +fs.realpath@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== + +function-bind@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c" + integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== + +gauge@^4.0.3: + version "4.0.4" + resolved "https://registry.yarnpkg.com/gauge/-/gauge-4.0.4.tgz#52ff0652f2bbf607a989793d53b751bef2328dce" + integrity sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg== + dependencies: + aproba "^1.0.3 || ^2.0.0" + color-support "^1.1.3" + console-control-strings "^1.1.0" + has-unicode "^2.0.1" + signal-exit "^3.0.7" + string-width "^4.2.3" + strip-ansi "^6.0.1" + wide-align "^1.1.5" + +gaze@^1.0.0: + version "1.1.3" + resolved "https://registry.yarnpkg.com/gaze/-/gaze-1.1.3.tgz#c441733e13b927ac8c0ff0b4c3b033f28812924a" + integrity sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g== + dependencies: + globule "^1.0.0" + +gensync@^1.0.0-beta.2: + version "1.0.0-beta.2" + resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" + integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== + +get-caller-file@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" + integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== + +get-stdin@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" + integrity sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw== + +glob-parent@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" + integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== + dependencies: + is-glob "^4.0.1" + +glob-to-regexp@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e" + integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== + +glob@^7.0.0, glob@^7.0.3, glob@^7.1.3, glob@^7.1.4, glob@^7.2.3: + version "7.2.3" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" + integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.1.1" + once "^1.3.0" + path-is-absolute "^1.0.0" + +glob@^8.0.1: + version "8.1.0" + resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e" + integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^5.0.1" + once "^1.3.0" + +glob@~7.1.1: + version "7.1.7" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90" + integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.0.4" + once "^1.3.0" + path-is-absolute "^1.0.0" + +globals@^11.1.0: + version "11.12.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" + integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== + +globby@^11.0.1: + version "11.1.0" + resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" + integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== + dependencies: + array-union "^2.1.0" + dir-glob "^3.0.1" + fast-glob "^3.2.9" + ignore "^5.2.0" + merge2 "^1.4.1" + slash "^3.0.0" + +globule@^1.0.0: + version "1.3.4" + resolved "https://registry.yarnpkg.com/globule/-/globule-1.3.4.tgz#7c11c43056055a75a6e68294453c17f2796170fb" + integrity sha512-OPTIfhMBh7JbBYDpa5b+Q5ptmMWKwcNcFSR/0c6t8V4f3ZAVBEsKNY37QdVqmLRYSMhOUGYrY0QhSoEpzGr/Eg== + dependencies: + glob "~7.1.1" + lodash "^4.17.21" + minimatch "~3.0.2" + +graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.11, graceful-fs@^4.2.4, graceful-fs@^4.2.6: + version "4.2.11" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" + integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== + +hard-rejection@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883" + integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA== + +has-flag@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" + integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== + +has-flag@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" + integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== + +has-unicode@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" + integrity sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ== + +hasown@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003" + integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== + dependencies: + function-bind "^1.1.2" + +hosted-git-info@^2.1.4: + version "2.8.9" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" + integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== + +hosted-git-info@^4.0.1: + version "4.1.0" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.1.0.tgz#827b82867e9ff1c8d0c4d9d53880397d2c86d224" + integrity sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA== + dependencies: + lru-cache "^6.0.0" + +http-cache-semantics@^4.1.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a" + integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ== + +http-proxy-agent@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a" + integrity sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg== + dependencies: + "@tootallnate/once" "1" + agent-base "6" + debug "4" + +http-proxy-agent@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz#5129800203520d434f142bc78ff3c170800f2b43" + integrity sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w== + dependencies: + "@tootallnate/once" "2" + agent-base "6" + debug "4" + +https-proxy-agent@^5.0.0: + version "5.0.1" + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6" + integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA== + dependencies: + agent-base "6" + debug "4" + +humanize-ms@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed" + integrity sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ== + dependencies: + ms "^2.0.0" + +iconv-lite@^0.6.2: + version "0.6.3" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501" + integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw== + dependencies: + safer-buffer ">= 2.1.2 < 3.0.0" + +icss-utils@^5.0.0, icss-utils@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae" + integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA== + +ieee754@^1.1.13: + version "1.2.1" + resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" + integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== + +ignore@^5.2.0: + version "5.3.1" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef" + integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw== + +import-fresh@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" + integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== + dependencies: + parent-module "^1.0.0" + resolve-from "^4.0.0" + +import-local@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.1.0.tgz#b4479df8a5fd44f6cdce24070675676063c95cb4" + integrity sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg== + dependencies: + pkg-dir "^4.2.0" + resolve-cwd "^3.0.0" + +imurmurhash@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" + integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== + +indent-string@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251" + integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== + +infer-owner@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467" + integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== + +inflight@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== + dependencies: + once "^1.3.0" + wrappy "1" + +inherits@2, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3: + version "2.0.4" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== + +interpret@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/interpret/-/interpret-3.1.1.tgz#5be0ceed67ca79c6c4bc5cf0d7ee843dcea110c4" + integrity sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ== + +ip-address@^9.0.5: + version "9.0.5" + resolved "https://registry.yarnpkg.com/ip-address/-/ip-address-9.0.5.tgz#117a960819b08780c3bd1f14ef3c1cc1d3f3ea5a" + integrity sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g== + dependencies: + jsbn "1.1.0" + sprintf-js "^1.1.3" + +is-arrayish@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" + integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg== + +is-core-module@^2.13.0, is-core-module@^2.5.0: + version "2.13.1" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384" + integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw== + dependencies: + hasown "^2.0.0" + +is-extglob@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" + integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== + +is-fullwidth-code-point@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" + integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== + +is-glob@^4.0.1, is-glob@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" + integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== + dependencies: + is-extglob "^2.1.1" + +is-lambda@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-lambda/-/is-lambda-1.0.1.tgz#3d9877899e6a53efc0160504cde15f82e6f061d5" + integrity sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ== + +is-number@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" + integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== + +is-path-cwd@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb" + integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ== + +is-path-inside@^3.0.2: + version "3.0.3" + resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" + integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== + +is-plain-obj@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" + integrity sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg== + +is-plain-object@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" + integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== + dependencies: + isobject "^3.0.1" + +isarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" + integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ== + +isexe@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== + +isobject@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" + integrity sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg== + +jest-worker@^27.4.5: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.5.1.tgz#8d146f0900e8973b106b6f73cc1e9a8cb86f8db0" + integrity sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg== + dependencies: + "@types/node" "*" + merge-stream "^2.0.0" + supports-color "^8.0.0" + +jiti@^1.20.0: + version "1.21.0" + resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.0.tgz#7c97f8fe045724e136a397f7340475244156105d" + integrity sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q== + +js-base64@^2.4.9: + version "2.6.4" + resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.6.4.tgz#f4e686c5de1ea1f867dbcad3d46d969428df98c4" + integrity sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ== + +js-tokens@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" + integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== + +js-yaml@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" + integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== + dependencies: + argparse "^2.0.1" + +jsbn@1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-1.1.0.tgz#b01307cb29b618a1ed26ec79e911f803c4da0040" + integrity sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A== + +jsesc@^2.5.1: + version "2.5.2" + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" + integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== + +jsesc@~0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" + integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA== + +json-parse-even-better-errors@^2.3.0, json-parse-even-better-errors@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" + integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== + +json-schema-traverse@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" + integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== + +json-schema-traverse@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" + integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== + +json5@^2.2.3: + version "2.2.3" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" + integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== + +jsonfile@^6.0.1: + version "6.1.0" + resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" + integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== + dependencies: + universalify "^2.0.0" + optionalDependencies: + graceful-fs "^4.1.6" + +kind-of@^6.0.2, kind-of@^6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" + integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== + +last-call-webpack-plugin@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz#9742df0e10e3cf46e5c0381c2de90d3a7a2d7555" + integrity sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w== + dependencies: + lodash "^4.17.5" + webpack-sources "^1.1.0" + +lazystream@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.1.tgz#494c831062f1f9408251ec44db1cba29242a2638" + integrity sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw== + dependencies: + readable-stream "^2.0.5" + +lilconfig@^2.0.3: + version "2.1.0" + resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.1.0.tgz#78e23ac89ebb7e1bfbf25b18043de756548e7f52" + integrity sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ== + +lines-and-columns@^1.1.6: + version "1.2.4" + resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" + integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== + +loader-runner@^4.2.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.3.0.tgz#c1b4a163b99f614830353b16755e7149ac2314e1" + integrity sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg== + +locate-path@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" + integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== + dependencies: + p-locate "^4.1.0" + +locate-path@^7.1.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-7.2.0.tgz#69cb1779bd90b35ab1e771e1f2f89a202c2a8a8a" + integrity sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA== + dependencies: + p-locate "^6.0.0" + +lodash.debounce@^4.0.8: + version "4.0.8" + resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" + integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow== + +lodash.defaults@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c" + integrity sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ== + +lodash.difference@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/lodash.difference/-/lodash.difference-4.5.0.tgz#9ccb4e505d486b91651345772885a2df27fd017c" + integrity sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA== + +lodash.flatten@^4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f" + integrity sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g== + +lodash.isplainobject@^4.0.6: + version "4.0.6" + resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" + integrity sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA== + +lodash.memoize@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" + integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag== + +lodash.union@^4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88" + integrity sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw== + +lodash.uniq@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" + integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ== + +lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.5: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== + +lru-cache@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" + integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== + dependencies: + yallist "^3.0.2" + +lru-cache@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" + integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== + dependencies: + yallist "^4.0.0" + +lru-cache@^7.7.1: + version "7.18.3" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89" + integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA== + +make-fetch-happen@^10.0.4: + version "10.2.1" + resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz#f5e3835c5e9817b617f2770870d9492d28678164" + integrity sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w== + dependencies: + agentkeepalive "^4.2.1" + cacache "^16.1.0" + http-cache-semantics "^4.1.0" + http-proxy-agent "^5.0.0" + https-proxy-agent "^5.0.0" + is-lambda "^1.0.1" + lru-cache "^7.7.1" + minipass "^3.1.6" + minipass-collect "^1.0.2" + minipass-fetch "^2.0.3" + minipass-flush "^1.0.5" + minipass-pipeline "^1.2.4" + negotiator "^0.6.3" + promise-retry "^2.0.1" + socks-proxy-agent "^7.0.0" + ssri "^9.0.0" + +make-fetch-happen@^9.1.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz#53085a09e7971433e6765f7971bf63f4e05cb968" + integrity sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg== + dependencies: + agentkeepalive "^4.1.3" + cacache "^15.2.0" + http-cache-semantics "^4.1.0" + http-proxy-agent "^4.0.1" + https-proxy-agent "^5.0.0" + is-lambda "^1.0.1" + lru-cache "^6.0.0" + minipass "^3.1.3" + minipass-collect "^1.0.2" + minipass-fetch "^1.3.2" + minipass-flush "^1.0.5" + minipass-pipeline "^1.2.4" + negotiator "^0.6.2" + promise-retry "^2.0.1" + socks-proxy-agent "^6.0.0" + ssri "^8.0.0" + +map-obj@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" + integrity sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg== + +map-obj@^4.0.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a" + integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ== + +mdn-data@2.0.14: + version "2.0.14" + resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.14.tgz#7113fc4281917d63ce29b43446f701e68c25ba50" + integrity sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow== + +meow@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/meow/-/meow-9.0.0.tgz#cd9510bc5cac9dee7d03c73ee1f9ad959f4ea364" + integrity sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ== + dependencies: + "@types/minimist" "^1.2.0" + camelcase-keys "^6.2.2" + decamelize "^1.2.0" + decamelize-keys "^1.1.0" + hard-rejection "^2.1.0" + minimist-options "4.1.0" + normalize-package-data "^3.0.0" + read-pkg-up "^7.0.1" + redent "^3.0.0" + trim-newlines "^3.0.0" + type-fest "^0.18.0" + yargs-parser "^20.2.3" + +merge-stream@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" + integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== + +merge2@^1.3.0, merge2@^1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" + integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== + +micromatch@^4.0.4: + version "4.0.5" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" + integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== + dependencies: + braces "^3.0.2" + picomatch "^2.3.1" + +mime-db@1.52.0: + version "1.52.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" + integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== + +mime-types@^2.1.27: + version "2.1.35" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" + integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== + dependencies: + mime-db "1.52.0" + +min-indent@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" + integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== + +mini-css-extract-plugin@^2.7.6: + version "2.9.0" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz#c73a1327ccf466f69026ac22a8e8fd707b78a235" + integrity sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA== + dependencies: + schema-utils "^4.0.0" + tapable "^2.2.1" + +minimatch@^3.0.4, minimatch@^3.1.1: + version "3.1.2" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" + integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== + dependencies: + brace-expansion "^1.1.7" + +minimatch@^5.0.1, minimatch@^5.1.0: + version "5.1.6" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96" + integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g== + dependencies: + brace-expansion "^2.0.1" + +minimatch@~3.0.2: + version "3.0.8" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.8.tgz#5e6a59bd11e2ab0de1cfb843eb2d82e546c321c1" + integrity sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q== + dependencies: + brace-expansion "^1.1.7" + +minimist-options@4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619" + integrity sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A== + dependencies: + arrify "^1.0.1" + is-plain-obj "^1.1.0" + kind-of "^6.0.3" + +minipass-collect@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-1.0.2.tgz#22b813bf745dc6edba2576b940022ad6edc8c617" + integrity sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA== + dependencies: + minipass "^3.0.0" + +minipass-fetch@^1.3.2: + version "1.4.1" + resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-1.4.1.tgz#d75e0091daac1b0ffd7e9d41629faff7d0c1f1b6" + integrity sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw== + dependencies: + minipass "^3.1.0" + minipass-sized "^1.0.3" + minizlib "^2.0.0" + optionalDependencies: + encoding "^0.1.12" + +minipass-fetch@^2.0.3: + version "2.1.2" + resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-2.1.2.tgz#95560b50c472d81a3bc76f20ede80eaed76d8add" + integrity sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA== + dependencies: + minipass "^3.1.6" + minipass-sized "^1.0.3" + minizlib "^2.1.2" + optionalDependencies: + encoding "^0.1.13" + +minipass-flush@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/minipass-flush/-/minipass-flush-1.0.5.tgz#82e7135d7e89a50ffe64610a787953c4c4cbb373" + integrity sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw== + dependencies: + minipass "^3.0.0" + +minipass-pipeline@^1.2.2, minipass-pipeline@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz#68472f79711c084657c067c5c6ad93cddea8214c" + integrity sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A== + dependencies: + minipass "^3.0.0" + +minipass-sized@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/minipass-sized/-/minipass-sized-1.0.3.tgz#70ee5a7c5052070afacfbc22977ea79def353b70" + integrity sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g== + dependencies: + minipass "^3.0.0" + +minipass@^3.0.0, minipass@^3.1.0, minipass@^3.1.1, minipass@^3.1.3, minipass@^3.1.6: + version "3.3.6" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.3.6.tgz#7bba384db3a1520d18c9c0e5251c3444e95dd94a" + integrity sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw== + dependencies: + yallist "^4.0.0" + +minipass@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d" + integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ== + +minizlib@^2.0.0, minizlib@^2.1.1, minizlib@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" + integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== + dependencies: + minipass "^3.0.0" + yallist "^4.0.0" + +mkdirp@^1.0.3, mkdirp@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" + integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== + +ms@2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" + integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== + +ms@^2.0.0: + version "2.1.3" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" + integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== + +nan@^2.17.0: + version "2.19.0" + resolved "https://registry.yarnpkg.com/nan/-/nan-2.19.0.tgz#bb58122ad55a6c5bc973303908d5b16cfdd5a8c0" + integrity sha512-nO1xXxfh/RWNxfd/XPfbIfFk5vgLsAxUR9y5O0cHMJu/AW9U95JLXqthYHjEp+8gQ5p96K9jUp8nbVOxCdRbtw== + +nanoid@^3.3.7: + version "3.3.7" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8" + integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g== + +negotiator@^0.6.2, negotiator@^0.6.3: + version "0.6.3" + resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" + integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== + +neo-async@^2.6.2: + version "2.6.2" + resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" + integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== + +node-gyp@^8.4.1: + version "8.4.1" + resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-8.4.1.tgz#3d49308fc31f768180957d6b5746845fbd429937" + integrity sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w== + dependencies: + env-paths "^2.2.0" + glob "^7.1.4" + graceful-fs "^4.2.6" + make-fetch-happen "^9.1.0" + nopt "^5.0.0" + npmlog "^6.0.0" + rimraf "^3.0.2" + semver "^7.3.5" + tar "^6.1.2" + which "^2.0.2" + +node-releases@^2.0.14: + version "2.0.14" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b" + integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw== + +node-sass@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-9.0.0.tgz#c21cd17bd9379c2d09362b3baf2cbf089bce08ed" + integrity sha512-yltEuuLrfH6M7Pq2gAj5B6Zm7m+gdZoG66wTqG6mIZV/zijq3M2OO2HswtT6oBspPyFhHDcaxWpsBm0fRNDHPg== + dependencies: + async-foreach "^0.1.3" + chalk "^4.1.2" + cross-spawn "^7.0.3" + gaze "^1.0.0" + get-stdin "^4.0.1" + glob "^7.0.3" + lodash "^4.17.15" + make-fetch-happen "^10.0.4" + meow "^9.0.0" + nan "^2.17.0" + node-gyp "^8.4.1" + sass-graph "^4.0.1" + stdout-stream "^1.4.0" + "true-case-path" "^2.2.1" + +nopt@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88" + integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ== + dependencies: + abbrev "1" + +normalize-package-data@^2.5.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" + integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== + dependencies: + hosted-git-info "^2.1.4" + resolve "^1.10.0" + semver "2 || 3 || 4 || 5" + validate-npm-package-license "^3.0.1" + +normalize-package-data@^3.0.0: + version "3.0.3" + resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-3.0.3.tgz#dbcc3e2da59509a0983422884cd172eefdfa525e" + integrity sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA== + dependencies: + hosted-git-info "^4.0.1" + is-core-module "^2.5.0" + semver "^7.3.4" + validate-npm-package-license "^3.0.1" + +normalize-path@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" + integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== + +normalize-range@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" + integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA== + +normalize-url@^6.0.1: + version "6.1.0" + resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a" + integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A== + +npmlog@^6.0.0: + version "6.0.2" + resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-6.0.2.tgz#c8166017a42f2dea92d6453168dd865186a70830" + integrity sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg== + dependencies: + are-we-there-yet "^3.0.0" + console-control-strings "^1.1.0" + gauge "^4.0.3" + set-blocking "^2.0.0" + +nth-check@^2.0.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.1.1.tgz#c9eab428effce36cd6b92c924bdb000ef1f1ed1d" + integrity sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w== + dependencies: + boolbase "^1.0.0" + +once@^1.3.0, once@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== + dependencies: + wrappy "1" + +optimize-css-assets-webpack-plugin@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-6.0.1.tgz#7719bceabba1f3891ec3ae04efb81a1cc99cd793" + integrity sha512-BshV2UZPfggZLdUfN3zFBbG4sl/DynUI+YCB6fRRDWaqO2OiWN8GPcp4Y0/fEV6B3k9Hzyk3czve3V/8B/SzKQ== + dependencies: + cssnano "^5.0.2" + last-call-webpack-plugin "^3.0.0" + postcss "^8.2.1" + +p-limit@^2.2.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" + integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== + dependencies: + p-try "^2.0.0" + +p-limit@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644" + integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ== + dependencies: + yocto-queue "^1.0.0" + +p-locate@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" + integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== + dependencies: + p-limit "^2.2.0" + +p-locate@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-6.0.0.tgz#3da9a49d4934b901089dca3302fa65dc5a05c04f" + integrity sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw== + dependencies: + p-limit "^4.0.0" + +p-map@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b" + integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== + dependencies: + aggregate-error "^3.0.0" + +p-try@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" + integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== + +parent-module@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" + integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== + dependencies: + callsites "^3.0.0" + +parse-json@^5.0.0, parse-json@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" + integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== + dependencies: + "@babel/code-frame" "^7.0.0" + error-ex "^1.3.1" + json-parse-even-better-errors "^2.3.0" + lines-and-columns "^1.1.6" + +path-exists@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" + integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== + +path-exists@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-5.0.0.tgz#a6aad9489200b21fab31e49cf09277e5116fb9e7" + integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ== + +path-is-absolute@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== + +path-key@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" + integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== + +path-parse@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" + integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== + +path-type@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" + integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== + +picocolors@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" + integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== + +picomatch@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== + +pkg-dir@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" + integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== + dependencies: + find-up "^4.0.0" + +pkg-dir@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-7.0.0.tgz#8f0c08d6df4476756c5ff29b3282d0bab7517d11" + integrity sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA== + dependencies: + find-up "^6.3.0" + +postcss-attribute-case-insensitive@^6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-6.0.3.tgz#d118023911a768dfccfc0b0147f5ff06d8485806" + integrity sha512-KHkmCILThWBRtg+Jn1owTnHPnFit4OkqS+eKiGEOPIGke54DCeYGJ6r0Fx/HjfE9M9kznApCLcU0DvnPchazMQ== + dependencies: + postcss-selector-parser "^6.0.13" + +postcss-calc@^8.2.3: + version "8.2.4" + resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-8.2.4.tgz#77b9c29bfcbe8a07ff6693dc87050828889739a5" + integrity sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q== + dependencies: + postcss-selector-parser "^6.0.9" + postcss-value-parser "^4.2.0" + +postcss-clamp@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/postcss-clamp/-/postcss-clamp-4.1.0.tgz#7263e95abadd8c2ba1bd911b0b5a5c9c93e02363" + integrity sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow== + dependencies: + postcss-value-parser "^4.2.0" + +postcss-color-functional-notation@^6.0.11: + version "6.0.11" + resolved "https://registry.yarnpkg.com/postcss-color-functional-notation/-/postcss-color-functional-notation-6.0.11.tgz#6219b4762519115a397b870707c1a9926ecb52f6" + integrity sha512-gJ+hAtAsgBF4w7eh28Pg7EA60lx7vE5xO/B/yZawaI6FYHky+5avA9YSe73nJHnAMEVFpCMeJc6Wts5g+niksg== + dependencies: + "@csstools/css-color-parser" "^2.0.2" + "@csstools/css-parser-algorithms" "^2.6.3" + "@csstools/css-tokenizer" "^2.3.1" + "@csstools/postcss-progressive-custom-properties" "^3.2.0" + "@csstools/utilities" "^1.0.0" + +postcss-color-hex-alpha@^9.0.4: + version "9.0.4" + resolved "https://registry.yarnpkg.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-9.0.4.tgz#f455902fb222453b2eb9699dfa9fc17a9c056f1e" + integrity sha512-XQZm4q4fNFqVCYMGPiBjcqDhuG7Ey2xrl99AnDJMyr5eDASsAGalndVgHZF8i97VFNy1GQeZc4q2ydagGmhelQ== + dependencies: + "@csstools/utilities" "^1.0.0" + postcss-value-parser "^4.2.0" + +postcss-color-rebeccapurple@^9.0.3: + version "9.0.3" + resolved "https://registry.yarnpkg.com/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-9.0.3.tgz#63e14d9b9ab196e62e3491606a2b77a9531a6825" + integrity sha512-ruBqzEFDYHrcVq3FnW3XHgwRqVMrtEPLBtD7K2YmsLKVc2jbkxzzNEctJKsPCpDZ+LeMHLKRDoSShVefGc+CkQ== + dependencies: + "@csstools/utilities" "^1.0.0" + postcss-value-parser "^4.2.0" + +postcss-colormin@^5.3.1: + version "5.3.1" + resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-5.3.1.tgz#86c27c26ed6ba00d96c79e08f3ffb418d1d1988f" + integrity sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ== + dependencies: + browserslist "^4.21.4" + caniuse-api "^3.0.0" + colord "^2.9.1" + postcss-value-parser "^4.2.0" + +postcss-convert-values@^5.1.3: + version "5.1.3" + resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz#04998bb9ba6b65aa31035d669a6af342c5f9d393" + integrity sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA== + dependencies: + browserslist "^4.21.4" + postcss-value-parser "^4.2.0" + +postcss-custom-media@^10.0.6: + version "10.0.6" + resolved "https://registry.yarnpkg.com/postcss-custom-media/-/postcss-custom-media-10.0.6.tgz#e194ad7c9190390c20515d45661e9dcaaf031e84" + integrity sha512-BjihQoIO4Wjqv9fQNExSJIim8UAmkhLxuJnhJsLTRFSba1y1MhxkJK5awsM//6JJ+/Tu5QUxf624RQAvKHv6SA== + dependencies: + "@csstools/cascade-layer-name-parser" "^1.0.11" + "@csstools/css-parser-algorithms" "^2.6.3" + "@csstools/css-tokenizer" "^2.3.1" + "@csstools/media-query-list-parser" "^2.1.11" + +postcss-custom-properties@^13.3.10: + version "13.3.10" + resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-13.3.10.tgz#72a47708e6123f7757e419ad6f0bccb5f7a7ea6d" + integrity sha512-ejaalIpl7p0k0L5ngIZ86AZGmp3m1KdeOCbSQTK4gQcB1ncaoPTHorw206+tsZRIhIDYvh5ZButEje6740YDXw== + dependencies: + "@csstools/cascade-layer-name-parser" "^1.0.11" + "@csstools/css-parser-algorithms" "^2.6.3" + "@csstools/css-tokenizer" "^2.3.1" + "@csstools/utilities" "^1.0.0" + postcss-value-parser "^4.2.0" + +postcss-custom-selectors@^7.1.10: + version "7.1.10" + resolved "https://registry.yarnpkg.com/postcss-custom-selectors/-/postcss-custom-selectors-7.1.10.tgz#caf0b4f2bccdfe9b106b000a56a1b50b8e48df92" + integrity sha512-bV/6+IExyT2J4kMzX6c+ZMlN1xDfjcC4ePr1ywKezcTgwgUn11qQN3jdzFBpo8Dk1K7vO/OYOwMb5AtJP4JZcg== + dependencies: + "@csstools/cascade-layer-name-parser" "^1.0.11" + "@csstools/css-parser-algorithms" "^2.6.3" + "@csstools/css-tokenizer" "^2.3.1" + postcss-selector-parser "^6.0.13" + +postcss-dir-pseudo-class@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-8.0.1.tgz#b93755f52fb90215301b1d3ecb7c5e6416930a1e" + integrity sha512-uULohfWBBVoFiZXgsQA24JV6FdKIidQ+ZqxOouhWwdE+qJlALbkS5ScB43ZTjPK+xUZZhlaO/NjfCt5h4IKUfw== + dependencies: + postcss-selector-parser "^6.0.13" + +postcss-discard-comments@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz#8df5e81d2925af2780075840c1526f0660e53696" + integrity sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ== + +postcss-discard-duplicates@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz#9eb4fe8456706a4eebd6d3b7b777d07bad03e848" + integrity sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw== + +postcss-discard-empty@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz#e57762343ff7f503fe53fca553d18d7f0c369c6c" + integrity sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A== + +postcss-discard-overridden@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz#7e8c5b53325747e9d90131bb88635282fb4a276e" + integrity sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw== + +postcss-double-position-gradients@^5.0.6: + version "5.0.6" + resolved "https://registry.yarnpkg.com/postcss-double-position-gradients/-/postcss-double-position-gradients-5.0.6.tgz#fec69371a131b67ec92740bcf8c9ad6ce7f168d3" + integrity sha512-QJ+089FKMaqDxOhhIHsJrh4IP7h4PIHNC5jZP5PMmnfUScNu8Hji2lskqpFWCvu+5sj+2EJFyzKd13sLEWOZmQ== + dependencies: + "@csstools/postcss-progressive-custom-properties" "^3.2.0" + "@csstools/utilities" "^1.0.0" + postcss-value-parser "^4.2.0" + +postcss-focus-visible@^9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/postcss-focus-visible/-/postcss-focus-visible-9.0.1.tgz#eede1032ce86b3bb2556d93ca5df63c68dfc2559" + integrity sha512-N2VQ5uPz3Z9ZcqI5tmeholn4d+1H14fKXszpjogZIrFbhaq0zNAtq8sAnw6VLiqGbL8YBzsnu7K9bBkTqaRimQ== + dependencies: + postcss-selector-parser "^6.0.13" + +postcss-focus-within@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/postcss-focus-within/-/postcss-focus-within-8.0.1.tgz#524af4c7eabae35cb1efa220a7903016fcc897fa" + integrity sha512-NFU3xcY/xwNaapVb+1uJ4n23XImoC86JNwkY/uduytSl2s9Ekc2EpzmRR63+ExitnW3Mab3Fba/wRPCT5oDILA== + dependencies: + postcss-selector-parser "^6.0.13" + +postcss-font-variant@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz#efd59b4b7ea8bb06127f2d031bfbb7f24d32fa66" + integrity sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA== + +postcss-gap-properties@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-5.0.1.tgz#887b64655f42370b43f0ab266cc6dbabf504d276" + integrity sha512-k2z9Cnngc24c0KF4MtMuDdToROYqGMMUQGcE6V0odwjHyOHtaDBlLeRBV70y9/vF7KIbShrTRZ70JjsI1BZyWw== + +postcss-image-set-function@^6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/postcss-image-set-function/-/postcss-image-set-function-6.0.3.tgz#84c5e32cc1085198f2cf4a786028dae8a2632bb2" + integrity sha512-i2bXrBYzfbRzFnm+pVuxVePSTCRiNmlfssGI4H0tJQvDue+yywXwUxe68VyzXs7cGtMaH6MCLY6IbCShrSroCw== + dependencies: + "@csstools/utilities" "^1.0.0" + postcss-value-parser "^4.2.0" + +postcss-lab-function@^6.0.16: + version "6.0.16" + resolved "https://registry.yarnpkg.com/postcss-lab-function/-/postcss-lab-function-6.0.16.tgz#08f5939ffc74803fcb20b7553d4eb3b3b873786c" + integrity sha512-QWv0VxfjgIl8jBR/wuQcm/o31jn4P/LwzYuVKzNQoO5t7HPcU0d3RfWUiDrHN3frmSv+YYZppr3P81tKFTDyqg== + dependencies: + "@csstools/css-color-parser" "^2.0.2" + "@csstools/css-parser-algorithms" "^2.6.3" + "@csstools/css-tokenizer" "^2.3.1" + "@csstools/postcss-progressive-custom-properties" "^3.2.0" + "@csstools/utilities" "^1.0.0" + +postcss-loader@^7.3.2: + version "7.3.4" + resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-7.3.4.tgz#aed9b79ce4ed7e9e89e56199d25ad1ec8f606209" + integrity sha512-iW5WTTBSC5BfsBJ9daFMPVrLT36MrNiC6fqOZTTaHjBNX6Pfd5p+hSBqe/fEeNd7pc13QiAyGt7VdGMw4eRC4A== + dependencies: + cosmiconfig "^8.3.5" + jiti "^1.20.0" + semver "^7.5.4" + +postcss-logical@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-7.0.1.tgz#a3121f6510591b195321b16e65fbe13b1cfd3115" + integrity sha512-8GwUQZE0ri0K0HJHkDv87XOLC8DE0msc+HoWLeKdtjDZEwpZ5xuK3QdV6FhmHSQW40LPkg43QzvATRAI3LsRkg== + dependencies: + postcss-value-parser "^4.2.0" + +postcss-merge-longhand@^5.1.7: + version "5.1.7" + resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz#24a1bdf402d9ef0e70f568f39bdc0344d568fb16" + integrity sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ== + dependencies: + postcss-value-parser "^4.2.0" + stylehacks "^5.1.1" + +postcss-merge-rules@^5.1.4: + version "5.1.4" + resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz#2f26fa5cacb75b1402e213789f6766ae5e40313c" + integrity sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g== + dependencies: + browserslist "^4.21.4" + caniuse-api "^3.0.0" + cssnano-utils "^3.1.0" + postcss-selector-parser "^6.0.5" + +postcss-minify-font-values@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz#f1df0014a726083d260d3bd85d7385fb89d1f01b" + integrity sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA== + dependencies: + postcss-value-parser "^4.2.0" + +postcss-minify-gradients@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz#f1fe1b4f498134a5068240c2f25d46fcd236ba2c" + integrity sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw== + dependencies: + colord "^2.9.1" + cssnano-utils "^3.1.0" + postcss-value-parser "^4.2.0" + +postcss-minify-params@^5.1.4: + version "5.1.4" + resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz#c06a6c787128b3208b38c9364cfc40c8aa5d7352" + integrity sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw== + dependencies: + browserslist "^4.21.4" + cssnano-utils "^3.1.0" + postcss-value-parser "^4.2.0" + +postcss-minify-selectors@^5.2.1: + version "5.2.1" + resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz#d4e7e6b46147b8117ea9325a915a801d5fe656c6" + integrity sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg== + dependencies: + postcss-selector-parser "^6.0.5" + +postcss-modules-extract-imports@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz#b4497cb85a9c0c4b5aabeb759bb25e8d89f15002" + integrity sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q== + +postcss-modules-local-by-default@^4.0.5: + version "4.0.5" + resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.5.tgz#f1b9bd757a8edf4d8556e8d0f4f894260e3df78f" + integrity sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw== + dependencies: + icss-utils "^5.0.0" + postcss-selector-parser "^6.0.2" + postcss-value-parser "^4.1.0" + +postcss-modules-scope@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-3.2.0.tgz#a43d28289a169ce2c15c00c4e64c0858e43457d5" + integrity sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ== + dependencies: + postcss-selector-parser "^6.0.4" + +postcss-modules-values@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz#d7c5e7e68c3bb3c9b27cbf48ca0bb3ffb4602c9c" + integrity sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ== + dependencies: + icss-utils "^5.0.0" + +postcss-nesting@^12.1.2: + version "12.1.2" + resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-12.1.2.tgz#e7aba3f73b86a0e944e84798d481b54dcfce802e" + integrity sha512-FUmTHGDNundodutB4PUBxt/EPuhgtpk8FJGRsBhOuy+6FnkR2A8RZWIsyyy6XmhvX2DZQQWIkvu+HB4IbJm+Ew== + dependencies: + "@csstools/selector-resolve-nested" "^1.1.0" + "@csstools/selector-specificity" "^3.0.3" + postcss-selector-parser "^6.0.13" + +postcss-normalize-charset@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz#9302de0b29094b52c259e9b2cf8dc0879879f0ed" + integrity sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg== + +postcss-normalize-display-values@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz#72abbae58081960e9edd7200fcf21ab8325c3da8" + integrity sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA== + dependencies: + postcss-value-parser "^4.2.0" + +postcss-normalize-positions@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz#ef97279d894087b59325b45c47f1e863daefbb92" + integrity sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg== + dependencies: + postcss-value-parser "^4.2.0" + +postcss-normalize-repeat-style@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz#e9eb96805204f4766df66fd09ed2e13545420fb2" + integrity sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g== + dependencies: + postcss-value-parser "^4.2.0" + +postcss-normalize-string@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz#411961169e07308c82c1f8c55f3e8a337757e228" + integrity sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w== + dependencies: + postcss-value-parser "^4.2.0" + +postcss-normalize-timing-functions@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz#d5614410f8f0b2388e9f240aa6011ba6f52dafbb" + integrity sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg== + dependencies: + postcss-value-parser "^4.2.0" + +postcss-normalize-unicode@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz#f67297fca3fea7f17e0d2caa40769afc487aa030" + integrity sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA== + dependencies: + browserslist "^4.21.4" + postcss-value-parser "^4.2.0" + +postcss-normalize-url@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz#ed9d88ca82e21abef99f743457d3729a042adcdc" + integrity sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew== + dependencies: + normalize-url "^6.0.1" + postcss-value-parser "^4.2.0" + +postcss-normalize-whitespace@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz#08a1a0d1ffa17a7cc6efe1e6c9da969cc4493cfa" + integrity sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA== + dependencies: + postcss-value-parser "^4.2.0" + +postcss-opacity-percentage@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/postcss-opacity-percentage/-/postcss-opacity-percentage-2.0.0.tgz#c0a56060cd4586e3f954dbde1efffc2deed53002" + integrity sha512-lyDrCOtntq5Y1JZpBFzIWm2wG9kbEdujpNt4NLannF+J9c8CgFIzPa80YQfdza+Y+yFfzbYj/rfoOsYsooUWTQ== + +postcss-ordered-values@^5.1.3: + version "5.1.3" + resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz#b6fd2bd10f937b23d86bc829c69e7732ce76ea38" + integrity sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ== + dependencies: + cssnano-utils "^3.1.0" + postcss-value-parser "^4.2.0" + +postcss-overflow-shorthand@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-5.0.1.tgz#c0a124edad4f7ad88109275a60510e1fb07ab833" + integrity sha512-XzjBYKLd1t6vHsaokMV9URBt2EwC9a7nDhpQpjoPk2HRTSQfokPfyAS/Q7AOrzUu6q+vp/GnrDBGuj/FCaRqrQ== + dependencies: + postcss-value-parser "^4.2.0" + +postcss-page-break@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/postcss-page-break/-/postcss-page-break-3.0.4.tgz#7fbf741c233621622b68d435babfb70dd8c1ee5f" + integrity sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ== + +postcss-place@^9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/postcss-place/-/postcss-place-9.0.1.tgz#c08c46a94e639c1ee3457ac96d50c50a89bd6ac3" + integrity sha512-JfL+paQOgRQRMoYFc2f73pGuG/Aw3tt4vYMR6UA3cWVMxivviPTnMFnFTczUJOA4K2Zga6xgQVE+PcLs64WC8Q== + dependencies: + postcss-value-parser "^4.2.0" + +postcss-preset-env@^9.1.4: + version "9.5.11" + resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-9.5.11.tgz#ffb824b75987bbab647a8e1e3590c9ea904fb35c" + integrity sha512-rPFnftk1vQAaR45UmsuXhKd/IZrTj39dIc4usu8qbfxyNevHnG+FB8E50U7vs0v2OxBqBt5u0J5+cwb4newzGA== + dependencies: + "@csstools/postcss-cascade-layers" "^4.0.4" + "@csstools/postcss-color-function" "^3.0.16" + "@csstools/postcss-color-mix-function" "^2.0.16" + "@csstools/postcss-exponential-functions" "^1.0.7" + "@csstools/postcss-font-format-keywords" "^3.0.2" + "@csstools/postcss-gamut-mapping" "^1.0.9" + "@csstools/postcss-gradients-interpolation-method" "^4.0.17" + "@csstools/postcss-hwb-function" "^3.0.15" + "@csstools/postcss-ic-unit" "^3.0.6" + "@csstools/postcss-initial" "^1.0.1" + "@csstools/postcss-is-pseudo-class" "^4.0.6" + "@csstools/postcss-light-dark-function" "^1.0.5" + "@csstools/postcss-logical-float-and-clear" "^2.0.1" + "@csstools/postcss-logical-overflow" "^1.0.1" + "@csstools/postcss-logical-overscroll-behavior" "^1.0.1" + "@csstools/postcss-logical-resize" "^2.0.1" + "@csstools/postcss-logical-viewport-units" "^2.0.9" + "@csstools/postcss-media-minmax" "^1.1.6" + "@csstools/postcss-media-queries-aspect-ratio-number-values" "^2.0.9" + "@csstools/postcss-nested-calc" "^3.0.2" + "@csstools/postcss-normalize-display-values" "^3.0.2" + "@csstools/postcss-oklab-function" "^3.0.16" + "@csstools/postcss-progressive-custom-properties" "^3.2.0" + "@csstools/postcss-relative-color-syntax" "^2.0.16" + "@csstools/postcss-scope-pseudo-class" "^3.0.1" + "@csstools/postcss-stepped-value-functions" "^3.0.8" + "@csstools/postcss-text-decoration-shorthand" "^3.0.6" + "@csstools/postcss-trigonometric-functions" "^3.0.8" + "@csstools/postcss-unset-value" "^3.0.1" + autoprefixer "^10.4.19" + browserslist "^4.22.3" + css-blank-pseudo "^6.0.2" + css-has-pseudo "^6.0.3" + css-prefers-color-scheme "^9.0.1" + cssdb "^8.0.0" + postcss-attribute-case-insensitive "^6.0.3" + postcss-clamp "^4.1.0" + postcss-color-functional-notation "^6.0.11" + postcss-color-hex-alpha "^9.0.4" + postcss-color-rebeccapurple "^9.0.3" + postcss-custom-media "^10.0.6" + postcss-custom-properties "^13.3.10" + postcss-custom-selectors "^7.1.10" + postcss-dir-pseudo-class "^8.0.1" + postcss-double-position-gradients "^5.0.6" + postcss-focus-visible "^9.0.1" + postcss-focus-within "^8.0.1" + postcss-font-variant "^5.0.0" + postcss-gap-properties "^5.0.1" + postcss-image-set-function "^6.0.3" + postcss-lab-function "^6.0.16" + postcss-logical "^7.0.1" + postcss-nesting "^12.1.2" + postcss-opacity-percentage "^2.0.0" + postcss-overflow-shorthand "^5.0.1" + postcss-page-break "^3.0.4" + postcss-place "^9.0.1" + postcss-pseudo-class-any-link "^9.0.2" + postcss-replace-overflow-wrap "^4.0.0" + postcss-selector-not "^7.0.2" + +postcss-pseudo-class-any-link@^9.0.2: + version "9.0.2" + resolved "https://registry.yarnpkg.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-9.0.2.tgz#e436a7db1421f8a347fff3f19951a27d4e791987" + integrity sha512-HFSsxIqQ9nA27ahyfH37cRWGk3SYyQLpk0LiWw/UGMV4VKT5YG2ONee4Pz/oFesnK0dn2AjcyequDbIjKJgB0g== + dependencies: + postcss-selector-parser "^6.0.13" + +postcss-reduce-initial@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz#798cd77b3e033eae7105c18c9d371d989e1382d6" + integrity sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg== + dependencies: + browserslist "^4.21.4" + caniuse-api "^3.0.0" + +postcss-reduce-transforms@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz#333b70e7758b802f3dd0ddfe98bb1ccfef96b6e9" + integrity sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ== + dependencies: + postcss-value-parser "^4.2.0" + +postcss-replace-overflow-wrap@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz#d2df6bed10b477bf9c52fab28c568b4b29ca4319" + integrity sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw== + +postcss-selector-not@^7.0.2: + version "7.0.2" + resolved "https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-7.0.2.tgz#f9184c7770be5dcb4abd7efa3610a15fbd2f0b31" + integrity sha512-/SSxf/90Obye49VZIfc0ls4H0P6i6V1iHv0pzZH8SdgvZOPFkF37ef1r5cyWcMflJSFJ5bfuoluTnFnBBFiuSA== + dependencies: + postcss-selector-parser "^6.0.13" + +postcss-selector-parser@^6.0.13, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.9: + version "6.0.16" + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz#3b88b9f5c5abd989ef4e2fc9ec8eedd34b20fb04" + integrity sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw== + dependencies: + cssesc "^3.0.0" + util-deprecate "^1.0.2" + +postcss-svgo@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-5.1.0.tgz#0a317400ced789f233a28826e77523f15857d80d" + integrity sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA== + dependencies: + postcss-value-parser "^4.2.0" + svgo "^2.7.0" + +postcss-unique-selectors@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz#a9f273d1eacd09e9aa6088f4b0507b18b1b541b6" + integrity sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA== + dependencies: + postcss-selector-parser "^6.0.5" + +postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" + integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== + +postcss@^8.2.1, postcss@^8.4.33: + version "8.4.38" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.38.tgz#b387d533baf2054288e337066d81c6bee9db9e0e" + integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A== + dependencies: + nanoid "^3.3.7" + picocolors "^1.0.0" + source-map-js "^1.2.0" + +process-nextick-args@~2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" + integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== + +promise-inflight@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" + integrity sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g== + +promise-retry@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/promise-retry/-/promise-retry-2.0.1.tgz#ff747a13620ab57ba688f5fc67855410c370da22" + integrity sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g== + dependencies: + err-code "^2.0.2" + retry "^0.12.0" + +punycode@^2.1.0: + version "2.3.1" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5" + integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg== + +queue-microtask@^1.2.2: + version "1.2.3" + resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" + integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== + +quick-lru@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f" + integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g== + +randombytes@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a" + integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== + dependencies: + safe-buffer "^5.1.0" + +read-pkg-up@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507" + integrity sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg== + dependencies: + find-up "^4.1.0" + read-pkg "^5.2.0" + type-fest "^0.8.1" + +read-pkg@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc" + integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== + dependencies: + "@types/normalize-package-data" "^2.4.0" + normalize-package-data "^2.5.0" + parse-json "^5.0.0" + type-fest "^0.6.0" + +readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.5: + version "2.3.8" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz#91125e8042bba1b9887f49345f6277027ce8be9b" + integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA== + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.3" + isarray "~1.0.0" + process-nextick-args "~2.0.0" + safe-buffer "~5.1.1" + string_decoder "~1.1.1" + util-deprecate "~1.0.1" + +readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.6.0: + version "3.6.2" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967" + integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== + dependencies: + inherits "^2.0.3" + string_decoder "^1.1.1" + util-deprecate "^1.0.1" + +readdir-glob@^1.1.2: + version "1.1.3" + resolved "https://registry.yarnpkg.com/readdir-glob/-/readdir-glob-1.1.3.tgz#c3d831f51f5e7bfa62fa2ffbe4b508c640f09584" + integrity sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA== + dependencies: + minimatch "^5.1.0" + +rechoir@^0.8.0: + version "0.8.0" + resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.8.0.tgz#49f866e0d32146142da3ad8f0eff352b3215ff22" + integrity sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ== + dependencies: + resolve "^1.20.0" + +redent@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/redent/-/redent-3.0.0.tgz#e557b7998316bb53c9f1f56fa626352c6963059f" + integrity sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg== + dependencies: + indent-string "^4.0.0" + strip-indent "^3.0.0" + +regenerate-unicode-properties@^10.1.0: + version "10.1.1" + resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz#6b0e05489d9076b04c436f318d9b067bba459480" + integrity sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q== + dependencies: + regenerate "^1.4.2" + +regenerate@^1.4.2: + version "1.4.2" + resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" + integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== + +regenerator-runtime@^0.14.0: + version "0.14.1" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f" + integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw== + +regenerator-transform@^0.15.2: + version "0.15.2" + resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.2.tgz#5bbae58b522098ebdf09bca2f83838929001c7a4" + integrity sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg== + dependencies: + "@babel/runtime" "^7.8.4" + +regexpu-core@^5.3.1: + version "5.3.2" + resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.3.2.tgz#11a2b06884f3527aec3e93dbbf4a3b958a95546b" + integrity sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ== + dependencies: + "@babel/regjsgen" "^0.8.0" + regenerate "^1.4.2" + regenerate-unicode-properties "^10.1.0" + regjsparser "^0.9.1" + unicode-match-property-ecmascript "^2.0.0" + unicode-match-property-value-ecmascript "^2.1.0" + +regjsparser@^0.9.1: + version "0.9.1" + resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.9.1.tgz#272d05aa10c7c1f67095b1ff0addae8442fc5709" + integrity sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ== + dependencies: + jsesc "~0.5.0" + +require-directory@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" + integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== + +require-from-string@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" + integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== + +resolve-cwd@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d" + integrity sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg== + dependencies: + resolve-from "^5.0.0" + +resolve-from@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" + integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== + +resolve-from@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" + integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== + +resolve@^1.10.0, resolve@^1.14.2, resolve@^1.20.0: + version "1.22.8" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d" + integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw== + dependencies: + is-core-module "^2.13.0" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" + +retry@^0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" + integrity sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow== + +reusify@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" + integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== + +rimraf@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" + integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== + dependencies: + glob "^7.1.3" + +run-parallel@^1.1.9: + version "1.2.0" + resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee" + integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== + dependencies: + queue-microtask "^1.2.2" + +safe-buffer@^5.1.0, safe-buffer@~5.2.0: + version "5.2.1" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" + integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== + +safe-buffer@~5.1.0, safe-buffer@~5.1.1: + version "5.1.2" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== + +"safer-buffer@>= 2.1.2 < 3.0.0": + version "2.1.2" + resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" + integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== + +sass-graph@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/sass-graph/-/sass-graph-4.0.1.tgz#2ff8ca477224d694055bf4093f414cf6cfad1d2e" + integrity sha512-5YCfmGBmxoIRYHnKK2AKzrAkCoQ8ozO+iumT8K4tXJXRVCPf+7s1/9KxTSW3Rbvf+7Y7b4FR3mWyLnQr3PHocA== + dependencies: + glob "^7.0.0" + lodash "^4.17.11" + scss-tokenizer "^0.4.3" + yargs "^17.2.1" + +sass-loader@^13.3.1: + version "13.3.3" + resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-13.3.3.tgz#60df5e858788cffb1a3215e5b92e9cba61e7e133" + integrity sha512-mt5YN2F1MOZr3d/wBRcZxeFgwgkH44wVc2zohO2YF6JiOMkiXe4BYRZpSu2sO1g71mo/j16txzUhsKZlqjVGzA== + dependencies: + neo-async "^2.6.2" + +schema-utils@^3.1.1, schema-utils@^3.2.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.3.0.tgz#f50a88877c3c01652a15b622ae9e9795df7a60fe" + integrity sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg== + dependencies: + "@types/json-schema" "^7.0.8" + ajv "^6.12.5" + ajv-keywords "^3.5.2" + +schema-utils@^4.0.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.2.0.tgz#70d7c93e153a273a805801882ebd3bff20d89c8b" + integrity sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw== + dependencies: + "@types/json-schema" "^7.0.9" + ajv "^8.9.0" + ajv-formats "^2.1.1" + ajv-keywords "^5.1.0" + +scss-tokenizer@^0.4.3: + version "0.4.3" + resolved "https://registry.yarnpkg.com/scss-tokenizer/-/scss-tokenizer-0.4.3.tgz#1058400ee7d814d71049c29923d2b25e61dc026c" + integrity sha512-raKLgf1LI5QMQnG+RxHz6oK0sL3x3I4FN2UDLqgLOGO8hodECNnNh5BXn7fAyBxrA8zVzdQizQ6XjNJQ+uBwMw== + dependencies: + js-base64 "^2.4.9" + source-map "^0.7.3" + +"semver@2 || 3 || 4 || 5": + version "5.7.2" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" + integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== + +semver@^6.3.1: + version "6.3.1" + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" + integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== + +semver@^7.3.4, semver@^7.3.5, semver@^7.5.4: + version "7.6.1" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.1.tgz#60bfe090bf907a25aa8119a72b9f90ef7ca281b2" + integrity sha512-f/vbBsu+fOiYt+lmwZV0rVwJScl46HppnOA1ZvIuBWKOTlllpyJ3bfVax76/OrhCH38dyxoDIA8K7uB963IYgA== + +serialize-javascript@^6.0.1: + version "6.0.2" + resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2" + integrity sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g== + dependencies: + randombytes "^2.1.0" + +set-blocking@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" + integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw== + +shallow-clone@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3" + integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== + dependencies: + kind-of "^6.0.2" + +shebang-command@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" + integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== + dependencies: + shebang-regex "^3.0.0" + +shebang-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" + integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== + +signal-exit@^3.0.7: + version "3.0.7" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" + integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== + +slash@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" + integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== + +smart-buffer@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae" + integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== + +socks-proxy-agent@^6.0.0: + version "6.2.1" + resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz#2687a31f9d7185e38d530bef1944fe1f1496d6ce" + integrity sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ== + dependencies: + agent-base "^6.0.2" + debug "^4.3.3" + socks "^2.6.2" + +socks-proxy-agent@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-7.0.0.tgz#dc069ecf34436621acb41e3efa66ca1b5fed15b6" + integrity sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww== + dependencies: + agent-base "^6.0.2" + debug "^4.3.3" + socks "^2.6.2" + +socks@^2.6.2: + version "2.8.3" + resolved "https://registry.yarnpkg.com/socks/-/socks-2.8.3.tgz#1ebd0f09c52ba95a09750afe3f3f9f724a800cb5" + integrity sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw== + dependencies: + ip-address "^9.0.5" + smart-buffer "^4.2.0" + +source-list-map@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" + integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== + +source-map-js@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af" + integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg== + +source-map-support@~0.5.20: + version "0.5.21" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f" + integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== + dependencies: + buffer-from "^1.0.0" + source-map "^0.6.0" + +source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" + integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== + +source-map@^0.7.3: + version "0.7.4" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656" + integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA== + +spdx-correct@^3.0.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c" + integrity sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA== + dependencies: + spdx-expression-parse "^3.0.0" + spdx-license-ids "^3.0.0" + +spdx-exceptions@^2.1.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz#5d607d27fc806f66d7b64a766650fa890f04ed66" + integrity sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w== + +spdx-expression-parse@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679" + integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== + dependencies: + spdx-exceptions "^2.1.0" + spdx-license-ids "^3.0.0" + +spdx-license-ids@^3.0.0: + version "3.0.17" + resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz#887da8aa73218e51a1d917502d79863161a93f9c" + integrity sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg== + +sprintf-js@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.3.tgz#4914b903a2f8b685d17fdf78a70e917e872e444a" + integrity sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA== + +ssri@^8.0.0, ssri@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.1.tgz#638e4e439e2ffbd2cd289776d5ca457c4f51a2af" + integrity sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ== + dependencies: + minipass "^3.1.1" + +ssri@^9.0.0: + version "9.0.1" + resolved "https://registry.yarnpkg.com/ssri/-/ssri-9.0.1.tgz#544d4c357a8d7b71a19700074b6883fcb4eae057" + integrity sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q== + dependencies: + minipass "^3.1.1" + +stable@^0.1.8: + version "0.1.8" + resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf" + integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== + +stdout-stream@^1.4.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/stdout-stream/-/stdout-stream-1.4.1.tgz#5ac174cdd5cd726104aa0c0b2bd83815d8d535de" + integrity sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA== + dependencies: + readable-stream "^2.0.1" + +"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +string_decoder@^1.1.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" + integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== + dependencies: + safe-buffer "~5.2.0" + +string_decoder@~1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" + integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== + dependencies: + safe-buffer "~5.1.0" + +strip-ansi@^6.0.0, strip-ansi@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-indent@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001" + integrity sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ== + dependencies: + min-indent "^1.0.0" + +style-loader@^3.3.3: + version "3.3.4" + resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.3.4.tgz#f30f786c36db03a45cbd55b6a70d930c479090e7" + integrity sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w== + +stylehacks@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-5.1.1.tgz#7934a34eb59d7152149fa69d6e9e56f2fc34bcc9" + integrity sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw== + dependencies: + browserslist "^4.21.4" + postcss-selector-parser "^6.0.4" + +supports-color@^5.3.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" + integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== + dependencies: + has-flag "^3.0.0" + +supports-color@^7.1.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" + integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== + dependencies: + has-flag "^4.0.0" + +supports-color@^8.0.0: + version "8.1.1" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" + integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== + dependencies: + has-flag "^4.0.0" + +supports-preserve-symlinks-flag@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" + integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== + +svgo@^2.7.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/svgo/-/svgo-2.8.0.tgz#4ff80cce6710dc2795f0c7c74101e6764cfccd24" + integrity sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg== + dependencies: + "@trysound/sax" "0.2.0" + commander "^7.2.0" + css-select "^4.1.3" + css-tree "^1.1.3" + csso "^4.2.0" + picocolors "^1.0.0" + stable "^0.1.8" + +tapable@^2.1.1, tapable@^2.2.0, tapable@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0" + integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ== + +tar-stream@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287" + integrity sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ== + dependencies: + bl "^4.0.3" + end-of-stream "^1.4.1" + fs-constants "^1.0.0" + inherits "^2.0.3" + readable-stream "^3.1.1" + +tar@^6.0.2, tar@^6.1.11, tar@^6.1.2: + version "6.2.1" + resolved "https://registry.yarnpkg.com/tar/-/tar-6.2.1.tgz#717549c541bc3c2af15751bea94b1dd068d4b03a" + integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A== + dependencies: + chownr "^2.0.0" + fs-minipass "^2.0.0" + minipass "^5.0.0" + minizlib "^2.1.1" + mkdirp "^1.0.3" + yallist "^4.0.0" + +terser-webpack-plugin@^5.3.10: + version "5.3.10" + resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz#904f4c9193c6fd2a03f693a2150c62a92f40d199" + integrity sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w== + dependencies: + "@jridgewell/trace-mapping" "^0.3.20" + jest-worker "^27.4.5" + schema-utils "^3.1.1" + serialize-javascript "^6.0.1" + terser "^5.26.0" + +terser@^5.26.0: + version "5.31.0" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.31.0.tgz#06eef86f17007dbad4593f11a574c7f5eb02c6a1" + integrity sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg== + dependencies: + "@jridgewell/source-map" "^0.3.3" + acorn "^8.8.2" + commander "^2.20.0" + source-map-support "~0.5.20" + +to-fast-properties@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" + integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog== + +to-regex-range@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" + integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== + dependencies: + is-number "^7.0.0" + +trim-newlines@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144" + integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw== + +"true-case-path@^2.2.1": + version "2.2.1" + resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-2.2.1.tgz#c5bf04a5bbec3fd118be4084461b3a27c4d796bf" + integrity sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q== + +type-fest@^0.18.0: + version "0.18.1" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f" + integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw== + +type-fest@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b" + integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== + +type-fest@^0.8.1: + version "0.8.1" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" + integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== + +undici-types@~5.26.4: + version "5.26.5" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" + integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== + +unicode-canonical-property-names-ecmascript@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc" + integrity sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ== + +unicode-match-property-ecmascript@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz#54fd16e0ecb167cf04cf1f756bdcc92eba7976c3" + integrity sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q== + dependencies: + unicode-canonical-property-names-ecmascript "^2.0.0" + unicode-property-aliases-ecmascript "^2.0.0" + +unicode-match-property-value-ecmascript@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz#cb5fffdcd16a05124f5a4b0bf7c3770208acbbe0" + integrity sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA== + +unicode-property-aliases-ecmascript@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd" + integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w== + +unique-filename@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230" + integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== + dependencies: + unique-slug "^2.0.0" + +unique-filename@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-2.0.1.tgz#e785f8675a9a7589e0ac77e0b5c34d2eaeac6da2" + integrity sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A== + dependencies: + unique-slug "^3.0.0" + +unique-slug@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c" + integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== + dependencies: + imurmurhash "^0.1.4" + +unique-slug@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-3.0.0.tgz#6d347cf57c8a7a7a6044aabd0e2d74e4d76dc7c9" + integrity sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w== + dependencies: + imurmurhash "^0.1.4" + +universalify@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d" + integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw== + +update-browserslist-db@^1.0.13: + version "1.0.15" + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.15.tgz#60ed9f8cba4a728b7ecf7356f641a31e3a691d97" + integrity sha512-K9HWH62x3/EalU1U6sjSZiylm9C8tgq2mSvshZpqc7QE69RaA2qjhkW2HlNA0tFpEbtyFz7HTqbSdN4MSwUodA== + dependencies: + escalade "^3.1.2" + picocolors "^1.0.0" + +uri-js@^4.2.2, uri-js@^4.4.1: + version "4.4.1" + resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" + integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== + dependencies: + punycode "^2.1.0" + +util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== + +validate-npm-package-license@^3.0.1: + version "3.0.4" + resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" + integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== + dependencies: + spdx-correct "^3.0.0" + spdx-expression-parse "^3.0.0" + +watchpack@^2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.1.tgz#29308f2cac150fa8e4c92f90e0ec954a9fed7fff" + integrity sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg== + dependencies: + glob-to-regexp "^0.4.1" + graceful-fs "^4.1.2" + +webpack-cli@^5.1.1: + version "5.1.4" + resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-5.1.4.tgz#c8e046ba7eaae4911d7e71e2b25b776fcc35759b" + integrity sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg== + dependencies: + "@discoveryjs/json-ext" "^0.5.0" + "@webpack-cli/configtest" "^2.1.1" + "@webpack-cli/info" "^2.0.2" + "@webpack-cli/serve" "^2.0.5" + colorette "^2.0.14" + commander "^10.0.1" + cross-spawn "^7.0.3" + envinfo "^7.7.3" + fastest-levenshtein "^1.0.12" + import-local "^3.0.2" + interpret "^3.1.1" + rechoir "^0.8.0" + webpack-merge "^5.7.3" + +webpack-fix-style-only-entries@^0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/webpack-fix-style-only-entries/-/webpack-fix-style-only-entries-0.6.1.tgz#8e517085cc3426ccd1cb37ff2897b993563a424a" + integrity sha512-wyIhoxS3DD3Fr9JA8hQPA+ZmaWnqPxx12Nv166wcsI/0fbReqyEtiIk2llOFYIg57WVS3XX5cZJxw2ji70R0sA== + +webpack-merge@^5.7.3: + version "5.10.0" + resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.10.0.tgz#a3ad5d773241e9c682803abf628d4cd62b8a4177" + integrity sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA== + dependencies: + clone-deep "^4.0.1" + flat "^5.0.2" + wildcard "^2.0.0" + +webpack-sources@^1.1.0: + version "1.4.3" + resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933" + integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ== + dependencies: + source-list-map "^2.0.0" + source-map "~0.6.1" + +webpack-sources@^3.2.3: + version "3.2.3" + resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde" + integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== + +webpack@^5.85.0: + version "5.91.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.91.0.tgz#ffa92c1c618d18c878f06892bbdc3373c71a01d9" + integrity sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw== + dependencies: + "@types/eslint-scope" "^3.7.3" + "@types/estree" "^1.0.5" + "@webassemblyjs/ast" "^1.12.1" + "@webassemblyjs/wasm-edit" "^1.12.1" + "@webassemblyjs/wasm-parser" "^1.12.1" + acorn "^8.7.1" + acorn-import-assertions "^1.9.0" + browserslist "^4.21.10" + chrome-trace-event "^1.0.2" + enhanced-resolve "^5.16.0" + es-module-lexer "^1.2.1" + eslint-scope "5.1.1" + events "^3.2.0" + glob-to-regexp "^0.4.1" + graceful-fs "^4.2.11" + json-parse-even-better-errors "^2.3.1" + loader-runner "^4.2.0" + mime-types "^2.1.27" + neo-async "^2.6.2" + schema-utils "^3.2.0" + tapable "^2.1.1" + terser-webpack-plugin "^5.3.10" + watchpack "^2.4.1" + webpack-sources "^3.2.3" + +which@^2.0.1, which@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" + integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== + dependencies: + isexe "^2.0.0" + +wide-align@^1.1.5: + version "1.1.5" + resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3" + integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg== + dependencies: + string-width "^1.0.2 || 2 || 3 || 4" + +wildcard@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.1.tgz#5ab10d02487198954836b6349f74fff961e10f67" + integrity sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ== + +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + +wrappy@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== + +y18n@^5.0.5: + version "5.0.8" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" + integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== + +yallist@^3.0.2: + version "3.1.1" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" + integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== + +yallist@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" + integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== + +yaml@^1.10.2: + version "1.10.2" + resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" + integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== + +yargs-parser@^20.2.3: + version "20.2.9" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee" + integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== + +yargs-parser@^21.1.1: + version "21.1.1" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" + integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== + +yargs@^17.2.1: + version "17.7.2" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269" + integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== + dependencies: + cliui "^8.0.1" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.3" + y18n "^5.0.5" + yargs-parser "^21.1.1" + +yocto-queue@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251" + integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g== + +zip-stream@^4.1.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/zip-stream/-/zip-stream-4.1.1.tgz#1337fe974dbaffd2fa9a1ba09662a66932bd7135" + integrity sha512-9qv4rlDiopXg4E69k+vMHjNN63YFMe9sZMrdlvKnCjlCRWeCBswPPMPUfx+ipsAWq1LXHe70RcbaHdJJpS6hyQ== + dependencies: + archiver-utils "^3.0.4" + compress-commons "^4.1.2" + readable-stream "^3.6.0" diff --git a/docroot/profiles/sdss/sdss_profile/sdss_profile.info.yml b/docroot/profiles/sdss/sdss_profile/sdss_profile.info.yml index 3d97172db..8188eafea 100644 --- a/docroot/profiles/sdss/sdss_profile/sdss_profile.info.yml +++ b/docroot/profiles/sdss/sdss_profile/sdss_profile.info.yml @@ -1,6 +1,6 @@ name: 'Stanford Doerr School of Sustainability Profile' description: 'Jumpstart Website Profile for Stanford Doerr School of Sustainability' -version: 4.4.1 +version: 4.4.2 type: profile project: Stanford core_version_requirement: ^9 || ^10 diff --git a/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/dist/css/ckeditor.css b/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/dist/css/ckeditor.css index ff9b5a9b8..34633babc 100644 --- a/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/dist/css/ckeditor.css +++ b/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/dist/css/ckeditor.css @@ -1 +1 @@ -.su-wysiwyg-text .tablesaw-cell-content,.su-wysiwyg-text p,body .tablesaw-cell-content,body p{font-size:2.1rem}.su-wysiwyg-text .tablesaw-cell-content.su-intro-text,.su-wysiwyg-text p.su-intro-text,body .tablesaw-cell-content.su-intro-text,body p.su-intro-text{font-size:1.5625em;font-weight:400;letter-spacing:-.012em}.su-wysiwyg-text .tablesaw-cell-content.sdss-display-text,.su-wysiwyg-text p.sdss-display-text,body .tablesaw-cell-content.sdss-display-text,body p.sdss-display-text{color:#014240;font-size:1.5625em;font-weight:400;letter-spacing:-.012em;line-height:120%}@media (max-width:767px){.su-wysiwyg-text .tablesaw-cell-content.sdss-display-text,.su-wysiwyg-text p.sdss-display-text,body .tablesaw-cell-content.sdss-display-text,body p.sdss-display-text{font-size:5.2rem;line-height:169%}}@media (min-width:768px){.su-wysiwyg-text .tablesaw-cell-content.sdss-display-text,.su-wysiwyg-text p.sdss-display-text,body .tablesaw-cell-content.sdss-display-text,body p.sdss-display-text{font-size:8rem;line-height:110%}}@media (min-width:1500px){.su-wysiwyg-text .tablesaw-cell-content.sdss-display-text,.su-wysiwyg-text p.sdss-display-text,body .tablesaw-cell-content.sdss-display-text,body p.sdss-display-text{font-size:8.8rem;line-height:120%}}.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--big,.su-wysiwyg-text .tablesaw-cell-content.su-font-splash,.su-wysiwyg-text p.sdss-block-quote--big,.su-wysiwyg-text p.su-font-splash,body .tablesaw-cell-content.sdss-block-quote--big,body .tablesaw-cell-content.su-font-splash,body p.sdss-block-quote--big,body p.su-font-splash{color:#014240;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif;font-weight:400;letter-spacing:-.01em}@media (max-width:767px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--big,.su-wysiwyg-text .tablesaw-cell-content.su-font-splash,.su-wysiwyg-text p.sdss-block-quote--big,.su-wysiwyg-text p.su-font-splash,body .tablesaw-cell-content.sdss-block-quote--big,body .tablesaw-cell-content.su-font-splash,body p.sdss-block-quote--big,body p.su-font-splash{font-size:3.7rem;line-height:40px}}@media (min-width:768px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--big,.su-wysiwyg-text .tablesaw-cell-content.su-font-splash,.su-wysiwyg-text p.sdss-block-quote--big,.su-wysiwyg-text p.su-font-splash,body .tablesaw-cell-content.sdss-block-quote--big,body .tablesaw-cell-content.su-font-splash,body p.sdss-block-quote--big,body p.su-font-splash{font-size:5.1rem;line-height:60px}}@media (min-width:992px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--big,.su-wysiwyg-text .tablesaw-cell-content.su-font-splash,.su-wysiwyg-text p.sdss-block-quote--big,.su-wysiwyg-text p.su-font-splash,body .tablesaw-cell-content.sdss-block-quote--big,body .tablesaw-cell-content.su-font-splash,body p.sdss-block-quote--big,body p.su-font-splash{font-size:5.1rem;line-height:120%}}@media only screen and (min-width:1500px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--big,.su-wysiwyg-text .tablesaw-cell-content.su-font-splash,.su-wysiwyg-text p.sdss-block-quote--big,.su-wysiwyg-text p.su-font-splash,body .tablesaw-cell-content.sdss-block-quote--big,body .tablesaw-cell-content.su-font-splash,body p.sdss-block-quote--big,body p.su-font-splash{font-size:5.6rem;line-height:120%}}.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--med,.su-wysiwyg-text .tablesaw-cell-content.su-quote-text,.su-wysiwyg-text p.sdss-block-quote--med,.su-wysiwyg-text p.su-quote-text,body .tablesaw-cell-content.sdss-block-quote--med,body .tablesaw-cell-content.su-quote-text,body p.sdss-block-quote--med,body p.su-quote-text{color:#014240;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif;font-size:1.95312em;font-weight:400;letter-spacing:-.016em;letter-spacing:-.01em}@media (max-width:767px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--med,.su-wysiwyg-text .tablesaw-cell-content.su-quote-text,.su-wysiwyg-text p.sdss-block-quote--med,.su-wysiwyg-text p.su-quote-text,body .tablesaw-cell-content.sdss-block-quote--med,body .tablesaw-cell-content.su-quote-text,body p.sdss-block-quote--med,body p.su-quote-text{font-size:1.66016em;font-size:3.1rem;line-height:40px}}@media (min-width:768px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--med,.su-wysiwyg-text .tablesaw-cell-content.su-quote-text,.su-wysiwyg-text p.sdss-block-quote--med,.su-wysiwyg-text p.su-quote-text,body .tablesaw-cell-content.sdss-block-quote--med,body .tablesaw-cell-content.su-quote-text,body p.sdss-block-quote--med,body p.su-quote-text{font-size:4.1rem;line-height:60px}}@media (min-width:992px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--med,.su-wysiwyg-text .tablesaw-cell-content.su-quote-text,.su-wysiwyg-text p.sdss-block-quote--med,.su-wysiwyg-text p.su-quote-text,body .tablesaw-cell-content.sdss-block-quote--med,body .tablesaw-cell-content.su-quote-text,body p.sdss-block-quote--med,body p.su-quote-text{font-size:4.1rem;line-height:120%}}@media only screen and (min-width:1500px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--med,.su-wysiwyg-text .tablesaw-cell-content.su-quote-text,.su-wysiwyg-text p.sdss-block-quote--med,.su-wysiwyg-text p.su-quote-text,body .tablesaw-cell-content.sdss-block-quote--med,body .tablesaw-cell-content.su-quote-text,body p.sdss-block-quote--med,body p.su-quote-text{font-size:4.5rem;line-height:120%}}.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--sm,.su-wysiwyg-text .tablesaw-cell-content.su-callout-text,.su-wysiwyg-text p.sdss-block-quote--sm,.su-wysiwyg-text p.su-callout-text,body .tablesaw-cell-content.sdss-block-quote--sm,body .tablesaw-cell-content.su-callout-text,body p.sdss-block-quote--sm,body p.su-callout-text{color:#014240;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif;font-weight:400;letter-spacing:.01em}@media (max-width:767px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--sm,.su-wysiwyg-text .tablesaw-cell-content.su-callout-text,.su-wysiwyg-text p.sdss-block-quote--sm,.su-wysiwyg-text p.su-callout-text,body .tablesaw-cell-content.sdss-block-quote--sm,body .tablesaw-cell-content.su-callout-text,body p.sdss-block-quote--sm,body p.su-callout-text{font-size:2.2rem;line-height:130%}}@media (min-width:768px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--sm,.su-wysiwyg-text .tablesaw-cell-content.su-callout-text,.su-wysiwyg-text p.sdss-block-quote--sm,.su-wysiwyg-text p.su-callout-text,body .tablesaw-cell-content.sdss-block-quote--sm,body .tablesaw-cell-content.su-callout-text,body p.sdss-block-quote--sm,body p.su-callout-text{font-size:2.6rem;line-height:130%}}@media (min-width:992px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--sm,.su-wysiwyg-text .tablesaw-cell-content.su-callout-text,.su-wysiwyg-text p.sdss-block-quote--sm,.su-wysiwyg-text p.su-callout-text,body .tablesaw-cell-content.sdss-block-quote--sm,body .tablesaw-cell-content.su-callout-text,body p.sdss-block-quote--sm,body p.su-callout-text{font-size:2.6rem;line-height:140%}}@media only screen and (min-width:1500px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--sm,.su-wysiwyg-text .tablesaw-cell-content.su-callout-text,.su-wysiwyg-text p.sdss-block-quote--sm,.su-wysiwyg-text p.su-callout-text,body .tablesaw-cell-content.sdss-block-quote--sm,body .tablesaw-cell-content.su-callout-text,body p.sdss-block-quote--sm,body p.su-callout-text{font-size:2.8rem;line-height:120%}}.su-wysiwyg-text .tablesaw-cell-content.su-subheading,.su-wysiwyg-text p.su-subheading,body .tablesaw-cell-content.su-subheading,body p.su-subheading{font-size:2rem;margin-bottom:0}@media only screen and (min-width:0){.su-wysiwyg-text .tablesaw-cell-content.su-subheading,.su-wysiwyg-text p.su-subheading,body .tablesaw-cell-content.su-subheading,body p.su-subheading{padding-bottom:3.2rem}}@media only screen and (min-width:768px){.su-wysiwyg-text .tablesaw-cell-content.su-subheading,.su-wysiwyg-text p.su-subheading,body .tablesaw-cell-content.su-subheading,body p.su-subheading{padding-bottom:3.6rem}}@media only screen and (min-width:1500px){.su-wysiwyg-text .tablesaw-cell-content.su-subheading,.su-wysiwyg-text p.su-subheading,body .tablesaw-cell-content.su-subheading,body p.su-subheading{padding-bottom:3.8rem}}.su-wysiwyg-text .caption figcaption,body .caption figcaption{color:#53565a;font-size:1.8rem;font-style:normal;line-height:1.3;margin-bottom:1em;text-align:right}.su-wysiwyg-text .media.image,body .media.image{margin-bottom:3rem;padding-bottom:0}@media only screen and (min-width:768px){.su-wysiwyg-text .media.image,body .media.image{margin-bottom:3.6rem}}@media only screen and (min-width:1500px){.su-wysiwyg-text .media.image,body .media.image{margin-bottom:3.8rem}}.su-wysiwyg-text .caption .media.image,body .caption .media.image{margin-bottom:0}.su-wysiwyg-text .caption figcaption,body .caption figcaption{margin-bottom:3rem;padding-bottom:0}@media only screen and (min-width:768px){.su-wysiwyg-text .caption figcaption,body .caption figcaption{margin-bottom:3.6rem}}@media only screen and (min-width:1500px){.su-wysiwyg-text .caption figcaption,body .caption figcaption{margin-bottom:3.8rem}}.su-wysiwyg-text .localist-widget h2 a,body .localist-widget h2 a{color:#014240}.su-wysiwyg-text .localist-widget h2 a:active,.su-wysiwyg-text .localist-widget h2 a:focus,.su-wysiwyg-text .localist-widget h2 a:hover,body .localist-widget h2 a:active,body .localist-widget h2 a:focus,body .localist-widget h2 a:hover{color:#000;cursor:pointer;text-decoration:underline}.su-wysiwyg-text .localist-widget h2 a:active svg.mailto,.su-wysiwyg-text .localist-widget h2 a:focus svg.mailto,.su-wysiwyg-text .localist-widget h2 a:hover svg.mailto,body .localist-widget h2 a:active svg.mailto,body .localist-widget h2 a:focus svg.mailto,body .localist-widget h2 a:hover svg.mailto{fill:#000}.su-wysiwyg-text .localist-widget h2 a:active:after,.su-wysiwyg-text .localist-widget h2 a:focus:after,.su-wysiwyg-text .localist-widget h2 a:hover:after,body .localist-widget h2 a:active:after,body .localist-widget h2 a:focus:after,body .localist-widget h2 a:hover:after{background-color:transparent}body .form-wrapper p{font-size:inherit} \ No newline at end of file +@media (max-width:1199px){.su-wysiwyg-text,body{max-width:95%}}.su-wysiwyg-text .tablesaw-cell-content,.su-wysiwyg-text p,body .tablesaw-cell-content,body p{font-size:2.1rem}.su-wysiwyg-text .tablesaw-cell-content.su-intro-text,.su-wysiwyg-text p.su-intro-text,body .tablesaw-cell-content.su-intro-text,body p.su-intro-text{font-size:1.5625em;font-weight:400;letter-spacing:-.012em}.su-wysiwyg-text .tablesaw-cell-content.sdss-display-text,.su-wysiwyg-text p.sdss-display-text,body .tablesaw-cell-content.sdss-display-text,body p.sdss-display-text{color:#014240;font-size:1.5625em;font-weight:400;letter-spacing:-.012em;line-height:120%}@media (max-width:767px){.su-wysiwyg-text .tablesaw-cell-content.sdss-display-text,.su-wysiwyg-text p.sdss-display-text,body .tablesaw-cell-content.sdss-display-text,body p.sdss-display-text{font-size:5.2rem;line-height:169%}}@media (min-width:768px){.su-wysiwyg-text .tablesaw-cell-content.sdss-display-text,.su-wysiwyg-text p.sdss-display-text,body .tablesaw-cell-content.sdss-display-text,body p.sdss-display-text{font-size:8rem;line-height:110%}}@media (min-width:1500px){.su-wysiwyg-text .tablesaw-cell-content.sdss-display-text,.su-wysiwyg-text p.sdss-display-text,body .tablesaw-cell-content.sdss-display-text,body p.sdss-display-text{font-size:8.8rem;line-height:120%}}.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--big,.su-wysiwyg-text .tablesaw-cell-content.su-font-splash,.su-wysiwyg-text p.sdss-block-quote--big,.su-wysiwyg-text p.su-font-splash,body .tablesaw-cell-content.sdss-block-quote--big,body .tablesaw-cell-content.su-font-splash,body p.sdss-block-quote--big,body p.su-font-splash{color:#014240;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif;font-weight:400;letter-spacing:-.01em}@media (max-width:767px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--big,.su-wysiwyg-text .tablesaw-cell-content.su-font-splash,.su-wysiwyg-text p.sdss-block-quote--big,.su-wysiwyg-text p.su-font-splash,body .tablesaw-cell-content.sdss-block-quote--big,body .tablesaw-cell-content.su-font-splash,body p.sdss-block-quote--big,body p.su-font-splash{font-size:3.7rem;line-height:40px}}@media (min-width:768px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--big,.su-wysiwyg-text .tablesaw-cell-content.su-font-splash,.su-wysiwyg-text p.sdss-block-quote--big,.su-wysiwyg-text p.su-font-splash,body .tablesaw-cell-content.sdss-block-quote--big,body .tablesaw-cell-content.su-font-splash,body p.sdss-block-quote--big,body p.su-font-splash{font-size:5.1rem;line-height:60px}}@media (min-width:992px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--big,.su-wysiwyg-text .tablesaw-cell-content.su-font-splash,.su-wysiwyg-text p.sdss-block-quote--big,.su-wysiwyg-text p.su-font-splash,body .tablesaw-cell-content.sdss-block-quote--big,body .tablesaw-cell-content.su-font-splash,body p.sdss-block-quote--big,body p.su-font-splash{font-size:5.1rem;line-height:120%}}@media only screen and (min-width:1500px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--big,.su-wysiwyg-text .tablesaw-cell-content.su-font-splash,.su-wysiwyg-text p.sdss-block-quote--big,.su-wysiwyg-text p.su-font-splash,body .tablesaw-cell-content.sdss-block-quote--big,body .tablesaw-cell-content.su-font-splash,body p.sdss-block-quote--big,body p.su-font-splash{font-size:5.6rem;line-height:120%}}.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--med,.su-wysiwyg-text .tablesaw-cell-content.su-quote-text,.su-wysiwyg-text p.sdss-block-quote--med,.su-wysiwyg-text p.su-quote-text,body .tablesaw-cell-content.sdss-block-quote--med,body .tablesaw-cell-content.su-quote-text,body p.sdss-block-quote--med,body p.su-quote-text{color:#014240;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif;font-size:1.95312em;font-weight:400;letter-spacing:-.016em;letter-spacing:-.01em}@media (max-width:767px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--med,.su-wysiwyg-text .tablesaw-cell-content.su-quote-text,.su-wysiwyg-text p.sdss-block-quote--med,.su-wysiwyg-text p.su-quote-text,body .tablesaw-cell-content.sdss-block-quote--med,body .tablesaw-cell-content.su-quote-text,body p.sdss-block-quote--med,body p.su-quote-text{font-size:1.66016em;font-size:3.1rem;line-height:40px}}@media (min-width:768px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--med,.su-wysiwyg-text .tablesaw-cell-content.su-quote-text,.su-wysiwyg-text p.sdss-block-quote--med,.su-wysiwyg-text p.su-quote-text,body .tablesaw-cell-content.sdss-block-quote--med,body .tablesaw-cell-content.su-quote-text,body p.sdss-block-quote--med,body p.su-quote-text{font-size:4.1rem;line-height:60px}}@media (min-width:992px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--med,.su-wysiwyg-text .tablesaw-cell-content.su-quote-text,.su-wysiwyg-text p.sdss-block-quote--med,.su-wysiwyg-text p.su-quote-text,body .tablesaw-cell-content.sdss-block-quote--med,body .tablesaw-cell-content.su-quote-text,body p.sdss-block-quote--med,body p.su-quote-text{font-size:4.1rem;line-height:120%}}@media only screen and (min-width:1500px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--med,.su-wysiwyg-text .tablesaw-cell-content.su-quote-text,.su-wysiwyg-text p.sdss-block-quote--med,.su-wysiwyg-text p.su-quote-text,body .tablesaw-cell-content.sdss-block-quote--med,body .tablesaw-cell-content.su-quote-text,body p.sdss-block-quote--med,body p.su-quote-text{font-size:4.5rem;line-height:120%}}.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--sm,.su-wysiwyg-text .tablesaw-cell-content.su-callout-text,.su-wysiwyg-text p.sdss-block-quote--sm,.su-wysiwyg-text p.su-callout-text,body .tablesaw-cell-content.sdss-block-quote--sm,body .tablesaw-cell-content.su-callout-text,body p.sdss-block-quote--sm,body p.su-callout-text{color:#014240;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif;font-weight:400;letter-spacing:.01em}@media (max-width:767px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--sm,.su-wysiwyg-text .tablesaw-cell-content.su-callout-text,.su-wysiwyg-text p.sdss-block-quote--sm,.su-wysiwyg-text p.su-callout-text,body .tablesaw-cell-content.sdss-block-quote--sm,body .tablesaw-cell-content.su-callout-text,body p.sdss-block-quote--sm,body p.su-callout-text{font-size:2.2rem;line-height:130%}}@media (min-width:768px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--sm,.su-wysiwyg-text .tablesaw-cell-content.su-callout-text,.su-wysiwyg-text p.sdss-block-quote--sm,.su-wysiwyg-text p.su-callout-text,body .tablesaw-cell-content.sdss-block-quote--sm,body .tablesaw-cell-content.su-callout-text,body p.sdss-block-quote--sm,body p.su-callout-text{font-size:2.6rem;line-height:130%}}@media (min-width:992px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--sm,.su-wysiwyg-text .tablesaw-cell-content.su-callout-text,.su-wysiwyg-text p.sdss-block-quote--sm,.su-wysiwyg-text p.su-callout-text,body .tablesaw-cell-content.sdss-block-quote--sm,body .tablesaw-cell-content.su-callout-text,body p.sdss-block-quote--sm,body p.su-callout-text{font-size:2.6rem;line-height:140%}}@media only screen and (min-width:1500px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--sm,.su-wysiwyg-text .tablesaw-cell-content.su-callout-text,.su-wysiwyg-text p.sdss-block-quote--sm,.su-wysiwyg-text p.su-callout-text,body .tablesaw-cell-content.sdss-block-quote--sm,body .tablesaw-cell-content.su-callout-text,body p.sdss-block-quote--sm,body p.su-callout-text{font-size:2.8rem;line-height:120%}}.su-wysiwyg-text .tablesaw-cell-content.su-subheading,.su-wysiwyg-text p.su-subheading,body .tablesaw-cell-content.su-subheading,body p.su-subheading{font-size:2rem;margin-bottom:0}@media only screen and (min-width:0){.su-wysiwyg-text .tablesaw-cell-content.su-subheading,.su-wysiwyg-text p.su-subheading,body .tablesaw-cell-content.su-subheading,body p.su-subheading{padding-bottom:3.2rem}}@media only screen and (min-width:768px){.su-wysiwyg-text .tablesaw-cell-content.su-subheading,.su-wysiwyg-text p.su-subheading,body .tablesaw-cell-content.su-subheading,body p.su-subheading{padding-bottom:3.6rem}}@media only screen and (min-width:1500px){.su-wysiwyg-text .tablesaw-cell-content.su-subheading,.su-wysiwyg-text p.su-subheading,body .tablesaw-cell-content.su-subheading,body p.su-subheading{padding-bottom:3.8rem}}.su-wysiwyg-text .caption figcaption,body .caption figcaption{color:#53565a;font-size:1.8rem;font-style:normal;line-height:1.3;margin-bottom:1em;text-align:right}.su-wysiwyg-text .media.image,body .media.image{margin-bottom:3rem;padding-bottom:0}@media only screen and (min-width:768px){.su-wysiwyg-text .media.image,body .media.image{margin-bottom:3.6rem}}@media only screen and (min-width:1500px){.su-wysiwyg-text .media.image,body .media.image{margin-bottom:3.8rem}}.su-wysiwyg-text .caption .media.image,body .caption .media.image{margin-bottom:0}.su-wysiwyg-text .caption figcaption,body .caption figcaption{margin-bottom:3rem;padding-bottom:0}@media only screen and (min-width:768px){.su-wysiwyg-text .caption figcaption,body .caption figcaption{margin-bottom:3.6rem}}@media only screen and (min-width:1500px){.su-wysiwyg-text .caption figcaption,body .caption figcaption{margin-bottom:3.8rem}}.su-wysiwyg-text .localist-widget h2 a,body .localist-widget h2 a{color:#014240}.su-wysiwyg-text .localist-widget h2 a:active,.su-wysiwyg-text .localist-widget h2 a:focus,.su-wysiwyg-text .localist-widget h2 a:hover,body .localist-widget h2 a:active,body .localist-widget h2 a:focus,body .localist-widget h2 a:hover{color:#000;cursor:pointer;text-decoration:underline}.su-wysiwyg-text .localist-widget h2 a:active svg.mailto,.su-wysiwyg-text .localist-widget h2 a:focus svg.mailto,.su-wysiwyg-text .localist-widget h2 a:hover svg.mailto,body .localist-widget h2 a:active svg.mailto,body .localist-widget h2 a:focus svg.mailto,body .localist-widget h2 a:hover svg.mailto{fill:#000}.su-wysiwyg-text .localist-widget h2 a:active:after,.su-wysiwyg-text .localist-widget h2 a:focus:after,.su-wysiwyg-text .localist-widget h2 a:hover:after,body .localist-widget h2 a:active:after,body .localist-widget h2 a:focus:after,body .localist-widget h2 a:hover:after{background-color:transparent}body .form-wrapper p{font-size:inherit} \ No newline at end of file diff --git a/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/dist/css/sdss_subtheme.css b/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/dist/css/sdss_subtheme.css index 42badc947..816d6741c 100644 --- a/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/dist/css/sdss_subtheme.css +++ b/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/dist/css/sdss_subtheme.css @@ -1 +1 @@ -.js-pager__items .pager__item .button,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a,.paragraph--type--sdss-news-list-card .su-news-card-button a,.sdss-wrapper--button-green .su-card__button .su-button,.stanford-events .more-link a,.su-button,.su-button.su-link,.su-events-details .su-event-cta a,.system-main-block form .su-button,[type=button],[type=image],[type=reset],[type=submit],button,div a.su-button,div a.su-button--big,div a.su-button--big.su-link,div a.su-button.su-link,div a.su-link--external.su-button--big,div a.su-link.su-link--external.su-button{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:0;cursor:pointer;display:inline-block;font-family:Source Sans\ 3,Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:2rem;font-weight:400;line-height:1;text-align:center;text-decoration:none;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out;width:auto}.js-pager__items .pager__item .button a,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a a,.paragraph--type--sdss-news-list-card .su-news-card-button a a,.sdss-wrapper--button-green .su-card__button .su-button a,.stanford-events .more-link a a,.su-button a,.su-button.su-link a,.su-events-details .su-event-cta a a,.system-main-block form .su-button a,[type=button] a,[type=image] a,[type=reset] a,[type=submit] a,button a,div a.su-button a,div a.su-button--big a,div a.su-button--big.su-link a,div a.su-button.su-link a,div a.su-link--external.su-button--big a,div a.su-link.su-link--external.su-button a{font-weight:400;text-decoration:none}.js-pager__items .pager__item .button:active,.js-pager__items .pager__item .button:focus,.js-pager__items .pager__item .button:hover,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:active,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:focus,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:hover,.paragraph--type--sdss-news-list-card .su-news-card-button a:active,.paragraph--type--sdss-news-list-card .su-news-card-button a:focus,.paragraph--type--sdss-news-list-card .su-news-card-button a:hover,.sdss-wrapper--button-green .su-card__button .su-button:active,.sdss-wrapper--button-green .su-card__button .su-button:focus,.sdss-wrapper--button-green .su-card__button .su-button:hover,.stanford-events .more-link a:active,.stanford-events .more-link a:focus,.stanford-events .more-link a:hover,.su-button:active,.su-button:focus,.su-button:hover,.su-events-details .su-event-cta a:active,.su-events-details .su-event-cta a:focus,.su-events-details .su-event-cta a:hover,.system-main-block form .su-button:active,.system-main-block form .su-button:focus,.system-main-block form .su-button:hover,:active[type=button],:active[type=image],:active[type=reset],:active[type=submit],:focus[type=button],:focus[type=image],:focus[type=reset],:focus[type=submit],:hover[type=button],:hover[type=image],:hover[type=reset],:hover[type=submit],button:active,button:focus,button:hover,div a.su-button--big:active,div a.su-button--big:focus,div a.su-button--big:hover,div a.su-button.su-link:active,div a.su-button.su-link:focus,div a.su-button.su-link:hover{text-decoration:underline}.content .paragraph-item{margin-bottom:0}.layout--layout-paragraphs-one-column>div,.layout--layout-paragraphs-three-column>div,.layout--layout-paragraphs-two-column>div{margin-bottom:2rem}@media only screen and (min-width:768px){.layout--layout-paragraphs-one-column>div,.layout--layout-paragraphs-three-column>div,.layout--layout-paragraphs-two-column>div{margin-bottom:2.6rem}}@media only screen and (min-width:1500px){.layout--layout-paragraphs-one-column>div,.layout--layout-paragraphs-three-column>div,.layout--layout-paragraphs-two-column>div{margin-bottom:2.7rem}}.layout--layout-paragraphs-one-column,.layout--layout-paragraphs-one-four-one,.layout--layout-paragraphs-three-column,.layout--layout-paragraphs-two-column{padding-bottom:2rem}@media only screen and (min-width:768px){.layout--layout-paragraphs-one-column,.layout--layout-paragraphs-one-four-one,.layout--layout-paragraphs-three-column,.layout--layout-paragraphs-two-column{padding-bottom:2.6rem}}@media only screen and (min-width:1500px){.layout--layout-paragraphs-one-column,.layout--layout-paragraphs-one-four-one,.layout--layout-paragraphs-three-column,.layout--layout-paragraphs-two-column{padding-bottom:2.7rem}}.content .sdss-drop-paragraph-margin .paragraph-item,.content .sdss-drop-paragraph-margin .su-component{margin-bottom:0}.sdss-banner-wrapper--headline-center .su-hero__card{margin:0 auto}.main-region .node-stanford-page-su-page-banner,.section-banner-media .main-region{margin-bottom:0}@media only screen and (min-width:0){.section-banner-media .main-region>div:nth-last-child(odd){margin-bottom:5.12rem}}@media only screen and (min-width:768px){.section-banner-media .main-region>div:nth-last-child(odd){margin-bottom:5.76rem}}@media only screen and (min-width:1500px){.section-banner-media .main-region>div:nth-last-child(odd){margin-bottom:6.08rem}}.paragraph-item.ptype-stanford-banner,.section-banner-media .main-region>div:nth-last-child(2n){margin-bottom:0}.sdss-banner-wrapper--default{background:#2e2d29;position:relative;z-index:1}.sdss-banner-wrapper--default .su-hero__media{background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(46,45,41,0)),color-stop(90%,#1c1b19));background:linear-gradient(180deg,rgba(46,45,41,0) 50%,#1c1b19 90%)}.sdss-banner-wrapper--default picture{display:block;position:relative;z-index:-1}.sdss-banner-wrapper--default .su-hero{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.sdss-banner-wrapper--default .su-hero .su-hero__card{background:transparent;border:0;bottom:0;-webkit-box-shadow:none;box-shadow:none;margin-bottom:0;margin-top:unset;max-width:94%;top:auto}.sdss-banner-wrapper--default .su-hero .su-hero__card .su-card__contents{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;padding-bottom:12px}.sdss-banner-wrapper--default .su-hero .su-hero__card .su-card__contents h2{color:#fff;margin-top:0}.sdss-banner-wrapper--default .su-hero .su-hero__card .su-card__contents .su-card__button{margin-bottom:unset;margin-top:unset}@media (max-width:767px){.sdss-banner-wrapper--default .su-hero .su-hero__card{background:#1c1b19;max-width:100%}.sdss-banner-wrapper--default .su-hero .su-hero__card .su-card__contents{display:block}}.sdss-banner-wrapper--height-default .su-hero,.sdss-banner-wrapper--height-default .su-hero__media{min-height:520px}.sdss-banner-wrapper--height-modest .su-hero,.sdss-banner-wrapper--height-modest .su-hero__media{min-height:350px}.sdss-banner-wrapper--height-minimal .su-hero,.sdss-banner-wrapper--height-minimal .su-hero__media{min-height:250px}@media (max-width:767px){.sdss-banner-wrapper--height-default .su-hero,.sdss-banner-wrapper--height-default .su-hero__media,.sdss-banner-wrapper--height-minimal .su-hero,.sdss-banner-wrapper--height-minimal .su-hero__media,.sdss-banner-wrapper--height-modest .su-hero,.sdss-banner-wrapper--height-modest .su-hero__media{min-height:unset}}.su-basic-page-types-list .su-basic-page-list__title a{color:#014240;font-weight:400;outline-color:#014240;text-decoration:none}@supports ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)){.su-basic-page-types-list .su-basic-page-list__title a:after{content:"";display:inline-block;height:.5em;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNDE2LjUxMUExLjUyNSAxLjUyNSAwIDAgMSAyLjYxNC40MjhsMTAuODg5IDEwLjRjLjMxNy4zMDIuNDk3LjcyNy40OTcgMS4xNzIgMCAuNDQ1LS4xOC44Ny0uNDk3IDEuMTcybC0xMC44ODkgMTAuNGExLjUyNSAxLjUyNSAwIDAgMS0yLjE5OC0uMDgzIDEuNjMyIDEuNjMyIDAgMCAxIC4wODEtMi4yNjJMMTAuMTU4IDEyIC40OTggMi43NzJBMS42MzIgMS42MzIgMCAwIDEgLjQxNS41MTJaIiBmaWxsPSIjMkUyRDI5Ii8+PC9zdmc+) no-repeat 0 0;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNDE2LjUxMUExLjUyNSAxLjUyNSAwIDAgMSAyLjYxNC40MjhsMTAuODg5IDEwLjRjLjMxNy4zMDIuNDk3LjcyNy40OTcgMS4xNzIgMCAuNDQ1LS4xOC44Ny0uNDk3IDEuMTcybC0xMC44ODkgMTAuNGExLjUyNSAxLjUyNSAwIDAgMS0yLjE5OC0uMDgzIDEuNjMyIDEuNjMyIDAgMCAxIC4wODEtMi4yNjJMMTAuMTU4IDEyIC40OTggMi43NzJBMS42MzIgMS42MzIgMCAwIDEgLjQxNS41MTJaIiBmaWxsPSIjMkUyRDI5Ii8+PC9zdmc+) no-repeat 0 0;-webkit-mask-size:contain;mask-size:contain;width:.5em}.su-basic-page-types-list .su-basic-page-list__title a:focus:after,.su-basic-page-types-list .su-basic-page-list__title a:hover:after{background-color:#2e2d29}.su-basic-page-types-list .su-basic-page-list__title a:after{background-color:#006cb8;margin-bottom:.06em;margin-left:.4em;margin-right:.3em;-webkit-transition:-webkit-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out;transition:-webkit-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-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out}.su-basic-page-types-list .su-basic-page-list__title a:focus:after,.su-basic-page-types-list .su-basic-page-list__title a:hover:after{-webkit-transform:translateX(.2em);transform:translateX(.2em)}}.su-basic-page-types-list .su-basic-page-list__title a:hover{color:#000;cursor:pointer;text-decoration:underline}.su-basic-page-types-list .su-basic-page-list__title a:hover svg.mailto{fill:#000}.su-basic-page-types-list .su-basic-page-list__title a:hover:after{background-color:#000}.su-basic-page-types-list .su-basic-page-list__title a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.su-basic-page-types-list .su-basic-page-list__title a:focus:after{background-color:#000}.su-basic-page-types-list .su-basic-page-list__title a:active{color:#2e2d29}.su-basic-page-types-list .su-basic-page-list__title a:active:after{background-color:#000}.su-basic-page-types-list .su-basic-page-list__title a.mailto svg{fill:#014240}.su-basic-page-types-list .su-basic-page-list__title a:after{background-color:#014240}.su-button,.su-button.su-link,[type=button],[type=image],[type=reset],[type=submit],button{background-color:#b1040e;background:#b1ef89;border-radius:3rem;color:#fff;color:#000;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;padding:.375em 2rem .8rem;text-decoration:none;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out}.su-button.su-link:after,.su-button.su-link:before,.su-button:after,.su-button:before,[type=button]:after,[type=button]:before,[type=image]:after,[type=image]:before,[type=reset]:after,[type=reset]:before,[type=submit]:after,[type=submit]:before,button:after,button:before{background-color:#fff;color:#b1040e}.su-button.su-link:focus,.su-button.su-link:hover,.su-button:focus,.su-button:hover,[type=button]:focus,[type=button]:hover,[type=image]:focus,[type=image]:hover,[type=reset]:focus,[type=reset]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{background-color:#2e2d29;color:#fff}.su-button.su-link:focus:after,.su-button.su-link:focus:before,.su-button.su-link:hover:after,.su-button.su-link:hover:before,.su-button:focus:after,.su-button:focus:before,.su-button:hover:after,.su-button:hover:before,[type=button]:focus:after,[type=button]:focus:before,[type=button]:hover:after,[type=button]:hover:before,[type=image]:focus:after,[type=image]:focus:before,[type=image]:hover:after,[type=image]:hover:before,[type=reset]:focus:after,[type=reset]:focus:before,[type=reset]:hover:after,[type=reset]:hover:before,[type=submit]:focus:after,[type=submit]:focus:before,[type=submit]:hover:after,[type=submit]:hover:before,button:focus:after,button:focus:before,button:hover:after,button:hover:before{background-color:#fff}.su-button.su-link:focus,.su-button:focus,[type=button]:focus,[type=image]:focus,[type=reset]:focus,[type=submit]:focus,button:focus{-webkit-box-shadow:0 0 3px #53565a,0 0 7px #53565a;box-shadow:0 0 3px #53565a,0 0 7px #53565a}.su-button.su-link:hover,.su-button:hover,[type=button]:hover,[type=image]:hover,[type=reset]:hover,[type=submit]:hover,button:hover{background:#90cc69;color:#000;cursor:pointer;text-decoration:underline}.su-button.su-link:hover svg.mailto,.su-button:hover svg.mailto,[type=button]:hover svg.mailto,[type=image]:hover svg.mailto,[type=reset]:hover svg.mailto,[type=submit]:hover svg.mailto,button:hover svg.mailto{fill:#000}.su-button.su-link:hover:after,.su-button:hover:after,[type=button]:hover:after,[type=image]:hover:after,[type=reset]:hover:after,[type=submit]:hover:after,button:hover:after{background-color:#000}.su-button.su-link:focus,.su-button:focus,[type=button]:focus,[type=image]:focus,[type=reset]:focus,[type=submit]:focus,button:focus{background-color:#b1ef89;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}.su-button.su-link:focus:after,.su-button:focus:after,[type=button]:focus:after,[type=image]:focus:after,[type=reset]:focus:after,[type=submit]:focus:after,button:focus:after{background-color:#014240}.su-button.su-link:active,.su-button:active,[type=button]:active,[type=image]:active,[type=reset]:active,[type=submit]:active,button:active{background-color:#155f65;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}.su-button.su-link:active:after,.su-button:active:after,[type=button]:active:after,[type=image]:active:after,[type=reset]:active:after,[type=submit]:active:after,button:active:after{background-color:#fff}.su-button.su-link:after,.su-button:after,[type=button]:after,[type=image]:after,[type=reset]:after,[type=submit]:after,button:after{background-color:#000}@media only screen and (min-width:768px){.su-button,.su-button.su-link,[type=button],[type=image],[type=reset],[type=submit],button{padding-bottom:.9rem;padding-left:2.6rem;padding-right:2.6rem}}@media only screen and (min-width:1500px){.su-button,.su-button.su-link,[type=button],[type=image],[type=reset],[type=submit],button{padding-bottom:1rem;padding-left:2.7rem;padding-right:2.7rem}}div a.su-button,div a.su-button.su-link,div a.su-link.su-link--external.su-button{background-color:#b1040e;background:#b1ef89;border-radius:3rem;color:#fff;color:#000;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;padding:.375em 2rem .8rem;text-decoration:none;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out}div a.su-button.su-link:after,div a.su-button.su-link:before,div a.su-button:after,div a.su-button:before,div a.su-link.su-link--external.su-button:after,div a.su-link.su-link--external.su-button:before{background-color:#fff;color:#b1040e}div a.su-button.su-link:focus,div a.su-button.su-link:hover,div a.su-button:focus,div a.su-button:hover,div a.su-link.su-link--external.su-button:focus,div a.su-link.su-link--external.su-button:hover{background-color:#2e2d29;color:#fff}div a.su-button.su-link:focus:after,div a.su-button.su-link:focus:before,div a.su-button.su-link:hover:after,div a.su-button.su-link:hover:before,div a.su-button:focus:after,div a.su-button:focus:before,div a.su-button:hover:after,div a.su-button:hover:before,div a.su-link.su-link--external.su-button:focus:after,div a.su-link.su-link--external.su-button:focus:before,div a.su-link.su-link--external.su-button:hover:after,div a.su-link.su-link--external.su-button:hover:before{background-color:#fff}div a.su-button.su-link:focus,div a.su-button:focus,div a.su-link.su-link--external.su-button:focus{-webkit-box-shadow:0 0 3px #53565a,0 0 7px #53565a;box-shadow:0 0 3px #53565a,0 0 7px #53565a}div a.su-button.su-link:hover,div a.su-button:hover,div a.su-link.su-link--external.su-button:hover{background:#90cc69;color:#000;cursor:pointer;text-decoration:underline}div a.su-button.su-link:hover svg.mailto,div a.su-button:hover svg.mailto,div a.su-link.su-link--external.su-button:hover svg.mailto{fill:#000}div a.su-button.su-link:hover:after,div a.su-button:hover:after,div a.su-link.su-link--external.su-button:hover:after{background-color:#000}div a.su-button.su-link:focus,div a.su-button:focus,div a.su-link.su-link--external.su-button:focus{background-color:#b1ef89;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}div a.su-button.su-link:focus:after,div a.su-button:focus:after,div a.su-link.su-link--external.su-button:focus:after{background-color:#014240}div a.su-button.su-link:active,div a.su-button:active,div a.su-link.su-link--external.su-button:active{background-color:#155f65;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}div a.su-button.su-link:active:after,div a.su-button:active:after,div a.su-link.su-link--external.su-button:active:after{background-color:#fff}div a.su-button.su-link:after,div a.su-button:after,div a.su-link.su-link--external.su-button:after{background-color:#000}@media only screen and (min-width:768px){div a.su-button,div a.su-button.su-link,div a.su-link.su-link--external.su-button{padding-bottom:.9rem;padding-left:2.6rem;padding-right:2.6rem}}@media only screen and (min-width:1500px){div a.su-button,div a.su-button.su-link,div a.su-link.su-link--external.su-button{padding-bottom:1rem;padding-left:2.7rem;padding-right:2.7rem}}div a.su-button--secondary,div a.su-link--external.su-button--secondary{background:transparent;border:1px solid #014240;border-radius:3rem;-webkit-box-shadow:none;box-shadow:none;color:#014240;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;padding:.375em 2rem .8rem;text-decoration:none}div a.su-button--secondary:hover,div a.su-link--external.su-button--secondary:hover{background:#fff;-webkit-box-shadow:0 8px 25px rgba(0,0,0,.14);box-shadow:0 8px 25px rgba(0,0,0,.14);color:#014240;cursor:pointer;text-decoration:underline}div a.su-button--secondary:hover svg.mailto,div a.su-link--external.su-button--secondary:hover svg.mailto{fill:#000}div a.su-button--secondary:hover:after,div a.su-link--external.su-button--secondary:hover:after{background-color:#000}div a.su-button--secondary:focus,div a.su-link--external.su-button--secondary:focus{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}div a.su-button--secondary:focus:after,div a.su-link--external.su-button--secondary:focus:after{background-color:#014240}div a.su-button--secondary:active,div a.su-link--external.su-button--secondary:active{background-color:#014240;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}div a.su-button--secondary:active:after,div a.su-link--external.su-button--secondary:active:after{background-color:#fff}div a.su-button--secondary:after,div a.su-link--external.su-button--secondary:after{background-color:#014240}@media only screen and (min-width:768px){div a.su-button--secondary,div a.su-link--external.su-button--secondary{padding-bottom:.9rem;padding-left:2.6rem;padding-right:2.6rem}}@media only screen and (min-width:1500px){div a.su-button--secondary,div a.su-link--external.su-button--secondary{padding-bottom:1rem;padding-left:2.7rem;padding-right:2.7rem}}div a.su-button--secondary-neg,div a.su-link--external.su-button--secondary-neg{background:transparent;border:1px solid #fff;border-radius:3rem;-webkit-box-shadow:none;box-shadow:none;color:#fff;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;padding:.375em 2rem .8rem;text-decoration:none}div a.su-button--secondary-neg:hover,div a.su-link--external.su-button--secondary-neg:hover{background:#155f65;border:1px solid #155f65;color:#fff;cursor:pointer;text-decoration:underline}div a.su-button--secondary-neg:hover svg.mailto,div a.su-link--external.su-button--secondary-neg:hover svg.mailto{fill:#fff}div a.su-button--secondary-neg:hover:after,div a.su-link--external.su-button--secondary-neg:hover:after{background-color:#fff}div a.su-button--secondary-neg:focus,div a.su-link--external.su-button--secondary-neg:focus{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#fff;outline:3px solid #fff;text-decoration:underline}div a.su-button--secondary-neg:focus:after,div a.su-link--external.su-button--secondary-neg:focus:after{background-color:#fff}div a.su-button--secondary-neg:active,div a.su-link--external.su-button--secondary-neg:active{background-color:#fff;-webkit-box-shadow:none;box-shadow:none;color:#014240;text-decoration:underline}div a.su-button--secondary-neg:active:after,div a.su-link--external.su-button--secondary-neg:active:after{background-color:#014240}div a.su-button--secondary-neg:after,div a.su-link--external.su-button--secondary-neg:after{background-color:#fff}@media only screen and (min-width:768px){div a.su-button--secondary-neg,div a.su-link--external.su-button--secondary-neg{padding-bottom:.9rem;padding-left:2.6rem;padding-right:2.6rem}}@media only screen and (min-width:1500px){div a.su-button--secondary-neg,div a.su-link--external.su-button--secondary-neg{padding-bottom:1rem;padding-left:2.7rem;padding-right:2.7rem}}div a.su-button--big,div a.su-button--big.su-link,div a.su-link--external.su-button--big{background-color:#b1040e;background:#b1ef89;border-radius:3.5rem;color:#fff;color:#000;font-size:2.5rem;margin:0 .3rem .3rem;padding:.375em 2rem .8rem;text-decoration:none;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out}div a.su-button--big.su-link:after,div a.su-button--big.su-link:before,div a.su-button--big:after,div a.su-button--big:before,div a.su-link--external.su-button--big:after,div a.su-link--external.su-button--big:before{background-color:#fff;color:#b1040e}div a.su-button--big.su-link:focus,div a.su-button--big.su-link:hover,div a.su-button--big:focus,div a.su-button--big:hover,div a.su-link--external.su-button--big:focus,div a.su-link--external.su-button--big:hover{background-color:#2e2d29;color:#fff}div a.su-button--big.su-link:focus:after,div a.su-button--big.su-link:focus:before,div a.su-button--big.su-link:hover:after,div a.su-button--big.su-link:hover:before,div a.su-button--big:focus:after,div a.su-button--big:focus:before,div a.su-button--big:hover:after,div a.su-button--big:hover:before,div a.su-link--external.su-button--big:focus:after,div a.su-link--external.su-button--big:focus:before,div a.su-link--external.su-button--big:hover:after,div a.su-link--external.su-button--big:hover:before{background-color:#fff}div a.su-button--big.su-link:focus,div a.su-button--big:focus,div a.su-link--external.su-button--big:focus{-webkit-box-shadow:0 0 3px #53565a,0 0 7px #53565a;box-shadow:0 0 3px #53565a,0 0 7px #53565a}@media only screen and (min-width:768px){div a.su-button--big,div a.su-button--big.su-link,div a.su-link--external.su-button--big{font-size:2.8rem;padding:1.5rem 3rem 1.8rem}}@media only screen and (min-width:1500px){div a.su-button--big,div a.su-button--big.su-link,div a.su-link--external.su-button--big{font-size:3rem}}div a.su-button--big.su-link:hover,div a.su-button--big:hover,div a.su-link--external.su-button--big:hover{background:#90cc69;color:#000;cursor:pointer;text-decoration:underline}div a.su-button--big.su-link:hover svg.mailto,div a.su-button--big:hover svg.mailto,div a.su-link--external.su-button--big:hover svg.mailto{fill:#000}div a.su-button--big.su-link:hover:after,div a.su-button--big:hover:after,div a.su-link--external.su-button--big:hover:after{background-color:#000}div a.su-button--big.su-link:focus,div a.su-button--big:focus,div a.su-link--external.su-button--big:focus{background-color:#b1ef89;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}div a.su-button--big.su-link:focus:after,div a.su-button--big:focus:after,div a.su-link--external.su-button--big:focus:after{background-color:#014240}div a.su-button--big.su-link:active,div a.su-button--big:active,div a.su-link--external.su-button--big:active{background-color:#155f65;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}div a.su-button--big.su-link:active:after,div a.su-button--big:active:after,div a.su-link--external.su-button--big:active:after{background-color:#fff}div a.su-button--big.su-link:after,div a.su-button--big:after,div a.su-link--external.su-button--big:after{background-color:#000}@media only screen and (min-width:768px){div a.su-button--big,div a.su-button--big.su-link,div a.su-link--external.su-button--big{padding-bottom:.9rem;padding-left:2.6rem;padding-right:2.6rem}}@media only screen and (min-width:1500px){div a.su-button--big,div a.su-button--big.su-link,div a.su-link--external.su-button--big{padding-bottom:1rem;padding-left:2.7rem;padding-right:2.7rem}}.sdss-wrapper--secondary-button .su-card__button .su-button{background:transparent;border:1px solid #014240;border-radius:3rem;-webkit-box-shadow:none;box-shadow:none;color:#014240;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;padding:.375em 2rem .8rem;text-decoration:none}.sdss-wrapper--secondary-button .su-card__button .su-button:hover{background:#fff;-webkit-box-shadow:0 8px 25px rgba(0,0,0,.14);box-shadow:0 8px 25px rgba(0,0,0,.14);color:#014240;cursor:pointer;text-decoration:underline}.sdss-wrapper--secondary-button .su-card__button .su-button:hover svg.mailto{fill:#000}.sdss-wrapper--secondary-button .su-card__button .su-button:hover:after{background-color:#000}.sdss-wrapper--secondary-button .su-card__button .su-button:focus{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}.sdss-wrapper--secondary-button .su-card__button .su-button:focus:after{background-color:#014240}.sdss-wrapper--secondary-button .su-card__button .su-button:active{background-color:#014240;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}.sdss-wrapper--secondary-button .su-card__button .su-button:active:after{background-color:#fff}.sdss-wrapper--secondary-button .su-card__button .su-button:after{background-color:#014240}@media only screen and (min-width:768px){.sdss-wrapper--secondary-button .su-card__button .su-button{padding-bottom:.9rem;padding-left:2.6rem;padding-right:2.6rem}}@media only screen and (min-width:1500px){.sdss-wrapper--secondary-button .su-card__button .su-button{padding-bottom:1rem;padding-left:2.7rem;padding-right:2.7rem}}.sdss-wrapper--button-green .su-card__button .su-button{background-color:#b1040e;background:#b1ef89;border-radius:3rem;color:#fff;color:#000;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;padding:.375em 2rem .8rem;text-decoration:none;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out}.sdss-wrapper--button-green .su-card__button .su-button:after,.sdss-wrapper--button-green .su-card__button .su-button:before{background-color:#fff;color:#b1040e}.sdss-wrapper--button-green .su-card__button .su-button:focus,.sdss-wrapper--button-green .su-card__button .su-button:hover{background-color:#2e2d29;color:#fff}.sdss-wrapper--button-green .su-card__button .su-button:focus:after,.sdss-wrapper--button-green .su-card__button .su-button:focus:before,.sdss-wrapper--button-green .su-card__button .su-button:hover:after,.sdss-wrapper--button-green .su-card__button .su-button:hover:before{background-color:#fff}.sdss-wrapper--button-green .su-card__button .su-button:focus{-webkit-box-shadow:0 0 3px #53565a,0 0 7px #53565a;box-shadow:0 0 3px #53565a,0 0 7px #53565a}.sdss-wrapper--button-green .su-card__button .su-button:hover{background:#90cc69;color:#000;cursor:pointer;text-decoration:underline}.sdss-wrapper--button-green .su-card__button .su-button:hover svg.mailto{fill:#000}.sdss-wrapper--button-green .su-card__button .su-button:hover:after{background-color:#000}.sdss-wrapper--button-green .su-card__button .su-button:focus{background-color:#b1ef89;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}.sdss-wrapper--button-green .su-card__button .su-button:focus:after{background-color:#014240}.sdss-wrapper--button-green .su-card__button .su-button:active{background-color:#155f65;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}.sdss-wrapper--button-green .su-card__button .su-button:active:after{background-color:#fff}.sdss-wrapper--button-green .su-card__button .su-button:after{background-color:#000}@media only screen and (min-width:768px){.sdss-wrapper--button-green .su-card__button .su-button{padding-bottom:.9rem;padding-left:2.6rem;padding-right:2.6rem}}@media only screen and (min-width:1500px){.sdss-wrapper--button-green .su-card__button .su-button{padding-bottom:1rem;padding-left:2.7rem;padding-right:2.7rem}}.js-pager__items .pager__item .button{background-color:#b1040e;background:#b1ef89;border-radius:3rem;color:#fff;color:#000;font-weight:400;line-height:1.15;margin:3.2rem .3rem .3rem;padding:.375em 2rem .8rem;text-decoration:none;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out}.js-pager__items .pager__item .button:after,.js-pager__items .pager__item .button:before{background-color:#fff;color:#b1040e}.js-pager__items .pager__item .button:focus,.js-pager__items .pager__item .button:hover{background-color:#2e2d29;color:#fff}.js-pager__items .pager__item .button:focus:after,.js-pager__items .pager__item .button:focus:before,.js-pager__items .pager__item .button:hover:after,.js-pager__items .pager__item .button:hover:before{background-color:#fff}.js-pager__items .pager__item .button:focus{-webkit-box-shadow:0 0 3px #53565a,0 0 7px #53565a;box-shadow:0 0 3px #53565a,0 0 7px #53565a}.js-pager__items .pager__item .button:hover{background:#90cc69;color:#000;cursor:pointer;text-decoration:underline}.js-pager__items .pager__item .button:hover svg.mailto{fill:#000}.js-pager__items .pager__item .button:hover:after{background-color:#000}.js-pager__items .pager__item .button:focus{background-color:#b1ef89;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}.js-pager__items .pager__item .button:focus:after{background-color:#014240}.js-pager__items .pager__item .button:active{background-color:#155f65;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}.js-pager__items .pager__item .button:active:after{background-color:#fff}.js-pager__items .pager__item .button:after{background-color:#000}@media only screen and (min-width:768px){.js-pager__items .pager__item .button{padding-bottom:.9rem;padding-left:2.6rem;padding-right:2.6rem}}@media only screen and (min-width:1500px){.js-pager__items .pager__item .button{padding-bottom:1rem;padding-left:2.7rem;padding-right:2.7rem}}@media only screen and (min-width:768px){.js-pager__items .pager__item .button{margin-top:4.5rem}}@media only screen and (min-width:1500px){.js-pager__items .pager__item .button{margin-top:4.8rem}}.ds-entity--stanford-page .su-card .su-card__contents a{color:#014240;font-weight:400;outline-color:#014240}.ds-entity--stanford-page .su-card .su-card__contents a:hover{color:#000;cursor:pointer;text-decoration:underline}.ds-entity--stanford-page .su-card .su-card__contents a:hover svg.mailto{fill:#000}.ds-entity--stanford-page .su-card .su-card__contents a:hover:after{background-color:#000}.ds-entity--stanford-page .su-card .su-card__contents a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.ds-entity--stanford-page .su-card .su-card__contents a:focus:after{background-color:#000}.ds-entity--stanford-page .su-card .su-card__contents a:active{color:#2e2d29}.ds-entity--stanford-page .su-card .su-card__contents a:active:after{background-color:#000}.ds-entity--stanford-page .su-card .su-card__contents a:after{background-color:#014240}.ds-entity--stanford-page .su-card .su-card__contents a.mailto svg{fill:#014240}.su-card{background-color:transparent}@media (max-width:767px){.su-card figure,.su-card img{display:block}}.su-card section.su-card__contents>span{text-transform:uppercase}@media (min-width:992px){.su-card section.su-card__contents>span{font-size:24px}}@media (max-width:991px){.su-card section.su-card__contents>span{font-size:16px}}@media (max-width:767px){.su-card section.su-card__contents h2{font-size:40px}}@media (max-width:991px){.su-card section.su-card__contents h2{font-size:44px}}@media (min-width:992px){.su-card section.su-card__contents h2{font-size:56px}}.sdss-card-wrapper--topic article.su-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.sdss-card-wrapper--topic .su-card__headline{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.sdss-card-wrapper--topic .image{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.sdss-card-wrapper--topic section.su-card__contents{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.sdss-card-wrapper--stat article.su-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.sdss-card-wrapper--stat .su-card__headline{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.sdss-card-wrapper--stat .image{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.sdss-card-wrapper--stat section.su-card__contents{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.sdss-card-wrapper--icon article.su-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.sdss-card-wrapper--icon .su-card__headline{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.sdss-card-wrapper--icon .image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.sdss-card-wrapper--icon section.su-card__contents{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.sdss-card-wrapper--title article.su-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.sdss-card-wrapper--title .su-card__headline{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.sdss-card-wrapper--title .image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.sdss-card-wrapper--title section.su-card__contents{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.sdss-card-wrapper--default.sdss-card-wrapper--border-none article.su-card{border:none;-webkit-box-shadow:none;box-shadow:none}.sdss-card-wrapper--default.sdss-card-wrapper--white-border article.su-card{background:#fff;-webkit-box-shadow:none;box-shadow:none}.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow article.su-card,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow article.su-card{border:1px solid #edefef}.sdss-card-wrapper--default.sdss-card-wrapper--white-border article.su-card{background-color:#fff;border:1px solid #edefef}.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--title article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--title article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--title article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--title article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--topic article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--topic article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--title article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--title article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__headline{padding-left:2rem}@media only screen and (min-width:768px){.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--title article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--title article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--title article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--title article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--topic article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--topic article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--title article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--title article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__headline{padding-left:2.6rem}}@media only screen and (min-width:1500px){.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--title article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--title article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--title article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--title article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--topic article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--topic article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--title article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--title article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__headline{padding-left:2.7rem}}.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow article.su-card{background-color:#edefef;-webkit-box-shadow:0 8px 24px rgba(0,0,0,.05);box-shadow:0 8px 24px rgba(0,0,0,.05)}.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow article.su-card{background-color:#fff;-webkit-box-shadow:0 8px 24px rgba(0,0,0,.05);box-shadow:0 8px 24px rgba(0,0,0,.05)}.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents .su-link--action,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents h2 a,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents p a,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__headline{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents .su-link--action:active,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents .su-link--action:focus,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents .su-link--action:hover,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents h2 a:active,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents h2 a:focus,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents h2 a:hover,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents p a:active,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents p a:focus,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents p a:hover{color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents .su-link--action:active:after,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents .su-link--action:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents .su-link--action:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents h2 a:active:after,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents h2 a:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents h2 a:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents p a:active:after,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents p a:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents p a:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents .su-link--action:after,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents h2 a:after,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents p a:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-news-vertical-teaser__link h2{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-news-vertical-teaser__link h2:active,.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-news-vertical-teaser__link h2:focus,.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-news-vertical-teaser__link h2:hover{color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-news-vertical-teaser__link h2:active:after,.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-news-vertical-teaser__link h2:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-news-vertical-teaser__link h2:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-card__contents a.su-link--external,.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-news-header .news-vertical-teaser__pub-date{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-card__contents a.su-link--external:active,.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-card__contents a.su-link--external:focus,.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-card__contents a.su-link--external:hover{color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-card__contents a.su-link--external:active:after,.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-card__contents a.su-link--external:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-card__contents a.su-link--external:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser h2.su-link--external:after,.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-card__contents a.su-link--external:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser h2:active,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser h2:focus,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser h2:hover{color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser h2:active:after,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser h2:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser h2:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-link.su-card__link.su-link--external{text-decoration:none}.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-link a,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-list__title a{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-link a:after,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-list__title a:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-link a:active,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-link a:focus,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-link a:hover,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-list__title a:active,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-list__title a:focus,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-list__title a:hover{color:#b1ef89;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-link a:active:after,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-link a:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-link a:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-list__title a:active:after,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-list__title a:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-list__title a:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-course-list-item .su-course-list__title a{color:#fff;text-decoration:none}.layout-paragraphs-sdss-bgcolor--green .su-course-list-item .su-course-list__title a h2{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-course-list-item .su-course-list__title a h2:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-course-list-item .su-course-list__title a h2:active,.layout-paragraphs-sdss-bgcolor--green .su-course-list-item .su-course-list__title a h2:focus,.layout-paragraphs-sdss-bgcolor--green .su-course-list-item .su-course-list__title a h2:hover{color:#b1ef89;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-course-list-item .su-course-list__title a h2:active:after,.layout-paragraphs-sdss-bgcolor--green .su-course-list-item .su-course-list__title a h2:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-course-list-item .su-course-list__title a h2:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .ds-entity--stanford-person .su-card a{color:#fff}.layout-paragraphs-sdss-bgcolor--green .ds-entity--stanford-person .su-card a:active,.layout-paragraphs-sdss-bgcolor--green .ds-entity--stanford-person .su-card a:focus,.layout-paragraphs-sdss-bgcolor--green .ds-entity--stanford-person .su-card a:hover{color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .ds-entity--stanford-person .su-card a:active:after,.layout-paragraphs-sdss-bgcolor--green .ds-entity--stanford-person .su-card a:focus:after,.layout-paragraphs-sdss-bgcolor--green .ds-entity--stanford-person .su-card a:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .ds-entity--stanford-person .su-card .su-person-short-title,.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a,.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:active,.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:focus,.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:hover{color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:active:after,.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:focus:after,.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:hover:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a{color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:active,.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:focus,.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:hover{color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:active:after,.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:focus:after,.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:hover:after{background-color:#b1ef89}.sdss-card-wrapper--icon .su-card{padding:3rem 2rem;text-align:center}@media only screen and (min-width:768px){.sdss-card-wrapper--icon .su-card{padding:3.6rem 2.6rem}}@media only screen and (min-width:1500px){.sdss-card-wrapper--icon .su-card{padding:3.8rem 2.7rem}}.sdss-card-wrapper--icon .su-card .su-card__contents{padding-bottom:0;padding-top:0}.sdss-card-wrapper--icon .su-card .su-card__contents p{font-size:2rem;line-height:150%}.sdss-card-wrapper--icon .su-card .su-card__headline{font-weight:700;padding-top:2rem}@media only screen and (min-width:768px){.sdss-card-wrapper--icon .su-card .su-card__headline{padding-top:2.6rem}}@media only screen and (min-width:1500px){.sdss-card-wrapper--icon .su-card .su-card__headline{padding-top:2.7rem}}@media (max-width:767px){.sdss-card-wrapper--icon .su-card .su-card__headline{font-size:2.1rem;line-height:130%}}@media (min-width:768px){.sdss-card-wrapper--icon .su-card .su-card__headline{font-size:2.6rem;line-height:130%}}@media (min-width:992px){.sdss-card-wrapper--icon .su-card .su-card__headline{font-size:2.6rem;line-height:130%}}.sdss-card-wrapper--icon .su-card .su-card__button{margin-bottom:0}.su-card.su-card--person{border:0;-webkit-box-shadow:none;box-shadow:none}.su-card.su-card--person .su-person-photo{padding-bottom:0}.su-card.su-card--person .su-card__headline{margin-bottom:0}.su-card.su-card--person .su-card__contents{padding:0}.layout-paragraphs-sdss-bgcolor--green-stat>div,.layout-paragraphs-sdss-bgcolor--green>div{background-color:#014240;color:#fff}.layout-paragraphs-sdss-bgcolor--green-stat .paragraph-item{border-left:1px solid #fff}.layout-paragraphs-sdss-bgcolor--green-stat .paragraph-item:first-child{border-left:none}.sdss-card-wrapper--stat .su-card{background-color:#014240;border:none;-webkit-box-shadow:none;box-shadow:none;color:#fff;padding-top:3rem}@media only screen and (min-width:768px){.sdss-card-wrapper--stat .su-card{padding-top:3.6rem}}@media only screen and (min-width:1500px){.sdss-card-wrapper--stat .su-card{padding-top:3.8rem}}.sdss-card-wrapper--stat .su-card section.su-card__contents{padding-bottom:0;padding-top:0}.sdss-card-wrapper--stat .su-card .su-card__superheadline{color:#014240;font-size:1.5625em;font-weight:400;letter-spacing:-.012em;line-height:120%}@media (max-width:767px){.sdss-card-wrapper--stat .su-card .su-card__superheadline{font-size:5.2rem;line-height:169%}}@media (min-width:768px){.sdss-card-wrapper--stat .su-card .su-card__superheadline{font-size:8rem;line-height:110%}}@media (min-width:1500px){.sdss-card-wrapper--stat .su-card .su-card__superheadline{font-size:8.8rem;line-height:120%}}.sdss-card-wrapper--stat .su-card>.su-card__headline{padding-left:3rem;padding-right:3rem}@media (max-width:767px){.sdss-card-wrapper--stat .su-card>.su-card__headline{font-size:3.1rem;line-height:120%}}@media (min-width:768px){.sdss-card-wrapper--stat .su-card>.su-card__headline{font-size:4.1rem;line-height:120%}}@media (min-width:992px){.sdss-card-wrapper--stat .su-card>.su-card__headline{font-size:4.1rem;line-height:120%}}@media only screen and (min-width:768px){.sdss-card-wrapper--stat .su-card>.su-card__headline{padding-left:3.6rem;padding-right:3.6rem}}@media only screen and (min-width:1500px){.sdss-card-wrapper--stat .su-card>.su-card__headline{padding-left:3.8rem;padding-right:3.8rem}}.sdss-card-wrapper--stat .su-card p{font-size:1.25em;letter-spacing:-.01em}.sdss-card-wrapper--title .su-card .su-card__contents{padding-left:0;padding-top:0}.sdss-card-wrapper--title .su-card .su-card__contents p{font-size:2rem;line-height:150%}.sdss-card-wrapper--title .su-card .su-card__contents a{margin-top:0}.sdss-card-wrapper--title .su-card .su-card__contents a.su-button{line-height:inherit}.sdss-card-wrapper--title .su-card .su-card__headline{margin-bottom:0;padding-top:2rem}@media (max-width:767px){.sdss-card-wrapper--title .su-card .su-card__headline{font-size:2.6rem;line-height:120%}}@media (min-width:768px){.sdss-card-wrapper--title .su-card .su-card__headline{font-size:3.2rem;line-height:120%}}@media (min-width:992px){.sdss-card-wrapper--title .su-card .su-card__headline{font-size:3.2rem;line-height:120%}}@media only screen and (min-width:768px){.sdss-card-wrapper--title .su-card .su-card__headline{padding-top:2.6rem}}@media only screen and (min-width:1500px){.sdss-card-wrapper--title .su-card .su-card__headline{padding-top:2.7rem}}.sdss-card-wrapper--topic .su-card .su-card__contents{padding-left:0}.sdss-card-wrapper--topic .su-card .su-card__contents p{font-size:2rem;line-height:150%}@media (max-width:767px){.sdss-card-wrapper--topic .su-card .su-card__headline{font-size:2.6rem;line-height:120%}}@media (min-width:768px){.sdss-card-wrapper--topic .su-card .su-card__headline{font-size:3.2rem;line-height:120%}}@media (min-width:992px){.sdss-card-wrapper--topic .su-card .su-card__headline{font-size:3.2rem;line-height:120%}}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card{border:0;-webkit-box-shadow:none;box-shadow:none}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a{color:#014240;color:#6d6c69;display:inline-block;font-size:2rem;font-weight:400;outline-color:#014240;text-decoration:none;text-transform:uppercase}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:hover{color:#000;cursor:pointer;text-decoration:underline}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:hover svg.mailto{fill:#000}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:hover:after{background-color:#000}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:focus:after{background-color:#000}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:active{color:#2e2d29}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:active:after{background-color:#000}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:after{background-color:#014240}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a.mailto svg{fill:#014240}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a{color:#014240;font-weight:400;outline-color:#014240;text-decoration:none}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:hover{color:#000;cursor:pointer;text-decoration:underline}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:hover svg.mailto{fill:#000}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:hover:after{background-color:#000}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:focus:after{background-color:#000}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:active{color:#2e2d29}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:active:after{background-color:#000}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:after{background-color:#014240}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a.mailto svg{fill:#014240}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__subheadline{display:none}.stanford-events .more-link a{background-color:#b1040e;background:#b1ef89;border-radius:3rem;color:#fff;color:#000;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;padding:1rem 2rem 1.15rem;text-decoration:none;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out}.stanford-events .more-link a:after,.stanford-events .more-link a:before{background-color:#fff;color:#b1040e}.stanford-events .more-link a:focus,.stanford-events .more-link a:hover{background-color:#2e2d29;color:#fff}.stanford-events .more-link a:focus:after,.stanford-events .more-link a:focus:before,.stanford-events .more-link a:hover:after,.stanford-events .more-link a:hover:before{background-color:#fff}.stanford-events .more-link a:focus{-webkit-box-shadow:0 0 3px #53565a,0 0 7px #53565a;box-shadow:0 0 3px #53565a,0 0 7px #53565a}.stanford-events .more-link a:hover{background:#90cc69;color:#000;cursor:pointer;text-decoration:underline}.stanford-events .more-link a:hover svg.mailto{fill:#000}.stanford-events .more-link a:hover:after{background-color:#000}.stanford-events .more-link a:focus{background-color:#b1ef89;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}.stanford-events .more-link a:focus:after{background-color:#014240}.stanford-events .more-link a:active{background-color:#155f65;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}.stanford-events .more-link a:active:after{background-color:#fff}.stanford-events .more-link a:after{background-color:#000}.su-events-details .su-event-cta{padding:0}.su-events-details .su-event-cta a{background-color:#b1040e;background:#b1ef89;border-radius:3rem;color:#fff;color:#000;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;padding:1rem 2rem 1.15rem;text-decoration:none;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out}.su-events-details .su-event-cta a:after,.su-events-details .su-event-cta a:before{background-color:#fff;color:#b1040e}.su-events-details .su-event-cta a:focus,.su-events-details .su-event-cta a:hover{background-color:#2e2d29;color:#fff}.su-events-details .su-event-cta a:focus:after,.su-events-details .su-event-cta a:focus:before,.su-events-details .su-event-cta a:hover:after,.su-events-details .su-event-cta a:hover:before{background-color:#fff}.su-events-details .su-event-cta a:focus{-webkit-box-shadow:0 0 3px #53565a,0 0 7px #53565a;box-shadow:0 0 3px #53565a,0 0 7px #53565a}.su-events-details .su-event-cta a:hover{background:#90cc69;color:#000;cursor:pointer;text-decoration:underline}.su-events-details .su-event-cta a:hover svg.mailto{fill:#000}.su-events-details .su-event-cta a:hover:after{background-color:#000}.su-events-details .su-event-cta a:focus{background-color:#b1ef89;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}.su-events-details .su-event-cta a:focus:after{background-color:#014240}.su-events-details .su-event-cta a:active{background-color:#155f65;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}.su-events-details .su-event-cta a:active:after{background-color:#fff}.su-events-details .su-event-cta a.su-link--external:after,.su-events-details .su-event-cta a:after{background-color:#000}.section-editorial-content .su-event-type a{color:#014240;color:#6d6c69;display:inline-block;font-size:.9em;font-weight:400;outline-color:#014240;text-decoration:none;text-transform:uppercase}.section-editorial-content .su-event-type a:hover{color:#000;cursor:pointer;text-decoration:underline}.section-editorial-content .su-event-type a:hover svg.mailto{fill:#000}.section-editorial-content .su-event-type a:hover:after{background-color:#000}.section-editorial-content .su-event-type a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.section-editorial-content .su-event-type a:focus:after{background-color:#000}.section-editorial-content .su-event-type a:active{color:#2e2d29}.section-editorial-content .su-event-type a:active:after{background-color:#000}.section-editorial-content .su-event-type a:after{background-color:#014240}.section-editorial-content .su-event-type a.mailto svg{fill:#014240}.su-events-type-schedule .node-stanford-event-su-event-type .su-event-type-bottom a{color:#014240;color:#6d6c69;display:inline-block;font-size:.9em;font-weight:400;outline-color:#014240;text-decoration:none;text-transform:uppercase}.su-events-type-schedule .node-stanford-event-su-event-type .su-event-type-bottom a:hover{color:#000;cursor:pointer;text-decoration:underline}.su-events-type-schedule .node-stanford-event-su-event-type .su-event-type-bottom a:hover svg.mailto{fill:#000}.su-events-type-schedule .node-stanford-event-su-event-type .su-event-type-bottom a:hover:after{background-color:#000}.su-events-type-schedule .node-stanford-event-su-event-type .su-event-type-bottom a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.su-events-type-schedule .node-stanford-event-su-event-type .su-event-type-bottom a:focus:after{background-color:#000}.su-events-type-schedule .node-stanford-event-su-event-type .su-event-type-bottom a:active{color:#2e2d29}.su-events-type-schedule .node-stanford-event-su-event-type .su-event-type-bottom a:active:after{background-color:#000}.su-events-type-schedule .node-stanford-event-su-event-type .su-event-type-bottom a:after{background-color:#014240}.su-events-type-schedule .node-stanford-event-su-event-type .su-event-type-bottom a.mailto svg{fill:#014240}.su-event-list-item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;-ms-flex-direction:row;flex-direction:row;gap:40px;justify-content:flex-start}.su-event-list-item .su-date-stacked{max-width:unset}.su-event-list-item .su-event-list-item__date{margin-bottom:unset;margin-right:unset;max-width:unset}.su-event-list-item .su-event-list-item__date .su-event-end-date,.su-event-list-item .su-event-list-item__date .su-event-end-month,.su-event-list-item .su-event-list-item__date .su-event-start-date,.su-event-list-item .su-event-list-item__date .su-event-start-month{font-weight:400;line-height:1}.su-event-list-item .su-date-stacked.su-date-stacked--no-background{background-color:#e9f7f8;border:1px solid #014240;border-radius:70px;padding:20px;width:110px}.su-event-list-item .su-event-list-item__details{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.su-event-list-item .su-event-list-item__details .event-list-item__type{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.su-event-list-item .su-event-list-item__details .event-list-item__type a{color:#014240;color:#6d6c69;display:inline-block;font-size:2rem;font-weight:400;outline-color:#014240;padding-bottom:1.5rem;padding-top:1.5rem;text-decoration:none;text-transform:uppercase}.su-event-list-item .su-event-list-item__details .event-list-item__type a:hover{color:#000;cursor:pointer;text-decoration:underline}.su-event-list-item .su-event-list-item__details .event-list-item__type a:hover svg.mailto{fill:#000}.su-event-list-item .su-event-list-item__details .event-list-item__type a:hover:after{background-color:#000}.su-event-list-item .su-event-list-item__details .event-list-item__type a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.su-event-list-item .su-event-list-item__details .event-list-item__type a:focus:after{background-color:#000}.su-event-list-item .su-event-list-item__details .event-list-item__type a:active{color:#2e2d29}.su-event-list-item .su-event-list-item__details .event-list-item__type a:active:after{background-color:#000}.su-event-list-item .su-event-list-item__details .event-list-item__type a:after{background-color:#014240}.su-event-list-item .su-event-list-item__details .event-list-item__type a.mailto svg{fill:#014240}@media only screen and (min-width:768px){.su-event-list-item .su-event-list-item__details .event-list-item__type a{padding-top:1.8rem}}@media only screen and (min-width:1500px){.su-event-list-item .su-event-list-item__details .event-list-item__type a{padding-top:1.9rem}}@media only screen and (min-width:768px){.su-event-list-item .su-event-list-item__details .event-list-item__type a{padding-bottom:1.8rem}}@media only screen and (min-width:1500px){.su-event-list-item .su-event-list-item__details .event-list-item__type a{padding-bottom:1.9rem}}.su-event-list-item .su-event-list-item__details h2>a{color:#014240;font-weight:400;outline-color:#014240;text-decoration:none}@supports ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)){.su-event-list-item .su-event-list-item__details h2>a:after{content:"";display:inline-block;height:.5em;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNDE2LjUxMUExLjUyNSAxLjUyNSAwIDAgMSAyLjYxNC40MjhsMTAuODg5IDEwLjRjLjMxNy4zMDIuNDk3LjcyNy40OTcgMS4xNzIgMCAuNDQ1LS4xOC44Ny0uNDk3IDEuMTcybC0xMC44ODkgMTAuNGExLjUyNSAxLjUyNSAwIDAgMS0yLjE5OC0uMDgzIDEuNjMyIDEuNjMyIDAgMCAxIC4wODEtMi4yNjJMMTAuMTU4IDEyIC40OTggMi43NzJBMS42MzIgMS42MzIgMCAwIDEgLjQxNS41MTJaIiBmaWxsPSIjMkUyRDI5Ii8+PC9zdmc+) no-repeat 0 0;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNDE2LjUxMUExLjUyNSAxLjUyNSAwIDAgMSAyLjYxNC40MjhsMTAuODg5IDEwLjRjLjMxNy4zMDIuNDk3LjcyNy40OTcgMS4xNzIgMCAuNDQ1LS4xOC44Ny0uNDk3IDEuMTcybC0xMC44ODkgMTAuNGExLjUyNSAxLjUyNSAwIDAgMS0yLjE5OC0uMDgzIDEuNjMyIDEuNjMyIDAgMCAxIC4wODEtMi4yNjJMMTAuMTU4IDEyIC40OTggMi43NzJBMS42MzIgMS42MzIgMCAwIDEgLjQxNS41MTJaIiBmaWxsPSIjMkUyRDI5Ii8+PC9zdmc+) no-repeat 0 0;-webkit-mask-size:contain;mask-size:contain;width:.5em}.su-event-list-item .su-event-list-item__details h2>a:focus:after,.su-event-list-item .su-event-list-item__details h2>a:hover:after{background-color:#2e2d29}.su-event-list-item .su-event-list-item__details h2>a:after{background-color:#006cb8;margin-bottom:.06em;margin-left:.4em;margin-right:.3em;-webkit-transition:-webkit-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out;transition:-webkit-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-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out}.su-event-list-item .su-event-list-item__details h2>a:focus:after,.su-event-list-item .su-event-list-item__details h2>a:hover:after{-webkit-transform:translateX(.2em);transform:translateX(.2em)}}.su-event-list-item .su-event-list-item__details h2>a:hover{color:#000;cursor:pointer;text-decoration:underline}.su-event-list-item .su-event-list-item__details h2>a:hover svg.mailto{fill:#000}.su-event-list-item .su-event-list-item__details h2>a:hover:after{background-color:#000}.su-event-list-item .su-event-list-item__details h2>a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.su-event-list-item .su-event-list-item__details h2>a:focus:after{background-color:#000}.su-event-list-item .su-event-list-item__details h2>a:active{color:#2e2d29}.su-event-list-item .su-event-list-item__details h2>a:active:after{background-color:#000}.su-event-list-item .su-event-list-item__details h2>a.mailto svg{fill:#014240}.su-event-list-item .su-event-list-item__details h2>a:after{background-color:#014240}.su-event-list-item .views-field-su-event-date-time span{padding-right:0}.su-event-list-item .date-icon:before{content:""}.su-event-card.su-card{border:none;-webkit-box-shadow:none;box-shadow:none}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a{color:#014240;color:#6d6c69;font-size:2rem;font-weight:400;outline-color:#014240;text-decoration:none;text-transform:uppercase}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a:hover{color:#000;cursor:pointer;text-decoration:underline}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a:hover svg.mailto{fill:#000}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a:hover:after{background-color:#000}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a:focus:after{background-color:#000}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a:active{color:#2e2d29}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a:active:after{background-color:#000}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a:after{background-color:#014240}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a.mailto svg{fill:#014240}.su-event-card.su-card .su-event-list-item__details h2>a{color:#014240;display:inline-block;outline-color:#014240;text-decoration:none}.su-event-card.su-card .su-event-list-item__details h2>a:hover{color:#000;cursor:pointer;text-decoration:underline}.su-event-card.su-card .su-event-list-item__details h2>a:hover svg.mailto{fill:#000}.su-event-card.su-card .su-event-list-item__details h2>a:hover:after{background-color:#000}.su-event-card.su-card .su-event-list-item__details h2>a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.su-event-card.su-card .su-event-list-item__details h2>a:focus:after{background-color:#000}.su-event-card.su-card .su-event-list-item__details h2>a:active{color:#2e2d29}.su-event-card.su-card .su-event-list-item__details h2>a:active:after{background-color:#000}.su-event-card.su-card .su-event-list-item__details h2>a:after{background-color:#014240}.su-event-card.su-card .su-event-list-item__details h2>a.mailto svg{fill:#014240}.su-event-card.su-card .su-event-list-item__details .event-list-item__subheadline{display:none}.ptype-stanford-lists[data-react-columns="4"] .su-event-list-item__date,.ptype-stanford-lists[data-react-columns="6"] .su-event-list-item__date{margin-bottom:inherit}.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details,.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details h2>a,.layout-paragraphs-sdss-bgcolor--green .su-event-list-item h2{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details h2>a:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details h2>a:active,.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details h2>a:focus,.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details h2>a:hover{color:#b1ef89;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details h2>a:active:after,.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details h2>a:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details h2>a:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details .event-list-item__type a{color:#e9f7f8;text-decoration:none}.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details .event-list-item__type a:active,.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details .event-list-item__type a:focus,.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details .event-list-item__type a:hover{color:#fff;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details .views-field-su-event-address>.map-icon:before,.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details .views-field-su-event-location>.map-icon:before{color:#fff}header.su-masthead section.su-masthead--inner{display:block;margin:0;max-width:unset;padding:0;width:100%}header.su-masthead section.su-masthead--inner .system-menu-block{bottom:0;position:absolute}header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle{background-color:#014240;border-radius:unset;color:#fff;padding:.5rem 1rem;position:relative;right:unset;text-align:center;top:unset;width:auto}header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgNC4xMzZjMC0uOTA0LjczMy0xLjYzNyAxLjYzNi0xLjYzN2gyMC43MjhhMS42MzYgMS42MzYgMCAxIDEgMCAzLjI3M0gxLjYzNkExLjYzNiAxLjYzNiAwIDAgMSAwIDQuMTM2Wk0wIDE5LjQwOWMwLS45MDQuNzMzLTEuNjM3IDEuNjM2LTEuNjM3aDIwLjcyOGExLjYzNiAxLjYzNiAwIDEgMSAwIDMuMjczSDEuNjM2QTEuNjM2IDEuNjM2IDAgMCAxIDAgMTkuNDA4Wk0wIDExLjc3MmMwLS45MDQuNzMzLTEuNjM2IDEuNjM2LTEuNjM2aDIwLjcyOGExLjYzNiAxLjYzNiAwIDAgMSAwIDMuMjczSDEuNjM2QTEuNjM2IDEuNjM2IDAgMCAxIDAgMTEuNzcxWiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat 3px 0;content:"";display:inline-block;height:26px;margin:0 auto;width:30px}header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle:focus:before,header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle:hover:before,header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle[aria-expanded=true]:before,header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle[aria-expanded=true]:focus:before,header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle[aria-expanded=true]:hover:before{background-color:#fff}header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle[aria-expanded=true]:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEwLjUzIDExLjk3LjI5IDIyLjE4YTEgMSAwIDAgMCAxLjQxIDEuNDFsMTAuMjctMTAuMjMgMTAuMjEgMTAuMjNhMSAxIDAgMCAwIDEuNDEtMS40MUwxMy4zNiAxMS45NyAyMy41OSAxLjcxYTEgMSAwIDAgMCAwLTEuNDIgMSAxIDAgMCAwLTEuNDEgMEwxMS45NyAxMC41MyAxLjcxLjI5QTEuMDA0IDEuMDA0IDAgMCAwIC4yOSAxLjcxWiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat 3px 0;background-size:16px 16px;width:22px}header.su-masthead .su-lockup{-webkit-box-flex:unset;display:block;-ms-flex:unset;flex:unset;margin:0;max-width:unset}header.su-masthead .su-lockup>a{display:block}header.su-masthead .su-lockup .su-lockup__cell1,header.su-masthead .su-lockup .su-lockup__cell2{padding:1.5rem 3rem}header.su-masthead .su-lockup .su-lockup__cell2{background-color:#014240;max-width:unset}header.su-masthead .su-lockup .su-lockup__line1,header.su-masthead .su-lockup .su-lockup__line2{margin-left:0}header.su-masthead .su-lockup .su-lockup__line5{display:none}@media (min-width:768px){header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle{padding:1rem}header.su-masthead .su-lockup>a{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex}header.su-masthead .su-lockup .su-lockup__cell1{-webkit-box-align:center;-ms-flex-align:center;-ms-flex-item-align:unset;-ms-grid-row-align:unset;align-items:center;align-self:unset;margin:0;max-width:unset;padding:1.5rem 2rem 1.5rem 5rem}header.su-masthead .su-lockup .su-lockup__cell2{-ms-flex-item-align:unset;-ms-grid-row-align:unset;align-self:unset;margin:0;max-width:unset;padding:1.5rem 5rem 1.5rem 2rem}}@media (min-width:992px){header.su-masthead section.su-masthead--inner #sdss-button--search-link{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;background-color:#014240;border-radius:32px;bottom:unset;display:inline-block;float:right;left:unset;margin:-4.5rem 1.5rem 0 3rem;min-height:32px;min-width:32px;position:relative;right:0;top:unset;z-index:100}header.su-masthead section.su-masthead--inner .system-menu-block{bottom:unset;position:relative}header.su-masthead section.su-masthead--inner .su-multi-menu{padding:0 8rem}header.su-masthead .su-site-search,header.su-masthead nav+.su-site-search,header.su-masthead ul li .su-site-search{display:none}header.su-masthead .su-lockup .su-lockup__cell1{padding:3rem 4rem 3rem 8rem}header.su-masthead .su-lockup .su-lockup__cell2{padding:3rem 8rem 3rem 3rem;position:relative}header.su-masthead .su-lockup .su-lockup__cell2:after{background:#014240;bottom:0;content:"";left:0;position:absolute;top:0;width:9600px;z-index:-1}}@media (min-width:1200px){header.su-masthead section.su-masthead--inner{margin:0 auto}}@media only screen and (min-width:1200px) and (min-width:0){header.su-masthead section.su-masthead--inner{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width:1200px) and (min-width:576px){header.su-masthead section.su-masthead--inner{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width:1200px) and (min-width:768px){header.su-masthead section.su-masthead--inner{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width:1200px) and (min-width:992px){header.su-masthead section.su-masthead--inner{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width:1200px) and (min-width:1200px){header.su-masthead section.su-masthead--inner{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width:1200px) and (min-width:1500px){header.su-masthead section.su-masthead--inner{max-width:2000px;width:calc(100% - 200px)}}@media (min-width:1200px){header.su-masthead section.su-masthead--inner .su-multi-menu{padding:0}header.su-masthead .su-lockup .su-lockup__cell1{padding:3rem 4rem 3rem 0}header.su-masthead .su-lockup .su-lockup__cell2{padding:3rem 0 3rem 3rem;position:relative}}body.sdss-header-variant--option_a header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle{background-color:unset;color:#2e2d29}body.sdss-header-variant--option_a header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgNC4xMzZjMC0uOTA0LjczMy0xLjYzNyAxLjYzNi0xLjYzN2gyMC43MjhhMS42MzYgMS42MzYgMCAxIDEgMCAzLjI3M0gxLjYzNkExLjYzNiAxLjYzNiAwIDAgMSAwIDQuMTM2Wk0wIDE5LjQwOWMwLS45MDQuNzMzLTEuNjM3IDEuNjM2LTEuNjM3aDIwLjcyOGExLjYzNiAxLjYzNiAwIDEgMSAwIDMuMjczSDEuNjM2QTEuNjM2IDEuNjM2IDAgMCAxIDAgMTkuNDA4Wk0wIDExLjc3MmMwLS45MDQuNzMzLTEuNjM2IDEuNjM2LTEuNjM2aDIwLjcyOGExLjYzNiAxLjYzNiAwIDAgMSAwIDMuMjczSDEuNjM2QTEuNjM2IDEuNjM2IDAgMCAxIDAgMTEuNzcxWiIgZmlsbD0iIzJlMmQyOSIvPjwvc3ZnPg==) no-repeat 3px 0}body.sdss-header-variant--option_a header.su-masthead .su-lockup .su-lockup__cell2{display:none}@media (min-width:1200px){body.sdss-header-variant--option_a header.su-masthead #sdss-button--search-link{right:-80px}}@media (min-width:992px){body.sdss-header-variant--option_a header.su-masthead #sdss-button--search-link{margin:auto 10rem auto auto;position:relative}body.sdss-header-variant--option_a header.su-masthead section.su-masthead--inner{-webkit-box-pack:start;-ms-flex-pack:start;background:#e9f7f8;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;justify-content:flex-start;position:relative}body.sdss-header-variant--option_a header.su-masthead section.su-masthead--inner:after{background:#e9f7f8;bottom:0;content:"";left:0;position:absolute;top:0;width:9600px;z-index:-1}body.sdss-header-variant--option_a header.su-masthead section.su-masthead--inner .system-menu-block{-ms-flex-item-align:end;align-self:flex-end;padding:0 0 0 3rem;width:90%}body.sdss-header-variant--option_a header.su-masthead section.su-masthead--inner .su-multi-menu{background-color:#e9f7f8;padding:0}body.sdss-header-variant--option_a header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__menu.su-multi-menu__menu-lv1{background-color:#e9f7f8;padding-right:3rem}body.sdss-header-variant--option_a header.su-masthead .su-lockup{background:#fff}body.sdss-header-variant--option_a header.su-masthead .su-lockup .su-lockup__cell1{padding:2rem 3rem 2rem 8rem}}@media (min-width:1200px){body.sdss-header-variant--option_a header.su-masthead .su-lockup .su-lockup__cell1{padding:1.7rem 3rem 1.7rem 0}}@media (min-width:992px){.page-user-login header.su-masthead>section:last-of-type{-ms-grid-columns:1fr;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-ms-grid;display:grid;grid-template-areas:"lockup lockup lockup" "main-nav main-nav search";grid-template-columns:1fr}.page-user-login header.su-masthead{padding-bottom:0}.page-user-login .su-lockup--option-none section:after{background:transparent}.page-user-login .su-lockup--option-none header.su-masthead{padding-top:1em}}nav[aria-label^=footer] a,nav[aria-label^=footer] a.su-link--external:active,nav[aria-label^=footer] a.su-link--external:focus,nav[aria-label^=footer] a.su-link--external:hover,nav[aria-label^=footer] a:hover{color:#fff}nav[aria-label^=footer] a.su-link--external:active:after,nav[aria-label^=footer] a.su-link--external:focus:after,nav[aria-label^=footer] a.su-link--external:hover:after{background-color:#fff}.su-local-footer{background-color:#014240;color:#fff}.su-local-footer .su-lockup__custom-logo{max-width:11em}.su-local-footer .su-lockup__custom-logo-link:focus img{outline:1px solid #92d7dd}.su-local-footer a{font-weight:400}.su-local-footer .su-local-footer__cell2{font-size:1.11em;font-weight:600}.su-local-footer .su-local-footer__action-links{font-size:1.11em}.su-local-footer .su-local-footer__columns{-ms-grid-columns:1.5fr 1fr 1fr 0;grid-template-columns:1.5fr 1fr 1fr 0}.su-local-footer .su-local-footer__columns .su-local-footer__cell3{display:none}@media (min-width:992px){.su-local-footer .su-local-footer__header{padding-top:3.4rem}}@media only screen and (min-width:992px) and (min-width:768px){.su-local-footer .su-local-footer__header{padding-top:5.8rem}}@media only screen and (min-width:992px) and (min-width:1500px){.su-local-footer .su-local-footer__header{padding-top:6.1rem}}@media (min-width:992px){.su-local-footer .su-local-footer__columns{padding-bottom:3.4rem;padding-top:3.4rem}}@media only screen and (min-width:992px) and (min-width:768px){.su-local-footer .su-local-footer__columns{padding-top:5.8rem}}@media only screen and (min-width:992px) and (min-width:1500px){.su-local-footer .su-local-footer__columns{padding-top:6.1rem}}@media only screen and (min-width:992px) and (min-width:768px){.su-local-footer .su-local-footer__columns{padding-bottom:5.8rem}}@media only screen and (min-width:992px) and (min-width:1500px){.su-local-footer .su-local-footer__columns{padding-bottom:6.1rem}}@media (min-width:992px){.su-local-footer .su-local-footer__action-links{padding-bottom:3rem}}@media only screen and (min-width:992px) and (min-width:768px){.su-local-footer .su-local-footer__action-links{padding-bottom:3.6rem}}@media only screen and (min-width:992px) and (min-width:1500px){.su-local-footer .su-local-footer__action-links{padding-bottom:3.8rem}}.su-local-footer span.su-lockup__wordmark{color:#fff}.su-local-footer .su-lockup__cell2{border-left:2px solid #fff}.su-local-footer .sdss-footer--stay-connected{margin-bottom:1.5rem}@media only screen and (min-width:768px){.su-local-footer .sdss-footer--stay-connected{margin-bottom:1.8rem}}@media only screen and (min-width:1500px){.su-local-footer .sdss-footer--stay-connected{margin-bottom:1.9rem}}.su-local-footer .sdss-footer--stay-connected p{padding-bottom:5px}.su-local-footer .su-local-footer__address{font-size:1em;padding-bottom:5px}.su-local-footer .su-local-footer__address .organization{font-weight:400}@media (max-width:767px){.su-local-footer .su-local-footer__address .organization{font-size:2.1rem;line-height:130%}}@media (min-width:768px){.su-local-footer .su-local-footer__address .organization{font-size:2.6rem;line-height:130%}}@media (min-width:992px){.su-local-footer .su-local-footer__address .organization{font-size:2.6rem;line-height:130%}}.su-local-footer .su-local-footer__address .address{font-weight:400}.su-local-footer .su-local-footer__columns a{color:#92d7dd;text-decoration:none}.su-local-footer .su-local-footer__columns a:hover{color:#fff;cursor:pointer}.su-local-footer .su-local-footer__columns a:hover svg.mailto{fill:#fff}.su-local-footer .su-local-footer__columns a:hover:after{background-color:#fff}.su-local-footer .su-local-footer__columns a:focus{background-color:transparent;color:#fff;outline:1px solid #fff}.su-local-footer .su-local-footer__columns a:focus:after{background-color:#fff}.su-local-footer .su-local-footer__columns a:active{color:#fff}.su-local-footer .su-local-footer__columns a:active:after{background-color:#fff}.su-local-footer .su-local-footer__columns a:after{background-color:#92d7dd}.su-local-footer .su-local-footer__columns a.mailto svg{fill:#92d7dd}.su-local-footer .su-local-footer__columns a:hover{text-decoration:underline}.su-local-footer .su-local-footer__social-links i:before{color:#92d7dd}.su-local-footer .su-local-footer__social-links a:active i:before,.su-local-footer .su-local-footer__social-links a:focus i:before,.su-local-footer .su-local-footer__social-links a:hover i:before{color:#e8fadc}.su-local-footer .su-local-footer__social-links .su-local-footer__social-threads i:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='20' viewBox='0 0 448 500'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%2392d7dd' d='M331.5 235.7c2.2.9 4.2 1.9 6.3 2.8 29.2 14.1 50.6 35.2 61.8 61.4 15.7 36.5 17.2 95.8-30.3 143.2-36.2 36.2-80.3 52.5-142.6 53h-.3c-70.2-.5-124.1-24.1-160.4-70.2-32.3-41-48.9-98.1-49.5-169.6v-.5c.5-71.5 17.1-128.6 49.4-169.6 36.3-46.1 90.3-69.7 160.5-70.2h.3c70.3.5 124.9 24 162.3 69.9 18.4 22.7 32 50 40.6 81.7l-40.4 10.8c-7.1-25.8-17.8-47.8-32.2-65.4-29.2-35.8-73-54.2-130.5-54.6-57 .5-100.1 18.8-128.2 54.4C72.1 146.1 58.5 194.3 58 256c.5 61.7 14.1 109.9 40.3 143.3 28 35.6 71.2 53.9 128.2 54.4 51.4-.4 85.4-12.6 113.7-40.9 32.3-32.2 31.7-71.8 21.4-95.9-6.1-14.2-17.1-26-31.9-34.9-3.7 26.9-11.8 48.3-24.7 64.8-17.1 21.8-41.4 33.6-72.7 35.3-23.6 1.3-46.3-4.4-63.9-16-20.8-13.8-33-34.8-34.3-59.3-2.5-48.3 35.7-83 95.2-86.4 21.1-1.2 40.9-.3 59.2 2.8-2.4-14.8-7.3-26.6-14.6-35.2-10-11.7-25.6-17.7-46.2-17.8h-.7c-16.6 0-39 4.6-53.3 26.3l-34.4-23.6c19.2-29.1 50.3-45.1 87.8-45.1h.8c62.6.4 99.9 39.5 103.7 107.7l-.2.2zm-156 68.8c1.3 25.1 28.4 36.8 54.6 35.3 25.6-1.4 54.6-11.4 59.5-73.2-13.2-2.9-27.8-4.4-43.4-4.4-4.8 0-9.6.1-14.4.4-42.9 2.4-57.2 23.2-56.2 41.8l-.1.1z'/%3E%3C/svg%3E")}.su-local-footer .su-local-footer__social-links .su-local-footer__social-threads:active i:before,.su-local-footer .su-local-footer__social-links .su-local-footer__social-threads:focus i:before,.su-local-footer .su-local-footer__social-links .su-local-footer__social-threads:hover i:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='20' viewBox='0 0 448 500'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23E8FADC' d='M331.5 235.7c2.2.9 4.2 1.9 6.3 2.8 29.2 14.1 50.6 35.2 61.8 61.4 15.7 36.5 17.2 95.8-30.3 143.2-36.2 36.2-80.3 52.5-142.6 53h-.3c-70.2-.5-124.1-24.1-160.4-70.2-32.3-41-48.9-98.1-49.5-169.6v-.5c.5-71.5 17.1-128.6 49.4-169.6 36.3-46.1 90.3-69.7 160.5-70.2h.3c70.3.5 124.9 24 162.3 69.9 18.4 22.7 32 50 40.6 81.7l-40.4 10.8c-7.1-25.8-17.8-47.8-32.2-65.4-29.2-35.8-73-54.2-130.5-54.6-57 .5-100.1 18.8-128.2 54.4C72.1 146.1 58.5 194.3 58 256c.5 61.7 14.1 109.9 40.3 143.3 28 35.6 71.2 53.9 128.2 54.4 51.4-.4 85.4-12.6 113.7-40.9 32.3-32.2 31.7-71.8 21.4-95.9-6.1-14.2-17.1-26-31.9-34.9-3.7 26.9-11.8 48.3-24.7 64.8-17.1 21.8-41.4 33.6-72.7 35.3-23.6 1.3-46.3-4.4-63.9-16-20.8-13.8-33-34.8-34.3-59.3-2.5-48.3 35.7-83 95.2-86.4 21.1-1.2 40.9-.3 59.2 2.8-2.4-14.8-7.3-26.6-14.6-35.2-10-11.7-25.6-17.7-46.2-17.8h-.7c-16.6 0-39 4.6-53.3 26.3l-34.4-23.6c19.2-29.1 50.3-45.1 87.8-45.1h.8c62.6.4 99.9 39.5 103.7 107.7l-.2.2zm-156 68.8c1.3 25.1 28.4 36.8 54.6 35.3 25.6-1.4 54.6-11.4 59.5-73.2-13.2-2.9-27.8-4.4-43.4-4.4-4.8 0-9.6.1-14.4.4-42.9 2.4-57.2 23.2-56.2 41.8l-.1.1z'/%3E%3C/svg%3E")}.su-local-footer .su-local-footer__action-links a{color:#92d7dd;text-decoration:none}.su-local-footer .su-local-footer__action-links a:hover{color:#fff;cursor:pointer}.su-local-footer .su-local-footer__action-links a:hover svg.mailto{fill:#fff}.su-local-footer .su-local-footer__action-links a:hover:after{background-color:#fff}.su-local-footer .su-local-footer__action-links a:focus{background-color:transparent;color:#fff;outline:1px solid #fff}.su-local-footer .su-local-footer__action-links a:focus:after{background-color:#fff}.su-local-footer .su-local-footer__action-links a:active{color:#fff}.su-local-footer .su-local-footer__action-links a:active:after{background-color:#fff}.su-local-footer .su-local-footer__action-links a:after{background-color:#92d7dd}.su-local-footer .su-local-footer__action-links a.mailto svg{fill:#92d7dd}.su-local-footer .su-local-footer__list-heading{color:#fff;font-weight:700}@media (max-width:767px){.su-local-footer .su-local-footer__list-heading{font-size:2.1rem;line-height:130%}}@media (min-width:768px){.su-local-footer .su-local-footer__list-heading{font-size:2.6rem;line-height:130%}}@media (min-width:992px){.su-local-footer .su-local-footer__list-heading{font-size:2.6rem;line-height:130%}}.su-local-footer a.su-link--external.su-button--secondary{background:transparent;border:1px solid #fff;border-radius:3rem;-webkit-box-shadow:none;box-shadow:none;color:#fff;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;text-decoration:none}.su-local-footer a.su-link--external.su-button--secondary:hover{background:#155f65;border:1px solid #155f65;color:#fff;cursor:pointer;text-decoration:underline}.su-local-footer a.su-link--external.su-button--secondary:hover svg.mailto{fill:#fff}.su-local-footer a.su-link--external.su-button--secondary:hover:after{background-color:#fff}.su-local-footer a.su-link--external.su-button--secondary:focus{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#fff;outline:3px solid #fff;text-decoration:underline}.su-local-footer a.su-link--external.su-button--secondary:focus:after{background-color:#fff}.su-local-footer a.su-link--external.su-button--secondary:active{background-color:#fff;-webkit-box-shadow:none;box-shadow:none;color:#014240;text-decoration:underline}.su-local-footer a.su-link--external.su-button--secondary:active:after{background-color:#014240}.su-local-footer a.su-link--external.su-button--secondary:after{background-color:#fff}.su-local-footer .su-wysiwyg-text h2,.su-local-footer .su-wysiwyg-text h2 a.su-link--external:active,.su-local-footer .su-wysiwyg-text h2 a.su-link--external:focus,.su-local-footer .su-wysiwyg-text h2 a.su-link--external:hover,.su-local-footer .su-wysiwyg-text h3,.su-local-footer .su-wysiwyg-text h3 a.su-link--external:active,.su-local-footer .su-wysiwyg-text h3 a.su-link--external:focus,.su-local-footer .su-wysiwyg-text h3 a.su-link--external:hover,.su-local-footer .su-wysiwyg-text h4,.su-local-footer .su-wysiwyg-text h4 a.su-link--external:active,.su-local-footer .su-wysiwyg-text h4 a.su-link--external:focus,.su-local-footer .su-wysiwyg-text h4 a.su-link--external:hover,.su-local-footer .su-wysiwyg-text h5,.su-local-footer .su-wysiwyg-text h5 a.su-link--external:active,.su-local-footer .su-wysiwyg-text h5 a.su-link--external:focus,.su-local-footer .su-wysiwyg-text h5 a.su-link--external:hover{color:#fff}.su-local-footer .su-wysiwyg-text h2 a.su-link--external:active:after,.su-local-footer .su-wysiwyg-text h2 a.su-link--external:focus:after,.su-local-footer .su-wysiwyg-text h2 a.su-link--external:hover:after,.su-local-footer .su-wysiwyg-text h3 a.su-link--external:active:after,.su-local-footer .su-wysiwyg-text h3 a.su-link--external:focus:after,.su-local-footer .su-wysiwyg-text h3 a.su-link--external:hover:after,.su-local-footer .su-wysiwyg-text h4 a.su-link--external:active:after,.su-local-footer .su-wysiwyg-text h4 a.su-link--external:focus:after,.su-local-footer .su-wysiwyg-text h4 a.su-link--external:hover:after,.su-local-footer .su-wysiwyg-text h5 a.su-link--external:active:after,.su-local-footer .su-wysiwyg-text h5 a.su-link--external:focus:after,.su-local-footer .su-wysiwyg-text h5 a.su-link--external:hover:after{background-color:#fff}.su-local-footer .su-wysiwyg-text h2 a.su-link--external:after,.su-local-footer .su-wysiwyg-text h3 a.su-link--external:after,.su-local-footer .su-wysiwyg-text h4 a.su-link--external:after,.su-local-footer .su-wysiwyg-text h5 a.su-link--external:after{background-color:#92d7dd}@media (min-width:992px){header.su-masthead .su-lockup{margin-bottom:0}}header.su-masthead .su-lockup a{-ms-flex-wrap:initial;flex-wrap:nowrap}header.su-masthead .su-lockup .su-lockup__custom-logo{max-height:5rem}@media (min-width:992px){header.su-masthead .su-lockup .su-lockup__custom-logo{max-height:5.5rem}}header.su-masthead .su-lockup .su-lockup__cell1,header.su-masthead .su-lockup .su-lockup__cell2{border:none}header.su-masthead .su-lockup .su-lockup__line1,header.su-masthead .su-lockup .su-lockup__line2{color:#fff;line-height:1em}.su-local-footer .su-lockup__line1,.su-local-footer .su-lockup__line5{color:#fff}@media (max-width:991px){.su-local-footer .su-lockup--option-a .su-lockup__cell1{border-right:none}.su-local-footer .su-lockup--option-a .su-lockup__line5:after{border-bottom:0}}header.su-masthead .su-lockup .su-lockup__custom-logo{max-width:165px}header.su-masthead .su-lockup.su-lockup--option-a .su-lockup__line1{-webkit-text-stroke-width:.1px;font-size:1.5625em;letter-spacing:-.012em;margin:0}header.su-masthead .su-lockup.su-lockup--option-a .su-lockup__line5{-webkit-text-stroke-width:.1px;font-family:Source Sans Pro Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:25px;font-weight:400;letter-spacing:.001em;text-transform:none}.page-user-login .su-masthead{padding-bottom:2rem}.system-main-block form .su-button{background-color:#b1040e;background:#b1ef89;border-radius:3rem;color:#fff;color:#000;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;padding:1rem 2rem 1.15rem;text-decoration:none;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out}.system-main-block form .su-button:after,.system-main-block form .su-button:before{background-color:#fff;color:#b1040e}.system-main-block form .su-button:focus,.system-main-block form .su-button:hover{background-color:#2e2d29;color:#fff}.system-main-block form .su-button:focus:after,.system-main-block form .su-button:focus:before,.system-main-block form .su-button:hover:after,.system-main-block form .su-button:hover:before{background-color:#fff}.system-main-block form .su-button:focus{-webkit-box-shadow:0 0 3px #53565a,0 0 7px #53565a;box-shadow:0 0 3px #53565a,0 0 7px #53565a}.system-main-block form .su-button:hover{background:#90cc69;color:#000;cursor:pointer;text-decoration:underline}.system-main-block form .su-button:hover svg.mailto{fill:#000}.system-main-block form .su-button:hover:after{background-color:#000}.system-main-block form .su-button:focus{background-color:#b1ef89;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}.system-main-block form .su-button:focus:after{background-color:#014240}.system-main-block form .su-button:active{background-color:#155f65;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}.system-main-block form .su-button:active:after{background-color:#fff}.system-main-block form .su-button:after{background-color:#000}.su-site-search__submit{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0xMy45NjEgMy4zODZhNi43NTQgNi43NTQgMCAwIDAtNi43NDYgNi43NDdjMCAxLjQzNC40NTMgMi43NjIgMS4yMTggMy44NTZMMy42IDE4LjgyMmExLjA0OSAxLjA0OSAwIDEgMCAxLjQ4NSAxLjQ4NEw5Ljg5MSAxNS41YTYuNzAzIDYuNzAzIDAgMCAwIDQuMDcgMS4zNzljMy43MiAwIDYuNzQ2LTMuMDI2IDYuNzQ2LTYuNzQ3cy0zLjAyNi02Ljc0Ni02Ljc0Ni02Ljc0NnptMCAxMS4zOTNjLTIuNTYyIDAtNC42NDYtMi4wODUtNC42NDYtNC42NDdzMi4wODQtNC42NDcgNC42NDYtNC42NDcgNC42NDYgMi4wODUgNC42NDYgNC42NDctMi4wODUgNC42NDctNC42NDYgNC42NDd6Ii8+PC9zdmc+) no-repeat 0 0;height:25px;margin-bottom:0;margin-right:0;margin-top:0;opacity:.6;padding:0;position:absolute;right:1.2rem;top:1.1rem;width:24px}.su-site-search__submit:hover{background:#b1ef89 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0xMy45NjEgMy4zODZhNi43NTQgNi43NTQgMCAwIDAtNi43NDYgNi43NDdjMCAxLjQzNC40NTMgMi43NjIgMS4yMTggMy44NTZMMy42IDE4LjgyMmExLjA0OSAxLjA0OSAwIDEgMCAxLjQ4NSAxLjQ4NEw5Ljg5MSAxNS41YTYuNzAzIDYuNzAzIDAgMCAwIDQuMDcgMS4zNzljMy43MiAwIDYuNzQ2LTMuMDI2IDYuNzQ2LTYuNzQ3cy0zLjAyNi02Ljc0Ni02Ljc0Ni02Ljc0NnptMCAxMS4zOTNjLTIuNTYyIDAtNC42NDYtMi4wODUtNC42NDYtNC42NDdzMi4wODQtNC42NDcgNC42NDYtNC42NDcgNC42NDYgMi4wODUgNC42NDYgNC42NDctMi4wODUgNC42NDctNC42NDYgNC42NDd6Ii8+PC9zdmc+) no-repeat 0 0}@media (min-width:992px){:target{scroll-margin-top:10rem}.fixed-header{left:0;position:sticky;top:0;width:100%;z-index:100}.role--authenticated .fixed-header{top:79px}.su-multi-menu .su-multi-menu__menu-lv2{-webkit-box-shadow:0 3px 6px rgba(0,0,0,.1);box-shadow:0 3px 6px rgba(0,0,0,.1);margin-left:0;max-width:30rem;padding-left:1.2rem;padding-top:1px;z-index:101}}.su-multi-menu .su-multi-menu__menu-lv1>li:last-child>.su-multi-menu__menu-lv2{right:unset}.su-multi-menu .su-multi-menu__menu .su-multi-menu__link{border-bottom:none;color:#2e2d29;font-size:1.9rem;font-weight:400}.su-multi-menu .su-multi-menu__menu .su-multi-menu__link:hover>span{color:#2e2d29;text-decoration:underline}.su-multi-menu .su-multi-menu__menu .su-multi-menu__link:active:before{background-color:#000}.su-multi-menu .su-multi-menu__menu .su-multi-menu__link:focus>span,.su-multi-menu .su-multi-menu__menu .su-multi-menu__link:hover>span{color:#2e2d29;text-decoration:underline}.su-multi-menu .su-multi-menu__menu .su-multi-menu__link:focus:before,.su-multi-menu .su-multi-menu__menu .su-multi-menu__link:hover:before{background-color:#000;width:3px}.su-multi-menu .su-multi-menu__menu .su-multi-menu__link:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link{color:#014240}.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link:before{background-color:#000;width:3px}@media (max-width:991px){.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link:before{background-color:#014240}}.su-multi-menu .su-multi-menu__menu-lv1>.su-multi-menu__item>.su-multi-menu__link{color:#2e2d29;font-weight:400}.su-multi-menu .su-multi-menu__menu-lv1>.su-multi-menu__item>.su-multi-menu__link:active,.su-multi-menu .su-multi-menu__menu-lv1>.su-multi-menu__item>.su-multi-menu__link:focus,.su-multi-menu .su-multi-menu__menu-lv1>.su-multi-menu__item>.su-multi-menu__link:hover{font-weight:400}.su-multi-menu .su-multi-menu__menu-lv1>.su-multi-menu__item.su-multi-menu__item--active-trail>.su-multi-menu__link{color:#155f65}.su-multi-menu .su-multi-menu__menu-lv1>.su-multi-menu__item.su-multi-menu__item--active-trail>.su-multi-menu__link:before{background-color:#155f65}@media (min-width:992px){.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu-lv1>.su-multi-menu__item--parent:last-of-type{margin:0}}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu-lv1>.su-multi-menu__item--parent{margin:0 40px 0 0}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu-lv1>.su-multi-menu__item--parent>.su-multi-menu__item--parent:last-of-type{margin:0}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu-lv1>.su-multi-menu__item--parent>.su-multi-menu__link:after{border-right:none;margin-left:6px}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu-lv1>.su-multi-menu__item--parent>.su-nav-toggle[aria-expanded=true]:focus:before{background:#155f65 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy40ODkgNS40MTZjLjY0Ny41ODQuNjg1IDEuNTY4LjA4NCAyLjE5OGwtMTAuNCAxMC44ODlBMS42MjIgMS42MjIgMCAwIDEgMTIgMTljLS40NDUgMC0uODctLjE4LTEuMTcyLS40OTdMLjQyOCA3LjYxNEExLjUyNSAxLjUyNSAwIDAgMSAuNTEgNS40MTZhMS42MzIgMS42MzIgMCAwIDEgMi4yNjEuMDgxTDEyIDE1LjE1OGw5LjIyNy05LjY2YTEuNjMyIDEuNjMyIDAgMCAxIDIuMjYyLS4wODJaIiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat 50%/50%}@media (max-width:991px){.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu-lv1>.su-multi-menu__item--parent>.su-nav-toggle:before,.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu-lv1>.su-multi-menu__item--parent>.su-nav-toggle:focus:before,.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu-lv1>.su-multi-menu__item--parent>.su-nav-toggle:hover:before{background:#155f65 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy40ODkgNS40MTZjLjY0Ny41ODQuNjg1IDEuNTY4LjA4NCAyLjE5OGwtMTAuNCAxMC44ODlBMS42MjIgMS42MjIgMCAwIDEgMTIgMTljLS40NDUgMC0uODctLjE4LTEuMTcyLS40OTdMLjQyOCA3LjYxNEExLjUyNSAxLjUyNSAwIDAgMSAuNTEgNS40MTZhMS42MzIgMS42MzIgMCAwIDEgMi4yNjEuMDgxTDEyIDE1LjE1OGw5LjIyNy05LjY2YTEuNjMyIDEuNjMyIDAgMCAxIDIuMjYyLS4wODJaIiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat 50%/50%}}.su-multi-menu .su-multi-menu__menu{background-color:#fff}.su-multi-menu .su-multi-menu__nav-toggle:focus:before,.su-multi-menu .su-multi-menu__nav-toggle:hover:before,.su-multi-menu .su-multi-menu__nav-toggle[aria-expanded=true]:before,.su-multi-menu .su-multi-menu__nav-toggle[aria-expanded=true]:focus:before,.su-multi-menu .su-multi-menu__nav-toggle[aria-expanded=true]:hover:before{background-color:#155f65}@media (min-width:992px){.su-multi-menu__menu.su-multi-menu__menu-lv1 .su-nav-toggle:before{background:#155f65 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy40ODkgNS40MTZjLjY0Ny41ODQuNjg1IDEuNTY4LjA4NCAyLjE5OGwtMTAuNCAxMC44ODlBMS42MjIgMS42MjIgMCAwIDEgMTIgMTljLS40NDUgMC0uODctLjE4LTEuMTcyLS40OTdMLjQyOCA3LjYxNEExLjUyNSAxLjUyNSAwIDAgMSAuNTEgNS40MTZhMS42MzIgMS42MzIgMCAwIDEgMi4yNjEuMDgxTDEyIDE1LjE1OGw5LjIyNy05LjY2YTEuNjMyIDEuNjMyIDAgMCAxIDIuMjYyLS4wODJaIiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat 50%/50%;content:"";display:block;height:30px;position:absolute;right:2px;top:5px;width:30px}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu.su-multi-menu__menu-lv2 button.su-nav-toggle,.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu.su-multi-menu__menu-lv2 ul.su-multi-menu__menu{display:none}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu.su-multi-menu__menu-lv2 .su-multi-menu__link .su-multi-menu__link-text-wrapper{max-width:none}.su-multi-menu__menu-lv1 .su-multi-menu__menu .su-nav-toggle:before{background:#fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy40ODkgNS40MTZjLjY0Ny41ODQuNjg1IDEuNTY4LjA4NCAyLjE5OGwtMTAuNCAxMC44ODlBMS42MjIgMS42MjIgMCAwIDEgMTIgMTljLS40NDUgMC0uODctLjE4LTEuMTcyLS40OTdMLjQyOCA3LjYxNEExLjUyNSAxLjUyNSAwIDAgMSAuNTEgNS40MTZhMS42MzIgMS42MzIgMCAwIDEgMi4yNjEuMDgxTDEyIDE1LjE1OGw5LjIyNy05LjY2YTEuNjMyIDEuNjMyIDAgMCAxIDIuMjYyLS4wODJaIiBmaWxsPSIjMmUyZDI5Ii8+PC9zdmc+) no-repeat 50%/50%;background-size:15px;border-radius:19px;content:"";right:10px;top:5px}.su-multi-menu__menu-lv1 .su-multi-menu__menu .su-nav-toggle[aria-expanded=true]{right:17px;top:15px}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu .su-multi-menu__menu-lv2>.su-multi-menu__item>a.su-multi-menu__link{padding-right:1rem}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu .su-multi-menu__menu-lv2>.su-multi-menu__item--parent .su-nav-toggle:before{right:15px;top:5px}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu .su-multi-menu__menu-lv2>.su-multi-menu__item--parent .su-nav-toggle[aria-expanded=true]{right:25px;top:10px}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu .su-multi-menu__menu-lv2>.su-multi-menu__item--parent .su-nav-toggle:focus[aria-expanded=true]:before{right:10px;top:-2px}.su-multi-menu__menu-lv2 .su-multi-menu__item .su-nav-toggle:before{background:transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy40ODkgNS40MTZjLjY0Ny41ODQuNjg1IDEuNTY4LjA4NCAyLjE5OGwtMTAuNCAxMC44ODlBMS42MjIgMS42MjIgMCAwIDEgMTIgMTljLS40NDUgMC0uODctLjE4LTEuMTcyLS40OTdMLjQyOCA3LjYxNEExLjUyNSAxLjUyNSAwIDAgMSAuNTEgNS40MTZhMS42MzIgMS42MzIgMCAwIDEgMi4yNjEuMDgxTDEyIDE1LjE1OGw5LjIyNy05LjY2YTEuNjMyIDEuNjMyIDAgMCAxIDIuMjYyLS4wODJaIiBmaWxsPSIjMmUyZDI5Ii8+PC9zdmc+) no-repeat 50%/50%;background-size:15px;border-radius:19px;content:"";right:10px;top:5px}.su-multi-menu__menu-lv2 .su-multi-menu__item .su-nav-toggle[aria-expanded=true]{right:17px;top:15px}}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle{height:32px;overflow:visible;top:10px;width:32px}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle:active,.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle:focus,.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle:hover,.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle:hover[aria-expanded=false],.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle[aria-expanded=true]:active,.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle[aria-expanded=true]:focus{border-bottom:0;border-top:0}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle[aria-expanded=true]{right:2px;top:15px}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle:hover:before{background:transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy40ODkgNS40MTZjLjY0Ny41ODQuNjg1IDEuNTY4LjA4NCAyLjE5OGwtMTAuNCAxMC44ODlBMS42MjIgMS42MjIgMCAwIDEgMTIgMTljLS40NDUgMC0uODctLjE4LTEuMTcyLS40OTdMLjQyOCA3LjYxNEExLjUyNSAxLjUyNSAwIDAgMSAuNTEgNS40MTZhMS42MzIgMS42MzIgMCAwIDEgMi4yNjEuMDgxTDEyIDE1LjE1OGw5LjIyNy05LjY2YTEuNjMyIDEuNjMyIDAgMCAxIDIuMjYyLS4wODJaIiBmaWxsPSIjMmUyZDI5Ii8+PC9zdmc+) no-repeat 50%/50%;border-radius:19px}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle:hover[aria-expanded=false]:before{border:1px solid #2e2d29;-webkit-box-shadow:0 8px 25px rgba(0,0,0,.14);box-shadow:0 8px 25px rgba(0,0,0,.14)}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle:active:before{background:transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy40ODkgNS40MTZjLjY0Ny41ODQuNjg1IDEuNTY4LjA4NCAyLjE5OGwtMTAuNCAxMC44ODlBMS42MjIgMS42MjIgMCAwIDEgMTIgMTljLS40NDUgMC0uODctLjE4LTEuMTcyLS40OTdMLjQyOCA3LjYxNEExLjUyNSAxLjUyNSAwIDAgMSAuNTEgNS40MTZhMS42MzIgMS42MzIgMCAwIDEgMi4yNjEuMDgxTDEyIDE1LjE1OGw5LjIyNy05LjY2YTEuNjMyIDEuNjMyIDAgMCAxIDIuMjYyLS4wODJaIiBmaWxsPSIjMmUyZDI5Ii8+PC9zdmc+) no-repeat 50%/50%;border-radius:19px}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle:focus:before{background:#2e2d29 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy40ODkgNS40MTZjLjY0Ny41ODQuNjg1IDEuNTY4LjA4NCAyLjE5OGwtMTAuNCAxMC44ODlBMS42MjIgMS42MjIgMCAwIDEgMTIgMTljLS40NDUgMC0uODctLjE4LTEuMTcyLS40OTdMLjQyOCA3LjYxNEExLjUyNSAxLjUyNSAwIDAgMSAuNTEgNS40MTZhMS42MzIgMS42MzIgMCAwIDEgMi4yNjEuMDgxTDEyIDE1LjE1OGw5LjIyNy05LjY2YTEuNjMyIDEuNjMyIDAgMCAxIDIuMjYyLS4wODJaIiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat 50%/50%;border-radius:19px}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle:before{background:transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy40ODkgNS40MTZjLjY0Ny41ODQuNjg1IDEuNTY4LjA4NCAyLjE5OGwtMTAuNCAxMC44ODlBMS42MjIgMS42MjIgMCAwIDEgMTIgMTljLS40NDUgMC0uODctLjE4LTEuMTcyLS40OTdMLjQyOCA3LjYxNEExLjUyNSAxLjUyNSAwIDAgMSAuNTEgNS40MTZhMS42MzIgMS42MzIgMCAwIDEgMi4yNjEuMDgxTDEyIDE1LjE1OGw5LjIyNy05LjY2YTEuNjMyIDEuNjMyIDAgMCAxIDIuMjYyLS4wODJaIiBmaWxsPSIjMmUyZDI5Ii8+PC9zdmc+) no-repeat 50%/50%;border-radius:19px}@media (max-width:991px){.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle:before{background:#155f65 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy40ODkgNS40MTZjLjY0Ny41ODQuNjg1IDEuNTY4LjA4NCAyLjE5OGwtMTAuNCAxMC44ODlBMS42MjIgMS42MjIgMCAwIDEgMTIgMTljLS40NDUgMC0uODctLjE4LTEuMTcyLS40OTdMLjQyOCA3LjYxNEExLjUyNSAxLjUyNSAwIDAgMSAuNTEgNS40MTZhMS42MzIgMS42MzIgMCAwIDEgMi4yNjEuMDgxTDEyIDE1LjE1OGw5LjIyNy05LjY2YTEuNjMyIDEuNjMyIDAgMCAxIDIuMjYyLS4wODJaIiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat 50%/50%}}.su-multi-menu .su-multi-menu__menu-lv2 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv3 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv4 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv5 .su-multi-menu__item>.su-multi-menu__link{margin:0;padding-bottom:1.1rem;padding-top:1.1rem}@media only screen and (min-width:768px){.su-multi-menu .su-multi-menu__menu-lv2 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv3 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv4 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv5 .su-multi-menu__item>.su-multi-menu__link{padding-bottom:1.2rem}}@media only screen and (min-width:1500px){.su-multi-menu .su-multi-menu__menu-lv2 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv3 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv4 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv5 .su-multi-menu__item>.su-multi-menu__link{padding-bottom:1.3rem}}@media only screen and (min-width:768px){.su-multi-menu .su-multi-menu__menu-lv2 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv3 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv4 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv5 .su-multi-menu__item>.su-multi-menu__link{padding-top:1.2rem}}@media only screen and (min-width:1500px){.su-multi-menu .su-multi-menu__menu-lv2 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv3 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv4 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv5 .su-multi-menu__item>.su-multi-menu__link{padding-top:1.3rem}}.su-multi-menu .su-multi-menu__menu-lv2 .su-multi-menu__item>.su-multi-menu__link:hover:before,.su-multi-menu .su-multi-menu__menu-lv3 .su-multi-menu__item>.su-multi-menu__link:hover:before,.su-multi-menu .su-multi-menu__menu-lv4 .su-multi-menu__item>.su-multi-menu__link:hover:before,.su-multi-menu .su-multi-menu__menu-lv5 .su-multi-menu__item>.su-multi-menu__link:hover:before{left:-12px}.su-multi-menu .su-multi-menu__menu-lv2 .su-multi-menu__item>.su-multi-menu__link:active>span,.su-multi-menu .su-multi-menu__menu-lv2 .su-multi-menu__item>.su-multi-menu__link:focus>span,.su-multi-menu .su-multi-menu__menu-lv2 .su-multi-menu__item>.su-multi-menu__link:hover>span,.su-multi-menu .su-multi-menu__menu-lv3 .su-multi-menu__item>.su-multi-menu__link:active>span,.su-multi-menu .su-multi-menu__menu-lv3 .su-multi-menu__item>.su-multi-menu__link:focus>span,.su-multi-menu .su-multi-menu__menu-lv3 .su-multi-menu__item>.su-multi-menu__link:hover>span,.su-multi-menu .su-multi-menu__menu-lv4 .su-multi-menu__item>.su-multi-menu__link:active>span,.su-multi-menu .su-multi-menu__menu-lv4 .su-multi-menu__item>.su-multi-menu__link:focus>span,.su-multi-menu .su-multi-menu__menu-lv4 .su-multi-menu__item>.su-multi-menu__link:hover>span,.su-multi-menu .su-multi-menu__menu-lv5 .su-multi-menu__item>.su-multi-menu__link:active>span,.su-multi-menu .su-multi-menu__menu-lv5 .su-multi-menu__item>.su-multi-menu__link:focus>span,.su-multi-menu .su-multi-menu__menu-lv5 .su-multi-menu__item>.su-multi-menu__link:hover>span{color:#155f65}@media only screen and (min-width:992px){.su-masthead>section:last-of-type{display:-ms-grid;display:grid;padding:0}}.ptype-stanford-lists:not([data-react-columns="12"]) .su-news-vertical-teaser.su-card{margin-bottom:3.2rem}@media only screen and (min-width:768px){.ptype-stanford-lists:not([data-react-columns="12"]) .su-news-vertical-teaser.su-card{margin-bottom:4.5rem}}@media only screen and (min-width:1500px){.ptype-stanford-lists:not([data-react-columns="12"]) .su-news-vertical-teaser.su-card{margin-bottom:4.8rem}}.su-news-topics a{color:#014240}@media (min-width:1500px){.su-news-topics a{font-size:2.3rem}}@media (min-width:768px) and (max-width:1499px){.su-news-topics a{font-size:2.3rem}}@media (max-width:767px){.su-news-topics a{font-size:1.8rem}}.layout-paragraphs-sdss-bgcolor--green .su-news-list .su-news-list__headline-dek a{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-news-list .su-news-list__headline-dek a:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-news-list .su-news-list__headline-dek a:active,.layout-paragraphs-sdss-bgcolor--green .su-news-list .su-news-list__headline-dek a:focus,.layout-paragraphs-sdss-bgcolor--green .su-news-list .su-news-list__headline-dek a:hover{color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-news-list .su-news-list__headline-dek a:active:after,.layout-paragraphs-sdss-bgcolor--green .su-news-list .su-news-list__headline-dek a:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-news-list .su-news-list__headline-dek a:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-basic-page-types-list .su-basic-page-list__title a,.layout-paragraphs-sdss-bgcolor--green .su-news-list .su-news-list__source{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-basic-page-types-list .su-basic-page-list__title a:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-basic-page-types-list .su-basic-page-list__title a:active,.layout-paragraphs-sdss-bgcolor--green .su-basic-page-types-list .su-basic-page-list__title a:focus,.layout-paragraphs-sdss-bgcolor--green .su-basic-page-types-list .su-basic-page-list__title a:hover{color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-basic-page-types-list .su-basic-page-list__title a:active:after,.layout-paragraphs-sdss-bgcolor--green .su-basic-page-types-list .su-basic-page-list__title a:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-basic-page-types-list .su-basic-page-list__title a:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):active:after,.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):focus:after,.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:active,.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:focus,.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:hover{color:#b1ef89;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:active:after,.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .news-vertical-teaser__source,.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .news-vertical-teaser__topics a{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .news-vertical-teaser__topics a:active,.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .news-vertical-teaser__topics a:focus,.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .news-vertical-teaser__topics a:hover{text-decoration:underline}.media-mentions-list .su-news-list .su-news-article,.media-mentions-only-card-grid .su-news-list .su-news-article{padding-bottom:2rem;padding-top:2rem}@media only screen and (min-width:768px){.media-mentions-list .su-news-list .su-news-article,.media-mentions-only-card-grid .su-news-list .su-news-article{padding-bottom:2.6rem;padding-top:2.6rem}}@media only screen and (min-width:1500px){.media-mentions-list .su-news-list .su-news-article,.media-mentions-only-card-grid .su-news-list .su-news-article{padding-bottom:2.7rem;padding-top:2.7rem}}.su-news-list .su-news-list__headline-dek a{color:#014240;outline-color:#014240;text-decoration:none}.su-news-list .su-news-list__headline-dek a:hover{color:#000;cursor:pointer;text-decoration:underline}.su-news-list .su-news-list__headline-dek a:hover svg.mailto{fill:#000}.su-news-list .su-news-list__headline-dek a:hover:after{background-color:#000}.su-news-list .su-news-list__headline-dek a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.su-news-list .su-news-list__headline-dek a:focus:after{background-color:#000}.su-news-list .su-news-list__headline-dek a:active{color:#2e2d29}.su-news-list .su-news-list__headline-dek a:active:after{background-color:#000}.su-news-list .su-news-list__headline-dek a:after{background-color:#014240}.su-news-list .su-news-list__headline-dek a.mailto svg{fill:#014240}.su-news-list .su-news-list__headline-dek a:active,.su-news-list .su-news-list__headline-dek a:focus,.su-news-list .su-news-list__headline-dek a:hover{text-decoration-thickness:2px}.su-news-list .su-news-list__headline-dek a h2{color:unset}.su-news-list .su-news-list__header{-ms-grid-columns:1fr 25px 2fr;-ms-grid-rows:auto 25px auto;display:-ms-grid;display:grid;gap:25px;grid-template-areas:"article-image headline" "article-image date";grid-template-columns:1fr 2fr}.su-news-list .image .media{margin-left:0}.su-news-list .su-news-list__topics a{color:#6d6c69;font-size:2rem;font-weight:400;text-transform:uppercase}.su-news-list .su-news-list__topics ul{margin-top:0}.su-news-list .su-news-list__topics ul li{margin-bottom:0}.su-news-list .su-news-article{border-bottom:none;padding-bottom:1.5rem;padding-top:1.5rem}@media only screen and (min-width:768px){.su-news-list .su-news-article{padding-bottom:1.8rem;padding-top:1.8rem}}@media only screen and (min-width:1500px){.su-news-list .su-news-article{padding-bottom:1.9rem;padding-top:1.9rem}}.su-news-list .su-news-list__source{color:#6d6c69;font-size:.9em;padding:1em 0 1.5em}.su-news-list .su-link--external:after{height:.8em;width:.5em}.ptype-stanford-lists:is([data-react-columns="12"]) .su-news-list img,.ptype-stanford-lists:is([data-react-columns="6"]) .su-news-list img{display:unset}.ptype-stanford-lists[data-react-columns="6"] .su-news-list__header{-ms-grid-columns:unset;grid-template-columns:unset}@media (max-width:1199px){.su-news-list .image .media{display:unset}}@media (max-width:991px){.su-news-list .su-news-list__header{-ms-grid-columns:100%;display:-ms-grid;display:grid;grid-template-areas:"image" "headline" "date";grid-template-columns:100%}}.news .jumpstart-ui--one-column.centered-content>div:first-child{margin-left:inherit;margin-right:inherit}@media only screen and (min-width:0){.news.node{margin-bottom:5.12rem}}@media only screen and (min-width:768px){.news.node{margin-bottom:5.76rem}}@media only screen and (min-width:1500px){.news.node{margin-bottom:6.08rem}}@media only screen and (min-width:0){.news.node .stanford-news-vertical-cards.block-views{margin-top:8rem}}@media only screen and (min-width:768px){.news.node .stanford-news-vertical-cards.block-views{margin-top:9rem}}@media only screen and (min-width:1500px){.news.node .stanford-news-vertical-cards.block-views{margin-top:9.5rem}}@media only screen and (min-width:0){.news div.section-header--newsroom{margin-top:6.4rem}}@media only screen and (min-width:768px){.news div.section-header--newsroom{margin-top:7.2rem}}@media only screen and (min-width:1500px){.news div.section-header--newsroom{margin-top:7.6rem}}.su-sdss-news-dek-long.su-wysiwyg-text p{line-height:1.3}@media (min-width:1500px){.su-sdss-news-dek-long.su-wysiwyg-text p{font-size:3rem}}@media (min-width:768px) and (max-width:1499px){.su-sdss-news-dek-long.su-wysiwyg-text p{font-size:3rem}}@media (max-width:767px){.su-sdss-news-dek-long.su-wysiwyg-text p{font-size:2.5rem}}.su-news-title,.su-news-topics,.su-sdss-news-dek-long,.su_news_publishing_date-region{margin:auto;max-width:850px}.su-news-title h1{color:#2e2d29}@media only screen and (min-width:0){.byline-social-media-wrapper.centered-container{margin-top:5.12rem}}@media only screen and (min-width:768px){.byline-social-media-wrapper.centered-container{margin-top:5.76rem}}@media only screen and (min-width:1500px){.byline-social-media-wrapper.centered-container{margin-top:6.08rem}}@media only screen and (min-width:0){.byline-social-media-wrapper.centered-container{margin-bottom:5.12rem}}@media only screen and (min-width:768px){.byline-social-media-wrapper.centered-container{margin-bottom:5.76rem}}@media only screen and (min-width:1500px){.byline-social-media-wrapper.centered-container{margin-bottom:6.08rem}}@media only screen and (min-width:0){.byline-social-media-wrapper.su-news-byline--no-author .su_news_publishing_date-region{margin-bottom:.53rem}}@media only screen and (min-width:768px){.byline-social-media-wrapper.su-news-byline--no-author .su_news_publishing_date-region{margin-bottom:.6rem}}@media only screen and (min-width:1500px){.byline-social-media-wrapper.su-news-byline--no-author .su_news_publishing_date-region{margin-bottom:.63rem}}.byline-social-media-wrapper .sdss-byline--wrapper{-webkit-box-flex:0;-ms-grid-columns:1fr 210px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-ms-grid;display:grid;-ms-flex:0 0 100%;flex:0 0 100%;grid-template-columns:1fr 210px;margin:auto;max-width:100%;max-width:850px}@media (max-width:1199px){.byline-social-media-wrapper .sdss-byline--wrapper{-ms-grid-columns:1fr;grid-row-gap:2.3rem;grid-template-columns:1fr}}.byline-social-media-wrapper .su-news-publishing-date{line-height:1.2}@media (min-width:768px){.byline-social-media-wrapper .su-news-publishing-date{font-size:2.1rem}}@media (max-width:767px){.byline-social-media-wrapper .su-news-publishing-date{font-size:1.8rem}}.byline-social-media-wrapper .news-date-pipe-byline{line-height:1.2;margin-bottom:7px;margin-right:3rem}@media (min-width:768px){.byline-social-media-wrapper .news-date-pipe-byline{font-size:2.1rem}}@media (max-width:767px){.byline-social-media-wrapper .news-date-pipe-byline{font-size:1.8rem}}@media only screen and (min-width:768px){.byline-social-media-wrapper .news-date-pipe-byline{margin-right:3.6rem}}@media only screen and (min-width:1500px){.byline-social-media-wrapper .news-date-pipe-byline{margin-right:3.8rem}}.byline-social-media-wrapper .news-date-pipe-byline div{color:#6d6c69;display:inline;line-height:1.2}.byline-social-media-wrapper .news-date-pipe-byline>span{display:inline}.byline-social-media-wrapper .news-social-media div{top:unset}.byline-social-media-wrapper .news-social-media>div:first-of-type{padding-left:0}.su-news-vertical-teaser.su-card{border:none;-webkit-box-shadow:none;box-shadow:none}.su-news-vertical-teaser.su-card .su-figure__wrapper{margin-bottom:2rem}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-figure__wrapper{margin-bottom:2.6rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-figure__wrapper{margin-bottom:2.7rem}}@media (max-width:767px){.su-news-vertical-teaser.su-card{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.su-news-vertical-teaser.su-card .su-content__wrapper{-ms-flex-preferred-size:125%;flex-basis:125%;padding-right:5rem}.su-news-vertical-teaser.su-card .su-figure__wrapper{-webkit-box-ordinal-group:3;-ms-flex-order:2;-ms-flex-preferred-size:40%;flex-basis:40%;margin-bottom:0;order:2}.su-news-vertical-teaser.su-card .su-figure__wrapper img,.su-news-vertical-teaser.su-card .su-figure__wrapper picture{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}}.su-news-vertical-teaser.su-card .news-vertical-teaser__pub-date,.su-news-vertical-teaser.su-card .news-vertical-teaser__source,.su-news-vertical-teaser.su-card .news-vertical-teaser__topics,.su-news-vertical-teaser.su-card .su-card__contents,.su-news-vertical-teaser.su-card .su-news-header{margin:0;padding:0}.su-news-vertical-teaser.su-card .su-news-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:1.5rem}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-news-header{margin-bottom:1.8rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-news-header{margin-bottom:1.9rem}}.su-news-vertical-teaser.su-card .su-news-header .news-vertical-teaser__pub-date{-webkit-box-ordinal-group:0;-ms-flex-order:-1;color:#6d6c69;font-size:1em;margin-bottom:2rem;order:-1}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-news-header .news-vertical-teaser__pub-date{margin-bottom:2.6rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-news-header .news-vertical-teaser__pub-date{margin-bottom:2.7rem}}@media (max-width:575px){.su-news-vertical-teaser.su-card .su-card__contents{display:none}}.su-news-vertical-teaser.su-card .su-card__contents p{margin-bottom:.5rem}@media (min-width:1500px){.su-news-vertical-teaser.su-card .su-card__contents p{font-size:2.1rem}}@media (min-width:768px) and (max-width:1499px){.su-news-vertical-teaser.su-card .su-card__contents p{font-size:2rem}}@media (max-width:767px){.su-news-vertical-teaser.su-card .su-card__contents p{font-size:1.7rem}}@media (max-width:575px){.su-news-vertical-teaser.su-card .su-card__contents p{font-size:1.5rem}}@media (min-width:768px) and (max-width:1499px){.su-news-vertical-teaser.su-card .su-card__contents p{font-size:1.8rem;line-height:1.5}}.su-news-vertical-teaser.su-card .su-card__contents a{color:#014240;font-weight:400;outline-color:#014240;text-decoration:underline}.su-news-vertical-teaser.su-card .su-card__contents a:hover{color:#014240;cursor:pointer;font-weight:400;text-decoration:none}.su-news-vertical-teaser.su-card .su-card__contents a:hover svg.mailto{fill:#014240}.su-news-vertical-teaser.su-card .su-card__contents a:hover:after{background-color:#014240}.su-news-vertical-teaser.su-card .su-card__contents a:focus{background-color:transparent;color:#014240;outline:1px solid #000;text-decoration:none}.su-news-vertical-teaser.su-card .su-card__contents a:focus:after{background-color:#014240}.su-news-vertical-teaser.su-card .su-card__contents a:active{background-color:transparent;color:#014240;outline:1px solid #000;text-decoration:none}.su-news-vertical-teaser.su-card .su-card__contents a:active:after,.su-news-vertical-teaser.su-card .su-card__contents a:after{background-color:#014240}.su-news-vertical-teaser.su-card .su-card__contents a.mailto svg{fill:#014240}.su-news-vertical-teaser.su-card .news-vertical-teaser__source{color:#6d6c69;font-size:.9em}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics{margin-top:2rem}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .news-vertical-teaser__topics{margin-top:2.6rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .news-vertical-teaser__topics{margin-top:2.7rem}}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a{color:#014240;outline-color:#014240}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a:hover{color:#000;cursor:pointer;text-decoration:underline}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a:hover svg.mailto{fill:#000}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a:hover:after{background-color:#000}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a:focus:after{background-color:#000}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a:active{color:#2e2d29}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a:active:after{background-color:#000}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a:after{background-color:#014240}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a.mailto svg{fill:#014240}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a:focus{text-decoration:underline}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link{color:#2e2d29}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external){text-decoration:none}@supports ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)){.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):after{content:"";display:inline-block;height:.5em;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNDE2LjUxMUExLjUyNSAxLjUyNSAwIDAgMSAyLjYxNC40MjhsMTAuODg5IDEwLjRjLjMxNy4zMDIuNDk3LjcyNy40OTcgMS4xNzIgMCAuNDQ1LS4xOC44Ny0uNDk3IDEuMTcybC0xMC44ODkgMTAuNGExLjUyNSAxLjUyNSAwIDAgMS0yLjE5OC0uMDgzIDEuNjMyIDEuNjMyIDAgMCAxIC4wODEtMi4yNjJMMTAuMTU4IDEyIC40OTggMi43NzJBMS42MzIgMS42MzIgMCAwIDEgLjQxNS41MTJaIiBmaWxsPSIjMkUyRDI5Ii8+PC9zdmc+) no-repeat 0 0;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNDE2LjUxMUExLjUyNSAxLjUyNSAwIDAgMSAyLjYxNC40MjhsMTAuODg5IDEwLjRjLjMxNy4zMDIuNDk3LjcyNy40OTcgMS4xNzIgMCAuNDQ1LS4xOC44Ny0uNDk3IDEuMTcybC0xMC44ODkgMTAuNGExLjUyNSAxLjUyNSAwIDAgMS0yLjE5OC0uMDgzIDEuNjMyIDEuNjMyIDAgMCAxIC4wODEtMi4yNjJMMTAuMTU4IDEyIC40OTggMi43NzJBMS42MzIgMS42MzIgMCAwIDEgLjQxNS41MTJaIiBmaWxsPSIjMkUyRDI5Ii8+PC9zdmc+) no-repeat 0 0;-webkit-mask-size:contain;mask-size:contain;width:.5em}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):focus:after,.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):hover:after{background-color:#2e2d29}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):after{background-color:#006cb8;margin-bottom:.06em;margin-left:.4em;margin-right:.3em;-webkit-transition:-webkit-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out;transition:-webkit-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-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):focus:after,.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):hover:after{-webkit-transform:translateX(.2em);transform:translateX(.2em)}}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):after{background-color:#2e2d29;height:.9em;width:.9em}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):active:after,.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):focus:after,.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):hover:after{background-color:#014240}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:after{background-color:#2e2d29;height:.9em;width:.9em}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:active,.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:focus,.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:hover{color:#014240;text-decoration:underline;text-decoration-thickness:2px}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:active:after,.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:focus:after,.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:hover:after{background-color:#014240}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link h2{color:unset;display:inline;font-size:1.95312em;letter-spacing:-.016em}@media (max-width:767px){.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link h2{font-size:1.66016em}}@media (min-width:768px) and (max-width:1499px){.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link h2{font-size:1.8em}}.su-sdss-news-dek-long{margin-bottom:3.8rem}@media only screen and (min-width:768px){.su-sdss-news-dek-long{margin-bottom:7.2rem}}@media only screen and (min-width:1500px){.su-sdss-news-dek-long{margin-bottom:7.6rem}}.news-vertical-teaser__ext-link{display:none}.paragraph--type--sdss-news-list-card{background-color:#fff;border:1px solid #d5d5d4;container-type:inline-size;padding:3.2rem 3.2rem 3.4rem}@media (min-width:768px){.paragraph--type--sdss-news-list-card{padding:4.5rem 4.5rem 5.8rem}}.paragraph--type--sdss-news-list-card h2{color:#2e2d29;font-weight:600}@media (max-width:767px){.paragraph--type--sdss-news-list-card h2{font-size:2.1rem;line-height:130%}}@media (min-width:768px){.paragraph--type--sdss-news-list-card h2{font-size:2.6rem;line-height:130%}}@media (min-width:992px){.paragraph--type--sdss-news-list-card h2{font-size:2.6rem;line-height:130%}}.paragraph--type--sdss-news-list-card ul{list-style:none;margin-bottom:3rem;margin-top:3rem;padding-left:unset}@media only screen and (min-width:768px){.paragraph--type--sdss-news-list-card ul{margin-top:3.6rem}}@media only screen and (min-width:1500px){.paragraph--type--sdss-news-list-card ul{margin-top:3.8rem}}@media only screen and (min-width:768px){.paragraph--type--sdss-news-list-card ul{margin-bottom:3.6rem}}@media only screen and (min-width:1500px){.paragraph--type--sdss-news-list-card ul{margin-bottom:3.8rem}}.paragraph--type--sdss-news-list-card li:not(:last-child){margin-bottom:3rem}@media only screen and (min-width:768px){.paragraph--type--sdss-news-list-card li:not(:last-child){margin-bottom:3.6rem}}@media only screen and (min-width:1500px){.paragraph--type--sdss-news-list-card li:not(:last-child){margin-bottom:3.8rem}}.paragraph--type--sdss-news-list-card .su-sdss-news-news-source{color:#6d6c69;font-size:1.5rem}@media (min-width:768px){.paragraph--type--sdss-news-list-card .su-sdss-news-news-source{font-size:1.8rem}}.paragraph--type--sdss-news-list-card .node-title a{color:#368187;font-size:1.7rem;text-decoration:none}@media (min-width:768px){.paragraph--type--sdss-news-list-card .node-title a{font-size:1.8rem}}.paragraph--type--sdss-news-list-card .node-title a:active,.paragraph--type--sdss-news-list-card .node-title a:focus,.paragraph--type--sdss-news-list-card .node-title a:hover{text-decoration:underline}.paragraph--type--sdss-news-list-card .su-news-card-button{text-align:center}@container (min-width: 1200px){.paragraph--type--sdss-news-list-card .su-news-card-button{text-align:unset}}.paragraph--type--sdss-news-list-card .su-news-card-button a{background-color:#b1040e;background:#92d7dd;border:1px solid #6bb6bc;color:#fff;color:#014240;padding:1rem 2rem 1.15rem}.paragraph--type--sdss-news-list-card .su-news-card-button a:after,.paragraph--type--sdss-news-list-card .su-news-card-button a:before{background-color:#fff;color:#b1040e}.paragraph--type--sdss-news-list-card .su-news-card-button a:focus,.paragraph--type--sdss-news-list-card .su-news-card-button a:hover{background-color:#2e2d29;color:#fff}.paragraph--type--sdss-news-list-card .su-news-card-button a:focus:after,.paragraph--type--sdss-news-list-card .su-news-card-button a:focus:before,.paragraph--type--sdss-news-list-card .su-news-card-button a:hover:after,.paragraph--type--sdss-news-list-card .su-news-card-button a:hover:before{background-color:#fff}.paragraph--type--sdss-news-list-card .su-news-card-button a:focus{-webkit-box-shadow:0 0 3px #53565a,0 0 7px #53565a;box-shadow:0 0 3px #53565a,0 0 7px #53565a}.paragraph--type--sdss-news-list-card .su-news-card-button a:after{background-color:transparent;color:#014240;content:"\f061";display:inline-block;font-family:Font Awesome\ 5 Free;font-weight:600;padding-left:1.1rem}.paragraph--type--sdss-news-list-card .su-news-card-button a:active,.paragraph--type--sdss-news-list-card .su-news-card-button a:focus,.paragraph--type--sdss-news-list-card .su-news-card-button a:hover{background:#155f65;border-color:#155f65;color:#fff}.paragraph--type--sdss-news-list-card .su-news-card-button a:active:after,.paragraph--type--sdss-news-list-card .su-news-card-button a:focus:after,.paragraph--type--sdss-news-list-card .su-news-card-button a:hover:after{background-color:transparent;color:#fff;text-decoration:none;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out}.layout-paragraphs-sdss-bgcolor--green .paragraph--type--sdss-news-list-card h2{color:#2e2d29}.layout-paragraphs-sdss-one-column .paragraph--type--sdss-news-list-card{margin:0 auto}@media only screen and (min-width:0){.layout-paragraphs-sdss-one-column .paragraph--type--sdss-news-list-card{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width:576px){.layout-paragraphs-sdss-one-column .paragraph--type--sdss-news-list-card{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width:768px){.layout-paragraphs-sdss-one-column .paragraph--type--sdss-news-list-card{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width:992px){.layout-paragraphs-sdss-one-column .paragraph--type--sdss-news-list-card{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width:1200px){.layout-paragraphs-sdss-one-column .paragraph--type--sdss-news-list-card{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width:1500px){.layout-paragraphs-sdss-one-column .paragraph--type--sdss-news-list-card{max-width:1500px;width:calc(100% - 200px)}}.callout{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:2rem;padding:3.2rem 3.4rem}@media only screen and (min-width:768px){.callout{padding:4.5rem 5.8rem}}@media only screen and (min-width:1500px){.callout{padding:4.8rem 6.1rem}}@media only screen and (min-width:768px){.callout{margin-bottom:2.6rem}}@media only screen and (min-width:1500px){.callout{margin-bottom:2.7rem}}.callout blockquote{display:inline-block;margin:0}.callout .blockquote-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;max-width:1200px}@media (max-width:767px){.callout .blockquote-wrapper{margin:0}}.callout .decoration{color:#368187;display:inline-block;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif;font-size:9.3rem;line-height:14rem;margin-right:1rem;position:relative;top:-40px}.callout .su-callout-author{display:block;font-size:1.11em;padding-top:1.5rem}@media only screen and (min-width:768px){.callout .su-callout-author{padding-top:1.8rem}}@media only screen and (min-width:1500px){.callout .su-callout-author{padding-top:1.9rem}}.callout .su-callout-author-title{color:#6d6c69;display:block;font-size:1.11em}.callout.bg_color_default{border-left:3px solid #92d7dd}.callout.bg_color_option_1{background-color:#e9f7f8}.callout .su-callout-quote p{display:inline}.callout .su-callout-quote p .close-quote,.callout.large_block_quote p{display:inline;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif}.callout.large_block_quote p{color:#014240;font-weight:400;letter-spacing:-.01em}@media (max-width:767px){.callout.large_block_quote p{font-size:3.7rem;line-height:40px}}@media (min-width:768px){.callout.large_block_quote p{font-size:5.1rem;line-height:60px}}@media (min-width:992px){.callout.large_block_quote p{font-size:5.1rem;line-height:120%}}@media only screen and (min-width:1500px){.callout.large_block_quote p{font-size:5.6rem;line-height:120%}}.callout.medium_block_quote p{color:#014240;display:inline;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif;font-size:1.95312em;font-weight:400;letter-spacing:-.016em;letter-spacing:-.01em}@media (max-width:767px){.callout.medium_block_quote p{font-size:1.66016em;font-size:3.1rem;line-height:40px}}@media (min-width:768px){.callout.medium_block_quote p{font-size:4.1rem;line-height:60px}}@media (min-width:992px){.callout.medium_block_quote p{font-size:4.1rem;line-height:120%}}@media only screen and (min-width:1500px){.callout.medium_block_quote p{font-size:4.5rem;line-height:120%}}.callout.small_block_quote p{color:#014240;display:inline;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif;font-weight:400;letter-spacing:.01em}@media (max-width:767px){.callout.small_block_quote p{font-size:2.2rem;line-height:130%}}@media (min-width:768px){.callout.small_block_quote p{font-size:2.6rem;line-height:130%}}@media (min-width:992px){.callout.small_block_quote p{font-size:2.6rem;line-height:140%}}@media only screen and (min-width:1500px){.callout.small_block_quote p{font-size:2.8rem;line-height:120%}}@media (min-width:992px){.newsroom-wrapper{border-bottom:1px solid #d5d5d4}}.menu--newsroom{-ms-grid-columns:160px 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-ms-grid;display:grid;grid-template-columns:160px 1fr;margin:4.3rem auto 0;max-width:unset;width:unset}@media only screen and (min-width:0){.menu--newsroom{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width:576px){.menu--newsroom{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width:768px){.menu--newsroom{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width:992px){.menu--newsroom{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width:1200px){.menu--newsroom{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width:1500px){.menu--newsroom{max-width:2000px;width:calc(100% - 200px)}}@media (min-width:992px){.menu--newsroom div[open=true] button[aria-expanded=true]{border-bottom:1px solid;color:#fff}}@media (max-width:991px){.menu--newsroom{-ms-grid-columns:1fr;grid-template-columns:1fr}}.menu--newsroom .menu-blocknewsroom-menu{-ms-flex-item-align:baseline;align-self:baseline;font-size:1.7em;line-height:108%;margin-bottom:0}.menu--newsroom .menu-blocknewsroom-menu a{color:#2e2d29;text-decoration:none}.menu--newsroom .menu-blocknewsroom-menu a:focus,.menu--newsroom .menu-blocknewsroom-menu a:hover{color:#175e54;text-decoration:underline}@media (max-width:991px){.menu--newsroom .menu-blocknewsroom-menu{display:none}}.menu--newsroom .sdss-newsroom-nav{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.menu--newsroom .newsroom-search{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}#block-sdss-subtheme-newsresearch .menu{display:inline-block;font-size:18px;height:unset;list-style:none;margin:0 auto;padding-left:0;width:100vw}#block-sdss-subtheme-newsresearch .menu>.menu-item{display:inline-block;padding:0 25px 10px 0;vertical-align:text-top}#block-sdss-subtheme-newsresearch .menu>.menu-item span{color:#155f65;font-weight:600}#block-sdss-subtheme-newsresearch .menu>.menu-item.menu-item--expanded>ul{display:block;width:400px}#block-sdss-subtheme-newsresearch .menu>.menu-item.menu-item--expanded>ul li.menu-item{margin-right:20px;padding-right:0}.menu--newsroom.contextual-region{position:unset}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]{-ms-grid-rows:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div{border:1px solid #92d7dd;border-radius:40px;padding:0 56px;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:991px){.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div{margin:0 auto 30px}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div:active,.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div:focus,.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div:hover{background-color:#155f65;color:#92d7dd;text-decoration:underline}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div:active:after,.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div:focus:after,.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div:hover:after{background-color:#fff}}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a{color:#fff;text-decoration:none}@supports ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)){.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:after{content:"";display:inline-block;height:.5em;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjc0MiA1LjAwOCA3LjkzNS4wNzNjLS4xOTMtLjE0LS41OC0uMDctLjc3NC4xNDFhLjY4Ni42ODYgMCAwIDAgLjA2NS44NDZsNC41OCAzLjg3N0guNTgyQS41OTEuNTkxIDAgMCAwIDAgNS41MDFjMCAuMzUzLjI1OC42MzUuNTguNjM1aDExLjIyNkw3LjI5IDkuOTQzYy0uMjU4LjIxMS0uMjU4LjU2NC0uMDY0Ljg0NmEuNTY0LjU2NCAwIDAgMCAuNDUxLjIxMWMuMTMgMCAuMjU4LS4wNy4zMjMtLjE0MWw1LjgwNi00LjkzNUEuOC44IDAgMCAwIDE0IDUuNDMxYTEuNDkgMS40OSAwIDAgMC0uMjU4LS40MjNaIiBmaWxsPSIjQjEwNDBFIi8+PC9zdmc+) no-repeat 0 0;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjc0MiA1LjAwOCA3LjkzNS4wNzNjLS4xOTMtLjE0LS41OC0uMDctLjc3NC4xNDFhLjY4Ni42ODYgMCAwIDAgLjA2NS44NDZsNC41OCAzLjg3N0guNTgyQS41OTEuNTkxIDAgMCAwIDAgNS41MDFjMCAuMzUzLjI1OC42MzUuNTguNjM1aDExLjIyNkw3LjI5IDkuOTQzYy0uMjU4LjIxMS0uMjU4LjU2NC0uMDY0Ljg0NmEuNTY0LjU2NCAwIDAgMCAuNDUxLjIxMWMuMTMgMCAuMjU4LS4wNy4zMjMtLjE0MWw1LjgwNi00LjkzNUEuOC44IDAgMCAwIDE0IDUuNDMxYTEuNDkgMS40OSAwIDAgMC0uMjU4LS40MjNaIiBmaWxsPSIjQjEwNDBFIi8+PC9zdmc+) no-repeat 0 0;-webkit-mask-size:contain;mask-size:contain;width:.5em}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:focus:after,.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:hover:after{background-color:#2e2d29}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:after{background-color:#006cb8;margin-bottom:.06em;margin-left:.4em;margin-right:.3em;-webkit-transition:-webkit-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out;transition:-webkit-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-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:focus:after,.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:hover:after{-webkit-transform:translateX(.2em);transform:translateX(.2em)}}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:active,.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:focus,.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:hover{color:#92d7dd;text-decoration:underline}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:active:after,.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:focus:after,.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:hover:after{background-color:#fff}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:after{background-color:#fff;height:1.2rem;width:1.5rem}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true]{-ms-grid-rows:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div{border:1px solid #92d7dd;border-radius:40px;padding:0 56px;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:991px){.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div{margin:0 auto 30px}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div:active,.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div:focus,.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div:hover{background-color:#155f65;color:#92d7dd;text-decoration:underline}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div:active:after,.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div:focus:after,.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div:hover:after{background-color:#fff}}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a{color:#fff;text-decoration:none}@supports ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)){.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:after{content:"";display:inline-block;height:.5em;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjc0MiA1LjAwOCA3LjkzNS4wNzNjLS4xOTMtLjE0LS41OC0uMDctLjc3NC4xNDFhLjY4Ni42ODYgMCAwIDAgLjA2NS44NDZsNC41OCAzLjg3N0guNTgyQS41OTEuNTkxIDAgMCAwIDAgNS41MDFjMCAuMzUzLjI1OC42MzUuNTguNjM1aDExLjIyNkw3LjI5IDkuOTQzYy0uMjU4LjIxMS0uMjU4LjU2NC0uMDY0Ljg0NmEuNTY0LjU2NCAwIDAgMCAuNDUxLjIxMWMuMTMgMCAuMjU4LS4wNy4zMjMtLjE0MWw1LjgwNi00LjkzNUEuOC44IDAgMCAwIDE0IDUuNDMxYTEuNDkgMS40OSAwIDAgMC0uMjU4LS40MjNaIiBmaWxsPSIjQjEwNDBFIi8+PC9zdmc+) no-repeat 0 0;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjc0MiA1LjAwOCA3LjkzNS4wNzNjLS4xOTMtLjE0LS41OC0uMDctLjc3NC4xNDFhLjY4Ni42ODYgMCAwIDAgLjA2NS44NDZsNC41OCAzLjg3N0guNTgyQS41OTEuNTkxIDAgMCAwIDAgNS41MDFjMCAuMzUzLjI1OC42MzUuNTguNjM1aDExLjIyNkw3LjI5IDkuOTQzYy0uMjU4LjIxMS0uMjU4LjU2NC0uMDY0Ljg0NmEuNTY0LjU2NCAwIDAgMCAuNDUxLjIxMWMuMTMgMCAuMjU4LS4wNy4zMjMtLjE0MWw1LjgwNi00LjkzNUEuOC44IDAgMCAwIDE0IDUuNDMxYTEuNDkgMS40OSAwIDAgMC0uMjU4LS40MjNaIiBmaWxsPSIjQjEwNDBFIi8+PC9zdmc+) no-repeat 0 0;-webkit-mask-size:contain;mask-size:contain;width:.5em}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:focus:after,.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:hover:after{background-color:#2e2d29}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:after{background-color:#006cb8;margin-bottom:.06em;margin-left:.4em;margin-right:.3em;-webkit-transition:-webkit-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out;transition:-webkit-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-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:focus:after,.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:hover:after{-webkit-transform:translateX(.2em);transform:translateX(.2em)}}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:active,.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:focus,.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:hover{color:#92d7dd;text-decoration:underline}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:active:after,.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:focus:after,.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:hover:after{background-color:#fff}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:after{background-color:#fff;height:1.2rem;width:1.5rem}.newsroom-wrapper .newsroom-mobile--btn{display:none}@media (min-width:992px){.newsroom-wrapper nav .mobile-menu-logo{display:none}}@media (max-width:991px){.newsroom-wrapper nav .mobile-menu-logo svg[open=true]{position:absolute;top:-99px;z-index:10001}.newsroom-wrapper .newsroom-mobile--btn{border:1px solid #d5d5d4;display:block;max-width:25rem;padding:15px 20px 17px}.newsroom-wrapper .newsroom-mobile--btn a{color:#155f65;font-weight:600;line-height:109%}.newsroom-wrapper nav>button[aria-expanded=false]{color:#155f65;font-weight:600;margin:0 auto;position:unset}}.node-stanford-news-su-sdss-media-contacts{margin-bottom:3.4rem;margin-top:3.4rem}@media only screen and (min-width:768px){.node-stanford-news-su-sdss-media-contacts{margin-top:5.8rem}}@media only screen and (min-width:1500px){.node-stanford-news-su-sdss-media-contacts{margin-top:6.1rem}}@media only screen and (min-width:768px){.node-stanford-news-su-sdss-media-contacts{margin-bottom:5.8rem}}@media only screen and (min-width:1500px){.node-stanford-news-su-sdss-media-contacts{margin-bottom:6.1rem}}@media (min-width:992px){.node-stanford-news-su-sdss-media-contacts{-ms-grid-columns:30% 65%;-webkit-column-gap:5%;-moz-column-gap:5%;column-gap:5%;display:-ms-grid;display:grid;grid-template-columns:30% 65%}}@media (min-width:768px){.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts{margin-top:1.5rem}}@media only screen and (min-width:768px) and (min-width:768px){.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts{margin-top:1.8rem}}@media only screen and (min-width:768px) and (min-width:1500px){.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts{margin-top:1.9rem}}@media (min-width:576px){.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-column-gap:2%;-moz-column-gap:2%;column-gap:2%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;row-gap:3em}}.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts>div{width:49%}@media (max-width:575px){.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts>div{margin:40px 0}}.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts .su-sdss-media-contact .su-sdss-media-contact-name{font-size:1.4em;font-weight:600;line-height:1;margin-bottom:1.6rem}.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts .su-sdss-media-contact .su-sdss-media-contact-email,.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts .su-sdss-media-contact .su-sdss-media-contact-org,.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts .su-sdss-media-contact .su-sdss-media-contact-phone{font-size:1.25em;letter-spacing:-.01em}@media only screen and (min-width:768px) and (min-width:768px){.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts .su-sdss-media-contact .su-sdss-media-contact-email,.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts .su-sdss-media-contact .su-sdss-media-contact-phone{font-size:2.1rem;line-height:1.7}}.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts .su-sdss-media-contact .su-sdss-media-contact-org{padding-bottom:.45em}.layout--layout-paragraphs-one-column .sidebar{margin-bottom:2rem}@media only screen and (min-width:768px){.layout--layout-paragraphs-one-column .sidebar{margin-bottom:2.6rem}}@media only screen and (min-width:1500px){.layout--layout-paragraphs-one-column .sidebar{margin-bottom:2.7rem}}@media (max-width:1199px){.layout--layout-paragraphs-one-column .sidebar{max-width:100%}}@media (min-width:1200px){.layout--layout-paragraphs-one-column .sidebar{margin-left:10%;max-width:70%}}.layout--layout-paragraphs-one-column .sidebar.bg_color_default,.layout--layout-paragraphs-one-column .sidebar.bg_color_option_1{padding:3.4rem}@media only screen and (min-width:768px){.layout--layout-paragraphs-one-column .sidebar.bg_color_default,.layout--layout-paragraphs-one-column .sidebar.bg_color_option_1{padding:5.8rem}}@media only screen and (min-width:1500px){.layout--layout-paragraphs-one-column .sidebar.bg_color_default,.layout--layout-paragraphs-one-column .sidebar.bg_color_option_1{padding:6.1rem}}@media only screen and (min-width:0){.layout--layout-paragraphs-two-column .sidebar.bg_color_default,.layout--layout-paragraphs-two-column .sidebar.bg_color_option_1{padding:3.2rem}}@media only screen and (min-width:768px){.layout--layout-paragraphs-two-column .sidebar.bg_color_default,.layout--layout-paragraphs-two-column .sidebar.bg_color_option_1{padding:3.6rem}}@media only screen and (min-width:1500px){.layout--layout-paragraphs-two-column .sidebar.bg_color_default,.layout--layout-paragraphs-two-column .sidebar.bg_color_option_1{padding:3.8rem}}@media only screen and (min-width:0){.layout--layout-paragraphs-three-column .sidebar.bg_color_default,.layout--layout-paragraphs-three-column .sidebar.bg_color_option_1{padding:2.31rem}}@media only screen and (min-width:768px){.layout--layout-paragraphs-three-column .sidebar.bg_color_default,.layout--layout-paragraphs-three-column .sidebar.bg_color_option_1{padding:2.6rem}}@media only screen and (min-width:1500px){.layout--layout-paragraphs-three-column .sidebar.bg_color_default,.layout--layout-paragraphs-three-column .sidebar.bg_color_option_1{padding:2.74rem}}.sidebar .su-sidebar-bgcolor-alt{display:none}.sidebar.large_sidebar_title h2{color:#2e2d29;font-size:1.5625em;letter-spacing:-.012em}.sidebar.default_sidebar_title h2,.sidebar.small_sidebar_title h2{color:#2e2d29;font-size:1.25em;font-weight:600;letter-spacing:-.01em}.sidebar .su-sidebar-title{padding-bottom:2rem}@media only screen and (min-width:768px){.sidebar .su-sidebar-title{padding-bottom:2.6rem}}@media only screen and (min-width:1500px){.sidebar .su-sidebar-title{padding-bottom:2.7rem}}.sidebar.bg_color_option_1{background-color:#e9f7f8}.sidebar.bg_color_default{border:1px solid #d5d5d4}.layout--layout-paragraphs-one-column .sdss-spotlight .su-card,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card{display:block}.layout--layout-paragraphs-one-column .sdss-spotlight .su-card .su-figure__wrapper,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card .su-figure__wrapper{margin-bottom:2rem}@media only screen and (min-width:768px){.layout--layout-paragraphs-one-column .sdss-spotlight .su-card .su-figure__wrapper,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card .su-figure__wrapper{margin-bottom:2.6rem}}@media only screen and (min-width:1500px){.layout--layout-paragraphs-one-column .sdss-spotlight .su-card .su-figure__wrapper,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card .su-figure__wrapper{margin-bottom:2.7rem}}.layout--layout-paragraphs-one-column .sdss-spotlight .su-card .news-vertical-teaser__pub-date,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card .news-vertical-teaser__pub-date{color:#767674;font-size:1.25em;letter-spacing:-.01em}.layout--layout-paragraphs-one-column .sdss-spotlight .su-card .su-card__contents p,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card .su-card__contents p{font-size:1.25em;letter-spacing:-.01em}@media (max-width:575px){.layout--layout-paragraphs-one-column .sdss-spotlight .su-card .su-card__contents,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card .su-card__contents{display:block}}.layout--layout-paragraphs-one-column .sdss-spotlight .su-card img,.layout--layout-paragraphs-one-column .sdss-spotlight .su-card picture,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card img,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card picture{aspect-ratio:unset}.layout--layout-paragraphs-one-column .ptype-sdss-spotlight,.layout-paragraphs-sdss-one-four-one .ptype-sdss-spotlight{margin-left:unset;max-width:unset}.layout--layout-paragraphs-one-column .sdss-spotlight .su-card .su-content__wrapper,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card .su-content__wrapper{padding-left:5rem;padding-right:5rem}@media (min-width:992px){.layout--layout-paragraphs-one-column .sdss-spotlight .su-card,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.layout--layout-paragraphs-one-column .sdss-spotlight .su-card .su-figure__wrapper,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card .su-figure__wrapper{-webkit-box-ordinal-group:3;-ms-flex-order:2;-ms-flex-preferred-size:50%;flex-basis:50%;margin-bottom:0;order:2}.layout--layout-paragraphs-one-column .sdss-spotlight .su-card .su-content__wrapper,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card .su-content__wrapper{-ms-flex-item-align:center;-ms-grid-row-align:center;-ms-flex-preferred-size:50%;align-self:center;flex-basis:50%;padding-left:10rem}}@media (min-width:1500px){.layout--layout-paragraphs-one-column .sdss-spotlight .su-card .su-content__wrapper,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card .su-content__wrapper{padding-right:10rem}}@media (min-width:1200px){.layout--layout-paragraphs-one-column.layout-paragraphs-sdss-bgimage--circles .sdss-spotlight,.layout-paragraphs-sdss-one-four-one.layout-paragraphs-sdss-bgimage--circles .sdss-spotlight{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTExIiBoZWlnaHQ9IjkxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyODQuNSIgY3k9IjYzNC41IiByPSIyODQiIHN0cm9rZT0iI0Q1RDVENCIvPjxjaXJjbGUgY3g9IjQ4MC41IiBjeT0iNjM0LjUiIHI9IjI4NCIgc3Ryb2tlPSIjRDVENUQ0Ii8+PGNpcmNsZSBjeD0iNjI2LjUiIGN5PSI2MzQuNSIgcj0iMjg0IiBzdHJva2U9IiNENUQ1RDQiLz48Y2lyY2xlIGN4PSIyODQuNSIgY3k9IjEyNC41IiByPSIyODQiIHN0cm9rZT0iI0Q1RDVENCIvPjxjaXJjbGUgY3g9IjQ4MC41IiBjeT0iMTI0LjUiIHI9IjI4NCIgc3Ryb2tlPSIjRDVENUQ0Ii8+PGNpcmNsZSBjeD0iNjI2LjUiIGN5PSIxMjQuNSIgcj0iMjg0IiBzdHJva2U9IiNENUQ1RDQiLz48L3N2Zz4=) no-repeat;background-position:bottom;padding-top:50px}.layout--layout-paragraphs-one-column.layout-paragraphs-sdss-bgcolor--blue .sdss-spotlight,.layout--layout-paragraphs-one-column.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight,.layout--layout-paragraphs-one-column.layout-paragraphs-sdss-bgcolor--grey .sdss-spotlight,.layout-paragraphs-sdss-one-four-one.layout-paragraphs-sdss-bgcolor--blue .sdss-spotlight,.layout-paragraphs-sdss-one-four-one.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight,.layout-paragraphs-sdss-one-four-one.layout-paragraphs-sdss-bgcolor--grey .sdss-spotlight{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTExIiBoZWlnaHQ9IjkxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyODQuNSIgY3k9IjYzNC41IiByPSIyODQiIHN0cm9rZT0iI2ZmZiIvPjxjaXJjbGUgY3g9IjQ4MC41IiBjeT0iNjM0LjUiIHI9IjI4NCIgc3Ryb2tlPSIjZmZmIi8+PGNpcmNsZSBjeD0iNjI2LjUiIGN5PSI2MzQuNSIgcj0iMjg0IiBzdHJva2U9IiNmZmYiLz48Y2lyY2xlIGN4PSIyODQuNSIgY3k9IjEyNC41IiByPSIyODQiIHN0cm9rZT0iI2ZmZiIvPjxjaXJjbGUgY3g9IjQ4MC41IiBjeT0iMTI0LjUiIHI9IjI4NCIgc3Ryb2tlPSIjZmZmIi8+PGNpcmNsZSBjeD0iNjI2LjUiIGN5PSIxMjQuNSIgcj0iMjg0IiBzdHJva2U9IiNmZmYiLz48L3N2Zz4=) no-repeat;background-position:bottom}.jumpstart-ui--one-column.newsroom-title-hidden.centered-content .node-stanford-page-title{margin-top:0}}.layout--layout-paragraphs-one-column.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight .news-vertical-teaser__pub-date,.layout--layout-paragraphs-one-column.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight h2,.layout-paragraphs-sdss-one-four-one.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight .news-vertical-teaser__pub-date,.layout-paragraphs-sdss-one-four-one.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight h2{color:#fff}.layout--layout-paragraphs-one-column.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight a h2:active,.layout--layout-paragraphs-one-column.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight a h2:focus,.layout--layout-paragraphs-one-column.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight a h2:hover,.layout-paragraphs-sdss-one-four-one.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight a h2:active,.layout-paragraphs-sdss-one-four-one.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight a h2:focus,.layout-paragraphs-sdss-one-four-one.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight a h2:hover{color:#92d7dd}.layout--layout-paragraphs-one-column.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight .su-news-vertical-teaser.su-card .news-vertical-teaser__topics a,.layout-paragraphs-sdss-one-four-one.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight .su-news-vertical-teaser.su-card .news-vertical-teaser__topics a{color:#fff}.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-wysiwyg,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-wysiwyg{margin:0 auto}@media only screen and (min-width:0){.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-wysiwyg,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-wysiwyg{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width:576px){.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-wysiwyg,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-wysiwyg{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width:768px){.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-wysiwyg,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-wysiwyg{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width:992px){.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-wysiwyg,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-wysiwyg{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width:1200px){.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-wysiwyg,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-wysiwyg{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width:1500px){.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-wysiwyg,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-wysiwyg{max-width:2000px;width:calc(100% - 200px)}}.stanford-news .su-wysiwyg-text p{max-width:750px}@media (max-width:991px){.jumpstart-ui--one-column .container-1-items{margin-left:2.8em;margin-right:2.8em}}@media (max-width:767px){.jumpstart-ui--one-column .container-1-items{margin-left:1.9em;margin-right:1.9em}}.jumpstart-ui--one-column.centered-content{margin:0 auto}@media only screen and (min-width:0){.jumpstart-ui--one-column.centered-content{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width:576px){.jumpstart-ui--one-column.centered-content{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width:768px){.jumpstart-ui--one-column.centered-content{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width:992px){.jumpstart-ui--one-column.centered-content{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width:1200px){.jumpstart-ui--one-column.centered-content{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width:1500px){.jumpstart-ui--one-column.centered-content{max-width:2000px;width:calc(100% - 200px)}}.jumpstart-ui--one-column.centered-content>div:first-child{margin-left:unset;margin-right:unset}.people-terms .views-field-title a,.stanford-people-grid .views-field-title a{color:#014240;outline-color:#014240}@media (max-width:767px){.people-terms .views-field-title a,.stanford-people-grid .views-field-title a{font-size:2.6rem;line-height:120%}}@media (min-width:768px){.people-terms .views-field-title a,.stanford-people-grid .views-field-title a{font-size:3.2rem;line-height:120%}}@media (min-width:992px){.people-terms .views-field-title a,.stanford-people-grid .views-field-title a{font-size:3.2rem;line-height:120%}}.people-terms .views-field-title a:hover,.stanford-people-grid .views-field-title a:hover{color:#000;cursor:pointer;text-decoration:underline}.people-terms .views-field-title a:hover svg.mailto,.stanford-people-grid .views-field-title a:hover svg.mailto{fill:#000}.people-terms .views-field-title a:hover:after,.stanford-people-grid .views-field-title a:hover:after{background-color:#000}.people-terms .views-field-title a:focus,.stanford-people-grid .views-field-title a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.people-terms .views-field-title a:focus:after,.stanford-people-grid .views-field-title a:focus:after{background-color:#000}.people-terms .views-field-title a:active,.stanford-people-grid .views-field-title a:active{color:#2e2d29}.people-terms .views-field-title a:active:after,.stanford-people-grid .views-field-title a:active:after{background-color:#000}.people-terms .views-field-title a:after,.stanford-people-grid .views-field-title a:after{background-color:#014240}.people-terms .views-field-title a.mailto svg,.stanford-people-grid .views-field-title a.mailto svg{fill:#014240}.people-terms .views-field-title a h2,.people-terms .views-field-title a h3,.stanford-people-grid .views-field-title a h2,.stanford-people-grid .views-field-title a h3{display:inline;font-weight:400;line-height:120%}.people-terms .views-field-title a:focus h2,.people-terms .views-field-title a:focus h3,.stanford-people-grid .views-field-title a:focus h2,.stanford-people-grid .views-field-title a:focus h3{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.people-terms .views-field-su-person-short-title,.stanford-people-grid .views-field-su-person-short-title{color:#2e2d29}.stanford-people-grid .views-field-title a{color:#014240;font-size:1.5625em;outline-color:#014240}.stanford-people-grid .views-field-title a:hover{color:#000;cursor:pointer;text-decoration:underline}.stanford-people-grid .views-field-title a:hover svg.mailto{fill:#000}.stanford-people-grid .views-field-title a:hover:after{background-color:#000}.stanford-people-grid .views-field-title a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.stanford-people-grid .views-field-title a:focus:after{background-color:#000}.stanford-people-grid .views-field-title a:active{color:#2e2d29}.stanford-people-grid .views-field-title a:active:after{background-color:#000}.stanford-people-grid .views-field-title a:after{background-color:#014240}.stanford-people-grid .views-field-title a.mailto svg{fill:#014240}.stanford-people-grid .views-field-su-person-full-title{font-size:2rem}.ds-entity--stanford-person .su-card a{color:#014240;display:inline-block;font-size:.52em;font-weight:400}.ds-entity--stanford-person .su-card a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.ds-entity--stanford-person .su-card a:active{color:#2e2d29}.ds-entity--stanford-person .su-card .su-person-short-title{color:#2e2d29;font-size:2rem}@media only screen and (min-width:768px){.ds-entity--stanford-person h2{line-height:inherit}}.publication .content .jumpstart-ui--one-column.centered-content>div:first-child{margin-left:auto;margin-right:auto}.publication .content .node-stanford-publication-citation-type{color:#6d6c69}.publication .content .node-stanford-publication-su-publication-topics h2{margin-top:5rem}@media only screen and (min-width:768px){.publication .content .node-stanford-publication-su-publication-topics h2{margin-top:10.8rem}}@media only screen and (min-width:1500px){.publication .content .node-stanford-publication-su-publication-topics h2{margin-top:11.4rem}}@media (min-width:992px){.publication .content .sdss-publication-content .main-region{-ms-grid-columns:75% 25%;-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem;display:-ms-grid;display:grid;grid-template-columns:75% 25%}.publication .content .node-stanford-publication-su-publication-cta{-ms-grid-column:2;grid-column-start:2}.publication .content .node-stanford-publication-su-publication-components{-ms-grid-row-span:2;-ms-grid-column:1;grid-column-start:1;grid-row-end:span 2}}@media (max-width:991px){.publication .content .jumpstart-ui--one-column .container-1-items{margin-left:unset;margin-right:unset}.publication .content .node-stanford-publication-su-publication-citation{border-left:1px solid #eaeaea;font-size:2rem;margin-top:6rem;padding-left:3rem}}@media only screen and (max-width:991px) and (min-width:768px){.publication .content .node-stanford-publication-su-publication-citation{padding-left:3.6rem}}@media only screen and (max-width:991px) and (min-width:1500px){.publication .content .node-stanford-publication-su-publication-citation{padding-left:3.8rem}}.stanford-publications-related .su-card.sdss-card--publication{border:0;-webkit-box-shadow:none;box-shadow:none;padding:0}.stanford-publications-related .su-card.sdss-card--publication .su-card__headline{color:#2e2d29;font-size:1.5625em;letter-spacing:-.012em}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents{padding:0}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a{border-radius:0;color:#014240;font-size:1em;outline-color:#014240}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:hover{color:#000;cursor:pointer;text-decoration:underline}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:hover svg.mailto{fill:#000}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:hover:after{background-color:#000}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:focus:after{background-color:#000}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:active{color:#2e2d29}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:active:after{background-color:#000}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:after{background-color:#014240}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a.mailto svg{fill:#014240}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:active,.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:focus,.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:hover{text-decoration:underline}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a.su-button--secondary{margin-top:1em;text-decoration:none}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a.su-button--secondary:active,.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a.su-button--secondary:focus,.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a.su-button--secondary:hover{text-decoration:underline}.stanford-publications-related .su-card__superheadline{color:#6d6c69;display:inline-block;font-size:1em;padding-bottom:1em;text-transform:uppercase}.stanford-publications.view a{color:#2e2d29;font-weight:unset;text-decoration:none}.stanford-publications.view a:active,.stanford-publications.view a:focus,.stanford-publications.view a:hover{color:#155f65;text-decoration:underline}.stanford-publications.view .more-link a{background:transparent;border:1px solid #014240;border-radius:3rem;-webkit-box-shadow:none;box-shadow:none;color:#014240;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;text-decoration:none}.stanford-publications.view .more-link a:hover{background:#fff;-webkit-box-shadow:0 8px 25px rgba(0,0,0,.14);box-shadow:0 8px 25px rgba(0,0,0,.14);color:#014240;cursor:pointer;text-decoration:underline}.stanford-publications.view .more-link a:hover svg.mailto{fill:#000}.stanford-publications.view .more-link a:hover:after{background-color:#000}.stanford-publications.view .more-link a:focus{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}.stanford-publications.view .more-link a:focus:after{background-color:#014240}.stanford-publications.view .more-link a:active{background-color:#014240;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}.stanford-publications.view .more-link a:active:after{background-color:#fff}.stanford-publications.view .more-link a:after{background-color:#014240}.stanford-publications.view .views-field-edit-node{padding-top:1em}.stanford-publications.view .views-field-edit-node .su-button--secondary{border-radius:0}.stanford-publications.view .views-field-su-publication-citation a{text-decoration:underline}.stanford-publications.view .views-field-su-publication-citation a:active,.stanford-publications.view .views-field-su-publication-citation a:focus,.stanford-publications.view .views-field-su-publication-citation a:hover{text-decoration:none}.stanford-publications-related .block__title{text-align:unset}.publication .jumpstart-ui--one-column .node-stanford-publication-su-publication-topics .su-publication-topics li a{color:#014240;outline-color:#014240}.publication .jumpstart-ui--one-column .node-stanford-publication-su-publication-topics .su-publication-topics li a:hover{color:#000;cursor:pointer;text-decoration:underline}.publication .jumpstart-ui--one-column .node-stanford-publication-su-publication-topics .su-publication-topics li a:hover svg.mailto{fill:#000}.publication .jumpstart-ui--one-column .node-stanford-publication-su-publication-topics .su-publication-topics li a:hover:after{background-color:#000}.publication .jumpstart-ui--one-column .node-stanford-publication-su-publication-topics .su-publication-topics li a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.publication .jumpstart-ui--one-column .node-stanford-publication-su-publication-topics .su-publication-topics li a:focus:after{background-color:#000}.publication .jumpstart-ui--one-column .node-stanford-publication-su-publication-topics .su-publication-topics li a:active{color:#2e2d29}.publication .jumpstart-ui--one-column .node-stanford-publication-su-publication-topics .su-publication-topics li a:active:after{background-color:#000}.publication .jumpstart-ui--one-column .node-stanford-publication-su-publication-topics .su-publication-topics li a:after{background-color:#014240}.publication .jumpstart-ui--one-column .node-stanford-publication-su-publication-topics .su-publication-topics li a.mailto svg{fill:#014240}.layout-paragraphs-sdss-bgcolor--green{background-color:#014240;color:#fff}.layout-paragraphs-sdss-bgcolor--green table tbody th,.layout-paragraphs-sdss-bgcolor--green table thead th{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a{color:#fff;font-weight:400;outline-color:#fff;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a:hover{color:#b1ef89;cursor:pointer;font-weight:400;text-decoration:none}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a:hover svg.mailto{fill:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a:focus{background-color:transparent;color:#b1ef89;outline:1px solid #fff;text-decoration:none}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a:focus:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a:active{background-color:transparent;color:#b1ef89;outline:1px solid #fff;text-decoration:none}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a:active:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.mailto svg{fill:#fff}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--big,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button--big{color:#014240;text-decoration:none}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--big:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button--big:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button:hover{text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--big:active,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--big:focus,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button:active,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button:focus,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button--big:active,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button--big:focus,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button:active,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button:focus{background:transparent;color:#fff;outline:1px solid #fff;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--big:active:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--big:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button:active:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button--big:active:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button--big:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button:active:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button:focus:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--secondary,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button-secondary{background:transparent;border:1px solid #fff;border-radius:3rem;-webkit-box-shadow:none;box-shadow:none;color:#fff;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;text-decoration:none}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--secondary:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button-secondary:hover{background:#155f65;border:1px solid #155f65;color:#fff;cursor:pointer;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--secondary:hover svg.mailto,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button-secondary:hover svg.mailto{fill:#fff}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--secondary:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button-secondary:hover:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--secondary:focus,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button-secondary:focus{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#fff;outline:3px solid #fff;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--secondary:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button-secondary:focus:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--secondary:active,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button-secondary:active{background-color:#fff;-webkit-box-shadow:none;box-shadow:none;color:#014240;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--secondary:active:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button-secondary:active:after{background-color:#014240}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--secondary:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button-secondary:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green div a.su-button:active,.layout-paragraphs-sdss-bgcolor--green div a.su-button:focus,.layout-paragraphs-sdss-bgcolor--green div a.su-link--external.su-button:active,.layout-paragraphs-sdss-bgcolor--green div a.su-link--external.su-button:focus{padding:.375em .875em}.layout-paragraphs-sdss-bgcolor--green .su-link--action:after{background-color:#92d7dd}.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2,.layout-paragraphs-sdss-bgcolor--green figcaption.su-media__caption{color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2:active,.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2:focus,.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2:hover{color:#b1ef89;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2:active>h2,.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2:focus>h2,.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2:hover>h2{color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2:active:after,.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2:focus:after,.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-su-publication-citation a,.layout-paragraphs-sdss-bgcolor--green .su-event--past-events-text,.layout-paragraphs-sdss-bgcolor--green .su-past-event{color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-su-publication-citation a:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-su-publication-citation a:active,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-su-publication-citation a:focus,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-su-publication-citation a:hover{color:#b1ef89;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-su-publication-citation a:active:after,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-su-publication-citation a:focus:after,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-su-publication-citation a:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a{background-color:#fff;-webkit-box-shadow:inset 0 0 0 2px #b1040e;box-shadow:inset 0 0 0 2px #b1040e;color:#b1040e;padding:1rem 2rem 1.15rem;text-align:right}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:after,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:before{background-color:#b1040e;color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:focus,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:focus:after,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:focus:before,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:hover,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:hover:after,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:hover:before{background-color:#fff;color:#2e2d29}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:hover{-webkit-box-shadow:inset 0 0 0 2px #2e2d29;box-shadow:inset 0 0 0 2px #2e2d29}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:hover:after,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:hover:before{background-color:#2e2d29;color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:focus{-webkit-box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #53565a,0 0 7px #53565a;box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #53565a,0 0 7px #53565a}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:focus:after,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:focus:before{background-color:#2e2d29;color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a{color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:active,.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:focus,.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:hover{color:#b1ef89;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:active:after,.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:focus:after,.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a{color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:active,.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:focus,.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:hover{color:#fff;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents span{color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .stanford-publication.node-title a:after{height:2.5rem;width:2.5rem}.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a,.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .su-entity-item a{color:#fff}.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:active,.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:focus,.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:hover{color:#fff;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents span,.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a{color:#fff}.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:after{background-color:#fff;height:2.5rem;width:2.5rem}.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:active,.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:focus,.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:hover{color:#b1ef89;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:active:after,.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:focus:after,.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--blue,.layout-paragraphs-sdss-bgcolor--green,.layout-paragraphs-sdss-bgcolor--grey{padding-top:2rem}@media only screen and (min-width:768px){.layout-paragraphs-sdss-bgcolor--blue,.layout-paragraphs-sdss-bgcolor--green,.layout-paragraphs-sdss-bgcolor--grey{padding-top:2.6rem}}@media only screen and (min-width:1500px){.layout-paragraphs-sdss-bgcolor--blue,.layout-paragraphs-sdss-bgcolor--green,.layout-paragraphs-sdss-bgcolor--grey{padding-top:2.7rem}}@media (max-width:991px){.layout-paragraphs-sdss-bgcolor--blue,.layout-paragraphs-sdss-bgcolor--green,.layout-paragraphs-sdss-bgcolor--grey{margin-bottom:3rem;padding-bottom:3rem}}@media only screen and (max-width:991px) and (min-width:768px){.layout-paragraphs-sdss-bgcolor--blue,.layout-paragraphs-sdss-bgcolor--green,.layout-paragraphs-sdss-bgcolor--grey{padding-bottom:3.6rem}}@media only screen and (max-width:991px) and (min-width:1500px){.layout-paragraphs-sdss-bgcolor--blue,.layout-paragraphs-sdss-bgcolor--green,.layout-paragraphs-sdss-bgcolor--grey{padding-bottom:3.8rem}}@media only screen and (max-width:991px) and (min-width:768px){.layout-paragraphs-sdss-bgcolor--blue,.layout-paragraphs-sdss-bgcolor--green,.layout-paragraphs-sdss-bgcolor--grey{margin-bottom:3.6rem}}@media only screen and (max-width:991px) and (min-width:1500px){.layout-paragraphs-sdss-bgcolor--blue,.layout-paragraphs-sdss-bgcolor--green,.layout-paragraphs-sdss-bgcolor--grey{margin-bottom:3.8rem}}.layout-paragraphs-sdss-bgcolor--white{background-color:#fff;color:#2e2d29}.layout-paragraphs-sdss-bgcolor--white article.su-card{background:transparent}.layout-paragraphs-sdss-bgcolor--blue{background-color:#e9f7f8}.layout-paragraphs-sdss-bgcolor--blue article.su-card{background:transparent}.layout-paragraphs-sdss-bgcolor--grey{background-color:#edefef}.layout-paragraphs-sdss-bgcolor--grey article.su-card{background:transparent}.filter-menu{position:sticky;top:250px}.role--authenticated .filter-menu{top:300px}.filter-menu{margin-bottom:4.5rem}@media only screen and (min-width:768px){.filter-menu{margin-bottom:9rem}}@media only screen and (min-width:1500px){.filter-menu{margin-bottom:9.5rem}}.filter-menu .menu .menu-item a,.filter-menu .topics__collapsable-menu{color:#2e2d29;font-size:1.9rem;font-weight:400}.filter-menu .menu .menu-item a:active:after,.filter-menu .menu .menu-item a:active:before,.filter-menu .menu .menu-item a:before,.filter-menu .menu .menu-item a:focus:after,.filter-menu .menu .menu-item a:focus:before,.filter-menu .menu .menu-item a:hover:after,.filter-menu .menu .menu-item a:hover:before{background-color:transparent}.filter-menu .menu .menu-item a:focus{padding:1.6rem 4.8rem 1.6rem 0}.filter-menu .menu .menu-item--active-trail .is-active{color:#2e2d29;font-weight:400}.filter-menu .menu .menu-item--active-trail:before{color:#2e2d29}.navigation.menu--main{position:sticky;top:250px}.role--authenticated .navigation.menu--main{top:300px}.su-secondary-nav.su-secondary-nav--buttons>.su-secondary-nav__menu{padding-bottom:4.5rem}@media only screen and (min-width:768px){.su-secondary-nav.su-secondary-nav--buttons>.su-secondary-nav__menu{padding-bottom:9rem}}@media only screen and (min-width:1500px){.su-secondary-nav.su-secondary-nav--buttons>.su-secondary-nav__menu{padding-bottom:9.5rem}}.su-secondary-nav.su-secondary-nav--buttons>.su-secondary-nav__menu>.su-secondary-nav__item{border:0}.su-secondary-nav.su-secondary-nav--buttons .su-secondary-nav__menu-lv2 .su-secondary-nav__item a.su-secondary-nav__link{padding-left:.8em}.su-secondary-nav.su-secondary-nav--buttons .su-secondary-nav__item--current>a.su-secondary-nav__link{color:#014240}.su-secondary-nav.su-secondary-nav--buttons .su-secondary-nav__item--current>a.su-secondary-nav__link:before{background-color:#014240;width:3px}.su-secondary-nav.su-secondary-nav--buttons .su-secondary-nav__item--current>a.su-secondary-nav__link:active,.su-secondary-nav.su-secondary-nav--buttons .su-secondary-nav__item--current>a.su-secondary-nav__link:focus,.su-secondary-nav.su-secondary-nav--buttons .su-secondary-nav__item--current>a.su-secondary-nav__link:hover{color:#155f65}.su-secondary-nav.su-secondary-nav--buttons .su-secondary-nav__item--current>a.su-secondary-nav__link:active:before,.su-secondary-nav.su-secondary-nav--buttons .su-secondary-nav__item--current>a.su-secondary-nav__link:focus:before,.su-secondary-nav.su-secondary-nav--buttons .su-secondary-nav__item--current>a.su-secondary-nav__link:hover:before{background-color:#000;color:#2e2d29;width:3px}.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link{color:#2e2d29;font-size:1.06em;font-weight:400;padding-bottom:1.1rem;padding-top:1.1rem}@media only screen and (min-width:768px){.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link{padding-bottom:1.2rem}}@media only screen and (min-width:1500px){.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link{padding-bottom:1.3rem}}@media only screen and (min-width:768px){.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link{padding-top:1.2rem}}@media only screen and (min-width:1500px){.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link{padding-top:1.3rem}}.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:before{background-color:#000;width:3px}.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:active,.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:focus,.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:hover{color:#155f65}.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:active:before,.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:focus:before,.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:hover:before{background-color:#000}.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:active:after,.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:focus:after,.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:hover:after{background-color:transparent}.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:focus{color:#2e2d29}.su-secondary-nav.su-secondary-nav--buttons a.su-link--external.su-secondary-nav__link:after{background-color:#2e2d29}.su-secondary-nav.su-secondary-nav--buttons a.su-link--external.su-secondary-nav__link:hover:after{background-color:#155f65}.su-secondary-nav--buttons .su-secondary-nav__item--parent.su-secondary-nav__item--expanded>.su-nav-toggle:before,.su-secondary-nav--buttons .su-secondary-nav__item--parent>.su-nav-toggle:before{background:transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS43NTcuMzk4YS44MzMuODMzIDAgMCAxIDEuMTc5LjAyNmwzLjc5NyAzLjk3TDkuNTMxLjQyNWEuODMzLjgzMyAwIDAgMSAxLjIwNCAxLjE1MmwtNC40IDQuNmEuODMzLjgzMyAwIDAgMS0xLjIwNCAwbC00LjQtNC42QS44MzMuODMzIDAgMCAxIC43NTcuMzk4WiIgZmlsbD0iIzE1NUY2NSIvPjwvc3ZnPg==) no-repeat 50%/50%}.su-secondary-nav--buttons .su-secondary-nav__item--parent>.su-nav-toggle:before{border:2px solid #155f65;border-radius:19px;height:32px;width:32px}@media (min-width:992px){.su-site-search form{display:none}.su-site-search__submit,.su-site-search__submit:active,.su-site-search__submit:focus,.su-site-search__submit:hover{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Ik0xMy45NjEgMy4zODZhNi43NTQgNi43NTQgMCAwIDAtNi43NDYgNi43NDdjMCAxLjQzNC40NTMgMi43NjIgMS4yMTggMy44NTZMMy42IDE4LjgyMmExLjA0OSAxLjA0OSAwIDEgMCAxLjQ4NSAxLjQ4NEw5Ljg5MSAxNS41YTYuNzAzIDYuNzAzIDAgMCAwIDQuMDcgMS4zNzljMy43MiAwIDYuNzQ2LTMuMDI2IDYuNzQ2LTYuNzQ3cy0zLjAyNi02Ljc0Ni02Ljc0Ni02Ljc0NnptMCAxMS4zOTNjLTIuNTYyIDAtNC42NDYtMi4wODUtNC42NDYtNC42NDdzMi4wODQtNC42NDcgNC42NDYtNC42NDcgNC42NDYgMi4wODUgNC42NDYgNC42NDctMi4wODUgNC42NDctNC42NDYgNC42NDd6Ii8+PC9zdmc+) no-repeat 50%/75%}}@media (max-width:991px){a.su-site-search__submit{display:none}}.search .views-row{border-bottom:1px solid #82817f}.search .views-row div:last-child{border:none}.search .views-row h2{line-height:100%}.search .views-row h2 a{font-size:.6em;font-weight:400}.search .views-row span.field-content{display:block;padding-bottom:1em}.role--authenticated .su-masthead .su-site-search__submit{right:4rem;top:3.5rem}.content .paragraph-item .ptype-stanford-spacer{margin-bottom:0}.content .paragraph-item .ptype-stanford-spacer.sdss-spacer{margin-bottom:3.4rem}@media only screen and (min-width:768px){.content .paragraph-item .ptype-stanford-spacer.sdss-spacer{margin-bottom:5.8rem}}@media only screen and (min-width:1500px){.content .paragraph-item .ptype-stanford-spacer.sdss-spacer{margin-bottom:6.1rem}}.content .paragraph-item .ptype-stanford-spacer.sdss-spacer.sdss-spacer-default{margin-bottom:3.4rem}@media only screen and (min-width:768px){.content .paragraph-item .ptype-stanford-spacer.sdss-spacer.sdss-spacer-default{margin-bottom:5.8rem}}@media only screen and (min-width:1500px){.content .paragraph-item .ptype-stanford-spacer.sdss-spacer.sdss-spacer-default{margin-bottom:6.1rem}}.content .paragraph-item .ptype-stanford-spacer.sdss-spacer.sdss-spacer-reduced{margin-bottom:2rem}@media only screen and (min-width:768px){.content .paragraph-item .ptype-stanford-spacer.sdss-spacer.sdss-spacer-reduced{margin-bottom:2.6rem}}@media only screen and (min-width:1500px){.content .paragraph-item .ptype-stanford-spacer.sdss-spacer.sdss-spacer-reduced{margin-bottom:2.7rem}}.content .paragraph-item .ptype-stanford-spacer.sdss-spacer.sdss-spacer-minimal{margin-bottom:1.1rem}@media only screen and (min-width:768px){.content .paragraph-item .ptype-stanford-spacer.sdss-spacer.sdss-spacer-minimal{margin-bottom:1.2rem}}@media only screen and (min-width:1500px){.content .paragraph-item .ptype-stanford-spacer.sdss-spacer.sdss-spacer-minimal{margin-bottom:1.3rem}}.su-news-banner-media-caption{color:#6d6c69;float:unset;margin-top:1.1rem;max-width:750px;padding-left:0;text-align:left;width:auto}@media (min-width:1500px){.su-news-banner-media-caption{font-size:1.9rem}}@media (min-width:768px) and (max-width:1499px){.su-news-banner-media-caption{font-size:1.6rem}}@media (max-width:767px){.su-news-banner-media-caption{font-size:1.5rem}}@media only screen and (min-width:768px){.su-news-banner-media-caption{margin-top:1.2rem}}@media only screen and (min-width:1500px){.su-news-banner-media-caption{margin-top:1.3rem}}.paragraph.su-wysiwyg-text .caption figcaption{color:#6d6c69;float:unset;max-width:750px;text-align:left;width:auto}@media (min-width:1500px){.paragraph.su-wysiwyg-text .caption figcaption{font-size:1.9rem}}@media (min-width:768px) and (max-width:1499px){.paragraph.su-wysiwyg-text .caption figcaption{font-size:1.6rem}}@media (max-width:767px){.paragraph.su-wysiwyg-text .caption figcaption{font-size:1.5rem}}.su-media .su-media__caption{color:#6d6c69;float:unset;max-width:750px;text-align:left;width:auto}@media (min-width:1500px){.su-media .su-media__caption{font-size:1.9rem}}@media (min-width:768px) and (max-width:1499px){.su-media .su-media__caption{font-size:1.6rem}}@media (max-width:767px){.su-media .su-media__caption{font-size:1.5rem}}.su-media .su-media__caption *{line-height:1.3}h1,h2,h3,h4,h5,h6{color:#014240;font-weight:400}@media (max-width:767px){h1{font-size:4.5rem;line-height:120%}}@media (min-width:768px){h1{font-size:6.4rem;line-height:120%}}@media (min-width:992px){h1{font-size:6.4rem;line-height:120%}}@media (max-width:767px){h2{font-size:3.7rem;line-height:120%}}@media (min-width:768px){h2{font-size:5.2rem;line-height:120%}}@media (min-width:992px){h2{font-size:5.2rem;line-height:120%}}@media (max-width:767px){h3{font-size:3.1rem;line-height:120%}}@media (min-width:768px){h3{font-size:4.1rem;line-height:120%}}@media (min-width:992px){h3{font-size:4.1rem;line-height:120%}}@media (max-width:767px){h4{font-size:2.6rem;line-height:120%}}@media (min-width:768px){h4{font-size:3.2rem;line-height:120%}}@media (min-width:992px){h4{font-size:3.2rem;line-height:120%}}@media (max-width:767px){h5{font-size:2.1rem;line-height:130%}}@media (min-width:768px){h5{font-size:2.6rem;line-height:130%}}@media (min-width:992px){h5{font-size:2.6rem;line-height:130%}}.su-wysiwyg-text h2 a,.su-wysiwyg-text h3 a,.su-wysiwyg-text h4 a,.su-wysiwyg-text h5 a,.su-wysiwyg-text h6 a{color:#014240;font-weight:400;text-decoration:none}.su-wysiwyg-text h2 a:hover,.su-wysiwyg-text h3 a:hover,.su-wysiwyg-text h4 a:hover,.su-wysiwyg-text h5 a:hover,.su-wysiwyg-text h6 a:hover{color:#5b8f93}.su-wysiwyg-text h2 a:hover:after,.su-wysiwyg-text h3 a:hover:after,.su-wysiwyg-text h4 a:hover:after,.su-wysiwyg-text h5 a:hover:after,.su-wysiwyg-text h6 a:hover:after{background-color:#5b8f93}.su-wysiwyg-text h2 a:after,.su-wysiwyg-text h3 a:after,.su-wysiwyg-text h4 a:after,.su-wysiwyg-text h5 a:after,.su-wysiwyg-text h6 a:after{background-color:#014240}.su-wysiwyg-text h2 a.su-link--external,.su-wysiwyg-text h3 a.su-link--external,.su-wysiwyg-text h4 a.su-link--external,.su-wysiwyg-text h5 a.su-link--external,.su-wysiwyg-text h6 a.su-link--external{font-weight:400}.su-wysiwyg-text h2 a.su-link--external:after,.su-wysiwyg-text h3 a.su-link--external:after,.su-wysiwyg-text h4 a.su-link--external:after,.su-wysiwyg-text h5 a.su-link--external:after,.su-wysiwyg-text h6 a.su-link--external:after{background-color:#014240}.su-wysiwyg-text h2 a.su-link--external:hover,.su-wysiwyg-text h3 a.su-link--external:hover,.su-wysiwyg-text h4 a.su-link--external:hover,.su-wysiwyg-text h5 a.su-link--external:hover,.su-wysiwyg-text h6 a.su-link--external:hover{color:#5b8f93}.su-wysiwyg-text h2 a.su-link--external:hover:after,.su-wysiwyg-text h3 a.su-link--external:hover:after,.su-wysiwyg-text h4 a.su-link--external:hover:after,.su-wysiwyg-text h5 a.su-link--external:hover:after,.su-wysiwyg-text h6 a.su-link--external:hover:after{background-color:#5b8f93}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text .su-font-splash,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text .su-quote-text,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h2,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h3,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h4,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h5,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h6{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h2 a,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h2.su-link--external,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h3 a,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h3.su-link--external,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h4 a,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h4.su-link--external,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h5 a,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h5.su-link--external,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h6 a,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h6.su-link--external{color:#fff;font-weight:unset;text-decoration:none}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h2 a:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h2.su-link--external:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h3 a:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h3.su-link--external:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h4 a:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h4.su-link--external:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h5 a:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h5.su-link--external:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h6 a:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h6.su-link--external:hover{color:#66aaae}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h2 a:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h2.su-link--external:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h3 a:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h3.su-link--external:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h4 a:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h4.su-link--external:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h5 a:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h5.su-link--external:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h6 a:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h6.su-link--external:hover:after{background-color:#66aaae}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h2 a:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h2.su-link--external:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h3 a:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h3.su-link--external:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h4 a:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h4.su-link--external:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h5 a:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h5.su-link--external:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h6 a:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h6.su-link--external:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green h2,.layout-paragraphs-sdss-bgcolor--green h3,.layout-paragraphs-sdss-bgcolor--green h4,.layout-paragraphs-sdss-bgcolor--green h5,.layout-paragraphs-sdss-bgcolor--green h6{color:#fff}.centered-container{margin:0 auto}@media only screen and (min-width:0){.centered-container{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width:576px){.centered-container{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width:768px){.centered-container{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width:992px){.centered-container{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width:1200px){.centered-container{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width:1500px){.centered-container{max-width:2000px;width:calc(100% - 200px)}}.jumpstart-ui--one-column.centered-content,.su-brand-bar__container,.su-global-footer__container,.su-local-footer__columns,.su-local-footer__header{margin:0 auto}@media only screen and (min-width:0){.jumpstart-ui--one-column.centered-content,.su-brand-bar__container,.su-global-footer__container,.su-local-footer__columns,.su-local-footer__header{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width:576px){.jumpstart-ui--one-column.centered-content,.su-brand-bar__container,.su-global-footer__container,.su-local-footer__columns,.su-local-footer__header{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width:768px){.jumpstart-ui--one-column.centered-content,.su-brand-bar__container,.su-global-footer__container,.su-local-footer__columns,.su-local-footer__header{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width:992px){.jumpstart-ui--one-column.centered-content,.su-brand-bar__container,.su-global-footer__container,.su-local-footer__columns,.su-local-footer__header{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width:1200px){.jumpstart-ui--one-column.centered-content,.su-brand-bar__container,.su-global-footer__container,.su-local-footer__columns,.su-local-footer__header{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width:1500px){.jumpstart-ui--one-column.centered-content,.su-brand-bar__container,.su-global-footer__container,.su-local-footer__columns,.su-local-footer__header{max-width:2000px;width:calc(100% - 200px)}}a{font-weight:400;text-decoration:underline}a,a:hover{color:#014240}a:hover{text-decoration:none}.block-sdss-subtheme-content .su-link:focus,.block-sdss-subtheme-content a:focus,footer .su-link:focus,footer a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.block-sdss-subtheme-content .su-link.su-button--big:focus,.block-sdss-subtheme-content a.su-button--big:focus,footer .su-link.su-button--big:focus,footer a.su-button--big:focus{padding:1.5rem 3rem 1.8rem}.block-sdss-subtheme-content .su-link.mailto svg,.block-sdss-subtheme-content a.mailto svg,footer .su-link.mailto svg,footer a.mailto svg{fill:#014240}.su-local-footer__social-links .su-link:focus{border:none}.su-link{color:#014240;font-weight:400;outline-color:#014240;text-decoration:underline}.su-link:after{background-color:#014240}.su-link.mailto svg{fill:#014240}.su-link:hover{color:#6bb6bc}.su-link:focus{color:#2e2d29;outline:1px solid #014240}.su-link:active{color:#2e2d29}.su-link--action{font-weight:600}.su-link--action,.su-link--external{color:#014240;font-weight:400;outline-color:#014240;text-decoration:underline}.su-link--action:hover,.su-link--external:hover{color:#014240;cursor:pointer;font-weight:400;text-decoration:none}.su-link--action:hover svg.mailto,.su-link--external:hover svg.mailto{fill:#014240}.su-link--action:hover:after,.su-link--external:hover:after{background-color:#014240}.su-link--action:focus,.su-link--external:focus{background-color:transparent;color:#014240;outline:1px solid #000;text-decoration:none}.su-link--action:focus:after,.su-link--external:focus:after{background-color:#014240}.su-link--action:active,.su-link--external:active{background-color:transparent;color:#014240;outline:1px solid #000;text-decoration:none}.su-link--action:active:after,.su-link--action:after,.su-link--external:active:after,.su-link--external:after{background-color:#014240}.su-link--action.mailto svg,.su-link--external.mailto svg{fill:#014240}.content .right-region .su-person-links a:after{background-color:#014240}.stanford-lists.su-list-headline h2{text-align:left}@media (max-width:767px){.stanford-lists.su-list-headline h2{font-size:3.1rem;line-height:120%}}@media (min-width:768px){.stanford-lists.su-list-headline h2{font-size:4.1rem;line-height:120%}}@media (min-width:992px){.stanford-lists.su-list-headline h2{font-size:4.1rem;line-height:120%}}@media (max-width:767px){.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2{font-size:3.1rem;line-height:120%}}@media (min-width:768px){.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2{font-size:4.1rem;line-height:120%}}@media (min-width:992px){.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2{font-size:4.1rem;line-height:120%}}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a{color:#014240;font-weight:400;outline-color:#014240}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:hover{color:#000;cursor:pointer;text-decoration:underline}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:hover svg.mailto{fill:#000}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:hover:after{background-color:#000}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:focus:after{background-color:#000}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:active{color:#2e2d29}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:active:after{background-color:#000}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:after{background-color:#014240}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a.mailto svg{fill:#014240}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:after{height:2rem;width:2rem}@media (min-width:992px){.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:after{height:2.5rem;width:2.5rem}}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a{color:#014240;font-weight:400;outline-color:#014240}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:hover{color:#000;cursor:pointer;text-decoration:underline}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:hover svg.mailto{fill:#000}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:hover:after{background-color:#000}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:focus:after{background-color:#000}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:active{color:#2e2d29}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:active:after{background-color:#000}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:after{background-color:#014240}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a.mailto svg{fill:#014240}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>span{color:#6d6c69;font-size:1em;font-weight:600;text-transform:none}@media (max-width:767px){.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2{font-size:3.1rem;line-height:120%}}@media (min-width:768px){.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2{font-size:4.1rem;line-height:120%}}@media (min-width:992px){.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2{font-size:4.1rem;line-height:120%}}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a{color:#014240;font-weight:400;outline-color:#014240}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:hover{color:#000;cursor:pointer;text-decoration:underline}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:hover svg.mailto{fill:#000}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:hover:after{background-color:#000}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:focus:after{background-color:#000}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:active{color:#2e2d29}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:active:after{background-color:#000}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:after{background-color:#014240}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a.mailto svg{fill:#014240}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:after{height:2rem;width:2rem}@media (min-width:992px){.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:after{height:2.5rem;width:2.5rem}}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a{color:#014240;font-weight:400;outline-color:#014240}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:hover{color:#000;cursor:pointer;text-decoration:underline}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:hover svg.mailto{fill:#000}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:hover:after{background-color:#000}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:focus:after{background-color:#000}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:active{color:#2e2d29}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:active:after{background-color:#000}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:after{background-color:#014240}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a.mailto svg{fill:#014240}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>span{color:#6d6c69;font-size:1em;font-weight:600;text-transform:none}.stanford-lists.su-list-button{margin-top:3.2rem}@media only screen and (min-width:768px){.stanford-lists.su-list-button{margin-top:4.5rem}}@media only screen and (min-width:1500px){.stanford-lists.su-list-button{margin-top:4.8rem}}.ptype-stanford-lists:not([data-react-columns="12"]) .su-news-vertical-teaser.su-card,.stanford-events-list-page .views-infinite-scroll-content-wrapper,.stanford-events-list-page--filtered .views-infinite-scroll-content-wrapper,.view.stanford-news .views-infinite-scroll-content-wrapper{margin-bottom:unset}.ptype-stanford-lists .su-list-unstyled>li:last-child .su-news-list .su-news-article{padding-bottom:0}.ptype-stanford-lists .su-course-list.su-list-unstyled,.ptype-stanford-lists .su-list-unstyled>li:last-child .su-event-list-item,.ptype-stanford-lists .view.stanford-courses.default-list-viewfield-block .views-infinite-scroll-content-wrapper{margin-bottom:0}.ptype-stanford-lists .su-course-list.su-list-unstyled>li:last-of-type>article{margin-bottom:0;padding-bottom:0}.ptype-stanford-lists .su-course-list.su-list-unstyled .su-courses-edit-article{margin-top:3rem}@media only screen and (min-width:768px){.ptype-stanford-lists .su-course-list.su-list-unstyled .su-courses-edit-article{margin-top:3.6rem}}@media only screen and (min-width:1500px){.ptype-stanford-lists .su-course-list.su-list-unstyled .su-courses-edit-article{margin-top:3.8rem}}.ptype-stanford-lists .su-card.su-event-card.su-event-list-item{margin-bottom:0}body{color:#2e2d29}@media (min-width:992px){.su-media__caption{font-size:1.8rem}}.su-font-splash{color:#014240;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif;font-weight:400;letter-spacing:-.01em}@media (max-width:767px){.su-font-splash{font-size:3.7rem;line-height:40px}}@media (min-width:768px){.su-font-splash{font-size:5.1rem;line-height:60px}}@media (min-width:992px){.su-font-splash{font-size:5.1rem;line-height:120%}}@media only screen and (min-width:1500px){.su-font-splash{font-size:5.6rem;line-height:120%}}.su-wysiwyg-text .tablesaw-cell-content,.su-wysiwyg-text p{font-size:2.1rem}.su-wysiwyg-text .tablesaw-cell-content.su-intro-text,.su-wysiwyg-text p.su-intro-text{font-size:1.5625em;font-weight:400;letter-spacing:-.012em}.su-wysiwyg-text .tablesaw-cell-content.sdss-display-text,.su-wysiwyg-text p.sdss-display-text{color:#014240;font-size:1.5625em;font-weight:400;letter-spacing:-.012em;line-height:120%}@media (max-width:767px){.su-wysiwyg-text .tablesaw-cell-content.sdss-display-text,.su-wysiwyg-text p.sdss-display-text{font-size:5.2rem;line-height:169%}}@media (min-width:768px){.su-wysiwyg-text .tablesaw-cell-content.sdss-display-text,.su-wysiwyg-text p.sdss-display-text{font-size:8rem;line-height:110%}}@media (min-width:1500px){.su-wysiwyg-text .tablesaw-cell-content.sdss-display-text,.su-wysiwyg-text p.sdss-display-text{font-size:8.8rem;line-height:120%}}.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--big,.su-wysiwyg-text .tablesaw-cell-content.su-font-splash,.su-wysiwyg-text p.sdss-block-quote--big,.su-wysiwyg-text p.su-font-splash{color:#014240;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif;font-weight:400;letter-spacing:-.01em}@media (max-width:767px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--big,.su-wysiwyg-text .tablesaw-cell-content.su-font-splash,.su-wysiwyg-text p.sdss-block-quote--big,.su-wysiwyg-text p.su-font-splash{font-size:3.7rem;line-height:40px}}@media (min-width:768px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--big,.su-wysiwyg-text .tablesaw-cell-content.su-font-splash,.su-wysiwyg-text p.sdss-block-quote--big,.su-wysiwyg-text p.su-font-splash{font-size:5.1rem;line-height:60px}}@media (min-width:992px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--big,.su-wysiwyg-text .tablesaw-cell-content.su-font-splash,.su-wysiwyg-text p.sdss-block-quote--big,.su-wysiwyg-text p.su-font-splash{font-size:5.1rem;line-height:120%}}@media only screen and (min-width:1500px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--big,.su-wysiwyg-text .tablesaw-cell-content.su-font-splash,.su-wysiwyg-text p.sdss-block-quote--big,.su-wysiwyg-text p.su-font-splash{font-size:5.6rem;line-height:120%}}.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--med,.su-wysiwyg-text .tablesaw-cell-content.su-quote-text,.su-wysiwyg-text p.sdss-block-quote--med,.su-wysiwyg-text p.su-quote-text{color:#014240;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif;font-size:1.95312em;font-weight:400;letter-spacing:-.016em;letter-spacing:-.01em}@media (max-width:767px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--med,.su-wysiwyg-text .tablesaw-cell-content.su-quote-text,.su-wysiwyg-text p.sdss-block-quote--med,.su-wysiwyg-text p.su-quote-text{font-size:1.66016em;font-size:3.1rem;line-height:40px}}@media (min-width:768px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--med,.su-wysiwyg-text .tablesaw-cell-content.su-quote-text,.su-wysiwyg-text p.sdss-block-quote--med,.su-wysiwyg-text p.su-quote-text{font-size:4.1rem;line-height:60px}}@media (min-width:992px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--med,.su-wysiwyg-text .tablesaw-cell-content.su-quote-text,.su-wysiwyg-text p.sdss-block-quote--med,.su-wysiwyg-text p.su-quote-text{font-size:4.1rem;line-height:120%}}@media only screen and (min-width:1500px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--med,.su-wysiwyg-text .tablesaw-cell-content.su-quote-text,.su-wysiwyg-text p.sdss-block-quote--med,.su-wysiwyg-text p.su-quote-text{font-size:4.5rem;line-height:120%}}.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--sm,.su-wysiwyg-text .tablesaw-cell-content.su-callout-text,.su-wysiwyg-text p.sdss-block-quote--sm,.su-wysiwyg-text p.su-callout-text{color:#014240;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif;font-weight:400;letter-spacing:.01em}@media (max-width:767px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--sm,.su-wysiwyg-text .tablesaw-cell-content.su-callout-text,.su-wysiwyg-text p.sdss-block-quote--sm,.su-wysiwyg-text p.su-callout-text{font-size:2.2rem;line-height:130%}}@media (min-width:768px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--sm,.su-wysiwyg-text .tablesaw-cell-content.su-callout-text,.su-wysiwyg-text p.sdss-block-quote--sm,.su-wysiwyg-text p.su-callout-text{font-size:2.6rem;line-height:130%}}@media (min-width:992px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--sm,.su-wysiwyg-text .tablesaw-cell-content.su-callout-text,.su-wysiwyg-text p.sdss-block-quote--sm,.su-wysiwyg-text p.su-callout-text{font-size:2.6rem;line-height:140%}}@media only screen and (min-width:1500px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--sm,.su-wysiwyg-text .tablesaw-cell-content.su-callout-text,.su-wysiwyg-text p.sdss-block-quote--sm,.su-wysiwyg-text p.su-callout-text{font-size:2.8rem;line-height:120%}}.su-wysiwyg-text .tablesaw-cell-content.su-subheading,.su-wysiwyg-text p.su-subheading{font-size:2rem;margin-bottom:0}@media only screen and (min-width:0){.su-wysiwyg-text .tablesaw-cell-content.su-subheading,.su-wysiwyg-text p.su-subheading{padding-bottom:3.2rem}}@media only screen and (min-width:768px){.su-wysiwyg-text .tablesaw-cell-content.su-subheading,.su-wysiwyg-text p.su-subheading{padding-bottom:3.6rem}}@media only screen and (min-width:1500px){.su-wysiwyg-text .tablesaw-cell-content.su-subheading,.su-wysiwyg-text p.su-subheading{padding-bottom:3.8rem}}.su-wysiwyg-text .caption figcaption{color:#53565a;font-size:1.8rem;font-style:normal;line-height:1.3;margin-bottom:1em;text-align:right}.su-wysiwyg-text .media.image{margin-bottom:3rem;padding-bottom:0}@media only screen and (min-width:768px){.su-wysiwyg-text .media.image{margin-bottom:3.6rem}}@media only screen and (min-width:1500px){.su-wysiwyg-text .media.image{margin-bottom:3.8rem}}.su-wysiwyg-text .caption .media.image{margin-bottom:0}.su-wysiwyg-text .caption figcaption{margin-bottom:3rem;padding-bottom:0}@media only screen and (min-width:768px){.su-wysiwyg-text .caption figcaption{margin-bottom:3.6rem}}@media only screen and (min-width:1500px){.su-wysiwyg-text .caption figcaption{margin-bottom:3.8rem}}.su-wysiwyg-text .localist-widget h2 a{color:#014240}.su-wysiwyg-text .localist-widget h2 a:active,.su-wysiwyg-text .localist-widget h2 a:focus,.su-wysiwyg-text .localist-widget h2 a:hover{color:#000;cursor:pointer;text-decoration:underline}.su-wysiwyg-text .localist-widget h2 a:active svg.mailto,.su-wysiwyg-text .localist-widget h2 a:focus svg.mailto,.su-wysiwyg-text .localist-widget h2 a:hover svg.mailto{fill:#000}.su-wysiwyg-text .localist-widget h2 a:active:after,.su-wysiwyg-text .localist-widget h2 a:focus:after,.su-wysiwyg-text .localist-widget h2 a:hover:after{background-color:transparent} \ No newline at end of file +.js-pager__items .pager__item .button,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a,.paragraph--type--sdss-news-list-card .su-news-card-button a,.sdss-wrapper--button-green .su-card__button .su-button,.stanford-events .more-link a,.su-button,.su-button.su-link,.su-events-details .su-event-cta a,.system-main-block form .su-button,[type=button],[type=image],[type=reset],[type=submit],button,div a.su-button,div a.su-button--big,div a.su-button--big.su-link,div a.su-button.su-link,div a.su-link--external.su-button--big,div a.su-link.su-link--external.su-button{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:0;cursor:pointer;display:inline-block;font-family:Source Sans\ 3,Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:2rem;font-weight:400;line-height:1;text-align:center;text-decoration:none;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out;width:auto}.js-pager__items .pager__item .button a,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a a,.paragraph--type--sdss-news-list-card .su-news-card-button a a,.sdss-wrapper--button-green .su-card__button .su-button a,.stanford-events .more-link a a,.su-button a,.su-button.su-link a,.su-events-details .su-event-cta a a,.system-main-block form .su-button a,[type=button] a,[type=image] a,[type=reset] a,[type=submit] a,button a,div a.su-button a,div a.su-button--big a,div a.su-button--big.su-link a,div a.su-button.su-link a,div a.su-link--external.su-button--big a,div a.su-link.su-link--external.su-button a{font-weight:400;text-decoration:none}.js-pager__items .pager__item .button:active,.js-pager__items .pager__item .button:focus,.js-pager__items .pager__item .button:hover,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:active,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:focus,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:hover,.paragraph--type--sdss-news-list-card .su-news-card-button a:active,.paragraph--type--sdss-news-list-card .su-news-card-button a:focus,.paragraph--type--sdss-news-list-card .su-news-card-button a:hover,.sdss-wrapper--button-green .su-card__button .su-button:active,.sdss-wrapper--button-green .su-card__button .su-button:focus,.sdss-wrapper--button-green .su-card__button .su-button:hover,.stanford-events .more-link a:active,.stanford-events .more-link a:focus,.stanford-events .more-link a:hover,.su-button:active,.su-button:focus,.su-button:hover,.su-events-details .su-event-cta a:active,.su-events-details .su-event-cta a:focus,.su-events-details .su-event-cta a:hover,.system-main-block form .su-button:active,.system-main-block form .su-button:focus,.system-main-block form .su-button:hover,:active[type=button],:active[type=image],:active[type=reset],:active[type=submit],:focus[type=button],:focus[type=image],:focus[type=reset],:focus[type=submit],:hover[type=button],:hover[type=image],:hover[type=reset],:hover[type=submit],button:active,button:focus,button:hover,div a.su-button--big:active,div a.su-button--big:focus,div a.su-button--big:hover,div a.su-button.su-link:active,div a.su-button.su-link:focus,div a.su-button.su-link:hover{text-decoration:underline}.content .paragraph-item{margin-bottom:0}.layout--layout-paragraphs-one-column>div,.layout--layout-paragraphs-three-column>div,.layout--layout-paragraphs-two-column>div{margin-bottom:2rem}@media only screen and (min-width:768px){.layout--layout-paragraphs-one-column>div,.layout--layout-paragraphs-three-column>div,.layout--layout-paragraphs-two-column>div{margin-bottom:2.6rem}}@media only screen and (min-width:1500px){.layout--layout-paragraphs-one-column>div,.layout--layout-paragraphs-three-column>div,.layout--layout-paragraphs-two-column>div{margin-bottom:2.7rem}}.layout--layout-paragraphs-one-column,.layout--layout-paragraphs-one-four-one,.layout--layout-paragraphs-three-column,.layout--layout-paragraphs-two-column{padding-bottom:2rem}@media only screen and (min-width:768px){.layout--layout-paragraphs-one-column,.layout--layout-paragraphs-one-four-one,.layout--layout-paragraphs-three-column,.layout--layout-paragraphs-two-column{padding-bottom:2.6rem}}@media only screen and (min-width:1500px){.layout--layout-paragraphs-one-column,.layout--layout-paragraphs-one-four-one,.layout--layout-paragraphs-three-column,.layout--layout-paragraphs-two-column{padding-bottom:2.7rem}}.content .sdss-drop-paragraph-margin .paragraph-item,.content .sdss-drop-paragraph-margin .su-component{margin-bottom:0}.sdss-banner-wrapper--headline-center .su-hero__card{margin:0 auto}.main-region .node-stanford-page-su-page-banner,.section-banner-media .main-region{margin-bottom:0}@media only screen and (min-width:0){.section-banner-media .main-region>div:nth-last-child(odd){margin-bottom:5.12rem}}@media only screen and (min-width:768px){.section-banner-media .main-region>div:nth-last-child(odd){margin-bottom:5.76rem}}@media only screen and (min-width:1500px){.section-banner-media .main-region>div:nth-last-child(odd){margin-bottom:6.08rem}}.paragraph-item.ptype-stanford-banner,.section-banner-media .main-region>div:nth-last-child(2n){margin-bottom:0}.sdss-banner-wrapper--default{background:#2e2d29;position:relative;z-index:1}.sdss-banner-wrapper--default .su-hero__media{background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(46,45,41,0)),color-stop(90%,#1c1b19));background:linear-gradient(180deg,rgba(46,45,41,0) 50%,#1c1b19 90%)}.sdss-banner-wrapper--default picture{display:block;position:relative;z-index:-1}.sdss-banner-wrapper--default .su-hero{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.sdss-banner-wrapper--default .su-hero .su-hero__card{background:transparent;border:0;bottom:0;-webkit-box-shadow:none;box-shadow:none;margin-bottom:0;margin-top:unset;max-width:94%;top:auto}.sdss-banner-wrapper--default .su-hero .su-hero__card .su-card__contents{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;padding-bottom:12px}.sdss-banner-wrapper--default .su-hero .su-hero__card .su-card__contents h2{color:#fff;margin-top:0}.sdss-banner-wrapper--default .su-hero .su-hero__card .su-card__contents .su-card__button{margin-bottom:unset;margin-top:unset}@media (max-width:767px){.sdss-banner-wrapper--default .su-hero .su-hero__card{background:#1c1b19;max-width:100%}.sdss-banner-wrapper--default .su-hero .su-hero__card .su-card__contents{display:block}}.sdss-banner-wrapper--height-default .su-hero,.sdss-banner-wrapper--height-default .su-hero__media{min-height:520px}.sdss-banner-wrapper--height-modest .su-hero,.sdss-banner-wrapper--height-modest .su-hero__media{min-height:350px}.sdss-banner-wrapper--height-minimal .su-hero,.sdss-banner-wrapper--height-minimal .su-hero__media{min-height:250px}@media (max-width:767px){.sdss-banner-wrapper--height-default .su-hero,.sdss-banner-wrapper--height-default .su-hero__media,.sdss-banner-wrapper--height-minimal .su-hero,.sdss-banner-wrapper--height-minimal .su-hero__media,.sdss-banner-wrapper--height-modest .su-hero,.sdss-banner-wrapper--height-modest .su-hero__media{min-height:unset}}.su-basic-page-types-list .su-basic-page-list__title a{color:#014240;font-weight:400;outline-color:#014240;text-decoration:none}@supports ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)){.su-basic-page-types-list .su-basic-page-list__title a:after{content:"";display:inline-block;height:.5em;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNDE2LjUxMUExLjUyNSAxLjUyNSAwIDAgMSAyLjYxNC40MjhsMTAuODg5IDEwLjRjLjMxNy4zMDIuNDk3LjcyNy40OTcgMS4xNzIgMCAuNDQ1LS4xOC44Ny0uNDk3IDEuMTcybC0xMC44ODkgMTAuNGExLjUyNSAxLjUyNSAwIDAgMS0yLjE5OC0uMDgzIDEuNjMyIDEuNjMyIDAgMCAxIC4wODEtMi4yNjJMMTAuMTU4IDEyIC40OTggMi43NzJBMS42MzIgMS42MzIgMCAwIDEgLjQxNS41MTJaIiBmaWxsPSIjMkUyRDI5Ii8+PC9zdmc+) no-repeat 0 0;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNDE2LjUxMUExLjUyNSAxLjUyNSAwIDAgMSAyLjYxNC40MjhsMTAuODg5IDEwLjRjLjMxNy4zMDIuNDk3LjcyNy40OTcgMS4xNzIgMCAuNDQ1LS4xOC44Ny0uNDk3IDEuMTcybC0xMC44ODkgMTAuNGExLjUyNSAxLjUyNSAwIDAgMS0yLjE5OC0uMDgzIDEuNjMyIDEuNjMyIDAgMCAxIC4wODEtMi4yNjJMMTAuMTU4IDEyIC40OTggMi43NzJBMS42MzIgMS42MzIgMCAwIDEgLjQxNS41MTJaIiBmaWxsPSIjMkUyRDI5Ii8+PC9zdmc+) no-repeat 0 0;-webkit-mask-size:contain;mask-size:contain;width:.5em}.su-basic-page-types-list .su-basic-page-list__title a:focus:after,.su-basic-page-types-list .su-basic-page-list__title a:hover:after{background-color:#2e2d29}.su-basic-page-types-list .su-basic-page-list__title a:after{background-color:#006cb8;margin-bottom:.06em;margin-left:.4em;margin-right:.3em;-webkit-transition:-webkit-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out;transition:-webkit-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-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out}.su-basic-page-types-list .su-basic-page-list__title a:focus:after,.su-basic-page-types-list .su-basic-page-list__title a:hover:after{-webkit-transform:translateX(.2em);transform:translateX(.2em)}}.su-basic-page-types-list .su-basic-page-list__title a:hover{color:#000;cursor:pointer;text-decoration:underline}.su-basic-page-types-list .su-basic-page-list__title a:hover svg.mailto{fill:#000}.su-basic-page-types-list .su-basic-page-list__title a:hover:after{background-color:#000}.su-basic-page-types-list .su-basic-page-list__title a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.su-basic-page-types-list .su-basic-page-list__title a:focus:after{background-color:#000}.su-basic-page-types-list .su-basic-page-list__title a:active{color:#2e2d29}.su-basic-page-types-list .su-basic-page-list__title a:active:after{background-color:#000}.su-basic-page-types-list .su-basic-page-list__title a.mailto svg{fill:#014240}.su-basic-page-types-list .su-basic-page-list__title a:after{background-color:#014240}.su-button,.su-button.su-link,[type=button],[type=image],[type=reset],[type=submit],button{background-color:#b1040e;background:#b1ef89;border-radius:3rem;color:#fff;color:#000;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;padding:.375em 2rem .8rem;text-decoration:none;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out}.su-button.su-link:after,.su-button.su-link:before,.su-button:after,.su-button:before,[type=button]:after,[type=button]:before,[type=image]:after,[type=image]:before,[type=reset]:after,[type=reset]:before,[type=submit]:after,[type=submit]:before,button:after,button:before{background-color:#fff;color:#b1040e}.su-button.su-link:focus,.su-button.su-link:hover,.su-button:focus,.su-button:hover,[type=button]:focus,[type=button]:hover,[type=image]:focus,[type=image]:hover,[type=reset]:focus,[type=reset]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{background-color:#2e2d29;color:#fff}.su-button.su-link:focus:after,.su-button.su-link:focus:before,.su-button.su-link:hover:after,.su-button.su-link:hover:before,.su-button:focus:after,.su-button:focus:before,.su-button:hover:after,.su-button:hover:before,[type=button]:focus:after,[type=button]:focus:before,[type=button]:hover:after,[type=button]:hover:before,[type=image]:focus:after,[type=image]:focus:before,[type=image]:hover:after,[type=image]:hover:before,[type=reset]:focus:after,[type=reset]:focus:before,[type=reset]:hover:after,[type=reset]:hover:before,[type=submit]:focus:after,[type=submit]:focus:before,[type=submit]:hover:after,[type=submit]:hover:before,button:focus:after,button:focus:before,button:hover:after,button:hover:before{background-color:#fff}.su-button.su-link:focus,.su-button:focus,[type=button]:focus,[type=image]:focus,[type=reset]:focus,[type=submit]:focus,button:focus{-webkit-box-shadow:0 0 3px #53565a,0 0 7px #53565a;box-shadow:0 0 3px #53565a,0 0 7px #53565a}.su-button.su-link:hover,.su-button:hover,[type=button]:hover,[type=image]:hover,[type=reset]:hover,[type=submit]:hover,button:hover{background:#90cc69;color:#000;cursor:pointer;text-decoration:underline}.su-button.su-link:hover svg.mailto,.su-button:hover svg.mailto,[type=button]:hover svg.mailto,[type=image]:hover svg.mailto,[type=reset]:hover svg.mailto,[type=submit]:hover svg.mailto,button:hover svg.mailto{fill:#000}.su-button.su-link:hover:after,.su-button:hover:after,[type=button]:hover:after,[type=image]:hover:after,[type=reset]:hover:after,[type=submit]:hover:after,button:hover:after{background-color:#000}.su-button.su-link:focus,.su-button:focus,[type=button]:focus,[type=image]:focus,[type=reset]:focus,[type=submit]:focus,button:focus{background-color:#b1ef89;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}.su-button.su-link:focus:after,.su-button:focus:after,[type=button]:focus:after,[type=image]:focus:after,[type=reset]:focus:after,[type=submit]:focus:after,button:focus:after{background-color:#014240}.su-button.su-link:active,.su-button:active,[type=button]:active,[type=image]:active,[type=reset]:active,[type=submit]:active,button:active{background-color:#155f65;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}.su-button.su-link:active:after,.su-button:active:after,[type=button]:active:after,[type=image]:active:after,[type=reset]:active:after,[type=submit]:active:after,button:active:after{background-color:#fff}.su-button.su-link:after,.su-button:after,[type=button]:after,[type=image]:after,[type=reset]:after,[type=submit]:after,button:after{background-color:#000}@media only screen and (min-width:768px){.su-button,.su-button.su-link,[type=button],[type=image],[type=reset],[type=submit],button{padding-bottom:.9rem;padding-left:2.6rem;padding-right:2.6rem}}@media only screen and (min-width:1500px){.su-button,.su-button.su-link,[type=button],[type=image],[type=reset],[type=submit],button{padding-bottom:1rem;padding-left:2.7rem;padding-right:2.7rem}}div a.su-button,div a.su-button.su-link,div a.su-link.su-link--external.su-button{background-color:#b1040e;background:#b1ef89;border-radius:3rem;color:#fff;color:#000;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;padding:.375em 2rem .8rem;text-decoration:none;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out}div a.su-button.su-link:after,div a.su-button.su-link:before,div a.su-button:after,div a.su-button:before,div a.su-link.su-link--external.su-button:after,div a.su-link.su-link--external.su-button:before{background-color:#fff;color:#b1040e}div a.su-button.su-link:focus,div a.su-button.su-link:hover,div a.su-button:focus,div a.su-button:hover,div a.su-link.su-link--external.su-button:focus,div a.su-link.su-link--external.su-button:hover{background-color:#2e2d29;color:#fff}div a.su-button.su-link:focus:after,div a.su-button.su-link:focus:before,div a.su-button.su-link:hover:after,div a.su-button.su-link:hover:before,div a.su-button:focus:after,div a.su-button:focus:before,div a.su-button:hover:after,div a.su-button:hover:before,div a.su-link.su-link--external.su-button:focus:after,div a.su-link.su-link--external.su-button:focus:before,div a.su-link.su-link--external.su-button:hover:after,div a.su-link.su-link--external.su-button:hover:before{background-color:#fff}div a.su-button.su-link:focus,div a.su-button:focus,div a.su-link.su-link--external.su-button:focus{-webkit-box-shadow:0 0 3px #53565a,0 0 7px #53565a;box-shadow:0 0 3px #53565a,0 0 7px #53565a}div a.su-button.su-link:hover,div a.su-button:hover,div a.su-link.su-link--external.su-button:hover{background:#90cc69;color:#000;cursor:pointer;text-decoration:underline}div a.su-button.su-link:hover svg.mailto,div a.su-button:hover svg.mailto,div a.su-link.su-link--external.su-button:hover svg.mailto{fill:#000}div a.su-button.su-link:hover:after,div a.su-button:hover:after,div a.su-link.su-link--external.su-button:hover:after{background-color:#000}div a.su-button.su-link:focus,div a.su-button:focus,div a.su-link.su-link--external.su-button:focus{background-color:#b1ef89;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}div a.su-button.su-link:focus:after,div a.su-button:focus:after,div a.su-link.su-link--external.su-button:focus:after{background-color:#014240}div a.su-button.su-link:active,div a.su-button:active,div a.su-link.su-link--external.su-button:active{background-color:#155f65;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}div a.su-button.su-link:active:after,div a.su-button:active:after,div a.su-link.su-link--external.su-button:active:after{background-color:#fff}div a.su-button.su-link:after,div a.su-button:after,div a.su-link.su-link--external.su-button:after{background-color:#000}@media only screen and (min-width:768px){div a.su-button,div a.su-button.su-link,div a.su-link.su-link--external.su-button{padding-bottom:.9rem;padding-left:2.6rem;padding-right:2.6rem}}@media only screen and (min-width:1500px){div a.su-button,div a.su-button.su-link,div a.su-link.su-link--external.su-button{padding-bottom:1rem;padding-left:2.7rem;padding-right:2.7rem}}div a.su-button--secondary,div a.su-link--external.su-button--secondary{background:transparent;border:1px solid #014240;border-radius:3rem;-webkit-box-shadow:none;box-shadow:none;color:#014240;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;padding:.375em 2rem .8rem;text-decoration:none}div a.su-button--secondary:hover,div a.su-link--external.su-button--secondary:hover{background:#fff;-webkit-box-shadow:0 8px 25px rgba(0,0,0,.14);box-shadow:0 8px 25px rgba(0,0,0,.14);color:#014240;cursor:pointer;text-decoration:underline}div a.su-button--secondary:hover svg.mailto,div a.su-link--external.su-button--secondary:hover svg.mailto{fill:#000}div a.su-button--secondary:hover:after,div a.su-link--external.su-button--secondary:hover:after{background-color:#000}div a.su-button--secondary:focus,div a.su-link--external.su-button--secondary:focus{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}div a.su-button--secondary:focus:after,div a.su-link--external.su-button--secondary:focus:after{background-color:#014240}div a.su-button--secondary:active,div a.su-link--external.su-button--secondary:active{background-color:#014240;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}div a.su-button--secondary:active:after,div a.su-link--external.su-button--secondary:active:after{background-color:#fff}div a.su-button--secondary:after,div a.su-link--external.su-button--secondary:after{background-color:#014240}@media only screen and (min-width:768px){div a.su-button--secondary,div a.su-link--external.su-button--secondary{padding-bottom:.9rem;padding-left:2.6rem;padding-right:2.6rem}}@media only screen and (min-width:1500px){div a.su-button--secondary,div a.su-link--external.su-button--secondary{padding-bottom:1rem;padding-left:2.7rem;padding-right:2.7rem}}div a.su-button--secondary-neg,div a.su-link--external.su-button--secondary-neg{background:transparent;border:1px solid #fff;border-radius:3rem;-webkit-box-shadow:none;box-shadow:none;color:#fff;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;padding:.375em 2rem .8rem;text-decoration:none}div a.su-button--secondary-neg:hover,div a.su-link--external.su-button--secondary-neg:hover{background:#155f65;border:1px solid #155f65;color:#fff;cursor:pointer;text-decoration:underline}div a.su-button--secondary-neg:hover svg.mailto,div a.su-link--external.su-button--secondary-neg:hover svg.mailto{fill:#fff}div a.su-button--secondary-neg:hover:after,div a.su-link--external.su-button--secondary-neg:hover:after{background-color:#fff}div a.su-button--secondary-neg:focus,div a.su-link--external.su-button--secondary-neg:focus{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#fff;outline:3px solid #fff;text-decoration:underline}div a.su-button--secondary-neg:focus:after,div a.su-link--external.su-button--secondary-neg:focus:after{background-color:#fff}div a.su-button--secondary-neg:active,div a.su-link--external.su-button--secondary-neg:active{background-color:#fff;-webkit-box-shadow:none;box-shadow:none;color:#014240;text-decoration:underline}div a.su-button--secondary-neg:active:after,div a.su-link--external.su-button--secondary-neg:active:after{background-color:#014240}div a.su-button--secondary-neg:after,div a.su-link--external.su-button--secondary-neg:after{background-color:#fff}@media only screen and (min-width:768px){div a.su-button--secondary-neg,div a.su-link--external.su-button--secondary-neg{padding-bottom:.9rem;padding-left:2.6rem;padding-right:2.6rem}}@media only screen and (min-width:1500px){div a.su-button--secondary-neg,div a.su-link--external.su-button--secondary-neg{padding-bottom:1rem;padding-left:2.7rem;padding-right:2.7rem}}div a.su-button--big,div a.su-button--big.su-link,div a.su-link--external.su-button--big{background-color:#b1040e;background:#b1ef89;border-radius:3.5rem;color:#fff;color:#000;font-size:2.5rem;margin:0 .3rem .3rem;padding:.375em 2rem .8rem;text-decoration:none;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out}div a.su-button--big.su-link:after,div a.su-button--big.su-link:before,div a.su-button--big:after,div a.su-button--big:before,div a.su-link--external.su-button--big:after,div a.su-link--external.su-button--big:before{background-color:#fff;color:#b1040e}div a.su-button--big.su-link:focus,div a.su-button--big.su-link:hover,div a.su-button--big:focus,div a.su-button--big:hover,div a.su-link--external.su-button--big:focus,div a.su-link--external.su-button--big:hover{background-color:#2e2d29;color:#fff}div a.su-button--big.su-link:focus:after,div a.su-button--big.su-link:focus:before,div a.su-button--big.su-link:hover:after,div a.su-button--big.su-link:hover:before,div a.su-button--big:focus:after,div a.su-button--big:focus:before,div a.su-button--big:hover:after,div a.su-button--big:hover:before,div a.su-link--external.su-button--big:focus:after,div a.su-link--external.su-button--big:focus:before,div a.su-link--external.su-button--big:hover:after,div a.su-link--external.su-button--big:hover:before{background-color:#fff}div a.su-button--big.su-link:focus,div a.su-button--big:focus,div a.su-link--external.su-button--big:focus{-webkit-box-shadow:0 0 3px #53565a,0 0 7px #53565a;box-shadow:0 0 3px #53565a,0 0 7px #53565a}@media only screen and (min-width:768px){div a.su-button--big,div a.su-button--big.su-link,div a.su-link--external.su-button--big{font-size:2.8rem;padding:1.5rem 3rem 1.8rem}}@media only screen and (min-width:1500px){div a.su-button--big,div a.su-button--big.su-link,div a.su-link--external.su-button--big{font-size:3rem}}div a.su-button--big.su-link:hover,div a.su-button--big:hover,div a.su-link--external.su-button--big:hover{background:#90cc69;color:#000;cursor:pointer;text-decoration:underline}div a.su-button--big.su-link:hover svg.mailto,div a.su-button--big:hover svg.mailto,div a.su-link--external.su-button--big:hover svg.mailto{fill:#000}div a.su-button--big.su-link:hover:after,div a.su-button--big:hover:after,div a.su-link--external.su-button--big:hover:after{background-color:#000}div a.su-button--big.su-link:focus,div a.su-button--big:focus,div a.su-link--external.su-button--big:focus{background-color:#b1ef89;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}div a.su-button--big.su-link:focus:after,div a.su-button--big:focus:after,div a.su-link--external.su-button--big:focus:after{background-color:#014240}div a.su-button--big.su-link:active,div a.su-button--big:active,div a.su-link--external.su-button--big:active{background-color:#155f65;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}div a.su-button--big.su-link:active:after,div a.su-button--big:active:after,div a.su-link--external.su-button--big:active:after{background-color:#fff}div a.su-button--big.su-link:after,div a.su-button--big:after,div a.su-link--external.su-button--big:after{background-color:#000}@media only screen and (min-width:768px){div a.su-button--big,div a.su-button--big.su-link,div a.su-link--external.su-button--big{padding-bottom:.9rem;padding-left:2.6rem;padding-right:2.6rem}}@media only screen and (min-width:1500px){div a.su-button--big,div a.su-button--big.su-link,div a.su-link--external.su-button--big{padding-bottom:1rem;padding-left:2.7rem;padding-right:2.7rem}}.sdss-wrapper--secondary-button .su-card__button .su-button{background:transparent;border:1px solid #014240;border-radius:3rem;-webkit-box-shadow:none;box-shadow:none;color:#014240;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;padding:.375em 2rem .8rem;text-decoration:none}.sdss-wrapper--secondary-button .su-card__button .su-button:hover{background:#fff;-webkit-box-shadow:0 8px 25px rgba(0,0,0,.14);box-shadow:0 8px 25px rgba(0,0,0,.14);color:#014240;cursor:pointer;text-decoration:underline}.sdss-wrapper--secondary-button .su-card__button .su-button:hover svg.mailto{fill:#000}.sdss-wrapper--secondary-button .su-card__button .su-button:hover:after{background-color:#000}.sdss-wrapper--secondary-button .su-card__button .su-button:focus{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}.sdss-wrapper--secondary-button .su-card__button .su-button:focus:after{background-color:#014240}.sdss-wrapper--secondary-button .su-card__button .su-button:active{background-color:#014240;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}.sdss-wrapper--secondary-button .su-card__button .su-button:active:after{background-color:#fff}.sdss-wrapper--secondary-button .su-card__button .su-button:after{background-color:#014240}@media only screen and (min-width:768px){.sdss-wrapper--secondary-button .su-card__button .su-button{padding-bottom:.9rem;padding-left:2.6rem;padding-right:2.6rem}}@media only screen and (min-width:1500px){.sdss-wrapper--secondary-button .su-card__button .su-button{padding-bottom:1rem;padding-left:2.7rem;padding-right:2.7rem}}.sdss-wrapper--button-green .su-card__button .su-button{background-color:#b1040e;background:#b1ef89;border-radius:3rem;color:#fff;color:#000;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;padding:.375em 2rem .8rem;text-decoration:none;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out}.sdss-wrapper--button-green .su-card__button .su-button:after,.sdss-wrapper--button-green .su-card__button .su-button:before{background-color:#fff;color:#b1040e}.sdss-wrapper--button-green .su-card__button .su-button:focus,.sdss-wrapper--button-green .su-card__button .su-button:hover{background-color:#2e2d29;color:#fff}.sdss-wrapper--button-green .su-card__button .su-button:focus:after,.sdss-wrapper--button-green .su-card__button .su-button:focus:before,.sdss-wrapper--button-green .su-card__button .su-button:hover:after,.sdss-wrapper--button-green .su-card__button .su-button:hover:before{background-color:#fff}.sdss-wrapper--button-green .su-card__button .su-button:focus{-webkit-box-shadow:0 0 3px #53565a,0 0 7px #53565a;box-shadow:0 0 3px #53565a,0 0 7px #53565a}.sdss-wrapper--button-green .su-card__button .su-button:hover{background:#90cc69;color:#000;cursor:pointer;text-decoration:underline}.sdss-wrapper--button-green .su-card__button .su-button:hover svg.mailto{fill:#000}.sdss-wrapper--button-green .su-card__button .su-button:hover:after{background-color:#000}.sdss-wrapper--button-green .su-card__button .su-button:focus{background-color:#b1ef89;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}.sdss-wrapper--button-green .su-card__button .su-button:focus:after{background-color:#014240}.sdss-wrapper--button-green .su-card__button .su-button:active{background-color:#155f65;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}.sdss-wrapper--button-green .su-card__button .su-button:active:after{background-color:#fff}.sdss-wrapper--button-green .su-card__button .su-button:after{background-color:#000}@media only screen and (min-width:768px){.sdss-wrapper--button-green .su-card__button .su-button{padding-bottom:.9rem;padding-left:2.6rem;padding-right:2.6rem}}@media only screen and (min-width:1500px){.sdss-wrapper--button-green .su-card__button .su-button{padding-bottom:1rem;padding-left:2.7rem;padding-right:2.7rem}}.js-pager__items .pager__item .button{background-color:#b1040e;background:#b1ef89;border-radius:3rem;color:#fff;color:#000;font-weight:400;line-height:1.15;margin:3.2rem .3rem .3rem;padding:.375em 2rem .8rem;text-decoration:none;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out}.js-pager__items .pager__item .button:after,.js-pager__items .pager__item .button:before{background-color:#fff;color:#b1040e}.js-pager__items .pager__item .button:focus,.js-pager__items .pager__item .button:hover{background-color:#2e2d29;color:#fff}.js-pager__items .pager__item .button:focus:after,.js-pager__items .pager__item .button:focus:before,.js-pager__items .pager__item .button:hover:after,.js-pager__items .pager__item .button:hover:before{background-color:#fff}.js-pager__items .pager__item .button:focus{-webkit-box-shadow:0 0 3px #53565a,0 0 7px #53565a;box-shadow:0 0 3px #53565a,0 0 7px #53565a}.js-pager__items .pager__item .button:hover{background:#90cc69;color:#000;cursor:pointer;text-decoration:underline}.js-pager__items .pager__item .button:hover svg.mailto{fill:#000}.js-pager__items .pager__item .button:hover:after{background-color:#000}.js-pager__items .pager__item .button:focus{background-color:#b1ef89;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}.js-pager__items .pager__item .button:focus:after{background-color:#014240}.js-pager__items .pager__item .button:active{background-color:#155f65;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}.js-pager__items .pager__item .button:active:after{background-color:#fff}.js-pager__items .pager__item .button:after{background-color:#000}@media only screen and (min-width:768px){.js-pager__items .pager__item .button{padding-bottom:.9rem;padding-left:2.6rem;padding-right:2.6rem}}@media only screen and (min-width:1500px){.js-pager__items .pager__item .button{padding-bottom:1rem;padding-left:2.7rem;padding-right:2.7rem}}@media only screen and (min-width:768px){.js-pager__items .pager__item .button{margin-top:4.5rem}}@media only screen and (min-width:1500px){.js-pager__items .pager__item .button{margin-top:4.8rem}}.ds-entity--stanford-page .su-card .su-card__contents a{color:#014240;font-weight:400;outline-color:#014240}.ds-entity--stanford-page .su-card .su-card__contents a:hover{color:#000;cursor:pointer;text-decoration:underline}.ds-entity--stanford-page .su-card .su-card__contents a:hover svg.mailto{fill:#000}.ds-entity--stanford-page .su-card .su-card__contents a:hover:after{background-color:#000}.ds-entity--stanford-page .su-card .su-card__contents a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.ds-entity--stanford-page .su-card .su-card__contents a:focus:after{background-color:#000}.ds-entity--stanford-page .su-card .su-card__contents a:active{color:#2e2d29}.ds-entity--stanford-page .su-card .su-card__contents a:active:after{background-color:#000}.ds-entity--stanford-page .su-card .su-card__contents a:after{background-color:#014240}.ds-entity--stanford-page .su-card .su-card__contents a.mailto svg{fill:#014240}.su-card{background-color:transparent}@media (max-width:767px){.su-card figure,.su-card img{display:block}}.su-card section.su-card__contents>span{text-transform:uppercase}@media (min-width:992px){.su-card section.su-card__contents>span{font-size:24px}}@media (max-width:991px){.su-card section.su-card__contents>span{font-size:16px}}@media (max-width:767px){.su-card section.su-card__contents h2{font-size:40px}}@media (max-width:991px){.su-card section.su-card__contents h2{font-size:44px}}@media (min-width:992px){.su-card section.su-card__contents h2{font-size:56px}}.sdss-card-wrapper--topic article.su-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.sdss-card-wrapper--topic .su-card__headline{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.sdss-card-wrapper--topic .image{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.sdss-card-wrapper--topic section.su-card__contents{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.sdss-card-wrapper--stat article.su-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.sdss-card-wrapper--stat .su-card__headline{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.sdss-card-wrapper--stat .image{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.sdss-card-wrapper--stat section.su-card__contents{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.sdss-card-wrapper--icon article.su-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.sdss-card-wrapper--icon .su-card__headline{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.sdss-card-wrapper--icon .image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.sdss-card-wrapper--icon section.su-card__contents{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.sdss-card-wrapper--title article.su-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.sdss-card-wrapper--title .su-card__headline{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.sdss-card-wrapper--title .image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.sdss-card-wrapper--title section.su-card__contents{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.sdss-card-wrapper--default.sdss-card-wrapper--border-none article.su-card{border:none;-webkit-box-shadow:none;box-shadow:none}.sdss-card-wrapper--default.sdss-card-wrapper--white-border article.su-card{background:#fff;-webkit-box-shadow:none;box-shadow:none}.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow article.su-card,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow article.su-card{border:1px solid #edefef}.sdss-card-wrapper--default.sdss-card-wrapper--white-border article.su-card{background-color:#fff;border:1px solid #edefef}.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--title article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--title article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--title article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--title article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--topic article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--topic article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--title article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--title article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__headline{padding-left:2rem}@media only screen and (min-width:768px){.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--title article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--title article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--title article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--title article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--topic article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--topic article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--title article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--title article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__headline{padding-left:2.6rem}}@media only screen and (min-width:1500px){.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--title article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--title article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--title article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--title article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--topic article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-border.sdss-card-wrapper--topic article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--title article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--title article.su-card .su-card__headline,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__contents,.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow.sdss-card-wrapper--topic article.su-card .su-card__headline{padding-left:2.7rem}}.sdss-card-wrapper--default.sdss-card-wrapper--grey-dropshadow article.su-card{background-color:#edefef;-webkit-box-shadow:0 8px 24px rgba(0,0,0,.05);box-shadow:0 8px 24px rgba(0,0,0,.05)}.sdss-card-wrapper--default.sdss-card-wrapper--white-dropshadow article.su-card{background-color:#fff;-webkit-box-shadow:0 8px 24px rgba(0,0,0,.05);box-shadow:0 8px 24px rgba(0,0,0,.05)}.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents .su-link--action,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents h2 a,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents p a,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__headline{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents .su-link--action:active,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents .su-link--action:focus,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents .su-link--action:hover,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents h2 a:active,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents h2 a:focus,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents h2 a:hover,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents p a:active,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents p a:focus,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents p a:hover{color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents .su-link--action:active:after,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents .su-link--action:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents .su-link--action:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents h2 a:active:after,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents h2 a:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents h2 a:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents p a:active:after,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents p a:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents p a:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents .su-link--action:after,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents h2 a:after,.layout-paragraphs-sdss-bgcolor--green .su-card .su-card__contents p a:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-news-vertical-teaser__link h2{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-news-vertical-teaser__link h2:active,.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-news-vertical-teaser__link h2:focus,.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-news-vertical-teaser__link h2:hover{color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-news-vertical-teaser__link h2:active:after,.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-news-vertical-teaser__link h2:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-news-vertical-teaser__link h2:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-card__contents a.su-link--external,.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-news-header .news-vertical-teaser__pub-date{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-card__contents a.su-link--external:active,.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-card__contents a.su-link--external:focus,.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-card__contents a.su-link--external:hover{color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-card__contents a.su-link--external:active:after,.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-card__contents a.su-link--external:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-card__contents a.su-link--external:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser h2.su-link--external:after,.layout-paragraphs-sdss-bgcolor--green .su-news-vertical-teaser.su-card .su-card__contents a.su-link--external:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser h2:active,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser h2:focus,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser h2:hover{color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser h2:active:after,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser h2:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser h2:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-link.su-card__link.su-link--external{text-decoration:none}.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-link a,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-list__title a{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-link a:after,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-list__title a:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-link a:active,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-link a:focus,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-link a:hover,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-list__title a:active,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-list__title a:focus,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-list__title a:hover{color:#b1ef89;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-link a:active:after,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-link a:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-link a:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-list__title a:active:after,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-list__title a:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-course-vertical-teaser .su-course-list__title a:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-course-list-item .su-course-list__title a{color:#fff;text-decoration:none}.layout-paragraphs-sdss-bgcolor--green .su-course-list-item .su-course-list__title a h2{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-course-list-item .su-course-list__title a h2:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-course-list-item .su-course-list__title a h2:active,.layout-paragraphs-sdss-bgcolor--green .su-course-list-item .su-course-list__title a h2:focus,.layout-paragraphs-sdss-bgcolor--green .su-course-list-item .su-course-list__title a h2:hover{color:#b1ef89;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-course-list-item .su-course-list__title a h2:active:after,.layout-paragraphs-sdss-bgcolor--green .su-course-list-item .su-course-list__title a h2:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-course-list-item .su-course-list__title a h2:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .ds-entity--stanford-person .su-card a{color:#fff}.layout-paragraphs-sdss-bgcolor--green .ds-entity--stanford-person .su-card a:active,.layout-paragraphs-sdss-bgcolor--green .ds-entity--stanford-person .su-card a:focus,.layout-paragraphs-sdss-bgcolor--green .ds-entity--stanford-person .su-card a:hover{color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .ds-entity--stanford-person .su-card a:active:after,.layout-paragraphs-sdss-bgcolor--green .ds-entity--stanford-person .su-card a:focus:after,.layout-paragraphs-sdss-bgcolor--green .ds-entity--stanford-person .su-card a:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .ds-entity--stanford-person .su-card .su-person-short-title,.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a,.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:active,.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:focus,.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:hover{color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:active:after,.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:focus:after,.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:hover:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a{color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:active,.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:focus,.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:hover{color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:active:after,.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:focus:after,.layout-paragraphs-sdss-bgcolor--green .stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:hover:after{background-color:#b1ef89}.sdss-card-wrapper--icon .su-card{padding:3rem 2rem;text-align:center}@media only screen and (min-width:768px){.sdss-card-wrapper--icon .su-card{padding:3.6rem 2.6rem}}@media only screen and (min-width:1500px){.sdss-card-wrapper--icon .su-card{padding:3.8rem 2.7rem}}.sdss-card-wrapper--icon .su-card .su-card__contents{padding-bottom:0;padding-top:0}.sdss-card-wrapper--icon .su-card .su-card__contents p{font-size:2rem;line-height:150%}.sdss-card-wrapper--icon .su-card .su-card__headline{font-weight:700;padding-top:2rem}@media only screen and (min-width:768px){.sdss-card-wrapper--icon .su-card .su-card__headline{padding-top:2.6rem}}@media only screen and (min-width:1500px){.sdss-card-wrapper--icon .su-card .su-card__headline{padding-top:2.7rem}}@media (max-width:767px){.sdss-card-wrapper--icon .su-card .su-card__headline{font-size:2.1rem;line-height:130%}}@media (min-width:768px){.sdss-card-wrapper--icon .su-card .su-card__headline{font-size:2.6rem;line-height:130%}}@media (min-width:992px){.sdss-card-wrapper--icon .su-card .su-card__headline{font-size:2.6rem;line-height:130%}}.sdss-card-wrapper--icon .su-card .su-card__button{margin-bottom:0}.su-card.su-card--person{border:0;-webkit-box-shadow:none;box-shadow:none}.su-card.su-card--person .su-person-photo{padding-bottom:0}.su-card.su-card--person .su-card__headline{margin-bottom:0}.su-card.su-card--person .su-card__contents{padding:0}.layout-paragraphs-sdss-bgcolor--green-stat>div,.layout-paragraphs-sdss-bgcolor--green>div{background-color:#014240;color:#fff}.layout-paragraphs-sdss-bgcolor--green-stat .paragraph-item{border-left:1px solid #fff}.layout-paragraphs-sdss-bgcolor--green-stat .paragraph-item:first-child{border-left:none}.sdss-card-wrapper--stat .su-card{background-color:#014240;border:none;-webkit-box-shadow:none;box-shadow:none;color:#fff;padding-top:3rem}@media only screen and (min-width:768px){.sdss-card-wrapper--stat .su-card{padding-top:3.6rem}}@media only screen and (min-width:1500px){.sdss-card-wrapper--stat .su-card{padding-top:3.8rem}}.sdss-card-wrapper--stat .su-card section.su-card__contents{padding-bottom:0;padding-top:0}.sdss-card-wrapper--stat .su-card .su-card__superheadline{color:#014240;font-size:1.5625em;font-weight:400;letter-spacing:-.012em;line-height:120%}@media (max-width:767px){.sdss-card-wrapper--stat .su-card .su-card__superheadline{font-size:5.2rem;line-height:169%}}@media (min-width:768px){.sdss-card-wrapper--stat .su-card .su-card__superheadline{font-size:8rem;line-height:110%}}@media (min-width:1500px){.sdss-card-wrapper--stat .su-card .su-card__superheadline{font-size:8.8rem;line-height:120%}}.sdss-card-wrapper--stat .su-card>.su-card__headline{padding-left:3rem;padding-right:3rem}@media (max-width:767px){.sdss-card-wrapper--stat .su-card>.su-card__headline{font-size:3.1rem;line-height:120%}}@media (min-width:768px){.sdss-card-wrapper--stat .su-card>.su-card__headline{font-size:4.1rem;line-height:120%}}@media (min-width:992px){.sdss-card-wrapper--stat .su-card>.su-card__headline{font-size:4.1rem;line-height:120%}}@media only screen and (min-width:768px){.sdss-card-wrapper--stat .su-card>.su-card__headline{padding-left:3.6rem;padding-right:3.6rem}}@media only screen and (min-width:1500px){.sdss-card-wrapper--stat .su-card>.su-card__headline{padding-left:3.8rem;padding-right:3.8rem}}.sdss-card-wrapper--stat .su-card p{font-size:1.25em;letter-spacing:-.01em}.sdss-card-wrapper--title .su-card .su-card__contents{padding-left:0;padding-top:0}.sdss-card-wrapper--title .su-card .su-card__contents p{font-size:2rem;line-height:150%}.sdss-card-wrapper--title .su-card .su-card__contents a{margin-top:0}.sdss-card-wrapper--title .su-card .su-card__contents a.su-button{line-height:inherit}.sdss-card-wrapper--title .su-card .su-card__headline{margin-bottom:0;padding-top:2rem}@media (max-width:767px){.sdss-card-wrapper--title .su-card .su-card__headline{font-size:2.6rem;line-height:120%}}@media (min-width:768px){.sdss-card-wrapper--title .su-card .su-card__headline{font-size:3.2rem;line-height:120%}}@media (min-width:992px){.sdss-card-wrapper--title .su-card .su-card__headline{font-size:3.2rem;line-height:120%}}@media only screen and (min-width:768px){.sdss-card-wrapper--title .su-card .su-card__headline{padding-top:2.6rem}}@media only screen and (min-width:1500px){.sdss-card-wrapper--title .su-card .su-card__headline{padding-top:2.7rem}}.sdss-card-wrapper--topic .su-card .su-card__contents{padding-left:0}.sdss-card-wrapper--topic .su-card .su-card__contents p{font-size:2rem;line-height:150%}@media (max-width:767px){.sdss-card-wrapper--topic .su-card .su-card__headline{font-size:2.6rem;line-height:120%}}@media (min-width:768px){.sdss-card-wrapper--topic .su-card .su-card__headline{font-size:3.2rem;line-height:120%}}@media (min-width:992px){.sdss-card-wrapper--topic .su-card .su-card__headline{font-size:3.2rem;line-height:120%}}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card{border:0;-webkit-box-shadow:none;box-shadow:none}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a{color:#014240;color:#6d6c69;display:inline-block;font-size:2rem;font-weight:400;outline-color:#014240;text-decoration:none;text-transform:uppercase}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:hover{color:#000;cursor:pointer;text-decoration:underline}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:hover svg.mailto{fill:#000}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:hover:after{background-color:#000}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:focus:after{background-color:#000}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:active{color:#2e2d29}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:active:after{background-color:#000}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a:after{background-color:#014240}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__type a.mailto svg{fill:#014240}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a{color:#014240;font-weight:400;outline-color:#014240;text-decoration:none}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:hover{color:#000;cursor:pointer;text-decoration:underline}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:hover svg.mailto{fill:#000}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:hover:after{background-color:#000}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:focus:after{background-color:#000}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:active{color:#2e2d29}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:active:after{background-color:#000}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a:after{background-color:#014240}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details h2>a.mailto svg{fill:#014240}.stanford-entity .ds-entity--stanford-event .su-event-list-item.su-card .su-event-list-item__details .event-list-item__subheadline{display:none}.stanford-events .more-link a{background-color:#b1040e;background:#b1ef89;border-radius:3rem;color:#fff;color:#000;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;padding:1rem 2rem 1.15rem;text-decoration:none;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out}.stanford-events .more-link a:after,.stanford-events .more-link a:before{background-color:#fff;color:#b1040e}.stanford-events .more-link a:focus,.stanford-events .more-link a:hover{background-color:#2e2d29;color:#fff}.stanford-events .more-link a:focus:after,.stanford-events .more-link a:focus:before,.stanford-events .more-link a:hover:after,.stanford-events .more-link a:hover:before{background-color:#fff}.stanford-events .more-link a:focus{-webkit-box-shadow:0 0 3px #53565a,0 0 7px #53565a;box-shadow:0 0 3px #53565a,0 0 7px #53565a}.stanford-events .more-link a:hover{background:#90cc69;color:#000;cursor:pointer;text-decoration:underline}.stanford-events .more-link a:hover svg.mailto{fill:#000}.stanford-events .more-link a:hover:after{background-color:#000}.stanford-events .more-link a:focus{background-color:#b1ef89;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}.stanford-events .more-link a:focus:after{background-color:#014240}.stanford-events .more-link a:active{background-color:#155f65;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}.stanford-events .more-link a:active:after{background-color:#fff}.stanford-events .more-link a:after{background-color:#000}.su-events-details .su-event-cta{padding:0}.su-events-details .su-event-cta a{background-color:#b1040e;background:#b1ef89;border-radius:3rem;color:#fff;color:#000;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;padding:1rem 2rem 1.15rem;text-decoration:none;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out}.su-events-details .su-event-cta a:after,.su-events-details .su-event-cta a:before{background-color:#fff;color:#b1040e}.su-events-details .su-event-cta a:focus,.su-events-details .su-event-cta a:hover{background-color:#2e2d29;color:#fff}.su-events-details .su-event-cta a:focus:after,.su-events-details .su-event-cta a:focus:before,.su-events-details .su-event-cta a:hover:after,.su-events-details .su-event-cta a:hover:before{background-color:#fff}.su-events-details .su-event-cta a:focus{-webkit-box-shadow:0 0 3px #53565a,0 0 7px #53565a;box-shadow:0 0 3px #53565a,0 0 7px #53565a}.su-events-details .su-event-cta a:hover{background:#90cc69;color:#000;cursor:pointer;text-decoration:underline}.su-events-details .su-event-cta a:hover svg.mailto{fill:#000}.su-events-details .su-event-cta a:hover:after{background-color:#000}.su-events-details .su-event-cta a:focus{background-color:#b1ef89;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}.su-events-details .su-event-cta a:focus:after{background-color:#014240}.su-events-details .su-event-cta a:active{background-color:#155f65;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}.su-events-details .su-event-cta a:active:after{background-color:#fff}.su-events-details .su-event-cta a.su-link--external:after,.su-events-details .su-event-cta a:after{background-color:#000}.section-editorial-content .su-event-type a{color:#014240;color:#6d6c69;display:inline-block;font-size:.9em;font-weight:400;outline-color:#014240;text-decoration:none;text-transform:uppercase}.section-editorial-content .su-event-type a:hover{color:#000;cursor:pointer;text-decoration:underline}.section-editorial-content .su-event-type a:hover svg.mailto{fill:#000}.section-editorial-content .su-event-type a:hover:after{background-color:#000}.section-editorial-content .su-event-type a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.section-editorial-content .su-event-type a:focus:after{background-color:#000}.section-editorial-content .su-event-type a:active{color:#2e2d29}.section-editorial-content .su-event-type a:active:after{background-color:#000}.section-editorial-content .su-event-type a:after{background-color:#014240}.section-editorial-content .su-event-type a.mailto svg{fill:#014240}.su-events-type-schedule .node-stanford-event-su-event-type .su-event-type-bottom a{color:#014240;color:#6d6c69;display:inline-block;font-size:.9em;font-weight:400;outline-color:#014240;text-decoration:none;text-transform:uppercase}.su-events-type-schedule .node-stanford-event-su-event-type .su-event-type-bottom a:hover{color:#000;cursor:pointer;text-decoration:underline}.su-events-type-schedule .node-stanford-event-su-event-type .su-event-type-bottom a:hover svg.mailto{fill:#000}.su-events-type-schedule .node-stanford-event-su-event-type .su-event-type-bottom a:hover:after{background-color:#000}.su-events-type-schedule .node-stanford-event-su-event-type .su-event-type-bottom a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.su-events-type-schedule .node-stanford-event-su-event-type .su-event-type-bottom a:focus:after{background-color:#000}.su-events-type-schedule .node-stanford-event-su-event-type .su-event-type-bottom a:active{color:#2e2d29}.su-events-type-schedule .node-stanford-event-su-event-type .su-event-type-bottom a:active:after{background-color:#000}.su-events-type-schedule .node-stanford-event-su-event-type .su-event-type-bottom a:after{background-color:#014240}.su-events-type-schedule .node-stanford-event-su-event-type .su-event-type-bottom a.mailto svg{fill:#014240}.su-event-list-item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;-ms-flex-direction:row;flex-direction:row;gap:40px;justify-content:flex-start}.su-event-list-item .su-date-stacked{max-width:unset}.su-event-list-item .su-event-list-item__date{margin-bottom:unset;margin-right:unset;max-width:unset}.su-event-list-item .su-event-list-item__date .su-event-end-date,.su-event-list-item .su-event-list-item__date .su-event-end-month,.su-event-list-item .su-event-list-item__date .su-event-start-date,.su-event-list-item .su-event-list-item__date .su-event-start-month{font-weight:400;line-height:1}.su-event-list-item .su-date-stacked.su-date-stacked--no-background{background-color:#e9f7f8;border:1px solid #014240;border-radius:70px;padding:20px;width:110px}.su-event-list-item .su-event-list-item__details{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.su-event-list-item .su-event-list-item__details .event-list-item__type{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.su-event-list-item .su-event-list-item__details .event-list-item__type a{color:#014240;color:#6d6c69;display:inline-block;font-size:2rem;font-weight:400;outline-color:#014240;padding-bottom:1.5rem;padding-top:1.5rem;text-decoration:none;text-transform:uppercase}.su-event-list-item .su-event-list-item__details .event-list-item__type a:hover{color:#000;cursor:pointer;text-decoration:underline}.su-event-list-item .su-event-list-item__details .event-list-item__type a:hover svg.mailto{fill:#000}.su-event-list-item .su-event-list-item__details .event-list-item__type a:hover:after{background-color:#000}.su-event-list-item .su-event-list-item__details .event-list-item__type a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.su-event-list-item .su-event-list-item__details .event-list-item__type a:focus:after{background-color:#000}.su-event-list-item .su-event-list-item__details .event-list-item__type a:active{color:#2e2d29}.su-event-list-item .su-event-list-item__details .event-list-item__type a:active:after{background-color:#000}.su-event-list-item .su-event-list-item__details .event-list-item__type a:after{background-color:#014240}.su-event-list-item .su-event-list-item__details .event-list-item__type a.mailto svg{fill:#014240}@media only screen and (min-width:768px){.su-event-list-item .su-event-list-item__details .event-list-item__type a{padding-top:1.8rem}}@media only screen and (min-width:1500px){.su-event-list-item .su-event-list-item__details .event-list-item__type a{padding-top:1.9rem}}@media only screen and (min-width:768px){.su-event-list-item .su-event-list-item__details .event-list-item__type a{padding-bottom:1.8rem}}@media only screen and (min-width:1500px){.su-event-list-item .su-event-list-item__details .event-list-item__type a{padding-bottom:1.9rem}}.su-event-list-item .su-event-list-item__details h2>a{color:#014240;font-weight:400;outline-color:#014240;text-decoration:none}@supports ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)){.su-event-list-item .su-event-list-item__details h2>a:after{content:"";display:inline-block;height:.5em;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNDE2LjUxMUExLjUyNSAxLjUyNSAwIDAgMSAyLjYxNC40MjhsMTAuODg5IDEwLjRjLjMxNy4zMDIuNDk3LjcyNy40OTcgMS4xNzIgMCAuNDQ1LS4xOC44Ny0uNDk3IDEuMTcybC0xMC44ODkgMTAuNGExLjUyNSAxLjUyNSAwIDAgMS0yLjE5OC0uMDgzIDEuNjMyIDEuNjMyIDAgMCAxIC4wODEtMi4yNjJMMTAuMTU4IDEyIC40OTggMi43NzJBMS42MzIgMS42MzIgMCAwIDEgLjQxNS41MTJaIiBmaWxsPSIjMkUyRDI5Ii8+PC9zdmc+) no-repeat 0 0;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNDE2LjUxMUExLjUyNSAxLjUyNSAwIDAgMSAyLjYxNC40MjhsMTAuODg5IDEwLjRjLjMxNy4zMDIuNDk3LjcyNy40OTcgMS4xNzIgMCAuNDQ1LS4xOC44Ny0uNDk3IDEuMTcybC0xMC44ODkgMTAuNGExLjUyNSAxLjUyNSAwIDAgMS0yLjE5OC0uMDgzIDEuNjMyIDEuNjMyIDAgMCAxIC4wODEtMi4yNjJMMTAuMTU4IDEyIC40OTggMi43NzJBMS42MzIgMS42MzIgMCAwIDEgLjQxNS41MTJaIiBmaWxsPSIjMkUyRDI5Ii8+PC9zdmc+) no-repeat 0 0;-webkit-mask-size:contain;mask-size:contain;width:.5em}.su-event-list-item .su-event-list-item__details h2>a:focus:after,.su-event-list-item .su-event-list-item__details h2>a:hover:after{background-color:#2e2d29}.su-event-list-item .su-event-list-item__details h2>a:after{background-color:#006cb8;margin-bottom:.06em;margin-left:.4em;margin-right:.3em;-webkit-transition:-webkit-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out;transition:-webkit-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-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out}.su-event-list-item .su-event-list-item__details h2>a:focus:after,.su-event-list-item .su-event-list-item__details h2>a:hover:after{-webkit-transform:translateX(.2em);transform:translateX(.2em)}}.su-event-list-item .su-event-list-item__details h2>a:hover{color:#000;cursor:pointer;text-decoration:underline}.su-event-list-item .su-event-list-item__details h2>a:hover svg.mailto{fill:#000}.su-event-list-item .su-event-list-item__details h2>a:hover:after{background-color:#000}.su-event-list-item .su-event-list-item__details h2>a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.su-event-list-item .su-event-list-item__details h2>a:focus:after{background-color:#000}.su-event-list-item .su-event-list-item__details h2>a:active{color:#2e2d29}.su-event-list-item .su-event-list-item__details h2>a:active:after{background-color:#000}.su-event-list-item .su-event-list-item__details h2>a.mailto svg{fill:#014240}.su-event-list-item .su-event-list-item__details h2>a:after{background-color:#014240}.su-event-list-item .views-field-su-event-date-time span{padding-right:0}.su-event-list-item .date-icon:before{content:""}.su-event-card.su-card{border:none;-webkit-box-shadow:none;box-shadow:none}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a{color:#014240;color:#6d6c69;font-size:2rem;font-weight:400;outline-color:#014240;text-decoration:none;text-transform:uppercase}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a:hover{color:#000;cursor:pointer;text-decoration:underline}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a:hover svg.mailto{fill:#000}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a:hover:after{background-color:#000}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a:focus:after{background-color:#000}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a:active{color:#2e2d29}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a:active:after{background-color:#000}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a:after{background-color:#014240}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a.mailto svg{fill:#014240}.su-event-card.su-card .su-event-list-item__details h2>a{color:#014240;display:inline-block;outline-color:#014240;text-decoration:none}.su-event-card.su-card .su-event-list-item__details h2>a:hover{color:#000;cursor:pointer;text-decoration:underline}.su-event-card.su-card .su-event-list-item__details h2>a:hover svg.mailto{fill:#000}.su-event-card.su-card .su-event-list-item__details h2>a:hover:after{background-color:#000}.su-event-card.su-card .su-event-list-item__details h2>a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.su-event-card.su-card .su-event-list-item__details h2>a:focus:after{background-color:#000}.su-event-card.su-card .su-event-list-item__details h2>a:active{color:#2e2d29}.su-event-card.su-card .su-event-list-item__details h2>a:active:after{background-color:#000}.su-event-card.su-card .su-event-list-item__details h2>a:after{background-color:#014240}.su-event-card.su-card .su-event-list-item__details h2>a.mailto svg{fill:#014240}.su-event-card.su-card .su-event-list-item__details .event-list-item__subheadline{display:none}.ptype-stanford-lists[data-react-columns="4"] .su-event-list-item__date,.ptype-stanford-lists[data-react-columns="6"] .su-event-list-item__date{margin-bottom:inherit}.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details,.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details h2>a,.layout-paragraphs-sdss-bgcolor--green .su-event-list-item h2{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details h2>a:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details h2>a:active,.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details h2>a:focus,.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details h2>a:hover{color:#b1ef89;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details h2>a:active:after,.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details h2>a:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details h2>a:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details .event-list-item__type a{color:#e9f7f8;text-decoration:none}.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details .event-list-item__type a:active,.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details .event-list-item__type a:focus,.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details .event-list-item__type a:hover{color:#fff;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details .views-field-su-event-address>.map-icon:before,.layout-paragraphs-sdss-bgcolor--green .su-event-list-item .su-event-list-item__details .views-field-su-event-location>.map-icon:before{color:#fff}header.su-masthead section.su-masthead--inner{display:block;margin:0;max-width:unset;padding:0;width:100%}header.su-masthead section.su-masthead--inner .system-menu-block{bottom:0;position:absolute}header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle{background-color:#014240;border-radius:unset;color:#fff;padding:.5rem 1rem;position:relative;right:unset;text-align:center;top:unset;width:auto}header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgNC4xMzZjMC0uOTA0LjczMy0xLjYzNyAxLjYzNi0xLjYzN2gyMC43MjhhMS42MzYgMS42MzYgMCAxIDEgMCAzLjI3M0gxLjYzNkExLjYzNiAxLjYzNiAwIDAgMSAwIDQuMTM2Wk0wIDE5LjQwOWMwLS45MDQuNzMzLTEuNjM3IDEuNjM2LTEuNjM3aDIwLjcyOGExLjYzNiAxLjYzNiAwIDEgMSAwIDMuMjczSDEuNjM2QTEuNjM2IDEuNjM2IDAgMCAxIDAgMTkuNDA4Wk0wIDExLjc3MmMwLS45MDQuNzMzLTEuNjM2IDEuNjM2LTEuNjM2aDIwLjcyOGExLjYzNiAxLjYzNiAwIDAgMSAwIDMuMjczSDEuNjM2QTEuNjM2IDEuNjM2IDAgMCAxIDAgMTEuNzcxWiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat 3px 0;content:"";display:inline-block;height:26px;margin:0 auto;width:30px}header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle:focus:before,header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle:hover:before,header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle[aria-expanded=true]:before,header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle[aria-expanded=true]:focus:before,header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle[aria-expanded=true]:hover:before{background-color:#fff}header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle[aria-expanded=true]:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEwLjUzIDExLjk3LjI5IDIyLjE4YTEgMSAwIDAgMCAxLjQxIDEuNDFsMTAuMjctMTAuMjMgMTAuMjEgMTAuMjNhMSAxIDAgMCAwIDEuNDEtMS40MUwxMy4zNiAxMS45NyAyMy41OSAxLjcxYTEgMSAwIDAgMCAwLTEuNDIgMSAxIDAgMCAwLTEuNDEgMEwxMS45NyAxMC41MyAxLjcxLjI5QTEuMDA0IDEuMDA0IDAgMCAwIC4yOSAxLjcxWiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat 3px 0;background-size:16px 16px;width:22px}header.su-masthead .su-lockup{-webkit-box-flex:unset;display:block;-ms-flex:unset;flex:unset;margin:0;max-width:unset}header.su-masthead .su-lockup>a{display:block}header.su-masthead .su-lockup .su-lockup__cell1,header.su-masthead .su-lockup .su-lockup__cell2{padding:1.5rem 3rem}header.su-masthead .su-lockup .su-lockup__cell2{background-color:#014240;max-width:unset}header.su-masthead .su-lockup .su-lockup__line1,header.su-masthead .su-lockup .su-lockup__line2{margin-left:0}header.su-masthead .su-lockup .su-lockup__line5{display:none}@media (min-width:768px){header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle{padding:1rem}header.su-masthead .su-lockup>a{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex}header.su-masthead .su-lockup .su-lockup__cell1{-webkit-box-align:center;-ms-flex-align:center;-ms-flex-item-align:unset;-ms-grid-row-align:unset;align-items:center;align-self:unset;margin:0;max-width:unset;padding:1.5rem 2rem 1.5rem 5rem}header.su-masthead .su-lockup .su-lockup__cell2{-ms-flex-item-align:unset;-ms-grid-row-align:unset;align-self:unset;margin:0;max-width:unset;padding:1.5rem 5rem 1.5rem 2rem}}@media (min-width:992px){header.su-masthead section.su-masthead--inner #sdss-button--search-link{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;background-color:#014240;border-radius:32px;bottom:unset;display:inline-block;float:right;left:unset;margin:-4.5rem 1.5rem 0 3rem;min-height:32px;min-width:32px;position:relative;right:0;top:unset;z-index:100}header.su-masthead section.su-masthead--inner .system-menu-block{bottom:unset;position:relative}header.su-masthead section.su-masthead--inner .su-multi-menu{padding:0 8rem}header.su-masthead .su-site-search,header.su-masthead nav+.su-site-search,header.su-masthead ul li .su-site-search{display:none}header.su-masthead .su-lockup .su-lockup__cell1{padding:3rem 4rem 3rem 8rem}header.su-masthead .su-lockup .su-lockup__cell2{padding:3rem 8rem 3rem 3rem;position:relative}header.su-masthead .su-lockup .su-lockup__cell2:after{background:#014240;bottom:0;content:"";left:0;position:absolute;top:0;width:9600px;z-index:-1}}@media (min-width:1200px){header.su-masthead section.su-masthead--inner{margin:0 auto}}@media only screen and (min-width:1200px) and (min-width:0){header.su-masthead section.su-masthead--inner{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width:1200px) and (min-width:576px){header.su-masthead section.su-masthead--inner{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width:1200px) and (min-width:768px){header.su-masthead section.su-masthead--inner{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width:1200px) and (min-width:992px){header.su-masthead section.su-masthead--inner{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width:1200px) and (min-width:1200px){header.su-masthead section.su-masthead--inner{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width:1200px) and (min-width:1500px){header.su-masthead section.su-masthead--inner{max-width:2000px;width:calc(100% - 200px)}}@media (min-width:1200px){header.su-masthead section.su-masthead--inner .su-multi-menu{padding:0}header.su-masthead .su-lockup .su-lockup__cell1{padding:3rem 4rem 3rem 0}header.su-masthead .su-lockup .su-lockup__cell2{padding:3rem 0 3rem 3rem;position:relative}}body.sdss-header-variant--option_a header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle{background-color:unset;color:#2e2d29}body.sdss-header-variant--option_a header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__nav-toggle:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgNC4xMzZjMC0uOTA0LjczMy0xLjYzNyAxLjYzNi0xLjYzN2gyMC43MjhhMS42MzYgMS42MzYgMCAxIDEgMCAzLjI3M0gxLjYzNkExLjYzNiAxLjYzNiAwIDAgMSAwIDQuMTM2Wk0wIDE5LjQwOWMwLS45MDQuNzMzLTEuNjM3IDEuNjM2LTEuNjM3aDIwLjcyOGExLjYzNiAxLjYzNiAwIDEgMSAwIDMuMjczSDEuNjM2QTEuNjM2IDEuNjM2IDAgMCAxIDAgMTkuNDA4Wk0wIDExLjc3MmMwLS45MDQuNzMzLTEuNjM2IDEuNjM2LTEuNjM2aDIwLjcyOGExLjYzNiAxLjYzNiAwIDAgMSAwIDMuMjczSDEuNjM2QTEuNjM2IDEuNjM2IDAgMCAxIDAgMTEuNzcxWiIgZmlsbD0iIzJlMmQyOSIvPjwvc3ZnPg==) no-repeat 3px 0}body.sdss-header-variant--option_a header.su-masthead .su-lockup .su-lockup__cell2{display:none}@media (min-width:1200px){body.sdss-header-variant--option_a header.su-masthead #sdss-button--search-link{right:-80px}}@media (min-width:992px){body.sdss-header-variant--option_a header.su-masthead #sdss-button--search-link{margin:auto 10rem auto auto;position:relative}body.sdss-header-variant--option_a header.su-masthead section.su-masthead--inner{-webkit-box-pack:start;-ms-flex-pack:start;background:#e9f7f8;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;justify-content:flex-start;position:relative}body.sdss-header-variant--option_a header.su-masthead section.su-masthead--inner:after{background:#e9f7f8;bottom:0;content:"";left:0;position:absolute;top:0;width:9600px;z-index:-1}body.sdss-header-variant--option_a header.su-masthead section.su-masthead--inner .system-menu-block{-ms-flex-item-align:end;align-self:flex-end;padding:0 0 0 3rem;width:90%}body.sdss-header-variant--option_a header.su-masthead section.su-masthead--inner .su-multi-menu{background-color:#e9f7f8;padding:0}body.sdss-header-variant--option_a header.su-masthead section.su-masthead--inner .su-multi-menu .su-multi-menu__menu.su-multi-menu__menu-lv1{background-color:#e9f7f8;padding-right:3rem}body.sdss-header-variant--option_a header.su-masthead .su-lockup{background:#fff}body.sdss-header-variant--option_a header.su-masthead .su-lockup .su-lockup__cell1{padding:2rem 3rem 2rem 8rem}}@media (min-width:1200px){body.sdss-header-variant--option_a header.su-masthead .su-lockup .su-lockup__cell1{padding:1.7rem 3rem 1.7rem 0}}@media (min-width:992px){.page-user-login header.su-masthead>section:last-of-type{-ms-grid-columns:1fr;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-ms-grid;display:grid;grid-template-areas:"lockup lockup lockup" "main-nav main-nav search";grid-template-columns:1fr}.page-user-login header.su-masthead{padding-bottom:0}.page-user-login .su-lockup--option-none section:after{background:transparent}.page-user-login .su-lockup--option-none header.su-masthead{padding-top:1em}}nav[aria-label^=footer] a,nav[aria-label^=footer] a.su-link--external:active,nav[aria-label^=footer] a.su-link--external:focus,nav[aria-label^=footer] a.su-link--external:hover,nav[aria-label^=footer] a:hover{color:#fff}nav[aria-label^=footer] a.su-link--external:active:after,nav[aria-label^=footer] a.su-link--external:focus:after,nav[aria-label^=footer] a.su-link--external:hover:after{background-color:#fff}.su-local-footer{background-color:#014240;color:#fff}.su-local-footer .su-lockup__custom-logo{max-width:11em}.su-local-footer .su-lockup__custom-logo-link:focus img{outline:1px solid #92d7dd}.su-local-footer a{font-weight:400}.su-local-footer .su-local-footer__cell2{font-size:1.11em;font-weight:600}.su-local-footer .su-local-footer__action-links{font-size:1.11em}.su-local-footer .su-local-footer__columns{-ms-grid-columns:1.5fr 1fr 1fr 0;grid-template-columns:1.5fr 1fr 1fr 0}.su-local-footer .su-local-footer__columns .su-local-footer__cell3{display:none}@media (min-width:992px){.su-local-footer .su-local-footer__header{padding-top:3.4rem}}@media only screen and (min-width:992px) and (min-width:768px){.su-local-footer .su-local-footer__header{padding-top:5.8rem}}@media only screen and (min-width:992px) and (min-width:1500px){.su-local-footer .su-local-footer__header{padding-top:6.1rem}}@media (min-width:992px){.su-local-footer .su-local-footer__columns{padding-bottom:3.4rem;padding-top:3.4rem}}@media only screen and (min-width:992px) and (min-width:768px){.su-local-footer .su-local-footer__columns{padding-top:5.8rem}}@media only screen and (min-width:992px) and (min-width:1500px){.su-local-footer .su-local-footer__columns{padding-top:6.1rem}}@media only screen and (min-width:992px) and (min-width:768px){.su-local-footer .su-local-footer__columns{padding-bottom:5.8rem}}@media only screen and (min-width:992px) and (min-width:1500px){.su-local-footer .su-local-footer__columns{padding-bottom:6.1rem}}@media (min-width:992px){.su-local-footer .su-local-footer__action-links{padding-bottom:3rem}}@media only screen and (min-width:992px) and (min-width:768px){.su-local-footer .su-local-footer__action-links{padding-bottom:3.6rem}}@media only screen and (min-width:992px) and (min-width:1500px){.su-local-footer .su-local-footer__action-links{padding-bottom:3.8rem}}.su-local-footer span.su-lockup__wordmark{color:#fff}.su-local-footer .su-lockup__cell2{border-left:2px solid #fff}.su-local-footer .sdss-footer--stay-connected{margin-bottom:1.5rem}@media only screen and (min-width:768px){.su-local-footer .sdss-footer--stay-connected{margin-bottom:1.8rem}}@media only screen and (min-width:1500px){.su-local-footer .sdss-footer--stay-connected{margin-bottom:1.9rem}}.su-local-footer .sdss-footer--stay-connected p{padding-bottom:5px}.su-local-footer .su-local-footer__address{font-size:1em;padding-bottom:5px}.su-local-footer .su-local-footer__address .organization{font-weight:400}@media (max-width:767px){.su-local-footer .su-local-footer__address .organization{font-size:2.1rem;line-height:130%}}@media (min-width:768px){.su-local-footer .su-local-footer__address .organization{font-size:2.6rem;line-height:130%}}@media (min-width:992px){.su-local-footer .su-local-footer__address .organization{font-size:2.6rem;line-height:130%}}.su-local-footer .su-local-footer__address .address{font-weight:400}.su-local-footer .su-local-footer__columns a{color:#92d7dd;text-decoration:none}.su-local-footer .su-local-footer__columns a:hover{color:#fff;cursor:pointer}.su-local-footer .su-local-footer__columns a:hover svg.mailto{fill:#fff}.su-local-footer .su-local-footer__columns a:hover:after{background-color:#fff}.su-local-footer .su-local-footer__columns a:focus{background-color:transparent;color:#fff;outline:1px solid #fff}.su-local-footer .su-local-footer__columns a:focus:after{background-color:#fff}.su-local-footer .su-local-footer__columns a:active{color:#fff}.su-local-footer .su-local-footer__columns a:active:after{background-color:#fff}.su-local-footer .su-local-footer__columns a:after{background-color:#92d7dd}.su-local-footer .su-local-footer__columns a.mailto svg{fill:#92d7dd}.su-local-footer .su-local-footer__columns a:hover{text-decoration:underline}.su-local-footer .su-local-footer__social-links i:before{color:#92d7dd}.su-local-footer .su-local-footer__social-links a:active i:before,.su-local-footer .su-local-footer__social-links a:focus i:before,.su-local-footer .su-local-footer__social-links a:hover i:before{color:#e8fadc}.su-local-footer .su-local-footer__social-links .su-local-footer__social-threads i:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='20' viewBox='0 0 448 500'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%2392d7dd' d='M331.5 235.7c2.2.9 4.2 1.9 6.3 2.8 29.2 14.1 50.6 35.2 61.8 61.4 15.7 36.5 17.2 95.8-30.3 143.2-36.2 36.2-80.3 52.5-142.6 53h-.3c-70.2-.5-124.1-24.1-160.4-70.2-32.3-41-48.9-98.1-49.5-169.6v-.5c.5-71.5 17.1-128.6 49.4-169.6 36.3-46.1 90.3-69.7 160.5-70.2h.3c70.3.5 124.9 24 162.3 69.9 18.4 22.7 32 50 40.6 81.7l-40.4 10.8c-7.1-25.8-17.8-47.8-32.2-65.4-29.2-35.8-73-54.2-130.5-54.6-57 .5-100.1 18.8-128.2 54.4C72.1 146.1 58.5 194.3 58 256c.5 61.7 14.1 109.9 40.3 143.3 28 35.6 71.2 53.9 128.2 54.4 51.4-.4 85.4-12.6 113.7-40.9 32.3-32.2 31.7-71.8 21.4-95.9-6.1-14.2-17.1-26-31.9-34.9-3.7 26.9-11.8 48.3-24.7 64.8-17.1 21.8-41.4 33.6-72.7 35.3-23.6 1.3-46.3-4.4-63.9-16-20.8-13.8-33-34.8-34.3-59.3-2.5-48.3 35.7-83 95.2-86.4 21.1-1.2 40.9-.3 59.2 2.8-2.4-14.8-7.3-26.6-14.6-35.2-10-11.7-25.6-17.7-46.2-17.8h-.7c-16.6 0-39 4.6-53.3 26.3l-34.4-23.6c19.2-29.1 50.3-45.1 87.8-45.1h.8c62.6.4 99.9 39.5 103.7 107.7l-.2.2zm-156 68.8c1.3 25.1 28.4 36.8 54.6 35.3 25.6-1.4 54.6-11.4 59.5-73.2-13.2-2.9-27.8-4.4-43.4-4.4-4.8 0-9.6.1-14.4.4-42.9 2.4-57.2 23.2-56.2 41.8l-.1.1z'/%3E%3C/svg%3E")}.su-local-footer .su-local-footer__social-links .su-local-footer__social-threads:active i:before,.su-local-footer .su-local-footer__social-links .su-local-footer__social-threads:focus i:before,.su-local-footer .su-local-footer__social-links .su-local-footer__social-threads:hover i:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='20' viewBox='0 0 448 500'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23E8FADC' d='M331.5 235.7c2.2.9 4.2 1.9 6.3 2.8 29.2 14.1 50.6 35.2 61.8 61.4 15.7 36.5 17.2 95.8-30.3 143.2-36.2 36.2-80.3 52.5-142.6 53h-.3c-70.2-.5-124.1-24.1-160.4-70.2-32.3-41-48.9-98.1-49.5-169.6v-.5c.5-71.5 17.1-128.6 49.4-169.6 36.3-46.1 90.3-69.7 160.5-70.2h.3c70.3.5 124.9 24 162.3 69.9 18.4 22.7 32 50 40.6 81.7l-40.4 10.8c-7.1-25.8-17.8-47.8-32.2-65.4-29.2-35.8-73-54.2-130.5-54.6-57 .5-100.1 18.8-128.2 54.4C72.1 146.1 58.5 194.3 58 256c.5 61.7 14.1 109.9 40.3 143.3 28 35.6 71.2 53.9 128.2 54.4 51.4-.4 85.4-12.6 113.7-40.9 32.3-32.2 31.7-71.8 21.4-95.9-6.1-14.2-17.1-26-31.9-34.9-3.7 26.9-11.8 48.3-24.7 64.8-17.1 21.8-41.4 33.6-72.7 35.3-23.6 1.3-46.3-4.4-63.9-16-20.8-13.8-33-34.8-34.3-59.3-2.5-48.3 35.7-83 95.2-86.4 21.1-1.2 40.9-.3 59.2 2.8-2.4-14.8-7.3-26.6-14.6-35.2-10-11.7-25.6-17.7-46.2-17.8h-.7c-16.6 0-39 4.6-53.3 26.3l-34.4-23.6c19.2-29.1 50.3-45.1 87.8-45.1h.8c62.6.4 99.9 39.5 103.7 107.7l-.2.2zm-156 68.8c1.3 25.1 28.4 36.8 54.6 35.3 25.6-1.4 54.6-11.4 59.5-73.2-13.2-2.9-27.8-4.4-43.4-4.4-4.8 0-9.6.1-14.4.4-42.9 2.4-57.2 23.2-56.2 41.8l-.1.1z'/%3E%3C/svg%3E")}.su-local-footer .su-local-footer__action-links a{color:#92d7dd;text-decoration:none}.su-local-footer .su-local-footer__action-links a:hover{color:#fff;cursor:pointer}.su-local-footer .su-local-footer__action-links a:hover svg.mailto{fill:#fff}.su-local-footer .su-local-footer__action-links a:hover:after{background-color:#fff}.su-local-footer .su-local-footer__action-links a:focus{background-color:transparent;color:#fff;outline:1px solid #fff}.su-local-footer .su-local-footer__action-links a:focus:after{background-color:#fff}.su-local-footer .su-local-footer__action-links a:active{color:#fff}.su-local-footer .su-local-footer__action-links a:active:after{background-color:#fff}.su-local-footer .su-local-footer__action-links a:after{background-color:#92d7dd}.su-local-footer .su-local-footer__action-links a.mailto svg{fill:#92d7dd}.su-local-footer .su-local-footer__list-heading{color:#fff;font-weight:700}@media (max-width:767px){.su-local-footer .su-local-footer__list-heading{font-size:2.1rem;line-height:130%}}@media (min-width:768px){.su-local-footer .su-local-footer__list-heading{font-size:2.6rem;line-height:130%}}@media (min-width:992px){.su-local-footer .su-local-footer__list-heading{font-size:2.6rem;line-height:130%}}.su-local-footer a.su-link--external.su-button--secondary{background:transparent;border:1px solid #fff;border-radius:3rem;-webkit-box-shadow:none;box-shadow:none;color:#fff;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;text-decoration:none}.su-local-footer a.su-link--external.su-button--secondary:hover{background:#155f65;border:1px solid #155f65;color:#fff;cursor:pointer;text-decoration:underline}.su-local-footer a.su-link--external.su-button--secondary:hover svg.mailto{fill:#fff}.su-local-footer a.su-link--external.su-button--secondary:hover:after{background-color:#fff}.su-local-footer a.su-link--external.su-button--secondary:focus{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#fff;outline:3px solid #fff;text-decoration:underline}.su-local-footer a.su-link--external.su-button--secondary:focus:after{background-color:#fff}.su-local-footer a.su-link--external.su-button--secondary:active{background-color:#fff;-webkit-box-shadow:none;box-shadow:none;color:#014240;text-decoration:underline}.su-local-footer a.su-link--external.su-button--secondary:active:after{background-color:#014240}.su-local-footer a.su-link--external.su-button--secondary:after{background-color:#fff}.su-local-footer .su-wysiwyg-text h2,.su-local-footer .su-wysiwyg-text h2 a.su-link--external:active,.su-local-footer .su-wysiwyg-text h2 a.su-link--external:focus,.su-local-footer .su-wysiwyg-text h2 a.su-link--external:hover,.su-local-footer .su-wysiwyg-text h3,.su-local-footer .su-wysiwyg-text h3 a.su-link--external:active,.su-local-footer .su-wysiwyg-text h3 a.su-link--external:focus,.su-local-footer .su-wysiwyg-text h3 a.su-link--external:hover,.su-local-footer .su-wysiwyg-text h4,.su-local-footer .su-wysiwyg-text h4 a.su-link--external:active,.su-local-footer .su-wysiwyg-text h4 a.su-link--external:focus,.su-local-footer .su-wysiwyg-text h4 a.su-link--external:hover,.su-local-footer .su-wysiwyg-text h5,.su-local-footer .su-wysiwyg-text h5 a.su-link--external:active,.su-local-footer .su-wysiwyg-text h5 a.su-link--external:focus,.su-local-footer .su-wysiwyg-text h5 a.su-link--external:hover{color:#fff}.su-local-footer .su-wysiwyg-text h2 a.su-link--external:active:after,.su-local-footer .su-wysiwyg-text h2 a.su-link--external:focus:after,.su-local-footer .su-wysiwyg-text h2 a.su-link--external:hover:after,.su-local-footer .su-wysiwyg-text h3 a.su-link--external:active:after,.su-local-footer .su-wysiwyg-text h3 a.su-link--external:focus:after,.su-local-footer .su-wysiwyg-text h3 a.su-link--external:hover:after,.su-local-footer .su-wysiwyg-text h4 a.su-link--external:active:after,.su-local-footer .su-wysiwyg-text h4 a.su-link--external:focus:after,.su-local-footer .su-wysiwyg-text h4 a.su-link--external:hover:after,.su-local-footer .su-wysiwyg-text h5 a.su-link--external:active:after,.su-local-footer .su-wysiwyg-text h5 a.su-link--external:focus:after,.su-local-footer .su-wysiwyg-text h5 a.su-link--external:hover:after{background-color:#fff}.su-local-footer .su-wysiwyg-text h2 a.su-link--external:after,.su-local-footer .su-wysiwyg-text h3 a.su-link--external:after,.su-local-footer .su-wysiwyg-text h4 a.su-link--external:after,.su-local-footer .su-wysiwyg-text h5 a.su-link--external:after{background-color:#92d7dd}@media (min-width:992px){header.su-masthead .su-lockup{margin-bottom:0}}header.su-masthead .su-lockup a{-ms-flex-wrap:initial;flex-wrap:nowrap}header.su-masthead .su-lockup .su-lockup__custom-logo{max-height:5rem}@media (min-width:992px){header.su-masthead .su-lockup .su-lockup__custom-logo{max-height:5.5rem}}header.su-masthead .su-lockup .su-lockup__cell1,header.su-masthead .su-lockup .su-lockup__cell2{border:none}header.su-masthead .su-lockup .su-lockup__line1,header.su-masthead .su-lockup .su-lockup__line2{color:#fff;line-height:1em}.su-local-footer .su-lockup__line1,.su-local-footer .su-lockup__line5{color:#fff}@media (max-width:991px){.su-local-footer .su-lockup--option-a .su-lockup__cell1{border-right:none}.su-local-footer .su-lockup--option-a .su-lockup__line5:after{border-bottom:0}}header.su-masthead .su-lockup .su-lockup__custom-logo{max-width:165px}header.su-masthead .su-lockup.su-lockup--option-a .su-lockup__line1{-webkit-text-stroke-width:.1px;font-size:1.5625em;letter-spacing:-.012em;margin:0}header.su-masthead .su-lockup.su-lockup--option-a .su-lockup__line5{-webkit-text-stroke-width:.1px;font-family:Source Sans Pro Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:25px;font-weight:400;letter-spacing:.001em;text-transform:none}.page-user-login .su-masthead{padding-bottom:2rem}.system-main-block form .su-button{background-color:#b1040e;background:#b1ef89;border-radius:3rem;color:#fff;color:#000;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;padding:1rem 2rem 1.15rem;text-decoration:none;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out}.system-main-block form .su-button:after,.system-main-block form .su-button:before{background-color:#fff;color:#b1040e}.system-main-block form .su-button:focus,.system-main-block form .su-button:hover{background-color:#2e2d29;color:#fff}.system-main-block form .su-button:focus:after,.system-main-block form .su-button:focus:before,.system-main-block form .su-button:hover:after,.system-main-block form .su-button:hover:before{background-color:#fff}.system-main-block form .su-button:focus{-webkit-box-shadow:0 0 3px #53565a,0 0 7px #53565a;box-shadow:0 0 3px #53565a,0 0 7px #53565a}.system-main-block form .su-button:hover{background:#90cc69;color:#000;cursor:pointer;text-decoration:underline}.system-main-block form .su-button:hover svg.mailto{fill:#000}.system-main-block form .su-button:hover:after{background-color:#000}.system-main-block form .su-button:focus{background-color:#b1ef89;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}.system-main-block form .su-button:focus:after{background-color:#014240}.system-main-block form .su-button:active{background-color:#155f65;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}.system-main-block form .su-button:active:after{background-color:#fff}.system-main-block form .su-button:after{background-color:#000}.su-site-search__submit{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0xMy45NjEgMy4zODZhNi43NTQgNi43NTQgMCAwIDAtNi43NDYgNi43NDdjMCAxLjQzNC40NTMgMi43NjIgMS4yMTggMy44NTZMMy42IDE4LjgyMmExLjA0OSAxLjA0OSAwIDEgMCAxLjQ4NSAxLjQ4NEw5Ljg5MSAxNS41YTYuNzAzIDYuNzAzIDAgMCAwIDQuMDcgMS4zNzljMy43MiAwIDYuNzQ2LTMuMDI2IDYuNzQ2LTYuNzQ3cy0zLjAyNi02Ljc0Ni02Ljc0Ni02Ljc0NnptMCAxMS4zOTNjLTIuNTYyIDAtNC42NDYtMi4wODUtNC42NDYtNC42NDdzMi4wODQtNC42NDcgNC42NDYtNC42NDcgNC42NDYgMi4wODUgNC42NDYgNC42NDctMi4wODUgNC42NDctNC42NDYgNC42NDd6Ii8+PC9zdmc+) no-repeat 0 0;height:25px;margin-bottom:0;margin-right:0;margin-top:0;opacity:.6;padding:0;position:absolute;right:1.2rem;top:1.1rem;width:24px}.su-site-search__submit:hover{background:#b1ef89 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0xMy45NjEgMy4zODZhNi43NTQgNi43NTQgMCAwIDAtNi43NDYgNi43NDdjMCAxLjQzNC40NTMgMi43NjIgMS4yMTggMy44NTZMMy42IDE4LjgyMmExLjA0OSAxLjA0OSAwIDEgMCAxLjQ4NSAxLjQ4NEw5Ljg5MSAxNS41YTYuNzAzIDYuNzAzIDAgMCAwIDQuMDcgMS4zNzljMy43MiAwIDYuNzQ2LTMuMDI2IDYuNzQ2LTYuNzQ3cy0zLjAyNi02Ljc0Ni02Ljc0Ni02Ljc0NnptMCAxMS4zOTNjLTIuNTYyIDAtNC42NDYtMi4wODUtNC42NDYtNC42NDdzMi4wODQtNC42NDcgNC42NDYtNC42NDcgNC42NDYgMi4wODUgNC42NDYgNC42NDctMi4wODUgNC42NDctNC42NDYgNC42NDd6Ii8+PC9zdmc+) no-repeat 0 0}@media (min-width:992px){:target{scroll-margin-top:10rem}.fixed-header{left:0;position:sticky;top:0;width:100%;z-index:100}.role--authenticated .fixed-header{top:79px}.su-multi-menu .su-multi-menu__menu-lv2{-webkit-box-shadow:0 3px 6px rgba(0,0,0,.1);box-shadow:0 3px 6px rgba(0,0,0,.1);margin-left:0;max-width:30rem;padding-left:1.2rem;padding-top:1px;z-index:101}}.su-multi-menu .su-multi-menu__menu-lv1>li:last-child>.su-multi-menu__menu-lv2{right:unset}.su-multi-menu .su-multi-menu__menu .su-multi-menu__link{border-bottom:none;color:#2e2d29;font-size:1.9rem;font-weight:400}.su-multi-menu .su-multi-menu__menu .su-multi-menu__link:hover>span{color:#2e2d29;text-decoration:underline}.su-multi-menu .su-multi-menu__menu .su-multi-menu__link:active:before{background-color:#000}.su-multi-menu .su-multi-menu__menu .su-multi-menu__link:focus>span,.su-multi-menu .su-multi-menu__menu .su-multi-menu__link:hover>span{color:#2e2d29;text-decoration:underline}.su-multi-menu .su-multi-menu__menu .su-multi-menu__link:focus:before,.su-multi-menu .su-multi-menu__menu .su-multi-menu__link:hover:before{background-color:#000;width:3px}.su-multi-menu .su-multi-menu__menu .su-multi-menu__link:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link{color:#014240}.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link:before{background-color:#000;width:3px}@media (max-width:991px){.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link:before{background-color:#014240}}.su-multi-menu .su-multi-menu__menu-lv1>.su-multi-menu__item>.su-multi-menu__link{color:#2e2d29;font-weight:400}.su-multi-menu .su-multi-menu__menu-lv1>.su-multi-menu__item>.su-multi-menu__link:active,.su-multi-menu .su-multi-menu__menu-lv1>.su-multi-menu__item>.su-multi-menu__link:focus,.su-multi-menu .su-multi-menu__menu-lv1>.su-multi-menu__item>.su-multi-menu__link:hover{font-weight:400}.su-multi-menu .su-multi-menu__menu-lv1>.su-multi-menu__item.su-multi-menu__item--active-trail>.su-multi-menu__link{color:#155f65}.su-multi-menu .su-multi-menu__menu-lv1>.su-multi-menu__item.su-multi-menu__item--active-trail>.su-multi-menu__link:before{background-color:#155f65}@media (min-width:992px){.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu-lv1>.su-multi-menu__item--parent:last-of-type{margin:0}}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu-lv1>.su-multi-menu__item--parent{margin:0 40px 0 0}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu-lv1>.su-multi-menu__item--parent>.su-multi-menu__item--parent:last-of-type{margin:0}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu-lv1>.su-multi-menu__item--parent>.su-multi-menu__link:after{border-right:none;margin-left:6px}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu-lv1>.su-multi-menu__item--parent>.su-nav-toggle[aria-expanded=true]:focus:before{background:#155f65 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy40ODkgNS40MTZjLjY0Ny41ODQuNjg1IDEuNTY4LjA4NCAyLjE5OGwtMTAuNCAxMC44ODlBMS42MjIgMS42MjIgMCAwIDEgMTIgMTljLS40NDUgMC0uODctLjE4LTEuMTcyLS40OTdMLjQyOCA3LjYxNEExLjUyNSAxLjUyNSAwIDAgMSAuNTEgNS40MTZhMS42MzIgMS42MzIgMCAwIDEgMi4yNjEuMDgxTDEyIDE1LjE1OGw5LjIyNy05LjY2YTEuNjMyIDEuNjMyIDAgMCAxIDIuMjYyLS4wODJaIiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat 50%/50%}@media (max-width:991px){.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu-lv1>.su-multi-menu__item--parent>.su-nav-toggle:before,.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu-lv1>.su-multi-menu__item--parent>.su-nav-toggle:focus:before,.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu-lv1>.su-multi-menu__item--parent>.su-nav-toggle:hover:before{background:#155f65 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy40ODkgNS40MTZjLjY0Ny41ODQuNjg1IDEuNTY4LjA4NCAyLjE5OGwtMTAuNCAxMC44ODlBMS42MjIgMS42MjIgMCAwIDEgMTIgMTljLS40NDUgMC0uODctLjE4LTEuMTcyLS40OTdMLjQyOCA3LjYxNEExLjUyNSAxLjUyNSAwIDAgMSAuNTEgNS40MTZhMS42MzIgMS42MzIgMCAwIDEgMi4yNjEuMDgxTDEyIDE1LjE1OGw5LjIyNy05LjY2YTEuNjMyIDEuNjMyIDAgMCAxIDIuMjYyLS4wODJaIiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat 50%/50%}}.su-multi-menu .su-multi-menu__menu{background-color:#fff}.su-multi-menu .su-multi-menu__nav-toggle:focus:before,.su-multi-menu .su-multi-menu__nav-toggle:hover:before,.su-multi-menu .su-multi-menu__nav-toggle[aria-expanded=true]:before,.su-multi-menu .su-multi-menu__nav-toggle[aria-expanded=true]:focus:before,.su-multi-menu .su-multi-menu__nav-toggle[aria-expanded=true]:hover:before{background-color:#155f65}@media (min-width:992px){.su-multi-menu__menu.su-multi-menu__menu-lv1 .su-nav-toggle:before{background:#155f65 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy40ODkgNS40MTZjLjY0Ny41ODQuNjg1IDEuNTY4LjA4NCAyLjE5OGwtMTAuNCAxMC44ODlBMS42MjIgMS42MjIgMCAwIDEgMTIgMTljLS40NDUgMC0uODctLjE4LTEuMTcyLS40OTdMLjQyOCA3LjYxNEExLjUyNSAxLjUyNSAwIDAgMSAuNTEgNS40MTZhMS42MzIgMS42MzIgMCAwIDEgMi4yNjEuMDgxTDEyIDE1LjE1OGw5LjIyNy05LjY2YTEuNjMyIDEuNjMyIDAgMCAxIDIuMjYyLS4wODJaIiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat 50%/50%;content:"";display:block;height:30px;position:absolute;right:2px;top:5px;width:30px}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu.su-multi-menu__menu-lv2 button.su-nav-toggle,.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu.su-multi-menu__menu-lv2 ul.su-multi-menu__menu{display:none}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu.su-multi-menu__menu-lv2 .su-multi-menu__link .su-multi-menu__link-text-wrapper{max-width:none}.su-multi-menu__menu-lv1 .su-multi-menu__menu .su-nav-toggle:before{background:#fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy40ODkgNS40MTZjLjY0Ny41ODQuNjg1IDEuNTY4LjA4NCAyLjE5OGwtMTAuNCAxMC44ODlBMS42MjIgMS42MjIgMCAwIDEgMTIgMTljLS40NDUgMC0uODctLjE4LTEuMTcyLS40OTdMLjQyOCA3LjYxNEExLjUyNSAxLjUyNSAwIDAgMSAuNTEgNS40MTZhMS42MzIgMS42MzIgMCAwIDEgMi4yNjEuMDgxTDEyIDE1LjE1OGw5LjIyNy05LjY2YTEuNjMyIDEuNjMyIDAgMCAxIDIuMjYyLS4wODJaIiBmaWxsPSIjMmUyZDI5Ii8+PC9zdmc+) no-repeat 50%/50%;background-size:15px;border-radius:19px;content:"";right:10px;top:5px}.su-multi-menu__menu-lv1 .su-multi-menu__menu .su-nav-toggle[aria-expanded=true]{right:17px;top:15px}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu .su-multi-menu__menu-lv2>.su-multi-menu__item>a.su-multi-menu__link{padding-right:1rem}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu .su-multi-menu__menu-lv2>.su-multi-menu__item--parent .su-nav-toggle:before{right:15px;top:5px}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu .su-multi-menu__menu-lv2>.su-multi-menu__item--parent .su-nav-toggle[aria-expanded=true]{right:25px;top:10px}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu .su-multi-menu__menu-lv2>.su-multi-menu__item--parent .su-nav-toggle:focus[aria-expanded=true]:before{right:10px;top:-2px}.su-multi-menu__menu-lv2 .su-multi-menu__item .su-nav-toggle:before{background:transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy40ODkgNS40MTZjLjY0Ny41ODQuNjg1IDEuNTY4LjA4NCAyLjE5OGwtMTAuNCAxMC44ODlBMS42MjIgMS42MjIgMCAwIDEgMTIgMTljLS40NDUgMC0uODctLjE4LTEuMTcyLS40OTdMLjQyOCA3LjYxNEExLjUyNSAxLjUyNSAwIDAgMSAuNTEgNS40MTZhMS42MzIgMS42MzIgMCAwIDEgMi4yNjEuMDgxTDEyIDE1LjE1OGw5LjIyNy05LjY2YTEuNjMyIDEuNjMyIDAgMCAxIDIuMjYyLS4wODJaIiBmaWxsPSIjMmUyZDI5Ii8+PC9zdmc+) no-repeat 50%/50%;background-size:15px;border-radius:19px;content:"";right:10px;top:5px}.su-multi-menu__menu-lv2 .su-multi-menu__item .su-nav-toggle[aria-expanded=true]{right:17px;top:15px}}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle{height:32px;overflow:visible;top:10px;width:32px}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle:active,.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle:focus,.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle:hover,.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle:hover[aria-expanded=false],.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle[aria-expanded=true]:active,.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle[aria-expanded=true]:focus{border-bottom:0;border-top:0}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle[aria-expanded=true]{right:2px;top:15px}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle:hover:before{background:transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy40ODkgNS40MTZjLjY0Ny41ODQuNjg1IDEuNTY4LjA4NCAyLjE5OGwtMTAuNCAxMC44ODlBMS42MjIgMS42MjIgMCAwIDEgMTIgMTljLS40NDUgMC0uODctLjE4LTEuMTcyLS40OTdMLjQyOCA3LjYxNEExLjUyNSAxLjUyNSAwIDAgMSAuNTEgNS40MTZhMS42MzIgMS42MzIgMCAwIDEgMi4yNjEuMDgxTDEyIDE1LjE1OGw5LjIyNy05LjY2YTEuNjMyIDEuNjMyIDAgMCAxIDIuMjYyLS4wODJaIiBmaWxsPSIjMmUyZDI5Ii8+PC9zdmc+) no-repeat 50%/50%;border-radius:19px}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle:hover[aria-expanded=false]:before{border:1px solid #2e2d29;-webkit-box-shadow:0 8px 25px rgba(0,0,0,.14);box-shadow:0 8px 25px rgba(0,0,0,.14)}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle:active:before{background:transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy40ODkgNS40MTZjLjY0Ny41ODQuNjg1IDEuNTY4LjA4NCAyLjE5OGwtMTAuNCAxMC44ODlBMS42MjIgMS42MjIgMCAwIDEgMTIgMTljLS40NDUgMC0uODctLjE4LTEuMTcyLS40OTdMLjQyOCA3LjYxNEExLjUyNSAxLjUyNSAwIDAgMSAuNTEgNS40MTZhMS42MzIgMS42MzIgMCAwIDEgMi4yNjEuMDgxTDEyIDE1LjE1OGw5LjIyNy05LjY2YTEuNjMyIDEuNjMyIDAgMCAxIDIuMjYyLS4wODJaIiBmaWxsPSIjMmUyZDI5Ii8+PC9zdmc+) no-repeat 50%/50%;border-radius:19px}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle:focus:before{background:#2e2d29 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy40ODkgNS40MTZjLjY0Ny41ODQuNjg1IDEuNTY4LjA4NCAyLjE5OGwtMTAuNCAxMC44ODlBMS42MjIgMS42MjIgMCAwIDEgMTIgMTljLS40NDUgMC0uODctLjE4LTEuMTcyLS40OTdMLjQyOCA3LjYxNEExLjUyNSAxLjUyNSAwIDAgMSAuNTEgNS40MTZhMS42MzIgMS42MzIgMCAwIDEgMi4yNjEuMDgxTDEyIDE1LjE1OGw5LjIyNy05LjY2YTEuNjMyIDEuNjMyIDAgMCAxIDIuMjYyLS4wODJaIiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat 50%/50%;border-radius:19px}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle:before{background:transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy40ODkgNS40MTZjLjY0Ny41ODQuNjg1IDEuNTY4LjA4NCAyLjE5OGwtMTAuNCAxMC44ODlBMS42MjIgMS42MjIgMCAwIDEgMTIgMTljLS40NDUgMC0uODctLjE4LTEuMTcyLS40OTdMLjQyOCA3LjYxNEExLjUyNSAxLjUyNSAwIDAgMSAuNTEgNS40MTZhMS42MzIgMS42MzIgMCAwIDEgMi4yNjEuMDgxTDEyIDE1LjE1OGw5LjIyNy05LjY2YTEuNjMyIDEuNjMyIDAgMCAxIDIuMjYyLS4wODJaIiBmaWxsPSIjMmUyZDI5Ii8+PC9zdmc+) no-repeat 50%/50%;border-radius:19px}@media (max-width:991px){.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent .su-nav-toggle:before{background:#155f65 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy40ODkgNS40MTZjLjY0Ny41ODQuNjg1IDEuNTY4LjA4NCAyLjE5OGwtMTAuNCAxMC44ODlBMS42MjIgMS42MjIgMCAwIDEgMTIgMTljLS40NDUgMC0uODctLjE4LTEuMTcyLS40OTdMLjQyOCA3LjYxNEExLjUyNSAxLjUyNSAwIDAgMSAuNTEgNS40MTZhMS42MzIgMS42MzIgMCAwIDEgMi4yNjEuMDgxTDEyIDE1LjE1OGw5LjIyNy05LjY2YTEuNjMyIDEuNjMyIDAgMCAxIDIuMjYyLS4wODJaIiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat 50%/50%}}.su-multi-menu .su-multi-menu__menu-lv2 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv3 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv4 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv5 .su-multi-menu__item>.su-multi-menu__link{margin:0;padding-bottom:1.1rem;padding-top:1.1rem}@media only screen and (min-width:768px){.su-multi-menu .su-multi-menu__menu-lv2 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv3 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv4 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv5 .su-multi-menu__item>.su-multi-menu__link{padding-bottom:1.2rem}}@media only screen and (min-width:1500px){.su-multi-menu .su-multi-menu__menu-lv2 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv3 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv4 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv5 .su-multi-menu__item>.su-multi-menu__link{padding-bottom:1.3rem}}@media only screen and (min-width:768px){.su-multi-menu .su-multi-menu__menu-lv2 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv3 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv4 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv5 .su-multi-menu__item>.su-multi-menu__link{padding-top:1.2rem}}@media only screen and (min-width:1500px){.su-multi-menu .su-multi-menu__menu-lv2 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv3 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv4 .su-multi-menu__item>.su-multi-menu__link,.su-multi-menu .su-multi-menu__menu-lv5 .su-multi-menu__item>.su-multi-menu__link{padding-top:1.3rem}}.su-multi-menu .su-multi-menu__menu-lv2 .su-multi-menu__item>.su-multi-menu__link:hover:before,.su-multi-menu .su-multi-menu__menu-lv3 .su-multi-menu__item>.su-multi-menu__link:hover:before,.su-multi-menu .su-multi-menu__menu-lv4 .su-multi-menu__item>.su-multi-menu__link:hover:before,.su-multi-menu .su-multi-menu__menu-lv5 .su-multi-menu__item>.su-multi-menu__link:hover:before{left:-12px}.su-multi-menu .su-multi-menu__menu-lv2 .su-multi-menu__item>.su-multi-menu__link:active>span,.su-multi-menu .su-multi-menu__menu-lv2 .su-multi-menu__item>.su-multi-menu__link:focus>span,.su-multi-menu .su-multi-menu__menu-lv2 .su-multi-menu__item>.su-multi-menu__link:hover>span,.su-multi-menu .su-multi-menu__menu-lv3 .su-multi-menu__item>.su-multi-menu__link:active>span,.su-multi-menu .su-multi-menu__menu-lv3 .su-multi-menu__item>.su-multi-menu__link:focus>span,.su-multi-menu .su-multi-menu__menu-lv3 .su-multi-menu__item>.su-multi-menu__link:hover>span,.su-multi-menu .su-multi-menu__menu-lv4 .su-multi-menu__item>.su-multi-menu__link:active>span,.su-multi-menu .su-multi-menu__menu-lv4 .su-multi-menu__item>.su-multi-menu__link:focus>span,.su-multi-menu .su-multi-menu__menu-lv4 .su-multi-menu__item>.su-multi-menu__link:hover>span,.su-multi-menu .su-multi-menu__menu-lv5 .su-multi-menu__item>.su-multi-menu__link:active>span,.su-multi-menu .su-multi-menu__menu-lv5 .su-multi-menu__item>.su-multi-menu__link:focus>span,.su-multi-menu .su-multi-menu__menu-lv5 .su-multi-menu__item>.su-multi-menu__link:hover>span{color:#155f65}@media only screen and (min-width:992px){.su-masthead>section:last-of-type{display:-ms-grid;display:grid;padding:0}}.ptype-stanford-lists:not([data-react-columns="12"]) .su-news-vertical-teaser.su-card{margin-bottom:3.2rem}@media only screen and (min-width:768px){.ptype-stanford-lists:not([data-react-columns="12"]) .su-news-vertical-teaser.su-card{margin-bottom:4.5rem}}@media only screen and (min-width:1500px){.ptype-stanford-lists:not([data-react-columns="12"]) .su-news-vertical-teaser.su-card{margin-bottom:4.8rem}}.su-news-topics a{color:#014240}@media (min-width:1500px){.su-news-topics a{font-size:2.3rem}}@media (min-width:768px) and (max-width:1499px){.su-news-topics a{font-size:2.3rem}}@media (max-width:767px){.su-news-topics a{font-size:1.8rem}}.layout-paragraphs-sdss-bgcolor--green .su-news-list .su-news-list__headline-dek a{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-news-list .su-news-list__headline-dek a:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-news-list .su-news-list__headline-dek a:active,.layout-paragraphs-sdss-bgcolor--green .su-news-list .su-news-list__headline-dek a:focus,.layout-paragraphs-sdss-bgcolor--green .su-news-list .su-news-list__headline-dek a:hover{color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-news-list .su-news-list__headline-dek a:active:after,.layout-paragraphs-sdss-bgcolor--green .su-news-list .su-news-list__headline-dek a:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-news-list .su-news-list__headline-dek a:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-basic-page-types-list .su-basic-page-list__title a,.layout-paragraphs-sdss-bgcolor--green .su-news-list .su-news-list__source{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-basic-page-types-list .su-basic-page-list__title a:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-basic-page-types-list .su-basic-page-list__title a:active,.layout-paragraphs-sdss-bgcolor--green .su-basic-page-types-list .su-basic-page-list__title a:focus,.layout-paragraphs-sdss-bgcolor--green .su-basic-page-types-list .su-basic-page-list__title a:hover{color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-basic-page-types-list .su-basic-page-list__title a:active:after,.layout-paragraphs-sdss-bgcolor--green .su-basic-page-types-list .su-basic-page-list__title a:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-basic-page-types-list .su-basic-page-list__title a:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):active:after,.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):focus:after,.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:active,.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:focus,.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:hover{color:#b1ef89;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:active:after,.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .su-news-vertical-teaser__link:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .news-vertical-teaser__source,.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .news-vertical-teaser__topics a{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .news-vertical-teaser__topics a:active,.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .news-vertical-teaser__topics a:focus,.layout-paragraphs-sdss-bgcolor--green .su-card.su-news-vertical-teaser .su-content__wrapper .news-vertical-teaser__topics a:hover{text-decoration:underline}.media-mentions-list .su-news-list .su-news-article,.media-mentions-only-card-grid .su-news-list .su-news-article{padding-bottom:2rem;padding-top:2rem}@media only screen and (min-width:768px){.media-mentions-list .su-news-list .su-news-article,.media-mentions-only-card-grid .su-news-list .su-news-article{padding-bottom:2.6rem;padding-top:2.6rem}}@media only screen and (min-width:1500px){.media-mentions-list .su-news-list .su-news-article,.media-mentions-only-card-grid .su-news-list .su-news-article{padding-bottom:2.7rem;padding-top:2.7rem}}.su-news-list .su-news-list__headline-dek a{color:#014240;outline-color:#014240;text-decoration:none}.su-news-list .su-news-list__headline-dek a:hover{color:#000;cursor:pointer;text-decoration:underline}.su-news-list .su-news-list__headline-dek a:hover svg.mailto{fill:#000}.su-news-list .su-news-list__headline-dek a:hover:after{background-color:#000}.su-news-list .su-news-list__headline-dek a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.su-news-list .su-news-list__headline-dek a:focus:after{background-color:#000}.su-news-list .su-news-list__headline-dek a:active{color:#2e2d29}.su-news-list .su-news-list__headline-dek a:active:after{background-color:#000}.su-news-list .su-news-list__headline-dek a:after{background-color:#014240}.su-news-list .su-news-list__headline-dek a.mailto svg{fill:#014240}.su-news-list .su-news-list__headline-dek a:active,.su-news-list .su-news-list__headline-dek a:focus,.su-news-list .su-news-list__headline-dek a:hover{text-decoration-thickness:2px}.su-news-list .su-news-list__headline-dek a h2{color:unset}.su-news-list .su-news-list__header{-ms-grid-columns:1fr 25px 2fr;-ms-grid-rows:auto 25px auto;display:-ms-grid;display:grid;gap:25px;grid-template-areas:"article-image headline" "article-image date";grid-template-columns:1fr 2fr}.su-news-list .image .media{margin-left:0}.su-news-list .su-news-list__topics a{color:#6d6c69;font-size:2rem;font-weight:400;text-transform:uppercase}.su-news-list .su-news-list__topics ul{margin-top:0}.su-news-list .su-news-list__topics ul li{margin-bottom:0}.su-news-list .su-news-article{border-bottom:none;padding-bottom:1.5rem;padding-top:1.5rem}@media only screen and (min-width:768px){.su-news-list .su-news-article{padding-bottom:1.8rem;padding-top:1.8rem}}@media only screen and (min-width:1500px){.su-news-list .su-news-article{padding-bottom:1.9rem;padding-top:1.9rem}}.su-news-list .su-news-list__source{color:#6d6c69;font-size:.9em;padding:1em 0 1.5em}.su-news-list .su-link--external:after{height:.8em;width:.5em}.ptype-stanford-lists:is([data-react-columns="12"]) .su-news-list img,.ptype-stanford-lists:is([data-react-columns="6"]) .su-news-list img{display:unset}.ptype-stanford-lists[data-react-columns="6"] .su-news-list__header{-ms-grid-columns:unset;grid-template-columns:unset}@media (max-width:1199px){.su-news-list .image .media{display:unset}}@media (max-width:991px){.su-news-list .su-news-list__header{-ms-grid-columns:100%;display:-ms-grid;display:grid;grid-template-areas:"image" "headline" "date";grid-template-columns:100%}}.news .jumpstart-ui--one-column.centered-content>div:first-child{margin-left:inherit;margin-right:inherit}@media only screen and (min-width:0){.news.node{margin-bottom:5.12rem}}@media only screen and (min-width:768px){.news.node{margin-bottom:5.76rem}}@media only screen and (min-width:1500px){.news.node{margin-bottom:6.08rem}}@media only screen and (min-width:0){.news.node .stanford-news-vertical-cards.block-views{margin-top:8rem}}@media only screen and (min-width:768px){.news.node .stanford-news-vertical-cards.block-views{margin-top:9rem}}@media only screen and (min-width:1500px){.news.node .stanford-news-vertical-cards.block-views{margin-top:9.5rem}}@media only screen and (min-width:0){.news div.section-header--newsroom{margin-top:6.4rem}}@media only screen and (min-width:768px){.news div.section-header--newsroom{margin-top:7.2rem}}@media only screen and (min-width:1500px){.news div.section-header--newsroom{margin-top:7.6rem}}.su-sdss-news-dek-long.su-wysiwyg-text p{line-height:1.3}@media (min-width:1500px){.su-sdss-news-dek-long.su-wysiwyg-text p{font-size:3rem}}@media (min-width:768px) and (max-width:1499px){.su-sdss-news-dek-long.su-wysiwyg-text p{font-size:3rem}}@media (max-width:767px){.su-sdss-news-dek-long.su-wysiwyg-text p{font-size:2.5rem}}.su-news-title,.su-news-topics,.su-sdss-news-dek-long,.su_news_publishing_date-region{margin:auto;max-width:850px}.su-news-title h1{color:#2e2d29}@media only screen and (min-width:0){.byline-social-media-wrapper.centered-container{margin-top:5.12rem}}@media only screen and (min-width:768px){.byline-social-media-wrapper.centered-container{margin-top:5.76rem}}@media only screen and (min-width:1500px){.byline-social-media-wrapper.centered-container{margin-top:6.08rem}}@media only screen and (min-width:0){.byline-social-media-wrapper.centered-container{margin-bottom:5.12rem}}@media only screen and (min-width:768px){.byline-social-media-wrapper.centered-container{margin-bottom:5.76rem}}@media only screen and (min-width:1500px){.byline-social-media-wrapper.centered-container{margin-bottom:6.08rem}}@media only screen and (min-width:0){.byline-social-media-wrapper.su-news-byline--no-author .su_news_publishing_date-region{margin-bottom:.53rem}}@media only screen and (min-width:768px){.byline-social-media-wrapper.su-news-byline--no-author .su_news_publishing_date-region{margin-bottom:.6rem}}@media only screen and (min-width:1500px){.byline-social-media-wrapper.su-news-byline--no-author .su_news_publishing_date-region{margin-bottom:.63rem}}.byline-social-media-wrapper .sdss-byline--wrapper{-webkit-box-flex:0;-ms-grid-columns:1fr 210px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-ms-grid;display:grid;-ms-flex:0 0 100%;flex:0 0 100%;grid-template-columns:1fr 210px;margin:auto;max-width:100%;max-width:850px}@media (max-width:1199px){.byline-social-media-wrapper .sdss-byline--wrapper{-ms-grid-columns:1fr;grid-row-gap:2.3rem;grid-template-columns:1fr}}.byline-social-media-wrapper .su-news-publishing-date{line-height:1.2}@media (min-width:768px){.byline-social-media-wrapper .su-news-publishing-date{font-size:2.1rem}}@media (max-width:767px){.byline-social-media-wrapper .su-news-publishing-date{font-size:1.8rem}}.byline-social-media-wrapper .news-date-pipe-byline{line-height:1.2;margin-bottom:7px;margin-right:3rem}@media (min-width:768px){.byline-social-media-wrapper .news-date-pipe-byline{font-size:2.1rem}}@media (max-width:767px){.byline-social-media-wrapper .news-date-pipe-byline{font-size:1.8rem}}@media only screen and (min-width:768px){.byline-social-media-wrapper .news-date-pipe-byline{margin-right:3.6rem}}@media only screen and (min-width:1500px){.byline-social-media-wrapper .news-date-pipe-byline{margin-right:3.8rem}}.byline-social-media-wrapper .news-date-pipe-byline div{color:#6d6c69;display:inline;line-height:1.2}.byline-social-media-wrapper .news-date-pipe-byline>span{display:inline}.byline-social-media-wrapper .news-social-media div{top:unset}.byline-social-media-wrapper .news-social-media>div:first-of-type{padding-left:0}.su-news-vertical-teaser.su-card{border:none;-webkit-box-shadow:none;box-shadow:none}.su-news-vertical-teaser.su-card .su-figure__wrapper{margin-bottom:2rem}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-figure__wrapper{margin-bottom:2.6rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-figure__wrapper{margin-bottom:2.7rem}}@media (max-width:767px){.su-news-vertical-teaser.su-card{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.su-news-vertical-teaser.su-card .su-content__wrapper{-ms-flex-preferred-size:125%;flex-basis:125%;padding-right:5rem}.su-news-vertical-teaser.su-card .su-figure__wrapper{-webkit-box-ordinal-group:3;-ms-flex-order:2;-ms-flex-preferred-size:40%;flex-basis:40%;margin-bottom:0;order:2}.su-news-vertical-teaser.su-card .su-figure__wrapper img,.su-news-vertical-teaser.su-card .su-figure__wrapper picture{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}}.su-news-vertical-teaser.su-card .news-vertical-teaser__pub-date,.su-news-vertical-teaser.su-card .news-vertical-teaser__source,.su-news-vertical-teaser.su-card .news-vertical-teaser__topics,.su-news-vertical-teaser.su-card .su-card__contents,.su-news-vertical-teaser.su-card .su-news-header{margin:0;padding:0}.su-news-vertical-teaser.su-card .su-news-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:1.5rem}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-news-header{margin-bottom:1.8rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-news-header{margin-bottom:1.9rem}}.su-news-vertical-teaser.su-card .su-news-header .news-vertical-teaser__pub-date{-webkit-box-ordinal-group:0;-ms-flex-order:-1;color:#6d6c69;font-size:1em;margin-bottom:2rem;order:-1}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-news-header .news-vertical-teaser__pub-date{margin-bottom:2.6rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-news-header .news-vertical-teaser__pub-date{margin-bottom:2.7rem}}@media (max-width:575px){.su-news-vertical-teaser.su-card .su-card__contents{display:none}}.su-news-vertical-teaser.su-card .su-card__contents p{margin-bottom:.5rem}@media (min-width:1500px){.su-news-vertical-teaser.su-card .su-card__contents p{font-size:2.1rem}}@media (min-width:768px) and (max-width:1499px){.su-news-vertical-teaser.su-card .su-card__contents p{font-size:2rem}}@media (max-width:767px){.su-news-vertical-teaser.su-card .su-card__contents p{font-size:1.7rem}}@media (max-width:575px){.su-news-vertical-teaser.su-card .su-card__contents p{font-size:1.5rem}}@media (min-width:768px) and (max-width:1499px){.su-news-vertical-teaser.su-card .su-card__contents p{font-size:1.8rem;line-height:1.5}}.su-news-vertical-teaser.su-card .su-card__contents a{color:#014240;font-weight:400;outline-color:#014240;text-decoration:underline}.su-news-vertical-teaser.su-card .su-card__contents a:hover{color:#014240;cursor:pointer;font-weight:400;text-decoration:none}.su-news-vertical-teaser.su-card .su-card__contents a:hover svg.mailto{fill:#014240}.su-news-vertical-teaser.su-card .su-card__contents a:hover:after{background-color:#014240}.su-news-vertical-teaser.su-card .su-card__contents a:focus{background-color:transparent;color:#014240;outline:1px solid #000;text-decoration:none}.su-news-vertical-teaser.su-card .su-card__contents a:focus:after{background-color:#014240}.su-news-vertical-teaser.su-card .su-card__contents a:active{background-color:transparent;color:#014240;outline:1px solid #000;text-decoration:none}.su-news-vertical-teaser.su-card .su-card__contents a:active:after,.su-news-vertical-teaser.su-card .su-card__contents a:after{background-color:#014240}.su-news-vertical-teaser.su-card .su-card__contents a.mailto svg{fill:#014240}.su-news-vertical-teaser.su-card .news-vertical-teaser__source{color:#6d6c69;font-size:.9em}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics{margin-top:2rem}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .news-vertical-teaser__topics{margin-top:2.6rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .news-vertical-teaser__topics{margin-top:2.7rem}}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a{color:#014240;outline-color:#014240}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a:hover{color:#000;cursor:pointer;text-decoration:underline}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a:hover svg.mailto{fill:#000}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a:hover:after{background-color:#000}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a:focus:after{background-color:#000}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a:active{color:#2e2d29}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a:active:after{background-color:#000}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a:after{background-color:#014240}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a.mailto svg{fill:#014240}.su-news-vertical-teaser.su-card .news-vertical-teaser__topics a:focus{text-decoration:underline}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link{color:#2e2d29}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external){text-decoration:none}@supports ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)){.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):after{content:"";display:inline-block;height:.5em;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNDE2LjUxMUExLjUyNSAxLjUyNSAwIDAgMSAyLjYxNC40MjhsMTAuODg5IDEwLjRjLjMxNy4zMDIuNDk3LjcyNy40OTcgMS4xNzIgMCAuNDQ1LS4xOC44Ny0uNDk3IDEuMTcybC0xMC44ODkgMTAuNGExLjUyNSAxLjUyNSAwIDAgMS0yLjE5OC0uMDgzIDEuNjMyIDEuNjMyIDAgMCAxIC4wODEtMi4yNjJMMTAuMTU4IDEyIC40OTggMi43NzJBMS42MzIgMS42MzIgMCAwIDEgLjQxNS41MTJaIiBmaWxsPSIjMkUyRDI5Ii8+PC9zdmc+) no-repeat 0 0;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNDE2LjUxMUExLjUyNSAxLjUyNSAwIDAgMSAyLjYxNC40MjhsMTAuODg5IDEwLjRjLjMxNy4zMDIuNDk3LjcyNy40OTcgMS4xNzIgMCAuNDQ1LS4xOC44Ny0uNDk3IDEuMTcybC0xMC44ODkgMTAuNGExLjUyNSAxLjUyNSAwIDAgMS0yLjE5OC0uMDgzIDEuNjMyIDEuNjMyIDAgMCAxIC4wODEtMi4yNjJMMTAuMTU4IDEyIC40OTggMi43NzJBMS42MzIgMS42MzIgMCAwIDEgLjQxNS41MTJaIiBmaWxsPSIjMkUyRDI5Ii8+PC9zdmc+) no-repeat 0 0;-webkit-mask-size:contain;mask-size:contain;width:.5em}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):focus:after,.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):hover:after{background-color:#2e2d29}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):after{background-color:#006cb8;margin-bottom:.06em;margin-left:.4em;margin-right:.3em;-webkit-transition:-webkit-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out;transition:-webkit-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-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):focus:after,.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):hover:after{-webkit-transform:translateX(.2em);transform:translateX(.2em)}}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):after{background-color:#2e2d29;height:.9em;width:.9em}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):active:after,.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):focus:after,.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:not(.su-link--external):hover:after{background-color:#014240}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:after{background-color:#2e2d29;height:.9em;width:.9em}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:active,.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:focus,.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:hover{color:#014240;text-decoration:underline;text-decoration-thickness:2px}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:active:after,.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:focus:after,.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link:hover:after{background-color:#014240}.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link h2{color:unset;display:inline;font-size:1.95312em;letter-spacing:-.016em}@media (max-width:767px){.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link h2{font-size:1.66016em}}@media (min-width:768px) and (max-width:1499px){.su-news-vertical-teaser.su-card .su-content__wrapper .su-news-vertical-teaser__link h2{font-size:1.8em}}.su-sdss-news-dek-long{margin-bottom:3.8rem}@media only screen and (min-width:768px){.su-sdss-news-dek-long{margin-bottom:7.2rem}}@media only screen and (min-width:1500px){.su-sdss-news-dek-long{margin-bottom:7.6rem}}.news-vertical-teaser__ext-link{display:none}.paragraph--type--sdss-news-list-card{background-color:#fff;border:1px solid #d5d5d4;container-type:inline-size;padding:3.2rem 3.2rem 3.4rem}@media (min-width:768px){.paragraph--type--sdss-news-list-card{padding:4.5rem 4.5rem 5.8rem}}.paragraph--type--sdss-news-list-card h2{color:#2e2d29;font-weight:600}@media (max-width:767px){.paragraph--type--sdss-news-list-card h2{font-size:2.1rem;line-height:130%}}@media (min-width:768px){.paragraph--type--sdss-news-list-card h2{font-size:2.6rem;line-height:130%}}@media (min-width:992px){.paragraph--type--sdss-news-list-card h2{font-size:2.6rem;line-height:130%}}.paragraph--type--sdss-news-list-card ul{list-style:none;margin-bottom:3rem;margin-top:3rem;padding-left:unset}@media only screen and (min-width:768px){.paragraph--type--sdss-news-list-card ul{margin-top:3.6rem}}@media only screen and (min-width:1500px){.paragraph--type--sdss-news-list-card ul{margin-top:3.8rem}}@media only screen and (min-width:768px){.paragraph--type--sdss-news-list-card ul{margin-bottom:3.6rem}}@media only screen and (min-width:1500px){.paragraph--type--sdss-news-list-card ul{margin-bottom:3.8rem}}.paragraph--type--sdss-news-list-card li:not(:last-child){margin-bottom:3rem}@media only screen and (min-width:768px){.paragraph--type--sdss-news-list-card li:not(:last-child){margin-bottom:3.6rem}}@media only screen and (min-width:1500px){.paragraph--type--sdss-news-list-card li:not(:last-child){margin-bottom:3.8rem}}.paragraph--type--sdss-news-list-card .su-sdss-news-news-source{color:#6d6c69;font-size:1.5rem}@media (min-width:768px){.paragraph--type--sdss-news-list-card .su-sdss-news-news-source{font-size:1.8rem}}.paragraph--type--sdss-news-list-card .node-title a{color:#368187;font-size:1.7rem;text-decoration:none}@media (min-width:768px){.paragraph--type--sdss-news-list-card .node-title a{font-size:1.8rem}}.paragraph--type--sdss-news-list-card .node-title a:active,.paragraph--type--sdss-news-list-card .node-title a:focus,.paragraph--type--sdss-news-list-card .node-title a:hover{text-decoration:underline}.paragraph--type--sdss-news-list-card .su-news-card-button{text-align:center}@container (min-width: 1200px){.paragraph--type--sdss-news-list-card .su-news-card-button{text-align:unset}}.paragraph--type--sdss-news-list-card .su-news-card-button a{background-color:#b1040e;background:#92d7dd;border:1px solid #6bb6bc;color:#fff;color:#014240;padding:1rem 2rem 1.15rem}.paragraph--type--sdss-news-list-card .su-news-card-button a:after,.paragraph--type--sdss-news-list-card .su-news-card-button a:before{background-color:#fff;color:#b1040e}.paragraph--type--sdss-news-list-card .su-news-card-button a:focus,.paragraph--type--sdss-news-list-card .su-news-card-button a:hover{background-color:#2e2d29;color:#fff}.paragraph--type--sdss-news-list-card .su-news-card-button a:focus:after,.paragraph--type--sdss-news-list-card .su-news-card-button a:focus:before,.paragraph--type--sdss-news-list-card .su-news-card-button a:hover:after,.paragraph--type--sdss-news-list-card .su-news-card-button a:hover:before{background-color:#fff}.paragraph--type--sdss-news-list-card .su-news-card-button a:focus{-webkit-box-shadow:0 0 3px #53565a,0 0 7px #53565a;box-shadow:0 0 3px #53565a,0 0 7px #53565a}.paragraph--type--sdss-news-list-card .su-news-card-button a:after{background-color:transparent;color:#014240;content:"\f061";display:inline-block;font-family:Font Awesome\ 5 Free;font-weight:600;padding-left:1.1rem}.paragraph--type--sdss-news-list-card .su-news-card-button a:active,.paragraph--type--sdss-news-list-card .su-news-card-button a:focus,.paragraph--type--sdss-news-list-card .su-news-card-button a:hover{background:#155f65;border-color:#155f65;color:#fff}.paragraph--type--sdss-news-list-card .su-news-card-button a:active:after,.paragraph--type--sdss-news-list-card .su-news-card-button a:focus:after,.paragraph--type--sdss-news-list-card .su-news-card-button a:hover:after{background-color:transparent;color:#fff;text-decoration:none;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out}.layout-paragraphs-sdss-bgcolor--green .paragraph--type--sdss-news-list-card h2{color:#2e2d29}.layout-paragraphs-sdss-one-column .paragraph--type--sdss-news-list-card{margin:0 auto}@media only screen and (min-width:0){.layout-paragraphs-sdss-one-column .paragraph--type--sdss-news-list-card{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width:576px){.layout-paragraphs-sdss-one-column .paragraph--type--sdss-news-list-card{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width:768px){.layout-paragraphs-sdss-one-column .paragraph--type--sdss-news-list-card{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width:992px){.layout-paragraphs-sdss-one-column .paragraph--type--sdss-news-list-card{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width:1200px){.layout-paragraphs-sdss-one-column .paragraph--type--sdss-news-list-card{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width:1500px){.layout-paragraphs-sdss-one-column .paragraph--type--sdss-news-list-card{max-width:1500px;width:calc(100% - 200px)}}.callout{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:2rem;padding:3.2rem 3.4rem}@media only screen and (min-width:768px){.callout{padding:4.5rem 5.8rem}}@media only screen and (min-width:1500px){.callout{padding:4.8rem 6.1rem}}@media only screen and (min-width:768px){.callout{margin-bottom:2.6rem}}@media only screen and (min-width:1500px){.callout{margin-bottom:2.7rem}}.callout blockquote{display:inline-block;margin:0}.callout .blockquote-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;max-width:1200px}@media (max-width:767px){.callout .blockquote-wrapper{margin:0}}.callout .decoration{color:#368187;display:inline-block;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif;font-size:9.3rem;line-height:14rem;margin-right:1rem;position:relative;top:-40px}.callout .su-callout-author{display:block;font-size:1.11em;padding-top:1.5rem}@media only screen and (min-width:768px){.callout .su-callout-author{padding-top:1.8rem}}@media only screen and (min-width:1500px){.callout .su-callout-author{padding-top:1.9rem}}.callout .su-callout-author-title{color:#6d6c69;display:block;font-size:1.11em}.callout.bg_color_default{border-left:3px solid #92d7dd}.callout.bg_color_option_1{background-color:#e9f7f8}.callout .su-callout-quote p{display:inline}.callout .su-callout-quote p .close-quote,.callout.large_block_quote p{display:inline;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif}.callout.large_block_quote p{color:#014240;font-weight:400;letter-spacing:-.01em}@media (max-width:767px){.callout.large_block_quote p{font-size:3.7rem;line-height:40px}}@media (min-width:768px){.callout.large_block_quote p{font-size:5.1rem;line-height:60px}}@media (min-width:992px){.callout.large_block_quote p{font-size:5.1rem;line-height:120%}}@media only screen and (min-width:1500px){.callout.large_block_quote p{font-size:5.6rem;line-height:120%}}.callout.medium_block_quote p{color:#014240;display:inline;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif;font-size:1.95312em;font-weight:400;letter-spacing:-.016em;letter-spacing:-.01em}@media (max-width:767px){.callout.medium_block_quote p{font-size:1.66016em;font-size:3.1rem;line-height:40px}}@media (min-width:768px){.callout.medium_block_quote p{font-size:4.1rem;line-height:60px}}@media (min-width:992px){.callout.medium_block_quote p{font-size:4.1rem;line-height:120%}}@media only screen and (min-width:1500px){.callout.medium_block_quote p{font-size:4.5rem;line-height:120%}}.callout.small_block_quote p{color:#014240;display:inline;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif;font-weight:400;letter-spacing:.01em}@media (max-width:767px){.callout.small_block_quote p{font-size:2.2rem;line-height:130%}}@media (min-width:768px){.callout.small_block_quote p{font-size:2.6rem;line-height:130%}}@media (min-width:992px){.callout.small_block_quote p{font-size:2.6rem;line-height:140%}}@media only screen and (min-width:1500px){.callout.small_block_quote p{font-size:2.8rem;line-height:120%}}@media (min-width:992px){.newsroom-wrapper{border-bottom:1px solid #d5d5d4}}.menu--newsroom{-ms-grid-columns:160px 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-ms-grid;display:grid;grid-template-columns:160px 1fr;margin:4.3rem auto 0;max-width:unset;width:unset}@media only screen and (min-width:0){.menu--newsroom{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width:576px){.menu--newsroom{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width:768px){.menu--newsroom{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width:992px){.menu--newsroom{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width:1200px){.menu--newsroom{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width:1500px){.menu--newsroom{max-width:2000px;width:calc(100% - 200px)}}@media (min-width:992px){.menu--newsroom div[open=true] button[aria-expanded=true]{border-bottom:1px solid;color:#fff}}@media (max-width:991px){.menu--newsroom{-ms-grid-columns:1fr;grid-template-columns:1fr}}.menu--newsroom .menu-blocknewsroom-menu{-ms-flex-item-align:baseline;align-self:baseline;font-size:1.7em;line-height:108%;margin-bottom:0}.menu--newsroom .menu-blocknewsroom-menu a{color:#2e2d29;text-decoration:none}.menu--newsroom .menu-blocknewsroom-menu a:focus,.menu--newsroom .menu-blocknewsroom-menu a:hover{color:#175e54;text-decoration:underline}@media (max-width:991px){.menu--newsroom .menu-blocknewsroom-menu{display:none}}.menu--newsroom .sdss-newsroom-nav{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.menu--newsroom .newsroom-search{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}#block-sdss-subtheme-newsresearch .menu{display:inline-block;font-size:18px;height:unset;list-style:none;margin:0 auto;padding-left:0;width:100vw}#block-sdss-subtheme-newsresearch .menu>.menu-item{display:inline-block;padding:0 25px 10px 0;vertical-align:text-top}#block-sdss-subtheme-newsresearch .menu>.menu-item span{color:#155f65;font-weight:600}#block-sdss-subtheme-newsresearch .menu>.menu-item.menu-item--expanded>ul{display:block;width:400px}#block-sdss-subtheme-newsresearch .menu>.menu-item.menu-item--expanded>ul li.menu-item{margin-right:20px;padding-right:0}.menu--newsroom.contextual-region{position:unset}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]{-ms-grid-rows:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div{border:1px solid #92d7dd;border-radius:40px;padding:0 56px;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:991px){.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div{margin:0 auto 30px}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div:active,.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div:focus,.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div:hover{background-color:#155f65;color:#92d7dd;text-decoration:underline}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div:active:after,.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div:focus:after,.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div:hover:after{background-color:#fff}}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a{color:#fff;text-decoration:none}@supports ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)){.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:after{content:"";display:inline-block;height:.5em;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjc0MiA1LjAwOCA3LjkzNS4wNzNjLS4xOTMtLjE0LS41OC0uMDctLjc3NC4xNDFhLjY4Ni42ODYgMCAwIDAgLjA2NS44NDZsNC41OCAzLjg3N0guNTgyQS41OTEuNTkxIDAgMCAwIDAgNS41MDFjMCAuMzUzLjI1OC42MzUuNTguNjM1aDExLjIyNkw3LjI5IDkuOTQzYy0uMjU4LjIxMS0uMjU4LjU2NC0uMDY0Ljg0NmEuNTY0LjU2NCAwIDAgMCAuNDUxLjIxMWMuMTMgMCAuMjU4LS4wNy4zMjMtLjE0MWw1LjgwNi00LjkzNUEuOC44IDAgMCAwIDE0IDUuNDMxYTEuNDkgMS40OSAwIDAgMC0uMjU4LS40MjNaIiBmaWxsPSIjQjEwNDBFIi8+PC9zdmc+) no-repeat 0 0;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjc0MiA1LjAwOCA3LjkzNS4wNzNjLS4xOTMtLjE0LS41OC0uMDctLjc3NC4xNDFhLjY4Ni42ODYgMCAwIDAgLjA2NS44NDZsNC41OCAzLjg3N0guNTgyQS41OTEuNTkxIDAgMCAwIDAgNS41MDFjMCAuMzUzLjI1OC42MzUuNTguNjM1aDExLjIyNkw3LjI5IDkuOTQzYy0uMjU4LjIxMS0uMjU4LjU2NC0uMDY0Ljg0NmEuNTY0LjU2NCAwIDAgMCAuNDUxLjIxMWMuMTMgMCAuMjU4LS4wNy4zMjMtLjE0MWw1LjgwNi00LjkzNUEuOC44IDAgMCAwIDE0IDUuNDMxYTEuNDkgMS40OSAwIDAgMC0uMjU4LS40MjNaIiBmaWxsPSIjQjEwNDBFIi8+PC9zdmc+) no-repeat 0 0;-webkit-mask-size:contain;mask-size:contain;width:.5em}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:focus:after,.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:hover:after{background-color:#2e2d29}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:after{background-color:#006cb8;margin-bottom:.06em;margin-left:.4em;margin-right:.3em;-webkit-transition:-webkit-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out;transition:-webkit-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-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:focus:after,.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:hover:after{-webkit-transform:translateX(.2em);transform:translateX(.2em)}}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:active,.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:focus,.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:hover{color:#92d7dd;text-decoration:underline}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:active:after,.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:focus:after,.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:hover:after{background-color:#fff}.menu--newsroom nav ul>li:nth-of-type(2n) ul[open=true]>li:nth-last-child(-n+2)>div a:after{background-color:#fff;height:1.2rem;width:1.5rem}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true]{-ms-grid-rows:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div{border:1px solid #92d7dd;border-radius:40px;padding:0 56px;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:991px){.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div{margin:0 auto 30px}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div:active,.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div:focus,.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div:hover{background-color:#155f65;color:#92d7dd;text-decoration:underline}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div:active:after,.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div:focus:after,.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div:hover:after{background-color:#fff}}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a{color:#fff;text-decoration:none}@supports ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)){.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:after{content:"";display:inline-block;height:.5em;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjc0MiA1LjAwOCA3LjkzNS4wNzNjLS4xOTMtLjE0LS41OC0uMDctLjc3NC4xNDFhLjY4Ni42ODYgMCAwIDAgLjA2NS44NDZsNC41OCAzLjg3N0guNTgyQS41OTEuNTkxIDAgMCAwIDAgNS41MDFjMCAuMzUzLjI1OC42MzUuNTguNjM1aDExLjIyNkw3LjI5IDkuOTQzYy0uMjU4LjIxMS0uMjU4LjU2NC0uMDY0Ljg0NmEuNTY0LjU2NCAwIDAgMCAuNDUxLjIxMWMuMTMgMCAuMjU4LS4wNy4zMjMtLjE0MWw1LjgwNi00LjkzNUEuOC44IDAgMCAwIDE0IDUuNDMxYTEuNDkgMS40OSAwIDAgMC0uMjU4LS40MjNaIiBmaWxsPSIjQjEwNDBFIi8+PC9zdmc+) no-repeat 0 0;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjc0MiA1LjAwOCA3LjkzNS4wNzNjLS4xOTMtLjE0LS41OC0uMDctLjc3NC4xNDFhLjY4Ni42ODYgMCAwIDAgLjA2NS44NDZsNC41OCAzLjg3N0guNTgyQS41OTEuNTkxIDAgMCAwIDAgNS41MDFjMCAuMzUzLjI1OC42MzUuNTguNjM1aDExLjIyNkw3LjI5IDkuOTQzYy0uMjU4LjIxMS0uMjU4LjU2NC0uMDY0Ljg0NmEuNTY0LjU2NCAwIDAgMCAuNDUxLjIxMWMuMTMgMCAuMjU4LS4wNy4zMjMtLjE0MWw1LjgwNi00LjkzNUEuOC44IDAgMCAwIDE0IDUuNDMxYTEuNDkgMS40OSAwIDAgMC0uMjU4LS40MjNaIiBmaWxsPSIjQjEwNDBFIi8+PC9zdmc+) no-repeat 0 0;-webkit-mask-size:contain;mask-size:contain;width:.5em}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:focus:after,.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:hover:after{background-color:#2e2d29}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:after{background-color:#006cb8;margin-bottom:.06em;margin-left:.4em;margin-right:.3em;-webkit-transition:-webkit-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out;transition:-webkit-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-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:focus:after,.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:hover:after{-webkit-transform:translateX(.2em);transform:translateX(.2em)}}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:active,.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:focus,.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:hover{color:#92d7dd;text-decoration:underline}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:active:after,.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:focus:after,.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:hover:after{background-color:#fff}.menu--newsroom nav ul>li:nth-of-type(3n) ul[open=true] li:nth-last-child(-n+2)>div a:after{background-color:#fff;height:1.2rem;width:1.5rem}.newsroom-wrapper .newsroom-mobile--btn{display:none}@media (min-width:992px){.newsroom-wrapper nav .mobile-menu-logo{display:none}}@media (max-width:991px){.newsroom-wrapper nav .mobile-menu-logo svg[open=true]{position:absolute;top:-99px;z-index:10001}.newsroom-wrapper .newsroom-mobile--btn{border:1px solid #d5d5d4;display:block;max-width:25rem;padding:15px 20px 17px}.newsroom-wrapper .newsroom-mobile--btn a{color:#155f65;font-weight:600;line-height:109%}.newsroom-wrapper nav>button[aria-expanded=false]{color:#155f65;font-weight:600;margin:0 auto;position:unset}}.node-stanford-news-su-sdss-media-contacts{margin-bottom:3.4rem;margin-top:3.4rem}@media only screen and (min-width:768px){.node-stanford-news-su-sdss-media-contacts{margin-top:5.8rem}}@media only screen and (min-width:1500px){.node-stanford-news-su-sdss-media-contacts{margin-top:6.1rem}}@media only screen and (min-width:768px){.node-stanford-news-su-sdss-media-contacts{margin-bottom:5.8rem}}@media only screen and (min-width:1500px){.node-stanford-news-su-sdss-media-contacts{margin-bottom:6.1rem}}@media (min-width:992px){.node-stanford-news-su-sdss-media-contacts{-ms-grid-columns:30% 65%;-webkit-column-gap:5%;-moz-column-gap:5%;column-gap:5%;display:-ms-grid;display:grid;grid-template-columns:30% 65%}}@media (min-width:768px){.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts{margin-top:1.5rem}}@media only screen and (min-width:768px) and (min-width:768px){.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts{margin-top:1.8rem}}@media only screen and (min-width:768px) and (min-width:1500px){.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts{margin-top:1.9rem}}@media (min-width:576px){.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-column-gap:2%;-moz-column-gap:2%;column-gap:2%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;row-gap:3em}}.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts>div{width:49%}@media (max-width:575px){.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts>div{margin:40px 0}}.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts .su-sdss-media-contact .su-sdss-media-contact-name{font-size:1.4em;font-weight:600;line-height:1;margin-bottom:1.6rem}.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts .su-sdss-media-contact .su-sdss-media-contact-email,.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts .su-sdss-media-contact .su-sdss-media-contact-org,.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts .su-sdss-media-contact .su-sdss-media-contact-phone{font-size:1.25em;letter-spacing:-.01em}@media only screen and (min-width:768px) and (min-width:768px){.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts .su-sdss-media-contact .su-sdss-media-contact-email,.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts .su-sdss-media-contact .su-sdss-media-contact-phone{font-size:2.1rem;line-height:1.7}}.node-stanford-news-su-sdss-media-contacts .su-sdss-media-contacts .su-sdss-media-contact .su-sdss-media-contact-org{padding-bottom:.45em}.layout--layout-paragraphs-one-column .sidebar{margin-bottom:2rem}@media only screen and (min-width:768px){.layout--layout-paragraphs-one-column .sidebar{margin-bottom:2.6rem}}@media only screen and (min-width:1500px){.layout--layout-paragraphs-one-column .sidebar{margin-bottom:2.7rem}}@media (max-width:1199px){.layout--layout-paragraphs-one-column .sidebar{max-width:100%}}@media (min-width:1200px){.layout--layout-paragraphs-one-column .sidebar{margin-left:10%;max-width:70%}}.layout--layout-paragraphs-one-column .sidebar.bg_color_default,.layout--layout-paragraphs-one-column .sidebar.bg_color_option_1{padding:3.4rem}@media only screen and (min-width:768px){.layout--layout-paragraphs-one-column .sidebar.bg_color_default,.layout--layout-paragraphs-one-column .sidebar.bg_color_option_1{padding:5.8rem}}@media only screen and (min-width:1500px){.layout--layout-paragraphs-one-column .sidebar.bg_color_default,.layout--layout-paragraphs-one-column .sidebar.bg_color_option_1{padding:6.1rem}}@media only screen and (min-width:0){.layout--layout-paragraphs-two-column .sidebar.bg_color_default,.layout--layout-paragraphs-two-column .sidebar.bg_color_option_1{padding:3.2rem}}@media only screen and (min-width:768px){.layout--layout-paragraphs-two-column .sidebar.bg_color_default,.layout--layout-paragraphs-two-column .sidebar.bg_color_option_1{padding:3.6rem}}@media only screen and (min-width:1500px){.layout--layout-paragraphs-two-column .sidebar.bg_color_default,.layout--layout-paragraphs-two-column .sidebar.bg_color_option_1{padding:3.8rem}}@media only screen and (min-width:0){.layout--layout-paragraphs-three-column .sidebar.bg_color_default,.layout--layout-paragraphs-three-column .sidebar.bg_color_option_1{padding:2.31rem}}@media only screen and (min-width:768px){.layout--layout-paragraphs-three-column .sidebar.bg_color_default,.layout--layout-paragraphs-three-column .sidebar.bg_color_option_1{padding:2.6rem}}@media only screen and (min-width:1500px){.layout--layout-paragraphs-three-column .sidebar.bg_color_default,.layout--layout-paragraphs-three-column .sidebar.bg_color_option_1{padding:2.74rem}}.sidebar .su-sidebar-bgcolor-alt{display:none}.sidebar.large_sidebar_title h2{color:#2e2d29;font-size:1.5625em;letter-spacing:-.012em}.sidebar.default_sidebar_title h2,.sidebar.small_sidebar_title h2{color:#2e2d29;font-size:1.25em;font-weight:600;letter-spacing:-.01em}.sidebar .su-sidebar-title{padding-bottom:2rem}@media only screen and (min-width:768px){.sidebar .su-sidebar-title{padding-bottom:2.6rem}}@media only screen and (min-width:1500px){.sidebar .su-sidebar-title{padding-bottom:2.7rem}}.sidebar.bg_color_option_1{background-color:#e9f7f8}.sidebar.bg_color_default{border:1px solid #d5d5d4}.layout--layout-paragraphs-one-column .sdss-spotlight .su-card,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card{display:block}.layout--layout-paragraphs-one-column .sdss-spotlight .su-card .su-figure__wrapper,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card .su-figure__wrapper{margin-bottom:2rem}@media only screen and (min-width:768px){.layout--layout-paragraphs-one-column .sdss-spotlight .su-card .su-figure__wrapper,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card .su-figure__wrapper{margin-bottom:2.6rem}}@media only screen and (min-width:1500px){.layout--layout-paragraphs-one-column .sdss-spotlight .su-card .su-figure__wrapper,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card .su-figure__wrapper{margin-bottom:2.7rem}}.layout--layout-paragraphs-one-column .sdss-spotlight .su-card .news-vertical-teaser__pub-date,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card .news-vertical-teaser__pub-date{color:#767674;font-size:1.25em;letter-spacing:-.01em}.layout--layout-paragraphs-one-column .sdss-spotlight .su-card .su-card__contents p,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card .su-card__contents p{font-size:1.25em;letter-spacing:-.01em}@media (max-width:575px){.layout--layout-paragraphs-one-column .sdss-spotlight .su-card .su-card__contents,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card .su-card__contents{display:block}}.layout--layout-paragraphs-one-column .sdss-spotlight .su-card img,.layout--layout-paragraphs-one-column .sdss-spotlight .su-card picture,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card img,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card picture{aspect-ratio:unset}.layout--layout-paragraphs-one-column .ptype-sdss-spotlight,.layout-paragraphs-sdss-one-four-one .ptype-sdss-spotlight{margin-left:unset;max-width:unset}.layout--layout-paragraphs-one-column .sdss-spotlight .su-card .su-content__wrapper,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card .su-content__wrapper{padding-left:5rem;padding-right:5rem}@media (min-width:992px){.layout--layout-paragraphs-one-column .sdss-spotlight .su-card,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.layout--layout-paragraphs-one-column .sdss-spotlight .su-card .su-figure__wrapper,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card .su-figure__wrapper{-webkit-box-ordinal-group:3;-ms-flex-order:2;-ms-flex-preferred-size:50%;flex-basis:50%;margin-bottom:0;order:2}.layout--layout-paragraphs-one-column .sdss-spotlight .su-card .su-content__wrapper,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card .su-content__wrapper{-ms-flex-item-align:center;-ms-grid-row-align:center;-ms-flex-preferred-size:50%;align-self:center;flex-basis:50%;padding-left:10rem}}@media (min-width:1500px){.layout--layout-paragraphs-one-column .sdss-spotlight .su-card .su-content__wrapper,.layout-paragraphs-sdss-one-four-one .sdss-spotlight .su-card .su-content__wrapper{padding-right:10rem}}@media (min-width:1200px){.layout--layout-paragraphs-one-column.layout-paragraphs-sdss-bgimage--circles .sdss-spotlight,.layout-paragraphs-sdss-one-four-one.layout-paragraphs-sdss-bgimage--circles .sdss-spotlight{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTExIiBoZWlnaHQ9IjkxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyODQuNSIgY3k9IjYzNC41IiByPSIyODQiIHN0cm9rZT0iI0Q1RDVENCIvPjxjaXJjbGUgY3g9IjQ4MC41IiBjeT0iNjM0LjUiIHI9IjI4NCIgc3Ryb2tlPSIjRDVENUQ0Ii8+PGNpcmNsZSBjeD0iNjI2LjUiIGN5PSI2MzQuNSIgcj0iMjg0IiBzdHJva2U9IiNENUQ1RDQiLz48Y2lyY2xlIGN4PSIyODQuNSIgY3k9IjEyNC41IiByPSIyODQiIHN0cm9rZT0iI0Q1RDVENCIvPjxjaXJjbGUgY3g9IjQ4MC41IiBjeT0iMTI0LjUiIHI9IjI4NCIgc3Ryb2tlPSIjRDVENUQ0Ii8+PGNpcmNsZSBjeD0iNjI2LjUiIGN5PSIxMjQuNSIgcj0iMjg0IiBzdHJva2U9IiNENUQ1RDQiLz48L3N2Zz4=) no-repeat;background-position:bottom;padding-top:50px}.layout--layout-paragraphs-one-column.layout-paragraphs-sdss-bgcolor--blue .sdss-spotlight,.layout--layout-paragraphs-one-column.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight,.layout--layout-paragraphs-one-column.layout-paragraphs-sdss-bgcolor--grey .sdss-spotlight,.layout-paragraphs-sdss-one-four-one.layout-paragraphs-sdss-bgcolor--blue .sdss-spotlight,.layout-paragraphs-sdss-one-four-one.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight,.layout-paragraphs-sdss-one-four-one.layout-paragraphs-sdss-bgcolor--grey .sdss-spotlight{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTExIiBoZWlnaHQ9IjkxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyODQuNSIgY3k9IjYzNC41IiByPSIyODQiIHN0cm9rZT0iI2ZmZiIvPjxjaXJjbGUgY3g9IjQ4MC41IiBjeT0iNjM0LjUiIHI9IjI4NCIgc3Ryb2tlPSIjZmZmIi8+PGNpcmNsZSBjeD0iNjI2LjUiIGN5PSI2MzQuNSIgcj0iMjg0IiBzdHJva2U9IiNmZmYiLz48Y2lyY2xlIGN4PSIyODQuNSIgY3k9IjEyNC41IiByPSIyODQiIHN0cm9rZT0iI2ZmZiIvPjxjaXJjbGUgY3g9IjQ4MC41IiBjeT0iMTI0LjUiIHI9IjI4NCIgc3Ryb2tlPSIjZmZmIi8+PGNpcmNsZSBjeD0iNjI2LjUiIGN5PSIxMjQuNSIgcj0iMjg0IiBzdHJva2U9IiNmZmYiLz48L3N2Zz4=) no-repeat;background-position:bottom}.jumpstart-ui--one-column.newsroom-title-hidden.centered-content .node-stanford-page-title{margin-top:0}}.layout--layout-paragraphs-one-column.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight .news-vertical-teaser__pub-date,.layout--layout-paragraphs-one-column.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight h2,.layout-paragraphs-sdss-one-four-one.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight .news-vertical-teaser__pub-date,.layout-paragraphs-sdss-one-four-one.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight h2{color:#fff}.layout--layout-paragraphs-one-column.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight a h2:active,.layout--layout-paragraphs-one-column.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight a h2:focus,.layout--layout-paragraphs-one-column.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight a h2:hover,.layout-paragraphs-sdss-one-four-one.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight a h2:active,.layout-paragraphs-sdss-one-four-one.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight a h2:focus,.layout-paragraphs-sdss-one-four-one.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight a h2:hover{color:#92d7dd}.layout--layout-paragraphs-one-column.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight .su-news-vertical-teaser.su-card .news-vertical-teaser__topics a,.layout-paragraphs-sdss-one-four-one.layout-paragraphs-sdss-bgcolor--green .sdss-spotlight .su-news-vertical-teaser.su-card .news-vertical-teaser__topics a{color:#fff}.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-wysiwyg,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-wysiwyg{margin:0 auto}@media only screen and (min-width:0){.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-wysiwyg,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-wysiwyg{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width:576px){.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-wysiwyg,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-wysiwyg{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width:768px){.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-wysiwyg,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-wysiwyg{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width:992px){.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-wysiwyg,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-wysiwyg{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width:1200px){.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-wysiwyg,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-wysiwyg{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width:1500px){.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--bottom .ptype-stanford-wysiwyg,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-card,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-entity,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-gallery,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-lists,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-media-caption,.node--layout-full .layout-paragraphs-sdss-one-four-one .layout__region--top .ptype-stanford-wysiwyg{max-width:2000px;width:calc(100% - 200px)}}.stanford-news .su-wysiwyg-text p{max-width:750px}@media (max-width:991px){.jumpstart-ui--one-column .container-1-items{margin-left:2.8em;margin-right:2.8em}}@media (max-width:767px){.jumpstart-ui--one-column .container-1-items{margin-left:1.9em;margin-right:1.9em}}.jumpstart-ui--one-column.centered-content{margin:0 auto}@media only screen and (min-width:0){.jumpstart-ui--one-column.centered-content{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width:576px){.jumpstart-ui--one-column.centered-content{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width:768px){.jumpstart-ui--one-column.centered-content{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width:992px){.jumpstart-ui--one-column.centered-content{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width:1200px){.jumpstart-ui--one-column.centered-content{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width:1500px){.jumpstart-ui--one-column.centered-content{max-width:2000px;width:calc(100% - 200px)}}.jumpstart-ui--one-column.centered-content>div:first-child{margin-left:unset;margin-right:unset}.people-terms .views-field-title a,.stanford-people-grid .views-field-title a{color:#014240;outline-color:#014240}@media (max-width:767px){.people-terms .views-field-title a,.stanford-people-grid .views-field-title a{font-size:2.6rem;line-height:120%}}@media (min-width:768px){.people-terms .views-field-title a,.stanford-people-grid .views-field-title a{font-size:3.2rem;line-height:120%}}@media (min-width:992px){.people-terms .views-field-title a,.stanford-people-grid .views-field-title a{font-size:3.2rem;line-height:120%}}.people-terms .views-field-title a:hover,.stanford-people-grid .views-field-title a:hover{color:#000;cursor:pointer;text-decoration:underline}.people-terms .views-field-title a:hover svg.mailto,.stanford-people-grid .views-field-title a:hover svg.mailto{fill:#000}.people-terms .views-field-title a:hover:after,.stanford-people-grid .views-field-title a:hover:after{background-color:#000}.people-terms .views-field-title a:focus,.stanford-people-grid .views-field-title a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.people-terms .views-field-title a:focus:after,.stanford-people-grid .views-field-title a:focus:after{background-color:#000}.people-terms .views-field-title a:active,.stanford-people-grid .views-field-title a:active{color:#2e2d29}.people-terms .views-field-title a:active:after,.stanford-people-grid .views-field-title a:active:after{background-color:#000}.people-terms .views-field-title a:after,.stanford-people-grid .views-field-title a:after{background-color:#014240}.people-terms .views-field-title a.mailto svg,.stanford-people-grid .views-field-title a.mailto svg{fill:#014240}.people-terms .views-field-title a h2,.people-terms .views-field-title a h3,.stanford-people-grid .views-field-title a h2,.stanford-people-grid .views-field-title a h3{display:inline;font-weight:400;line-height:120%}.people-terms .views-field-title a:focus h2,.people-terms .views-field-title a:focus h3,.stanford-people-grid .views-field-title a:focus h2,.stanford-people-grid .views-field-title a:focus h3{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.people-terms .views-field-su-person-short-title,.stanford-people-grid .views-field-su-person-short-title{color:#2e2d29}.stanford-people-grid .views-field-title a{color:#014240;font-size:1.5625em;outline-color:#014240}.stanford-people-grid .views-field-title a:hover{color:#000;cursor:pointer;text-decoration:underline}.stanford-people-grid .views-field-title a:hover svg.mailto{fill:#000}.stanford-people-grid .views-field-title a:hover:after{background-color:#000}.stanford-people-grid .views-field-title a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.stanford-people-grid .views-field-title a:focus:after{background-color:#000}.stanford-people-grid .views-field-title a:active{color:#2e2d29}.stanford-people-grid .views-field-title a:active:after{background-color:#000}.stanford-people-grid .views-field-title a:after{background-color:#014240}.stanford-people-grid .views-field-title a.mailto svg{fill:#014240}.stanford-people-grid .views-field-su-person-full-title{font-size:2rem}.ds-entity--stanford-person .su-card a{color:#014240;display:inline-block;font-size:.52em;font-weight:400}.ds-entity--stanford-person .su-card a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.ds-entity--stanford-person .su-card a:active{color:#2e2d29}.ds-entity--stanford-person .su-card .su-person-short-title{color:#2e2d29;font-size:2rem}@media only screen and (min-width:768px){.ds-entity--stanford-person h2{line-height:inherit}}.publication .content .jumpstart-ui--one-column.centered-content>div:first-child{margin-left:auto;margin-right:auto}.publication .content .node-stanford-publication-citation-type{color:#6d6c69}.publication .content .node-stanford-publication-su-publication-topics h2{margin-top:5rem}@media only screen and (min-width:768px){.publication .content .node-stanford-publication-su-publication-topics h2{margin-top:10.8rem}}@media only screen and (min-width:1500px){.publication .content .node-stanford-publication-su-publication-topics h2{margin-top:11.4rem}}@media (min-width:992px){.publication .content .sdss-publication-content .main-region{-ms-grid-columns:75% 25%;-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem;display:-ms-grid;display:grid;grid-template-columns:75% 25%}.publication .content .node-stanford-publication-su-publication-cta{-ms-grid-column:2;grid-column-start:2}.publication .content .node-stanford-publication-su-publication-components{-ms-grid-row-span:2;-ms-grid-column:1;grid-column-start:1;grid-row-end:span 2}}@media (max-width:991px){.publication .content .jumpstart-ui--one-column .container-1-items{margin-left:unset;margin-right:unset}.publication .content .node-stanford-publication-su-publication-citation{border-left:1px solid #eaeaea;font-size:2rem;margin-top:6rem;padding-left:3rem}}@media only screen and (max-width:991px) and (min-width:768px){.publication .content .node-stanford-publication-su-publication-citation{padding-left:3.6rem}}@media only screen and (max-width:991px) and (min-width:1500px){.publication .content .node-stanford-publication-su-publication-citation{padding-left:3.8rem}}.stanford-publications-related .su-card.sdss-card--publication{border:0;-webkit-box-shadow:none;box-shadow:none;padding:0}.stanford-publications-related .su-card.sdss-card--publication .su-card__headline{color:#2e2d29;font-size:1.5625em;letter-spacing:-.012em}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents{padding:0}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a{border-radius:0;color:#014240;font-size:1em;outline-color:#014240}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:hover{color:#000;cursor:pointer;text-decoration:underline}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:hover svg.mailto{fill:#000}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:hover:after{background-color:#000}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:focus:after{background-color:#000}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:active{color:#2e2d29}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:active:after{background-color:#000}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:after{background-color:#014240}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a.mailto svg{fill:#014240}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:active,.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:focus,.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a:hover{text-decoration:underline}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a.su-button--secondary{margin-top:1em;text-decoration:none}.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a.su-button--secondary:active,.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a.su-button--secondary:focus,.stanford-publications-related .su-card.sdss-card--publication .su-card__contents a.su-button--secondary:hover{text-decoration:underline}.stanford-publications-related .su-card__superheadline{color:#6d6c69;display:inline-block;font-size:1em;padding-bottom:1em;text-transform:uppercase}.stanford-publications.view a{color:#2e2d29;font-weight:unset;text-decoration:none}.stanford-publications.view a:active,.stanford-publications.view a:focus,.stanford-publications.view a:hover{color:#155f65;text-decoration:underline}.stanford-publications.view .more-link a{background:transparent;border:1px solid #014240;border-radius:3rem;-webkit-box-shadow:none;box-shadow:none;color:#014240;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;text-decoration:none}.stanford-publications.view .more-link a:hover{background:#fff;-webkit-box-shadow:0 8px 25px rgba(0,0,0,.14);box-shadow:0 8px 25px rgba(0,0,0,.14);color:#014240;cursor:pointer;text-decoration:underline}.stanford-publications.view .more-link a:hover svg.mailto{fill:#000}.stanford-publications.view .more-link a:hover:after{background-color:#000}.stanford-publications.view .more-link a:focus{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#014240;outline:3px solid #014240;text-decoration:underline}.stanford-publications.view .more-link a:focus:after{background-color:#014240}.stanford-publications.view .more-link a:active{background-color:#014240;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-decoration:underline}.stanford-publications.view .more-link a:active:after{background-color:#fff}.stanford-publications.view .more-link a:after{background-color:#014240}.stanford-publications.view .views-field-edit-node{padding-top:1em}.stanford-publications.view .views-field-edit-node .su-button--secondary{border-radius:0}.stanford-publications.view .views-field-su-publication-citation a{text-decoration:underline}.stanford-publications.view .views-field-su-publication-citation a:active,.stanford-publications.view .views-field-su-publication-citation a:focus,.stanford-publications.view .views-field-su-publication-citation a:hover{text-decoration:none}.stanford-publications-related .block__title{text-align:unset}.publication .jumpstart-ui--one-column .node-stanford-publication-su-publication-topics .su-publication-topics li a{color:#014240;outline-color:#014240}.publication .jumpstart-ui--one-column .node-stanford-publication-su-publication-topics .su-publication-topics li a:hover{color:#000;cursor:pointer;text-decoration:underline}.publication .jumpstart-ui--one-column .node-stanford-publication-su-publication-topics .su-publication-topics li a:hover svg.mailto{fill:#000}.publication .jumpstart-ui--one-column .node-stanford-publication-su-publication-topics .su-publication-topics li a:hover:after{background-color:#000}.publication .jumpstart-ui--one-column .node-stanford-publication-su-publication-topics .su-publication-topics li a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.publication .jumpstart-ui--one-column .node-stanford-publication-su-publication-topics .su-publication-topics li a:focus:after{background-color:#000}.publication .jumpstart-ui--one-column .node-stanford-publication-su-publication-topics .su-publication-topics li a:active{color:#2e2d29}.publication .jumpstart-ui--one-column .node-stanford-publication-su-publication-topics .su-publication-topics li a:active:after{background-color:#000}.publication .jumpstart-ui--one-column .node-stanford-publication-su-publication-topics .su-publication-topics li a:after{background-color:#014240}.publication .jumpstart-ui--one-column .node-stanford-publication-su-publication-topics .su-publication-topics li a.mailto svg{fill:#014240}.layout-paragraphs-sdss-bgcolor--green{background-color:#014240;color:#fff}.layout-paragraphs-sdss-bgcolor--green table tbody th,.layout-paragraphs-sdss-bgcolor--green table thead th{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a{color:#fff;font-weight:400;outline-color:#fff;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a:hover{color:#b1ef89;cursor:pointer;font-weight:400;text-decoration:none}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a:hover svg.mailto{fill:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a:focus{background-color:transparent;color:#b1ef89;outline:1px solid #fff;text-decoration:none}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a:focus:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a:active{background-color:transparent;color:#b1ef89;outline:1px solid #fff;text-decoration:none}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a:active:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.mailto svg{fill:#fff}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--big,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button--big{color:#014240;text-decoration:none}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--big:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button--big:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button:hover{text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--big:active,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--big:focus,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button:active,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button:focus,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button--big:active,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button--big:focus,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button:active,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button:focus{background:transparent;color:#fff;outline:1px solid #fff;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--big:active:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--big:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button:active:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button--big:active:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button--big:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button:active:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button:focus:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--secondary,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button-secondary{background:transparent;border:1px solid #fff;border-radius:3rem;-webkit-box-shadow:none;box-shadow:none;color:#fff;font-weight:400;line-height:1.15;margin:0 .3rem .3rem;text-decoration:none}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--secondary:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button-secondary:hover{background:#155f65;border:1px solid #155f65;color:#fff;cursor:pointer;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--secondary:hover svg.mailto,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button-secondary:hover svg.mailto{fill:#fff}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--secondary:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button-secondary:hover:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--secondary:focus,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button-secondary:focus{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#fff;outline:3px solid #fff;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--secondary:focus:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button-secondary:focus:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--secondary:active,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button-secondary:active{background-color:#fff;-webkit-box-shadow:none;box-shadow:none;color:#014240;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--secondary:active:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button-secondary:active:after{background-color:#014240}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-button--secondary:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text a.su-link--external.su-button-secondary:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green div a.su-button:active,.layout-paragraphs-sdss-bgcolor--green div a.su-button:focus,.layout-paragraphs-sdss-bgcolor--green div a.su-link--external.su-button:active,.layout-paragraphs-sdss-bgcolor--green div a.su-link--external.su-button:focus{padding:.375em .875em}.layout-paragraphs-sdss-bgcolor--green .su-link--action:after{background-color:#92d7dd}.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2,.layout-paragraphs-sdss-bgcolor--green figcaption.su-media__caption{color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2:active,.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2:focus,.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2:hover{color:#b1ef89;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2:active>h2,.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2:focus>h2,.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2:hover>h2{color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2:active:after,.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2:focus:after,.layout-paragraphs-sdss-bgcolor--green .stanford-person.grid-list-all a h2:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-su-publication-citation a,.layout-paragraphs-sdss-bgcolor--green .su-event--past-events-text,.layout-paragraphs-sdss-bgcolor--green .su-past-event{color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-su-publication-citation a:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-su-publication-citation a:active,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-su-publication-citation a:focus,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-su-publication-citation a:hover{color:#b1ef89;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-su-publication-citation a:active:after,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-su-publication-citation a:focus:after,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-su-publication-citation a:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a{background-color:#fff;-webkit-box-shadow:inset 0 0 0 2px #b1040e;box-shadow:inset 0 0 0 2px #b1040e;color:#b1040e;padding:1rem 2rem 1.15rem;text-align:right}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:after,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:before{background-color:#b1040e;color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:focus,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:focus:after,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:focus:before,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:hover,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:hover:after,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:hover:before{background-color:#fff;color:#2e2d29}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:hover{-webkit-box-shadow:inset 0 0 0 2px #2e2d29;box-shadow:inset 0 0 0 2px #2e2d29}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:hover:after,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:hover:before{background-color:#2e2d29;color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:focus{-webkit-box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #53565a,0 0 7px #53565a;box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #53565a,0 0 7px #53565a}.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:focus:after,.layout-paragraphs-sdss-bgcolor--green .stanford-publications.view .views-field-edit-node a:focus:before{background-color:#2e2d29;color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a{color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:active,.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:focus,.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:hover{color:#b1ef89;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:active:after,.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:focus:after,.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a{color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:active,.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:focus,.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:hover{color:#fff;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents span{color:#fff}.layout-paragraphs-sdss-bgcolor--green .stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .stanford-publication.node-title a:after{height:2.5rem;width:2.5rem}.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a,.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .su-entity-item a{color:#fff}.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:active,.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:focus,.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:hover{color:#fff;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents span,.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a{color:#fff}.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:after{background-color:#fff;height:2.5rem;width:2.5rem}.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:active,.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:focus,.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:hover{color:#b1ef89;text-decoration:underline}.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:active:after,.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:focus:after,.layout-paragraphs-sdss-bgcolor--green .paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:hover:after{background-color:#b1ef89}.layout-paragraphs-sdss-bgcolor--blue,.layout-paragraphs-sdss-bgcolor--green,.layout-paragraphs-sdss-bgcolor--grey{padding-top:2rem}@media only screen and (min-width:768px){.layout-paragraphs-sdss-bgcolor--blue,.layout-paragraphs-sdss-bgcolor--green,.layout-paragraphs-sdss-bgcolor--grey{padding-top:2.6rem}}@media only screen and (min-width:1500px){.layout-paragraphs-sdss-bgcolor--blue,.layout-paragraphs-sdss-bgcolor--green,.layout-paragraphs-sdss-bgcolor--grey{padding-top:2.7rem}}@media (max-width:991px){.layout-paragraphs-sdss-bgcolor--blue,.layout-paragraphs-sdss-bgcolor--green,.layout-paragraphs-sdss-bgcolor--grey{margin-bottom:3rem;padding-bottom:3rem}}@media only screen and (max-width:991px) and (min-width:768px){.layout-paragraphs-sdss-bgcolor--blue,.layout-paragraphs-sdss-bgcolor--green,.layout-paragraphs-sdss-bgcolor--grey{padding-bottom:3.6rem}}@media only screen and (max-width:991px) and (min-width:1500px){.layout-paragraphs-sdss-bgcolor--blue,.layout-paragraphs-sdss-bgcolor--green,.layout-paragraphs-sdss-bgcolor--grey{padding-bottom:3.8rem}}@media only screen and (max-width:991px) and (min-width:768px){.layout-paragraphs-sdss-bgcolor--blue,.layout-paragraphs-sdss-bgcolor--green,.layout-paragraphs-sdss-bgcolor--grey{margin-bottom:3.6rem}}@media only screen and (max-width:991px) and (min-width:1500px){.layout-paragraphs-sdss-bgcolor--blue,.layout-paragraphs-sdss-bgcolor--green,.layout-paragraphs-sdss-bgcolor--grey{margin-bottom:3.8rem}}@media (max-width:1499px){.layout-paragraphs-sdss-bgcolor--blue,.layout-paragraphs-sdss-bgcolor--green,.layout-paragraphs-sdss-bgcolor--grey{padding:2.6rem}}.layout-paragraphs-sdss-bgcolor--white{background-color:#fff;color:#2e2d29}.layout-paragraphs-sdss-bgcolor--white article.su-card{background:transparent}.layout-paragraphs-sdss-bgcolor--blue{background-color:#e9f7f8}.layout-paragraphs-sdss-bgcolor--blue article.su-card{background:transparent}.layout-paragraphs-sdss-bgcolor--grey{background-color:#edefef}.layout-paragraphs-sdss-bgcolor--grey article.su-card{background:transparent}.filter-menu{position:sticky;top:250px}.role--authenticated .filter-menu{top:300px}.filter-menu{margin-bottom:4.5rem}@media only screen and (min-width:768px){.filter-menu{margin-bottom:9rem}}@media only screen and (min-width:1500px){.filter-menu{margin-bottom:9.5rem}}.filter-menu .menu .menu-item a,.filter-menu .topics__collapsable-menu{color:#2e2d29;font-size:1.9rem;font-weight:400}.filter-menu .menu .menu-item a:active:after,.filter-menu .menu .menu-item a:active:before,.filter-menu .menu .menu-item a:before,.filter-menu .menu .menu-item a:focus:after,.filter-menu .menu .menu-item a:focus:before,.filter-menu .menu .menu-item a:hover:after,.filter-menu .menu .menu-item a:hover:before{background-color:transparent}.filter-menu .menu .menu-item a:focus{padding:1.6rem 4.8rem 1.6rem 0}.filter-menu .menu .menu-item--active-trail .is-active{color:#2e2d29;font-weight:400}.filter-menu .menu .menu-item--active-trail:before{color:#2e2d29}.navigation.menu--main{position:sticky;top:250px}.role--authenticated .navigation.menu--main{top:300px}.su-secondary-nav.su-secondary-nav--buttons>.su-secondary-nav__menu{padding-bottom:4.5rem}@media only screen and (min-width:768px){.su-secondary-nav.su-secondary-nav--buttons>.su-secondary-nav__menu{padding-bottom:9rem}}@media only screen and (min-width:1500px){.su-secondary-nav.su-secondary-nav--buttons>.su-secondary-nav__menu{padding-bottom:9.5rem}}.su-secondary-nav.su-secondary-nav--buttons>.su-secondary-nav__menu>.su-secondary-nav__item{border:0}.su-secondary-nav.su-secondary-nav--buttons .su-secondary-nav__menu-lv2 .su-secondary-nav__item a.su-secondary-nav__link{padding-left:.8em}.su-secondary-nav.su-secondary-nav--buttons .su-secondary-nav__item--current>a.su-secondary-nav__link{color:#014240}.su-secondary-nav.su-secondary-nav--buttons .su-secondary-nav__item--current>a.su-secondary-nav__link:before{background-color:#014240;width:3px}.su-secondary-nav.su-secondary-nav--buttons .su-secondary-nav__item--current>a.su-secondary-nav__link:active,.su-secondary-nav.su-secondary-nav--buttons .su-secondary-nav__item--current>a.su-secondary-nav__link:focus,.su-secondary-nav.su-secondary-nav--buttons .su-secondary-nav__item--current>a.su-secondary-nav__link:hover{color:#155f65}.su-secondary-nav.su-secondary-nav--buttons .su-secondary-nav__item--current>a.su-secondary-nav__link:active:before,.su-secondary-nav.su-secondary-nav--buttons .su-secondary-nav__item--current>a.su-secondary-nav__link:focus:before,.su-secondary-nav.su-secondary-nav--buttons .su-secondary-nav__item--current>a.su-secondary-nav__link:hover:before{background-color:#000;color:#2e2d29;width:3px}.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link{color:#2e2d29;font-size:1.06em;font-weight:400;padding-bottom:1.1rem;padding-top:1.1rem}@media only screen and (min-width:768px){.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link{padding-bottom:1.2rem}}@media only screen and (min-width:1500px){.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link{padding-bottom:1.3rem}}@media only screen and (min-width:768px){.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link{padding-top:1.2rem}}@media only screen and (min-width:1500px){.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link{padding-top:1.3rem}}.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:before{background-color:#000;width:3px}.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:active,.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:focus,.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:hover{color:#155f65}.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:active:before,.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:focus:before,.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:hover:before{background-color:#000}.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:active:after,.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:focus:after,.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:hover:after{background-color:transparent}.su-secondary-nav.su-secondary-nav--buttons a.su-secondary-nav__link:focus{color:#2e2d29}.su-secondary-nav.su-secondary-nav--buttons a.su-link--external.su-secondary-nav__link:after{background-color:#2e2d29}.su-secondary-nav.su-secondary-nav--buttons a.su-link--external.su-secondary-nav__link:hover:after{background-color:#155f65}.su-secondary-nav--buttons .su-secondary-nav__item--parent.su-secondary-nav__item--expanded>.su-nav-toggle:before,.su-secondary-nav--buttons .su-secondary-nav__item--parent>.su-nav-toggle:before{background:transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS43NTcuMzk4YS44MzMuODMzIDAgMCAxIDEuMTc5LjAyNmwzLjc5NyAzLjk3TDkuNTMxLjQyNWEuODMzLjgzMyAwIDAgMSAxLjIwNCAxLjE1MmwtNC40IDQuNmEuODMzLjgzMyAwIDAgMS0xLjIwNCAwbC00LjQtNC42QS44MzMuODMzIDAgMCAxIC43NTcuMzk4WiIgZmlsbD0iIzE1NUY2NSIvPjwvc3ZnPg==) no-repeat 50%/50%}.su-secondary-nav--buttons .su-secondary-nav__item--parent>.su-nav-toggle:before{border:2px solid #155f65;border-radius:19px;height:32px;width:32px}@media (min-width:992px){.su-site-search form{display:none}.su-site-search__submit,.su-site-search__submit:active,.su-site-search__submit:focus,.su-site-search__submit:hover{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Ik0xMy45NjEgMy4zODZhNi43NTQgNi43NTQgMCAwIDAtNi43NDYgNi43NDdjMCAxLjQzNC40NTMgMi43NjIgMS4yMTggMy44NTZMMy42IDE4LjgyMmExLjA0OSAxLjA0OSAwIDEgMCAxLjQ4NSAxLjQ4NEw5Ljg5MSAxNS41YTYuNzAzIDYuNzAzIDAgMCAwIDQuMDcgMS4zNzljMy43MiAwIDYuNzQ2LTMuMDI2IDYuNzQ2LTYuNzQ3cy0zLjAyNi02Ljc0Ni02Ljc0Ni02Ljc0NnptMCAxMS4zOTNjLTIuNTYyIDAtNC42NDYtMi4wODUtNC42NDYtNC42NDdzMi4wODQtNC42NDcgNC42NDYtNC42NDcgNC42NDYgMi4wODUgNC42NDYgNC42NDctMi4wODUgNC42NDctNC42NDYgNC42NDd6Ii8+PC9zdmc+) no-repeat 50%/75%}}@media (max-width:991px){a.su-site-search__submit{display:none}}.search .views-row{border-bottom:1px solid #82817f}.search .views-row div:last-child{border:none}.search .views-row h2{line-height:100%}.search .views-row h2 a{font-size:.6em;font-weight:400}.search .views-row span.field-content{display:block;padding-bottom:1em}.role--authenticated .su-masthead .su-site-search__submit{right:4rem;top:3.5rem}.content .paragraph-item .ptype-stanford-spacer{margin-bottom:0}.content .paragraph-item .ptype-stanford-spacer.sdss-spacer{margin-bottom:3.4rem}@media only screen and (min-width:768px){.content .paragraph-item .ptype-stanford-spacer.sdss-spacer{margin-bottom:5.8rem}}@media only screen and (min-width:1500px){.content .paragraph-item .ptype-stanford-spacer.sdss-spacer{margin-bottom:6.1rem}}.content .paragraph-item .ptype-stanford-spacer.sdss-spacer.sdss-spacer-default{margin-bottom:3.4rem}@media only screen and (min-width:768px){.content .paragraph-item .ptype-stanford-spacer.sdss-spacer.sdss-spacer-default{margin-bottom:5.8rem}}@media only screen and (min-width:1500px){.content .paragraph-item .ptype-stanford-spacer.sdss-spacer.sdss-spacer-default{margin-bottom:6.1rem}}.content .paragraph-item .ptype-stanford-spacer.sdss-spacer.sdss-spacer-reduced{margin-bottom:2rem}@media only screen and (min-width:768px){.content .paragraph-item .ptype-stanford-spacer.sdss-spacer.sdss-spacer-reduced{margin-bottom:2.6rem}}@media only screen and (min-width:1500px){.content .paragraph-item .ptype-stanford-spacer.sdss-spacer.sdss-spacer-reduced{margin-bottom:2.7rem}}.content .paragraph-item .ptype-stanford-spacer.sdss-spacer.sdss-spacer-minimal{margin-bottom:1.1rem}@media only screen and (min-width:768px){.content .paragraph-item .ptype-stanford-spacer.sdss-spacer.sdss-spacer-minimal{margin-bottom:1.2rem}}@media only screen and (min-width:1500px){.content .paragraph-item .ptype-stanford-spacer.sdss-spacer.sdss-spacer-minimal{margin-bottom:1.3rem}}.su-news-banner-media-caption{color:#6d6c69;float:unset;margin-top:1.1rem;max-width:750px;padding-left:0;text-align:left;width:auto}@media (min-width:1500px){.su-news-banner-media-caption{font-size:1.9rem}}@media (min-width:768px) and (max-width:1499px){.su-news-banner-media-caption{font-size:1.6rem}}@media (max-width:767px){.su-news-banner-media-caption{font-size:1.5rem}}@media only screen and (min-width:768px){.su-news-banner-media-caption{margin-top:1.2rem}}@media only screen and (min-width:1500px){.su-news-banner-media-caption{margin-top:1.3rem}}.paragraph.su-wysiwyg-text .caption figcaption{color:#6d6c69;float:unset;max-width:750px;text-align:left;width:auto}@media (min-width:1500px){.paragraph.su-wysiwyg-text .caption figcaption{font-size:1.9rem}}@media (min-width:768px) and (max-width:1499px){.paragraph.su-wysiwyg-text .caption figcaption{font-size:1.6rem}}@media (max-width:767px){.paragraph.su-wysiwyg-text .caption figcaption{font-size:1.5rem}}.su-media .su-media__caption{color:#6d6c69;float:unset;max-width:750px;text-align:left;width:auto}@media (min-width:1500px){.su-media .su-media__caption{font-size:1.9rem}}@media (min-width:768px) and (max-width:1499px){.su-media .su-media__caption{font-size:1.6rem}}@media (max-width:767px){.su-media .su-media__caption{font-size:1.5rem}}.su-media .su-media__caption *{line-height:1.3}h1,h2,h3,h4,h5,h6{color:#014240;font-weight:400}@media (max-width:767px){h1{font-size:4.5rem;line-height:120%}}@media (min-width:768px){h1{font-size:6.4rem;line-height:120%}}@media (min-width:992px){h1{font-size:6.4rem;line-height:120%}}@media (max-width:767px){h2{font-size:3.7rem;line-height:120%}}@media (min-width:768px){h2{font-size:5.2rem;line-height:120%}}@media (min-width:992px){h2{font-size:5.2rem;line-height:120%}}@media (max-width:767px){h3{font-size:3.1rem;line-height:120%}}@media (min-width:768px){h3{font-size:4.1rem;line-height:120%}}@media (min-width:992px){h3{font-size:4.1rem;line-height:120%}}@media (max-width:767px){h4{font-size:2.6rem;line-height:120%}}@media (min-width:768px){h4{font-size:3.2rem;line-height:120%}}@media (min-width:992px){h4{font-size:3.2rem;line-height:120%}}@media (max-width:767px){h5{font-size:2.1rem;line-height:130%}}@media (min-width:768px){h5{font-size:2.6rem;line-height:130%}}@media (min-width:992px){h5{font-size:2.6rem;line-height:130%}}.su-wysiwyg-text h2 a,.su-wysiwyg-text h3 a,.su-wysiwyg-text h4 a,.su-wysiwyg-text h5 a,.su-wysiwyg-text h6 a{color:#014240;font-weight:400;text-decoration:none}.su-wysiwyg-text h2 a:hover,.su-wysiwyg-text h3 a:hover,.su-wysiwyg-text h4 a:hover,.su-wysiwyg-text h5 a:hover,.su-wysiwyg-text h6 a:hover{color:#5b8f93}.su-wysiwyg-text h2 a:hover:after,.su-wysiwyg-text h3 a:hover:after,.su-wysiwyg-text h4 a:hover:after,.su-wysiwyg-text h5 a:hover:after,.su-wysiwyg-text h6 a:hover:after{background-color:#5b8f93}.su-wysiwyg-text h2 a:after,.su-wysiwyg-text h3 a:after,.su-wysiwyg-text h4 a:after,.su-wysiwyg-text h5 a:after,.su-wysiwyg-text h6 a:after{background-color:#014240}.su-wysiwyg-text h2 a.su-link--external,.su-wysiwyg-text h3 a.su-link--external,.su-wysiwyg-text h4 a.su-link--external,.su-wysiwyg-text h5 a.su-link--external,.su-wysiwyg-text h6 a.su-link--external{font-weight:400}.su-wysiwyg-text h2 a.su-link--external:after,.su-wysiwyg-text h3 a.su-link--external:after,.su-wysiwyg-text h4 a.su-link--external:after,.su-wysiwyg-text h5 a.su-link--external:after,.su-wysiwyg-text h6 a.su-link--external:after{background-color:#014240}.su-wysiwyg-text h2 a.su-link--external:hover,.su-wysiwyg-text h3 a.su-link--external:hover,.su-wysiwyg-text h4 a.su-link--external:hover,.su-wysiwyg-text h5 a.su-link--external:hover,.su-wysiwyg-text h6 a.su-link--external:hover{color:#5b8f93}.su-wysiwyg-text h2 a.su-link--external:hover:after,.su-wysiwyg-text h3 a.su-link--external:hover:after,.su-wysiwyg-text h4 a.su-link--external:hover:after,.su-wysiwyg-text h5 a.su-link--external:hover:after,.su-wysiwyg-text h6 a.su-link--external:hover:after{background-color:#5b8f93}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text .su-font-splash,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text .su-quote-text,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h2,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h3,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h4,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h5,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h6{color:#fff}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h2 a,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h2.su-link--external,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h3 a,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h3.su-link--external,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h4 a,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h4.su-link--external,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h5 a,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h5.su-link--external,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h6 a,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h6.su-link--external{color:#fff;font-weight:unset;text-decoration:none}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h2 a:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h2.su-link--external:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h3 a:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h3.su-link--external:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h4 a:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h4.su-link--external:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h5 a:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h5.su-link--external:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h6 a:hover,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h6.su-link--external:hover{color:#66aaae}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h2 a:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h2.su-link--external:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h3 a:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h3.su-link--external:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h4 a:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h4.su-link--external:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h5 a:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h5.su-link--external:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h6 a:hover:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h6.su-link--external:hover:after{background-color:#66aaae}.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h2 a:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h2.su-link--external:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h3 a:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h3.su-link--external:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h4 a:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h4.su-link--external:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h5 a:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h5.su-link--external:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h6 a:after,.layout-paragraphs-sdss-bgcolor--green .su-wysiwyg-text h6.su-link--external:after{background-color:#fff}.layout-paragraphs-sdss-bgcolor--green h2,.layout-paragraphs-sdss-bgcolor--green h3,.layout-paragraphs-sdss-bgcolor--green h4,.layout-paragraphs-sdss-bgcolor--green h5,.layout-paragraphs-sdss-bgcolor--green h6{color:#fff}.centered-container{margin:0 auto}@media only screen and (min-width:0){.centered-container{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width:576px){.centered-container{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width:768px){.centered-container{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width:992px){.centered-container{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width:1200px){.centered-container{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width:1500px){.centered-container{max-width:2000px;width:calc(100% - 200px)}}.jumpstart-ui--one-column.centered-content,.su-brand-bar__container,.su-global-footer__container,.su-local-footer__columns,.su-local-footer__header{margin:0 auto}@media only screen and (min-width:0){.jumpstart-ui--one-column.centered-content,.su-brand-bar__container,.su-global-footer__container,.su-local-footer__columns,.su-local-footer__header{max-width:calc(100% - 40px);width:calc(100% - 40px)}}@media only screen and (min-width:576px){.jumpstart-ui--one-column.centered-content,.su-brand-bar__container,.su-global-footer__container,.su-local-footer__columns,.su-local-footer__header{max-width:calc(100% - 60px);width:calc(100% - 60px)}}@media only screen and (min-width:768px){.jumpstart-ui--one-column.centered-content,.su-brand-bar__container,.su-global-footer__container,.su-local-footer__columns,.su-local-footer__header{max-width:calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (min-width:992px){.jumpstart-ui--one-column.centered-content,.su-brand-bar__container,.su-global-footer__container,.su-local-footer__columns,.su-local-footer__header{max-width:calc(100% - 160px);width:calc(100% - 160px)}}@media only screen and (min-width:1200px){.jumpstart-ui--one-column.centered-content,.su-brand-bar__container,.su-global-footer__container,.su-local-footer__columns,.su-local-footer__header{max-width:calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (min-width:1500px){.jumpstart-ui--one-column.centered-content,.su-brand-bar__container,.su-global-footer__container,.su-local-footer__columns,.su-local-footer__header{max-width:2000px;width:calc(100% - 200px)}}a{font-weight:400;text-decoration:underline}a,a:hover{color:#014240}a:hover{text-decoration:none}.block-sdss-subtheme-content .su-link:focus,.block-sdss-subtheme-content a:focus,footer .su-link:focus,footer a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.block-sdss-subtheme-content .su-link.su-button--big:focus,.block-sdss-subtheme-content a.su-button--big:focus,footer .su-link.su-button--big:focus,footer a.su-button--big:focus{padding:1.5rem 3rem 1.8rem}.block-sdss-subtheme-content .su-link.mailto svg,.block-sdss-subtheme-content a.mailto svg,footer .su-link.mailto svg,footer a.mailto svg{fill:#014240}.su-local-footer__social-links .su-link:focus{border:none}.su-link{color:#014240;font-weight:400;outline-color:#014240;text-decoration:underline}.su-link:after{background-color:#014240}.su-link.mailto svg{fill:#014240}.su-link:hover{color:#6bb6bc}.su-link:focus{color:#2e2d29;outline:1px solid #014240}.su-link:active{color:#2e2d29}.su-link--action{font-weight:600}.su-link--action,.su-link--external{color:#014240;font-weight:400;outline-color:#014240;text-decoration:underline}.su-link--action:hover,.su-link--external:hover{color:#014240;cursor:pointer;font-weight:400;text-decoration:none}.su-link--action:hover svg.mailto,.su-link--external:hover svg.mailto{fill:#014240}.su-link--action:hover:after,.su-link--external:hover:after{background-color:#014240}.su-link--action:focus,.su-link--external:focus{background-color:transparent;color:#014240;outline:1px solid #000;text-decoration:none}.su-link--action:focus:after,.su-link--external:focus:after{background-color:#014240}.su-link--action:active,.su-link--external:active{background-color:transparent;color:#014240;outline:1px solid #000;text-decoration:none}.su-link--action:active:after,.su-link--action:after,.su-link--external:active:after,.su-link--external:after{background-color:#014240}.su-link--action.mailto svg,.su-link--external.mailto svg{fill:#014240}.content .right-region .su-person-links a:after{background-color:#014240}.stanford-lists.su-list-headline h2{text-align:left}@media (max-width:767px){.stanford-lists.su-list-headline h2{font-size:3.1rem;line-height:120%}}@media (min-width:768px){.stanford-lists.su-list-headline h2{font-size:4.1rem;line-height:120%}}@media (min-width:992px){.stanford-lists.su-list-headline h2{font-size:4.1rem;line-height:120%}}@media (max-width:767px){.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2{font-size:3.1rem;line-height:120%}}@media (min-width:768px){.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2{font-size:4.1rem;line-height:120%}}@media (min-width:992px){.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2{font-size:4.1rem;line-height:120%}}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a{color:#014240;font-weight:400;outline-color:#014240}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:hover{color:#000;cursor:pointer;text-decoration:underline}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:hover svg.mailto{fill:#000}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:hover:after{background-color:#000}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:focus:after{background-color:#000}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:active{color:#2e2d29}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:active:after{background-color:#000}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:after{background-color:#014240}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a.mailto svg{fill:#014240}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:after{height:2rem;width:2rem}@media (min-width:992px){.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>h2 a:after{height:2.5rem;width:2.5rem}}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a{color:#014240;font-weight:400;outline-color:#014240}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:hover{color:#000;cursor:pointer;text-decoration:underline}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:hover svg.mailto{fill:#000}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:hover:after{background-color:#000}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:focus:after{background-color:#000}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:active{color:#2e2d29}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:active:after{background-color:#000}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:after{background-color:#014240}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents .su-publication-topics a.mailto svg{fill:#014240}.stanford-shared-tags .ds-entity--stanford-publication .su-card__contents>span{color:#6d6c69;font-size:1em;font-weight:600;text-transform:none}@media (max-width:767px){.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2{font-size:3.1rem;line-height:120%}}@media (min-width:768px){.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2{font-size:4.1rem;line-height:120%}}@media (min-width:992px){.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2{font-size:4.1rem;line-height:120%}}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a{color:#014240;font-weight:400;outline-color:#014240}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:hover{color:#000;cursor:pointer;text-decoration:underline}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:hover svg.mailto{fill:#000}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:hover:after{background-color:#000}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:focus:after{background-color:#000}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:active{color:#2e2d29}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:active:after{background-color:#000}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:after{background-color:#014240}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a.mailto svg{fill:#014240}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:after{height:2rem;width:2rem}@media (min-width:992px){.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:after{height:2.5rem;width:2.5rem}}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a{color:#014240;font-weight:400;outline-color:#014240}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:hover{color:#000;cursor:pointer;text-decoration:underline}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:hover svg.mailto{fill:#000}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:hover:after{background-color:#000}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:focus{background-color:transparent;color:#2e2d29;outline:1px solid #014240}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:focus:after{background-color:#000}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:active{color:#2e2d29}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:active:after{background-color:#000}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:after{background-color:#014240}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a.mailto svg{fill:#014240}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>span{color:#6d6c69;font-size:1em;font-weight:600;text-transform:none}.stanford-lists.su-list-button{margin-top:3.2rem}@media only screen and (min-width:768px){.stanford-lists.su-list-button{margin-top:4.5rem}}@media only screen and (min-width:1500px){.stanford-lists.su-list-button{margin-top:4.8rem}}.ptype-stanford-lists:not([data-react-columns="12"]) .su-news-vertical-teaser.su-card,.stanford-events-list-page .views-infinite-scroll-content-wrapper,.stanford-events-list-page--filtered .views-infinite-scroll-content-wrapper,.view.stanford-news .views-infinite-scroll-content-wrapper{margin-bottom:unset}.ptype-stanford-lists .su-list-unstyled>li:last-child .su-news-list .su-news-article{padding-bottom:0}.ptype-stanford-lists .su-course-list.su-list-unstyled,.ptype-stanford-lists .su-list-unstyled>li:last-child .su-event-list-item,.ptype-stanford-lists .view.stanford-courses.default-list-viewfield-block .views-infinite-scroll-content-wrapper{margin-bottom:0}.ptype-stanford-lists .su-course-list.su-list-unstyled>li:last-of-type>article{margin-bottom:0;padding-bottom:0}.ptype-stanford-lists .su-course-list.su-list-unstyled .su-courses-edit-article{margin-top:3rem}@media only screen and (min-width:768px){.ptype-stanford-lists .su-course-list.su-list-unstyled .su-courses-edit-article{margin-top:3.6rem}}@media only screen and (min-width:1500px){.ptype-stanford-lists .su-course-list.su-list-unstyled .su-courses-edit-article{margin-top:3.8rem}}.ptype-stanford-lists .su-card.su-event-card.su-event-list-item{margin-bottom:0}body{color:#2e2d29}@media (min-width:992px){.su-media__caption{font-size:1.8rem}}.su-font-splash{color:#014240;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif;font-weight:400;letter-spacing:-.01em}@media (max-width:767px){.su-font-splash{font-size:3.7rem;line-height:40px}}@media (min-width:768px){.su-font-splash{font-size:5.1rem;line-height:60px}}@media (min-width:992px){.su-font-splash{font-size:5.1rem;line-height:120%}}@media only screen and (min-width:1500px){.su-font-splash{font-size:5.6rem;line-height:120%}}@media (max-width:1199px){.su-wysiwyg-text{max-width:95%}}.su-wysiwyg-text .tablesaw-cell-content,.su-wysiwyg-text p{font-size:2.1rem}.su-wysiwyg-text .tablesaw-cell-content.su-intro-text,.su-wysiwyg-text p.su-intro-text{font-size:1.5625em;font-weight:400;letter-spacing:-.012em}.su-wysiwyg-text .tablesaw-cell-content.sdss-display-text,.su-wysiwyg-text p.sdss-display-text{color:#014240;font-size:1.5625em;font-weight:400;letter-spacing:-.012em;line-height:120%}@media (max-width:767px){.su-wysiwyg-text .tablesaw-cell-content.sdss-display-text,.su-wysiwyg-text p.sdss-display-text{font-size:5.2rem;line-height:169%}}@media (min-width:768px){.su-wysiwyg-text .tablesaw-cell-content.sdss-display-text,.su-wysiwyg-text p.sdss-display-text{font-size:8rem;line-height:110%}}@media (min-width:1500px){.su-wysiwyg-text .tablesaw-cell-content.sdss-display-text,.su-wysiwyg-text p.sdss-display-text{font-size:8.8rem;line-height:120%}}.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--big,.su-wysiwyg-text .tablesaw-cell-content.su-font-splash,.su-wysiwyg-text p.sdss-block-quote--big,.su-wysiwyg-text p.su-font-splash{color:#014240;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif;font-weight:400;letter-spacing:-.01em}@media (max-width:767px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--big,.su-wysiwyg-text .tablesaw-cell-content.su-font-splash,.su-wysiwyg-text p.sdss-block-quote--big,.su-wysiwyg-text p.su-font-splash{font-size:3.7rem;line-height:40px}}@media (min-width:768px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--big,.su-wysiwyg-text .tablesaw-cell-content.su-font-splash,.su-wysiwyg-text p.sdss-block-quote--big,.su-wysiwyg-text p.su-font-splash{font-size:5.1rem;line-height:60px}}@media (min-width:992px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--big,.su-wysiwyg-text .tablesaw-cell-content.su-font-splash,.su-wysiwyg-text p.sdss-block-quote--big,.su-wysiwyg-text p.su-font-splash{font-size:5.1rem;line-height:120%}}@media only screen and (min-width:1500px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--big,.su-wysiwyg-text .tablesaw-cell-content.su-font-splash,.su-wysiwyg-text p.sdss-block-quote--big,.su-wysiwyg-text p.su-font-splash{font-size:5.6rem;line-height:120%}}.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--med,.su-wysiwyg-text .tablesaw-cell-content.su-quote-text,.su-wysiwyg-text p.sdss-block-quote--med,.su-wysiwyg-text p.su-quote-text{color:#014240;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif;font-size:1.95312em;font-weight:400;letter-spacing:-.016em;letter-spacing:-.01em}@media (max-width:767px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--med,.su-wysiwyg-text .tablesaw-cell-content.su-quote-text,.su-wysiwyg-text p.sdss-block-quote--med,.su-wysiwyg-text p.su-quote-text{font-size:1.66016em;font-size:3.1rem;line-height:40px}}@media (min-width:768px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--med,.su-wysiwyg-text .tablesaw-cell-content.su-quote-text,.su-wysiwyg-text p.sdss-block-quote--med,.su-wysiwyg-text p.su-quote-text{font-size:4.1rem;line-height:60px}}@media (min-width:992px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--med,.su-wysiwyg-text .tablesaw-cell-content.su-quote-text,.su-wysiwyg-text p.sdss-block-quote--med,.su-wysiwyg-text p.su-quote-text{font-size:4.1rem;line-height:120%}}@media only screen and (min-width:1500px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--med,.su-wysiwyg-text .tablesaw-cell-content.su-quote-text,.su-wysiwyg-text p.sdss-block-quote--med,.su-wysiwyg-text p.su-quote-text{font-size:4.5rem;line-height:120%}}.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--sm,.su-wysiwyg-text .tablesaw-cell-content.su-callout-text,.su-wysiwyg-text p.sdss-block-quote--sm,.su-wysiwyg-text p.su-callout-text{color:#014240;font-family:"Source Serif 4","Source Serif Pro",Georgia,Times,Times New Roman,serif;font-weight:400;letter-spacing:.01em}@media (max-width:767px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--sm,.su-wysiwyg-text .tablesaw-cell-content.su-callout-text,.su-wysiwyg-text p.sdss-block-quote--sm,.su-wysiwyg-text p.su-callout-text{font-size:2.2rem;line-height:130%}}@media (min-width:768px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--sm,.su-wysiwyg-text .tablesaw-cell-content.su-callout-text,.su-wysiwyg-text p.sdss-block-quote--sm,.su-wysiwyg-text p.su-callout-text{font-size:2.6rem;line-height:130%}}@media (min-width:992px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--sm,.su-wysiwyg-text .tablesaw-cell-content.su-callout-text,.su-wysiwyg-text p.sdss-block-quote--sm,.su-wysiwyg-text p.su-callout-text{font-size:2.6rem;line-height:140%}}@media only screen and (min-width:1500px){.su-wysiwyg-text .tablesaw-cell-content.sdss-block-quote--sm,.su-wysiwyg-text .tablesaw-cell-content.su-callout-text,.su-wysiwyg-text p.sdss-block-quote--sm,.su-wysiwyg-text p.su-callout-text{font-size:2.8rem;line-height:120%}}.su-wysiwyg-text .tablesaw-cell-content.su-subheading,.su-wysiwyg-text p.su-subheading{font-size:2rem;margin-bottom:0}@media only screen and (min-width:0){.su-wysiwyg-text .tablesaw-cell-content.su-subheading,.su-wysiwyg-text p.su-subheading{padding-bottom:3.2rem}}@media only screen and (min-width:768px){.su-wysiwyg-text .tablesaw-cell-content.su-subheading,.su-wysiwyg-text p.su-subheading{padding-bottom:3.6rem}}@media only screen and (min-width:1500px){.su-wysiwyg-text .tablesaw-cell-content.su-subheading,.su-wysiwyg-text p.su-subheading{padding-bottom:3.8rem}}.su-wysiwyg-text .caption figcaption{color:#53565a;font-size:1.8rem;font-style:normal;line-height:1.3;margin-bottom:1em;text-align:right}.su-wysiwyg-text .media.image{margin-bottom:3rem;padding-bottom:0}@media only screen and (min-width:768px){.su-wysiwyg-text .media.image{margin-bottom:3.6rem}}@media only screen and (min-width:1500px){.su-wysiwyg-text .media.image{margin-bottom:3.8rem}}.su-wysiwyg-text .caption .media.image{margin-bottom:0}.su-wysiwyg-text .caption figcaption{margin-bottom:3rem;padding-bottom:0}@media only screen and (min-width:768px){.su-wysiwyg-text .caption figcaption{margin-bottom:3.6rem}}@media only screen and (min-width:1500px){.su-wysiwyg-text .caption figcaption{margin-bottom:3.8rem}}.su-wysiwyg-text .localist-widget h2 a{color:#014240}.su-wysiwyg-text .localist-widget h2 a:active,.su-wysiwyg-text .localist-widget h2 a:focus,.su-wysiwyg-text .localist-widget h2 a:hover{color:#000;cursor:pointer;text-decoration:underline}.su-wysiwyg-text .localist-widget h2 a:active svg.mailto,.su-wysiwyg-text .localist-widget h2 a:focus svg.mailto,.su-wysiwyg-text .localist-widget h2 a:hover svg.mailto{fill:#000}.su-wysiwyg-text .localist-widget h2 a:active:after,.su-wysiwyg-text .localist-widget h2 a:focus:after,.su-wysiwyg-text .localist-widget h2 a:hover:after{background-color:transparent} \ No newline at end of file diff --git a/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/sdss_subtheme.info.yml b/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/sdss_subtheme.info.yml index 1cb12f97c..7f4640335 100755 --- a/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/sdss_subtheme.info.yml +++ b/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/sdss_subtheme.info.yml @@ -2,7 +2,7 @@ name: Stanford SDSS subtheme type: theme description: 'Stanford SDSS subtheme' package: Stanford -version: 4.4.1 +version: 4.4.2 core_version_requirement: ^9 || ^10 base theme: stanford_basic libraries: diff --git a/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/src/scss/components/row-backgrounds/_component-overrides.scss b/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/src/scss/components/row-backgrounds/_component-overrides.scss index 2ab04b393..b46263d70 100644 --- a/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/src/scss/components/row-backgrounds/_component-overrides.scss +++ b/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/src/scss/components/row-backgrounds/_component-overrides.scss @@ -260,4 +260,3 @@ } } } - diff --git a/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/src/scss/components/row-backgrounds/_row-background-colors.scss b/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/src/scss/components/row-backgrounds/_row-background-colors.scss index 2072a74d1..f15fbd5ca 100644 --- a/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/src/scss/components/row-backgrounds/_row-background-colors.scss +++ b/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/src/scss/components/row-backgrounds/_row-background-colors.scss @@ -19,6 +19,10 @@ @include responsive-spacing('padding-bottom', 2); @include responsive-spacing('margin-bottom', 2); } + + @include grid-media-max('xl') { + @include padding(2.6rem); + } } .layout-paragraphs-sdss-bgcolor--white { diff --git a/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/src/scss/theme/_wysiwyg.scss b/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/src/scss/theme/_wysiwyg.scss index 3bb16e28b..db894e25d 100644 --- a/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/src/scss/theme/_wysiwyg.scss +++ b/docroot/profiles/sdss/sdss_profile/themes/sdss_subtheme/src/scss/theme/_wysiwyg.scss @@ -9,6 +9,10 @@ // Reusing the intro text class for the Display // .tablesaw-cell-content == content within a table .su-wysiwyg-text { + @include grid-media-max('lg') { + max-width: 95%; + } + p, .tablesaw-cell-content { font-size: 2.1rem; diff --git a/docroot/sites/cepp/blt.yml b/docroot/sites/cepp/blt.yml new file mode 100644 index 000000000..37bf46742 --- /dev/null +++ b/docroot/sites/cepp/blt.yml @@ -0,0 +1,12 @@ +project: + machine_name: cepp + human_name: cepp + local: + protocol: http + hostname: local.cepp.com +drush: + aliases: + local: cepp.local + remote: cepp.prod +drupal: + db: { } diff --git a/docroot/sites/cepp/default.local.drush.yml b/docroot/sites/cepp/default.local.drush.yml new file mode 100644 index 000000000..fb3258e3f --- /dev/null +++ b/docroot/sites/cepp/default.local.drush.yml @@ -0,0 +1,2 @@ +options: + uri: '${project.local.uri}' diff --git a/docroot/sites/cepp/default.services.yml b/docroot/sites/cepp/default.services.yml new file mode 100644 index 000000000..c4b964fc2 --- /dev/null +++ b/docroot/sites/cepp/default.services.yml @@ -0,0 +1,230 @@ +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 SameSite cookie attribute: 'None', 'Lax', or 'Strict'. If set, + # this value will override the server value. See + # https://www.php.net/manual/en/session.security.ini.php for more + # information. + # @default no value + cookie_samesite: Lax + # + # 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: ['*'] + # Configure requests allowed from origins, matching against regex patterns. + allowedOriginsPatterns: [] + # 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 + + queue.config: + # The maximum number of seconds to wait if a queue is temporarily suspended. + # This is not applicable when a queue is suspended but does not specify + # how long to wait before attempting to resume. + suspendMaximumWait: 30 diff --git a/docroot/sites/cepp/default.settings.php b/docroot/sites/cepp/default.settings.php new file mode 100644 index 000000000..63fb2df74 --- /dev/null +++ b/docroot/sites/cepp/default.settings.php @@ -0,0 +1,883 @@ + 'databasename', + * 'username' => 'sql_username', + * 'password' => 'sql_password', + * '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' => 'sql_username', + * 'password' => 'sql_password', + * 'host' => 'localhost', + * 'prefix' => '', + * ]; + * @endcode + * + * Sample Database configuration format for SQLite (sqlite): + * @code + * $databases['default']['default'] = [ + * 'driver' => 'sqlite', + * 'database' => '/path/to/database_filename', + * ]; + * @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' => 'sql_username', + * 'password' => 'sql_password', + * 'host' => 'localhost', + * 'prefix' => '', + * ]; + * @endcode + * + * Sample Database configuration format for a driver that is extending another + * database driver. + * @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' => 'sql_username', + * 'password' => 'sql_password', + * 'host' => 'localhost', + * 'prefix' => '', + * 'dependencies' => [ + * 'parent_module' => [ + * 'namespace' => 'Drupal\parent_module', + * 'autoload' => 'core/modules/parent_module/src/', + * ], + * ], + * ]; + * @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, and vary the value across environments (like + * production and development); 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; + +/** + * Optimized assets path: + * + * A local file system path where optimized assets 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_assets_path'] = 'sites/default/files'; + +/** + * 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']; + +/** + * File schemes whose paths should not be normalized: + * + * Normally, Drupal normalizes '/./' and '/../' segments in file URIs in order + * to prevent unintended file access. For example, 'private://css/../image.png' + * is normalized to 'private://image.png' before checking access to the file. + * + * On Windows, Drupal also replaces '\' with '/' in URIs for the local + * filesystem. + * + * If file URIs with one or more scheme should not be normalized like this, then + * list the schemes here. For example, if 'porcelain://china/./plate.png' should + * not be normalized to 'porcelain://china/plate.png', then add 'porcelain' to + * this array. In this case, make sure that the module providing the 'porcelain' + * scheme does not allow unintended file access when using '/../' to move up the + * directory tree. + */ +# $settings['file_sa_core_2023_005_schemes'] = ['porcelain']; + +/** + * Configuration for phpinfo() admin status report. + * + * Drupal's admin UI includes a report at admin/reports/status/php which shows + * the output of phpinfo(). The full output can contain sensitive information + * so by default Drupal removes some sections. + * + * This behavior can be configured by setting this variable to a different + * value corresponding to the flags parameter of phpinfo(). + * + * If you need to expose more information in the report - for example to debug a + * problem - consider doing so temporarily. + * + * @see https://www.php.net/manual/function.phpinfo.php + */ +# $settings['sa_core_2023_004_phpinfo_flags'] = ~ (INFO_VARIABLES | INFO_ENVIRONMENT); + +/** + * 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'][''] = [ +# 'Home' => 'Front page', +# '@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 + */ +# $settings['trusted_host_patterns'] = []; + +/** + * 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/cepp/settings.php b/docroot/sites/cepp/settings.php new file mode 100644 index 000000000..675a2c583 --- /dev/null +++ b/docroot/sites/cepp/settings.php @@ -0,0 +1,766 @@ + '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. + * + * Transaction support is enabled by default for all drivers that support it, + * including MySQL. To explicitly disable it, set the 'transactions' key to + * FALSE. + * Note that some configurations of MySQL, such as the MyISAM engine, don't + * support it and will proceed silently even if enabled. If you experience + * transaction related crashes with such configuration, set the 'transactions' + * key to FALSE. + * + * 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 + */ + +/** + * 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; + +/** + * 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 APC extension is detected, the Symfony APC class loader is used for + * performance reasons. Detection can be prevented by setting + * class_loader_auto_detect to false, as in the example below. + */ +# $settings['class_loader_auto_detect'] = FALSE; + +/* + * If the APC extension is not detected, either because APC is missing or + * because auto-detection has been disabled, auto-loading falls back to + * Composer's ClassLoader, which is good for development as it does not break + * when code is moved in the file system. You can also decorate the base class + * loader with another cached solution than the Symfony APC class loader, as + * all production sites should have a cached class loader of some sort enabled. + * + * To do so, you may decorate and replace the local $class_loader variable. For + * example, to use Symfony's APC class loader without automatic detection, + * uncomment the code below. + */ +/* +if ($settings['hash_salt']) { + $prefix = 'drupal.' . hash('sha256', 'drupal.' . $settings['hash_salt']); + $apc_loader = new \Symfony\Component\ClassLoader\ApcClassLoader($prefix, $class_loader); + unset($prefix); + $class_loader->unregister(); + $apc_loader->register(); + $class_loader = $apc_loader; +} +*/ + +/** + * 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; + +/** + * Load local development override configuration, if available. + * + * Use settings.local.php to override variables on secondary (staging, + * development, etc) installations of this site. Typically used to disable + * caching, JavaScript/CSS compression, re-routing of outgoing emails, and + * other things that should not happen on development and testing sites. + * + * 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/cepp/settings/default.includes.settings.php b/docroot/sites/cepp/settings/default.includes.settings.php new file mode 100644 index 000000000..12553a4ab --- /dev/null +++ b/docroot/sites/cepp/settings/default.includes.settings.php @@ -0,0 +1,50 @@ + + [ + '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' => '', + ], + ], +]; + +$dir = dirname(DRUPAL_ROOT); + +// Use development service parameters. +$settings['container_yamls'][] = $dir . '/docroot/sites/development.services.yml'; +$settings['container_yamls'][] = $dir . '/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); +assert_options(ASSERT_EXCEPTION, TRUE); + +/** + * 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; + +/** + * Private file path. + */ +$settings['file_private_path'] = $dir . '/files-private/default'; +if (isset($_acsf_site_name)) { + $settings['file_public_path'] = "sites/default/files/$_acsf_site_name"; + // phpcs:ignore + $settings['file_private_path'] = "$repo_root/files-private/$_acsf_site_name"; +} + +/** + * 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 41cf5f913..d1647f658 100644 --- a/docroot/sites/sites.php +++ b/docroot/sites/sites.php @@ -98,7 +98,6 @@ $sites['energypostdoc.stanford.edu'] = 'sepf'; $sites['epsci.stanford.edu'] = 'gs'; $sites['sustainabilityleadership.stanford.edu'] = 'changeleadership'; -$sites['techtransferfordefense.stanford.edu'] = 'hackingfordefense'; $sites['understand-energy.stanford.edu'] = 'understandenergy'; // Manually point dev/test domains here. diff --git a/drush/sites/cepp.site.yml b/drush/sites/cepp.site.yml new file mode 100644 index 000000000..bc53c9cc6 --- /dev/null +++ b/drush/sites/cepp.site.yml @@ -0,0 +1,47 @@ +local: + uri: cepp + root: '${env.cwd}/docroot' +dev: + root: /var/www/html/stanfordsos.dev/docroot + ac-site: stanfordsos + ac-env: dev + ac-realm: prod + uri: cepp-dev.stanford.edu + dev.livedev: + parent: '@stanfordsos.dev' + root: /mnt/gfs/stanfordsos.dev/livedev/docroot + host: stanfordsosdev.ssh.prod.acquia-sites.com + user: stanfordsos.dev +prod: + root: /var/www/html/stanfordsos.prod/docroot + ac-site: stanfordsos + ac-env: prod + ac-realm: prod + uri: cepp-prod.stanford.edu + prod.livedev: + parent: '@stanfordsos.prod' + root: /mnt/gfs/stanfordsos.prod/livedev/docroot + host: stanfordsos.ssh.prod.acquia-sites.com + user: stanfordsos.prod +ra: + root: /var/www/html/stanfordsos.ra/docroot + ac-site: stanfordsos + ac-env: ra + ac-realm: prod + uri: cepp-ra.stanford.edu + ra.livedev: + parent: '@stanfordsos.ra' + root: /mnt/gfs/stanfordsos.ra/livedev/docroot + host: stanfordsosra.ssh.prod.acquia-sites.com + user: stanfordsos.ra +test: + root: /var/www/html/stanfordsos.test/docroot + ac-site: stanfordsos + ac-env: test + ac-realm: prod + uri: cepp-test.stanford.edu + test.livedev: + parent: '@stanfordsos.test' + root: /mnt/gfs/stanfordsos.test/livedev/docroot + host: stanfordsosstg.ssh.prod.acquia-sites.com + user: stanfordsos.test