From 7171dd1f56557c8b31d7baefaaad7fe0bd55bee3 Mon Sep 17 00:00:00 2001 From: Tom Schraitle Date: Wed, 8 May 2024 14:28:55 +0200 Subject: [PATCH 1/2] DOCTEAM-1368: Improve handling of SBP series In the regular stylesheets: * Introduce a new parameter json-ld-seriesname (default empty) * Introduce add.series.name and implement the following algorithm for meta[@name='series']: * Check for non-empty $json-ld-seriesname parameter. If yes, use it. If not, continue * Check if d:info/d:meta[@name='series'] exist. If yes, use. If not abort. * Adapt SASS/CSS stylesheets For the SBP stylesheets * Set parameter json-ld-seriesname to "SUSE Best Practices" * Change FO/HTML stylesheet to produce a single line for each category * Fix series and categories for SBP in cover page The cover page places series name and categories in the following way: Series Name ("SUSE Best Practices") - space - Category 1 Category 2 --- sbp/fo/article.titlepage.templates.xsl | 13 +- sbp/fo/param.xsl | 5 +- sbp/xhtml/docbook.xsl | 1 + sbp/xhtml/param.xsl | 10 + sbp/xhtml/titlepage.templates.xsl | 21 +- .../styles2022/sass/custom/content-title.sass | 8 + suse2022-ns/static/css/style-new.css | 683 +++++++++--------- suse2022-ns/static/css/style.css | 6 + suse2022-ns/xhtml/json-ld.xsl | 20 +- suse2022-ns/xhtml/param.xsl | 4 + 10 files changed, 421 insertions(+), 350 deletions(-) create mode 100644 sbp/xhtml/param.xsl diff --git a/sbp/fo/article.titlepage.templates.xsl b/sbp/fo/article.titlepage.templates.xsl index 54fd55e4..e6d0a276 100644 --- a/sbp/fo/article.titlepage.templates.xsl +++ b/sbp/fo/article.titlepage.templates.xsl @@ -26,7 +26,8 @@ - + + @@ -36,9 +37,9 @@ - + - + @@ -106,11 +107,13 @@ - + - + + + diff --git a/sbp/fo/param.xsl b/sbp/fo/param.xsl index 46a08749..7078a986 100644 --- a/sbp/fo/param.xsl +++ b/sbp/fo/param.xsl @@ -15,6 +15,9 @@ xmlns:fo="http://www.w3.org/1999/XSL/Format" exclude-result-prefixes="d"> + images/sbp-tools-title.svg -images/sbp-tools-title.svg + + SUSE Best Practices + \ No newline at end of file diff --git a/sbp/xhtml/docbook.xsl b/sbp/xhtml/docbook.xsl index 3babc649..453ff24e 100644 --- a/sbp/xhtml/docbook.xsl +++ b/sbp/xhtml/docbook.xsl @@ -34,5 +34,6 @@ + diff --git a/sbp/xhtml/param.xsl b/sbp/xhtml/param.xsl new file mode 100644 index 00000000..519b1d1f --- /dev/null +++ b/sbp/xhtml/param.xsl @@ -0,0 +1,10 @@ + + + + + SUSE Best Practices + + \ No newline at end of file diff --git a/sbp/xhtml/titlepage.templates.xsl b/sbp/xhtml/titlepage.templates.xsl index 19b1ae15..432c6967 100644 --- a/sbp/xhtml/titlepage.templates.xsl +++ b/sbp/xhtml/titlepage.templates.xsl @@ -195,12 +195,16 @@ - +
- +
+ +

+
+
@@ -214,6 +218,17 @@
+ + + +
+
+ + + +
+
+ @@ -253,7 +268,7 @@
- +
diff --git a/source-assets/styles2022/sass/custom/content-title.sass b/source-assets/styles2022/sass/custom/content-title.sass index 969f3faa..a32204aa 100644 --- a/source-assets/styles2022/sass/custom/content-title.sass +++ b/source-assets/styles2022/sass/custom/content-title.sass @@ -227,6 +227,14 @@ h2 margin-top: 3rem margin-bottom: 3rem + .category + margin-top: 1.75rem + + .phrase + display: block + text-align: right + line-height: 1rem + .cover margin-top: 2rem diff --git a/suse2022-ns/static/css/style-new.css b/suse2022-ns/static/css/style-new.css index 8a0e8078..5a60222d 100644 --- a/suse2022-ns/static/css/style-new.css +++ b/suse2022-ns/static/css/style-new.css @@ -69,855 +69,855 @@ th { th:not([align]) { text-align: inherit; } -.container, #_footer .footer-topper .social, #_footer .footer-topper .footer-links, main .side-toc, main article { +.container, #_footer .footer-topper .social, #_footer .footer-topper .footer-links, main.sticky.scroll-with-footer::before, main.sticky.scroll-with-footer::after, main .side-toc, main article { flex-grow: 1; margin: 0 auto; position: relative; width: auto; } - .container.is-fluid, #_footer .footer-topper .is-fluid.social, #_footer .footer-topper .is-fluid.footer-links, main .is-fluid.side-toc, main article.is-fluid { + .container.is-fluid, #_footer .footer-topper .is-fluid.social, #_footer .footer-topper .is-fluid.footer-links, main.is-fluid.sticky.scroll-with-footer::before, main.is-fluid.sticky.scroll-with-footer::after, main .is-fluid.side-toc, main article.is-fluid { max-width: none !important; padding-left: 32px; padding-right: 32px; width: 100%; } @media screen and (min-width: 1024px) { - .container, #_footer .footer-topper .social, #_footer .footer-topper .footer-links, main .side-toc, main article { + .container, #_footer .footer-topper .social, #_footer .footer-topper .footer-links, main.sticky.scroll-with-footer::before, main.sticky.scroll-with-footer::after, main .side-toc, main article { max-width: 960px; } } @media screen and (max-width: 1215px) { - .container.is-widescreen:not(.is-max-desktop), #_footer .footer-topper .is-widescreen.social:not(.is-max-desktop), #_footer .footer-topper .is-widescreen.footer-links:not(.is-max-desktop), main .is-widescreen.side-toc:not(.is-max-desktop), main article.is-widescreen:not(.is-max-desktop) { + .container.is-widescreen:not(.is-max-desktop), #_footer .footer-topper .is-widescreen.social:not(.is-max-desktop), #_footer .footer-topper .is-widescreen.footer-links:not(.is-max-desktop), main.is-widescreen.sticky.scroll-with-footer:not(.is-max-desktop)::before, main.is-widescreen.sticky.scroll-with-footer:not(.is-max-desktop)::after, main .is-widescreen.side-toc:not(.is-max-desktop), main article.is-widescreen:not(.is-max-desktop) { max-width: 1152px; } } @media screen and (max-width: 1407px) { - .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen), #_footer .footer-topper .is-fullhd.social:not(.is-max-desktop):not(.is-max-widescreen), #_footer .footer-topper .is-fullhd.footer-links:not(.is-max-desktop):not(.is-max-widescreen), main .is-fullhd.side-toc:not(.is-max-desktop):not(.is-max-widescreen), main article.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) { + .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen), #_footer .footer-topper .is-fullhd.social:not(.is-max-desktop):not(.is-max-widescreen), #_footer .footer-topper .is-fullhd.footer-links:not(.is-max-desktop):not(.is-max-widescreen), main.is-fullhd.sticky.scroll-with-footer:not(.is-max-desktop):not(.is-max-widescreen)::before, main.is-fullhd.sticky.scroll-with-footer:not(.is-max-desktop):not(.is-max-widescreen)::after, main .is-fullhd.side-toc:not(.is-max-desktop):not(.is-max-widescreen), main article.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) { max-width: 1344px; } } @media screen and (min-width: 1216px) { - .container:not(.is-max-desktop), #_footer .footer-topper .social:not(.is-max-desktop), #_footer .footer-topper .footer-links:not(.is-max-desktop), main .side-toc:not(.is-max-desktop), main article:not(.is-max-desktop) { + .container:not(.is-max-desktop), #_footer .footer-topper .social:not(.is-max-desktop), #_footer .footer-topper .footer-links:not(.is-max-desktop), main.sticky.scroll-with-footer:not(.is-max-desktop)::before, main.sticky.scroll-with-footer:not(.is-max-desktop)::after, main .side-toc:not(.is-max-desktop), main article:not(.is-max-desktop) { max-width: 1152px; } } @media screen and (min-width: 1408px) { - .container:not(.is-max-desktop):not(.is-max-widescreen), #_footer .footer-topper .social:not(.is-max-desktop):not(.is-max-widescreen), #_footer .footer-topper .footer-links:not(.is-max-desktop):not(.is-max-widescreen), main .side-toc:not(.is-max-desktop):not(.is-max-widescreen), main article:not(.is-max-desktop):not(.is-max-widescreen) { + .container:not(.is-max-desktop):not(.is-max-widescreen), #_footer .footer-topper .social:not(.is-max-desktop):not(.is-max-widescreen), #_footer .footer-topper .footer-links:not(.is-max-desktop):not(.is-max-widescreen), main.sticky.scroll-with-footer:not(.is-max-desktop):not(.is-max-widescreen)::before, main.sticky.scroll-with-footer:not(.is-max-desktop):not(.is-max-widescreen)::after, main .side-toc:not(.is-max-desktop):not(.is-max-widescreen), main article:not(.is-max-desktop):not(.is-max-widescreen) { max-width: 1344px; } } /* Bulma Grid */ -.column, #_footer .footer-topper .social, #_footer .footer-topper .footer-links, main .side-toc, main article { +.column, #_footer .footer-topper .social, #_footer .footer-topper .footer-links, main.sticky.scroll-with-footer::before, main.sticky.scroll-with-footer::after, main .side-toc, main article { display: block; flex-basis: 0; flex-grow: 1; flex-shrink: 1; padding: 0.75rem; } - .columns.is-mobile > .column.is-narrow, #_footer .footer-topper .columns.is-mobile > .is-narrow.social, #_footer .footer-topper .columns.is-mobile > .is-narrow.footer-links, main .columns.is-mobile > .is-narrow.side-toc, main .columns.is-mobile > article.is-narrow { + .columns.is-mobile > .column.is-narrow, #_footer .footer-topper .columns.is-mobile > .is-narrow.social, #_footer .footer-topper .columns.is-mobile > .is-narrow.footer-links, .columns.is-mobile > main.is-narrow.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-narrow.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-narrow.side-toc, main .columns.is-mobile > article.is-narrow { flex: none; width: unset; } - .columns.is-mobile > .column.is-full, #_footer .footer-topper .columns.is-mobile > .is-full.social, #_footer .footer-topper .columns.is-mobile > .is-full.footer-links, main .columns.is-mobile > .is-full.side-toc, main .columns.is-mobile > article.is-full { + .columns.is-mobile > .column.is-full, #_footer .footer-topper .columns.is-mobile > .is-full.social, #_footer .footer-topper .columns.is-mobile > .is-full.footer-links, .columns.is-mobile > main.is-full.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-full.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-full.side-toc, main .columns.is-mobile > article.is-full { flex: none; width: 100%; } - .columns.is-mobile > .column.is-three-quarters, #_footer .footer-topper .columns.is-mobile > .is-three-quarters.social, #_footer .footer-topper .columns.is-mobile > .is-three-quarters.footer-links, main .columns.is-mobile > .is-three-quarters.side-toc, main .columns.is-mobile > article.is-three-quarters { + .columns.is-mobile > .column.is-three-quarters, #_footer .footer-topper .columns.is-mobile > .is-three-quarters.social, #_footer .footer-topper .columns.is-mobile > .is-three-quarters.footer-links, .columns.is-mobile > main.is-three-quarters.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-three-quarters.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-three-quarters.side-toc, main .columns.is-mobile > article.is-three-quarters { flex: none; width: 75%; } - .columns.is-mobile > .column.is-two-thirds, #_footer .footer-topper .columns.is-mobile > .is-two-thirds.social, #_footer .footer-topper .columns.is-mobile > .is-two-thirds.footer-links, main .columns.is-mobile > .is-two-thirds.side-toc, main .columns.is-mobile > article.is-two-thirds { + .columns.is-mobile > .column.is-two-thirds, #_footer .footer-topper .columns.is-mobile > .is-two-thirds.social, #_footer .footer-topper .columns.is-mobile > .is-two-thirds.footer-links, .columns.is-mobile > main.is-two-thirds.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-two-thirds.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-two-thirds.side-toc, main .columns.is-mobile > article.is-two-thirds { flex: none; width: 66.6666%; } - .columns.is-mobile > .column.is-half, #_footer .footer-topper .columns.is-mobile > .is-half.social, #_footer .footer-topper .columns.is-mobile > .is-half.footer-links, main .columns.is-mobile > .is-half.side-toc, main .columns.is-mobile > article.is-half { + .columns.is-mobile > .column.is-half, #_footer .footer-topper .columns.is-mobile > .is-half.social, #_footer .footer-topper .columns.is-mobile > .is-half.footer-links, .columns.is-mobile > main.is-half.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-half.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-half.side-toc, main .columns.is-mobile > article.is-half { flex: none; width: 50%; } - .columns.is-mobile > .column.is-one-third, #_footer .footer-topper .columns.is-mobile > .is-one-third.social, #_footer .footer-topper .columns.is-mobile > .is-one-third.footer-links, main .columns.is-mobile > .is-one-third.side-toc, main .columns.is-mobile > article.is-one-third { + .columns.is-mobile > .column.is-one-third, #_footer .footer-topper .columns.is-mobile > .is-one-third.social, #_footer .footer-topper .columns.is-mobile > .is-one-third.footer-links, .columns.is-mobile > main.is-one-third.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-one-third.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-one-third.side-toc, main .columns.is-mobile > article.is-one-third { flex: none; width: 33.3333%; } - .columns.is-mobile > .column.is-one-quarter, #_footer .footer-topper .columns.is-mobile > .is-one-quarter.social, #_footer .footer-topper .columns.is-mobile > .is-one-quarter.footer-links, main .columns.is-mobile > .is-one-quarter.side-toc, main .columns.is-mobile > article.is-one-quarter { + .columns.is-mobile > .column.is-one-quarter, #_footer .footer-topper .columns.is-mobile > .is-one-quarter.social, #_footer .footer-topper .columns.is-mobile > .is-one-quarter.footer-links, .columns.is-mobile > main.is-one-quarter.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-one-quarter.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-one-quarter.side-toc, main .columns.is-mobile > article.is-one-quarter { flex: none; width: 25%; } - .columns.is-mobile > .column.is-one-fifth, #_footer .footer-topper .columns.is-mobile > .is-one-fifth.social, #_footer .footer-topper .columns.is-mobile > .is-one-fifth.footer-links, main .columns.is-mobile > .is-one-fifth.side-toc, main .columns.is-mobile > article.is-one-fifth { + .columns.is-mobile > .column.is-one-fifth, #_footer .footer-topper .columns.is-mobile > .is-one-fifth.social, #_footer .footer-topper .columns.is-mobile > .is-one-fifth.footer-links, .columns.is-mobile > main.is-one-fifth.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-one-fifth.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-one-fifth.side-toc, main .columns.is-mobile > article.is-one-fifth { flex: none; width: 20%; } - .columns.is-mobile > .column.is-two-fifths, #_footer .footer-topper .columns.is-mobile > .is-two-fifths.social, #_footer .footer-topper .columns.is-mobile > .is-two-fifths.footer-links, main .columns.is-mobile > .is-two-fifths.side-toc, main .columns.is-mobile > article.is-two-fifths { + .columns.is-mobile > .column.is-two-fifths, #_footer .footer-topper .columns.is-mobile > .is-two-fifths.social, #_footer .footer-topper .columns.is-mobile > .is-two-fifths.footer-links, .columns.is-mobile > main.is-two-fifths.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-two-fifths.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-two-fifths.side-toc, main .columns.is-mobile > article.is-two-fifths { flex: none; width: 40%; } - .columns.is-mobile > .column.is-three-fifths, #_footer .footer-topper .columns.is-mobile > .is-three-fifths.social, #_footer .footer-topper .columns.is-mobile > .is-three-fifths.footer-links, main .columns.is-mobile > .is-three-fifths.side-toc, main .columns.is-mobile > article.is-three-fifths { + .columns.is-mobile > .column.is-three-fifths, #_footer .footer-topper .columns.is-mobile > .is-three-fifths.social, #_footer .footer-topper .columns.is-mobile > .is-three-fifths.footer-links, .columns.is-mobile > main.is-three-fifths.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-three-fifths.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-three-fifths.side-toc, main .columns.is-mobile > article.is-three-fifths { flex: none; width: 60%; } - .columns.is-mobile > .column.is-four-fifths, #_footer .footer-topper .columns.is-mobile > .is-four-fifths.social, #_footer .footer-topper .columns.is-mobile > .is-four-fifths.footer-links, main .columns.is-mobile > .is-four-fifths.side-toc, main .columns.is-mobile > article.is-four-fifths { + .columns.is-mobile > .column.is-four-fifths, #_footer .footer-topper .columns.is-mobile > .is-four-fifths.social, #_footer .footer-topper .columns.is-mobile > .is-four-fifths.footer-links, .columns.is-mobile > main.is-four-fifths.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-four-fifths.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-four-fifths.side-toc, main .columns.is-mobile > article.is-four-fifths { flex: none; width: 80%; } - .columns.is-mobile > .column.is-offset-three-quarters, #_footer .footer-topper .columns.is-mobile > .is-offset-three-quarters.social, #_footer .footer-topper .columns.is-mobile > .is-offset-three-quarters.footer-links, main .columns.is-mobile > .is-offset-three-quarters.side-toc, main .columns.is-mobile > article.is-offset-three-quarters { + .columns.is-mobile > .column.is-offset-three-quarters, #_footer .footer-topper .columns.is-mobile > .is-offset-three-quarters.social, #_footer .footer-topper .columns.is-mobile > .is-offset-three-quarters.footer-links, .columns.is-mobile > main.is-offset-three-quarters.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-three-quarters.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-three-quarters.side-toc, main .columns.is-mobile > article.is-offset-three-quarters { margin-left: 75%; } - .columns.is-mobile > .column.is-offset-two-thirds, #_footer .footer-topper .columns.is-mobile > .is-offset-two-thirds.social, #_footer .footer-topper .columns.is-mobile > .is-offset-two-thirds.footer-links, main .columns.is-mobile > .is-offset-two-thirds.side-toc, main .columns.is-mobile > article.is-offset-two-thirds { + .columns.is-mobile > .column.is-offset-two-thirds, #_footer .footer-topper .columns.is-mobile > .is-offset-two-thirds.social, #_footer .footer-topper .columns.is-mobile > .is-offset-two-thirds.footer-links, .columns.is-mobile > main.is-offset-two-thirds.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-two-thirds.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-two-thirds.side-toc, main .columns.is-mobile > article.is-offset-two-thirds { margin-left: 66.6666%; } - .columns.is-mobile > .column.is-offset-half, #_footer .footer-topper .columns.is-mobile > .is-offset-half.social, #_footer .footer-topper .columns.is-mobile > .is-offset-half.footer-links, main .columns.is-mobile > .is-offset-half.side-toc, main .columns.is-mobile > article.is-offset-half { + .columns.is-mobile > .column.is-offset-half, #_footer .footer-topper .columns.is-mobile > .is-offset-half.social, #_footer .footer-topper .columns.is-mobile > .is-offset-half.footer-links, .columns.is-mobile > main.is-offset-half.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-half.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-half.side-toc, main .columns.is-mobile > article.is-offset-half { margin-left: 50%; } - .columns.is-mobile > .column.is-offset-one-third, #_footer .footer-topper .columns.is-mobile > .is-offset-one-third.social, #_footer .footer-topper .columns.is-mobile > .is-offset-one-third.footer-links, main .columns.is-mobile > .is-offset-one-third.side-toc, main .columns.is-mobile > article.is-offset-one-third { + .columns.is-mobile > .column.is-offset-one-third, #_footer .footer-topper .columns.is-mobile > .is-offset-one-third.social, #_footer .footer-topper .columns.is-mobile > .is-offset-one-third.footer-links, .columns.is-mobile > main.is-offset-one-third.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-one-third.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-one-third.side-toc, main .columns.is-mobile > article.is-offset-one-third { margin-left: 33.3333%; } - .columns.is-mobile > .column.is-offset-one-quarter, #_footer .footer-topper .columns.is-mobile > .is-offset-one-quarter.social, #_footer .footer-topper .columns.is-mobile > .is-offset-one-quarter.footer-links, main .columns.is-mobile > .is-offset-one-quarter.side-toc, main .columns.is-mobile > article.is-offset-one-quarter { + .columns.is-mobile > .column.is-offset-one-quarter, #_footer .footer-topper .columns.is-mobile > .is-offset-one-quarter.social, #_footer .footer-topper .columns.is-mobile > .is-offset-one-quarter.footer-links, .columns.is-mobile > main.is-offset-one-quarter.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-one-quarter.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-one-quarter.side-toc, main .columns.is-mobile > article.is-offset-one-quarter { margin-left: 25%; } - .columns.is-mobile > .column.is-offset-one-fifth, #_footer .footer-topper .columns.is-mobile > .is-offset-one-fifth.social, #_footer .footer-topper .columns.is-mobile > .is-offset-one-fifth.footer-links, main .columns.is-mobile > .is-offset-one-fifth.side-toc, main .columns.is-mobile > article.is-offset-one-fifth { + .columns.is-mobile > .column.is-offset-one-fifth, #_footer .footer-topper .columns.is-mobile > .is-offset-one-fifth.social, #_footer .footer-topper .columns.is-mobile > .is-offset-one-fifth.footer-links, .columns.is-mobile > main.is-offset-one-fifth.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-one-fifth.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-one-fifth.side-toc, main .columns.is-mobile > article.is-offset-one-fifth { margin-left: 20%; } - .columns.is-mobile > .column.is-offset-two-fifths, #_footer .footer-topper .columns.is-mobile > .is-offset-two-fifths.social, #_footer .footer-topper .columns.is-mobile > .is-offset-two-fifths.footer-links, main .columns.is-mobile > .is-offset-two-fifths.side-toc, main .columns.is-mobile > article.is-offset-two-fifths { + .columns.is-mobile > .column.is-offset-two-fifths, #_footer .footer-topper .columns.is-mobile > .is-offset-two-fifths.social, #_footer .footer-topper .columns.is-mobile > .is-offset-two-fifths.footer-links, .columns.is-mobile > main.is-offset-two-fifths.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-two-fifths.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-two-fifths.side-toc, main .columns.is-mobile > article.is-offset-two-fifths { margin-left: 40%; } - .columns.is-mobile > .column.is-offset-three-fifths, #_footer .footer-topper .columns.is-mobile > .is-offset-three-fifths.social, #_footer .footer-topper .columns.is-mobile > .is-offset-three-fifths.footer-links, main .columns.is-mobile > .is-offset-three-fifths.side-toc, main .columns.is-mobile > article.is-offset-three-fifths { + .columns.is-mobile > .column.is-offset-three-fifths, #_footer .footer-topper .columns.is-mobile > .is-offset-three-fifths.social, #_footer .footer-topper .columns.is-mobile > .is-offset-three-fifths.footer-links, .columns.is-mobile > main.is-offset-three-fifths.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-three-fifths.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-three-fifths.side-toc, main .columns.is-mobile > article.is-offset-three-fifths { margin-left: 60%; } - .columns.is-mobile > .column.is-offset-four-fifths, #_footer .footer-topper .columns.is-mobile > .is-offset-four-fifths.social, #_footer .footer-topper .columns.is-mobile > .is-offset-four-fifths.footer-links, main .columns.is-mobile > .is-offset-four-fifths.side-toc, main .columns.is-mobile > article.is-offset-four-fifths { + .columns.is-mobile > .column.is-offset-four-fifths, #_footer .footer-topper .columns.is-mobile > .is-offset-four-fifths.social, #_footer .footer-topper .columns.is-mobile > .is-offset-four-fifths.footer-links, .columns.is-mobile > main.is-offset-four-fifths.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-four-fifths.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-four-fifths.side-toc, main .columns.is-mobile > article.is-offset-four-fifths { margin-left: 80%; } - .columns.is-mobile > .column.is-0, #_footer .footer-topper .columns.is-mobile > .is-0.social, #_footer .footer-topper .columns.is-mobile > .is-0.footer-links, main .columns.is-mobile > .is-0.side-toc, main .columns.is-mobile > article.is-0 { + .columns.is-mobile > .column.is-0, #_footer .footer-topper .columns.is-mobile > .is-0.social, #_footer .footer-topper .columns.is-mobile > .is-0.footer-links, .columns.is-mobile > main.is-0.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-0.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-0.side-toc, main .columns.is-mobile > article.is-0 { flex: none; width: 0%; } - .columns.is-mobile > .column.is-offset-0, #_footer .footer-topper .columns.is-mobile > .is-offset-0.social, #_footer .footer-topper .columns.is-mobile > .is-offset-0.footer-links, main .columns.is-mobile > .is-offset-0.side-toc, main .columns.is-mobile > article.is-offset-0 { + .columns.is-mobile > .column.is-offset-0, #_footer .footer-topper .columns.is-mobile > .is-offset-0.social, #_footer .footer-topper .columns.is-mobile > .is-offset-0.footer-links, .columns.is-mobile > main.is-offset-0.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-0.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-0.side-toc, main .columns.is-mobile > article.is-offset-0 { margin-left: 0%; } - .columns.is-mobile > .column.is-1, #_footer .footer-topper .columns.is-mobile > .is-1.social, #_footer .footer-topper .columns.is-mobile > .is-1.footer-links, main .columns.is-mobile > .is-1.side-toc, main .columns.is-mobile > article.is-1 { + .columns.is-mobile > .column.is-1, #_footer .footer-topper .columns.is-mobile > .is-1.social, #_footer .footer-topper .columns.is-mobile > .is-1.footer-links, .columns.is-mobile > main.is-1.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-1.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-1.side-toc, main .columns.is-mobile > article.is-1 { flex: none; width: 8.33333%; } - .columns.is-mobile > .column.is-offset-1, #_footer .footer-topper .columns.is-mobile > .is-offset-1.social, #_footer .footer-topper .columns.is-mobile > .is-offset-1.footer-links, main .columns.is-mobile > .is-offset-1.side-toc, main .columns.is-mobile > article.is-offset-1 { + .columns.is-mobile > .column.is-offset-1, #_footer .footer-topper .columns.is-mobile > .is-offset-1.social, #_footer .footer-topper .columns.is-mobile > .is-offset-1.footer-links, .columns.is-mobile > main.is-offset-1.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-1.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-1.side-toc, main .columns.is-mobile > article.is-offset-1 { margin-left: 8.33333%; } - .columns.is-mobile > .column.is-2, #_footer .footer-topper .columns.is-mobile > .social, #_footer .footer-topper .columns.is-mobile > .is-2.footer-links, main .columns.is-mobile > .side-toc, main .columns.is-mobile > article.is-2, #_footer .footer-topper main .columns.is-mobile > article.social { + .columns.is-mobile > .column.is-2, #_footer .footer-topper .columns.is-mobile > .social, #_footer .footer-topper .columns.is-mobile > .is-2.footer-links, .columns.is-mobile > main.column.sticky.scroll-with-footer::before, #_footer .footer-topper .columns.is-mobile > main.sticky.scroll-with-footer.social::before, #_footer .footer-topper .columns.is-mobile > main.sticky.scroll-with-footer.footer-links::before, .columns.is-mobile > main.column.sticky.scroll-with-footer::after, #_footer .footer-topper .columns.is-mobile > main.sticky.scroll-with-footer.social::after, #_footer .footer-topper .columns.is-mobile > main.sticky.scroll-with-footer.footer-links::after, .columns.is-mobile > main.is-2.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-2.sticky.scroll-with-footer::after, main .columns.is-mobile > .side-toc, main .columns.is-mobile > article.is-2, #_footer .footer-topper main .columns.is-mobile > article.social { flex: none; width: 16.66667%; } - .columns.is-mobile > .column.is-offset-2, #_footer .footer-topper .columns.is-mobile > .is-offset-2.social, #_footer .footer-topper .columns.is-mobile > .is-offset-2.footer-links, main .columns.is-mobile > .is-offset-2.side-toc, main .columns.is-mobile > article.is-offset-2 { + .columns.is-mobile > .column.is-offset-2, #_footer .footer-topper .columns.is-mobile > .is-offset-2.social, #_footer .footer-topper .columns.is-mobile > .is-offset-2.footer-links, .columns.is-mobile > main.is-offset-2.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-2.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-2.side-toc, main .columns.is-mobile > article.is-offset-2 { margin-left: 16.66667%; } - .columns.is-mobile > .column.is-3, #_footer .footer-topper .columns.is-mobile > .is-3.social, #_footer .footer-topper .columns.is-mobile > .is-3.footer-links, main .columns.is-mobile > .is-3.side-toc, main .columns.is-mobile > article.is-3 { + .columns.is-mobile > .column.is-3, #_footer .footer-topper .columns.is-mobile > .is-3.social, #_footer .footer-topper .columns.is-mobile > .is-3.footer-links, .columns.is-mobile > main.is-3.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-3.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-3.side-toc, main .columns.is-mobile > article.is-3 { flex: none; width: 25%; } - .columns.is-mobile > .column.is-offset-3, #_footer .footer-topper .columns.is-mobile > .is-offset-3.social, #_footer .footer-topper .columns.is-mobile > .is-offset-3.footer-links, main .columns.is-mobile > .is-offset-3.side-toc, main .columns.is-mobile > article.is-offset-3 { + .columns.is-mobile > .column.is-offset-3, #_footer .footer-topper .columns.is-mobile > .is-offset-3.social, #_footer .footer-topper .columns.is-mobile > .is-offset-3.footer-links, .columns.is-mobile > main.is-offset-3.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-3.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-3.side-toc, main .columns.is-mobile > article.is-offset-3 { margin-left: 25%; } - .columns.is-mobile > .column.is-4, #_footer .footer-topper .columns.is-mobile > .is-4.social, #_footer .footer-topper .columns.is-mobile > .is-4.footer-links, main .columns.is-mobile > .is-4.side-toc, main .columns.is-mobile > article.is-4 { + .columns.is-mobile > .column.is-4, #_footer .footer-topper .columns.is-mobile > .is-4.social, #_footer .footer-topper .columns.is-mobile > .is-4.footer-links, .columns.is-mobile > main.is-4.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-4.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-4.side-toc, main .columns.is-mobile > article.is-4 { flex: none; width: 33.33333%; } - .columns.is-mobile > .column.is-offset-4, #_footer .footer-topper .columns.is-mobile > .is-offset-4.social, #_footer .footer-topper .columns.is-mobile > .is-offset-4.footer-links, main .columns.is-mobile > .is-offset-4.side-toc, main .columns.is-mobile > article.is-offset-4 { + .columns.is-mobile > .column.is-offset-4, #_footer .footer-topper .columns.is-mobile > .is-offset-4.social, #_footer .footer-topper .columns.is-mobile > .is-offset-4.footer-links, .columns.is-mobile > main.is-offset-4.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-4.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-4.side-toc, main .columns.is-mobile > article.is-offset-4 { margin-left: 33.33333%; } - .columns.is-mobile > .column.is-5, #_footer .footer-topper .columns.is-mobile > .is-5.social, #_footer .footer-topper .columns.is-mobile > .is-5.footer-links, main .columns.is-mobile > .is-5.side-toc, main .columns.is-mobile > article.is-5 { + .columns.is-mobile > .column.is-5, #_footer .footer-topper .columns.is-mobile > .is-5.social, #_footer .footer-topper .columns.is-mobile > .is-5.footer-links, .columns.is-mobile > main.is-5.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-5.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-5.side-toc, main .columns.is-mobile > article.is-5 { flex: none; width: 41.66667%; } - .columns.is-mobile > .column.is-offset-5, #_footer .footer-topper .columns.is-mobile > .is-offset-5.social, #_footer .footer-topper .columns.is-mobile > .is-offset-5.footer-links, main .columns.is-mobile > .is-offset-5.side-toc, main .columns.is-mobile > article.is-offset-5 { + .columns.is-mobile > .column.is-offset-5, #_footer .footer-topper .columns.is-mobile > .is-offset-5.social, #_footer .footer-topper .columns.is-mobile > .is-offset-5.footer-links, .columns.is-mobile > main.is-offset-5.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-5.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-5.side-toc, main .columns.is-mobile > article.is-offset-5 { margin-left: 41.66667%; } - .columns.is-mobile > .column.is-6, #_footer .footer-topper .columns.is-mobile > .is-6.social, #_footer .footer-topper .columns.is-mobile > .is-6.footer-links, main .columns.is-mobile > .is-6.side-toc, main .columns.is-mobile > article.is-6 { + .columns.is-mobile > .column.is-6, #_footer .footer-topper .columns.is-mobile > .is-6.social, #_footer .footer-topper .columns.is-mobile > .is-6.footer-links, .columns.is-mobile > main.is-6.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-6.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-6.side-toc, main .columns.is-mobile > article.is-6 { flex: none; width: 50%; } - .columns.is-mobile > .column.is-offset-6, #_footer .footer-topper .columns.is-mobile > .is-offset-6.social, #_footer .footer-topper .columns.is-mobile > .is-offset-6.footer-links, main .columns.is-mobile > .is-offset-6.side-toc, main .columns.is-mobile > article.is-offset-6 { + .columns.is-mobile > .column.is-offset-6, #_footer .footer-topper .columns.is-mobile > .is-offset-6.social, #_footer .footer-topper .columns.is-mobile > .is-offset-6.footer-links, .columns.is-mobile > main.is-offset-6.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-6.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-6.side-toc, main .columns.is-mobile > article.is-offset-6 { margin-left: 50%; } - .columns.is-mobile > .column.is-7, #_footer .footer-topper .columns.is-mobile > .is-7.social, #_footer .footer-topper .columns.is-mobile > .is-7.footer-links, main .columns.is-mobile > .is-7.side-toc, main .columns.is-mobile > article.is-7 { + .columns.is-mobile > .column.is-7, #_footer .footer-topper .columns.is-mobile > .is-7.social, #_footer .footer-topper .columns.is-mobile > .is-7.footer-links, .columns.is-mobile > main.is-7.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-7.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-7.side-toc, main .columns.is-mobile > article.is-7 { flex: none; width: 58.33333%; } - .columns.is-mobile > .column.is-offset-7, #_footer .footer-topper .columns.is-mobile > .is-offset-7.social, #_footer .footer-topper .columns.is-mobile > .is-offset-7.footer-links, main .columns.is-mobile > .is-offset-7.side-toc, main .columns.is-mobile > article.is-offset-7 { + .columns.is-mobile > .column.is-offset-7, #_footer .footer-topper .columns.is-mobile > .is-offset-7.social, #_footer .footer-topper .columns.is-mobile > .is-offset-7.footer-links, .columns.is-mobile > main.is-offset-7.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-7.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-7.side-toc, main .columns.is-mobile > article.is-offset-7 { margin-left: 58.33333%; } - .columns.is-mobile > .column.is-8, #_footer .footer-topper .columns.is-mobile > .is-8.social, #_footer .footer-topper .columns.is-mobile > .is-8.footer-links, main .columns.is-mobile > .is-8.side-toc, main .columns.is-mobile > article { + .columns.is-mobile > .column.is-8, #_footer .footer-topper .columns.is-mobile > .is-8.social, #_footer .footer-topper .columns.is-mobile > .is-8.footer-links, .columns.is-mobile > main.is-8.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-8.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-8.side-toc, main .columns.is-mobile > article { flex: none; width: 66.66667%; } - .columns.is-mobile > .column.is-offset-8, #_footer .footer-topper .columns.is-mobile > .is-offset-8.social, #_footer .footer-topper .columns.is-mobile > .is-offset-8.footer-links, main .columns.is-mobile > .is-offset-8.side-toc, main .columns.is-mobile > article.is-offset-8 { + .columns.is-mobile > .column.is-offset-8, #_footer .footer-topper .columns.is-mobile > .is-offset-8.social, #_footer .footer-topper .columns.is-mobile > .is-offset-8.footer-links, .columns.is-mobile > main.is-offset-8.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-8.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-8.side-toc, main .columns.is-mobile > article.is-offset-8 { margin-left: 66.66667%; } - .columns.is-mobile > .column.is-9, #_footer .footer-topper .columns.is-mobile > .is-9.social, #_footer .footer-topper .columns.is-mobile > .is-9.footer-links, main .columns.is-mobile > .is-9.side-toc, main .columns.is-mobile > article.is-9 { + .columns.is-mobile > .column.is-9, #_footer .footer-topper .columns.is-mobile > .is-9.social, #_footer .footer-topper .columns.is-mobile > .is-9.footer-links, .columns.is-mobile > main.is-9.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-9.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-9.side-toc, main .columns.is-mobile > article.is-9 { flex: none; width: 75%; } - .columns.is-mobile > .column.is-offset-9, #_footer .footer-topper .columns.is-mobile > .is-offset-9.social, #_footer .footer-topper .columns.is-mobile > .is-offset-9.footer-links, main .columns.is-mobile > .is-offset-9.side-toc, main .columns.is-mobile > article.is-offset-9 { + .columns.is-mobile > .column.is-offset-9, #_footer .footer-topper .columns.is-mobile > .is-offset-9.social, #_footer .footer-topper .columns.is-mobile > .is-offset-9.footer-links, .columns.is-mobile > main.is-offset-9.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-9.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-9.side-toc, main .columns.is-mobile > article.is-offset-9 { margin-left: 75%; } - .columns.is-mobile > .column.is-10, #_footer .footer-topper .columns.is-mobile > .is-10.social, #_footer .footer-topper .columns.is-mobile > .footer-links, main .columns.is-mobile > .is-10.side-toc, #_footer .footer-topper main .columns.is-mobile > .side-toc.footer-links, main .columns.is-mobile > article.is-10, #_footer .footer-topper main .columns.is-mobile > article.footer-links, body.normal .columns.is-mobile > article.column, body.normal #_footer .footer-topper .columns.is-mobile > article.social, #_footer .footer-topper body.normal .columns.is-mobile > article.social, #_footer .footer-topper body.normal .columns.is-mobile > article.footer-links, body.normal main .columns.is-mobile > article, main body.normal .columns.is-mobile > article { + .columns.is-mobile > .column.is-10, #_footer .footer-topper .columns.is-mobile > .is-10.social, #_footer .footer-topper .columns.is-mobile > .footer-links, .columns.is-mobile > main.is-10.sticky.scroll-with-footer::before, #_footer .footer-topper .columns.is-mobile > main.sticky.scroll-with-footer.footer-links::before, .columns.is-mobile > main.is-10.sticky.scroll-with-footer::after, #_footer .footer-topper .columns.is-mobile > main.sticky.scroll-with-footer.footer-links::after, main .columns.is-mobile > .is-10.side-toc, #_footer .footer-topper main .columns.is-mobile > .side-toc.footer-links, main .columns.is-mobile > article.is-10, #_footer .footer-topper main .columns.is-mobile > article.footer-links, body.normal .columns.is-mobile > article.column, body.normal #_footer .footer-topper .columns.is-mobile > article.social, #_footer .footer-topper body.normal .columns.is-mobile > article.social, #_footer .footer-topper body.normal .columns.is-mobile > article.footer-links, body.normal main .columns.is-mobile > article, main body.normal .columns.is-mobile > article { flex: none; width: 83.33333%; } - .columns.is-mobile > .column.is-offset-10, #_footer .footer-topper .columns.is-mobile > .is-offset-10.social, #_footer .footer-topper .columns.is-mobile > .is-offset-10.footer-links, main .columns.is-mobile > .is-offset-10.side-toc, main .columns.is-mobile > article.is-offset-10 { + .columns.is-mobile > .column.is-offset-10, #_footer .footer-topper .columns.is-mobile > .is-offset-10.social, #_footer .footer-topper .columns.is-mobile > .is-offset-10.footer-links, .columns.is-mobile > main.is-offset-10.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-10.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-10.side-toc, main .columns.is-mobile > article.is-offset-10 { margin-left: 83.33333%; } - .columns.is-mobile > .column.is-11, #_footer .footer-topper .columns.is-mobile > .is-11.social, #_footer .footer-topper .columns.is-mobile > .is-11.footer-links, main .columns.is-mobile > .is-11.side-toc, main .columns.is-mobile > article.is-11 { + .columns.is-mobile > .column.is-11, #_footer .footer-topper .columns.is-mobile > .is-11.social, #_footer .footer-topper .columns.is-mobile > .is-11.footer-links, .columns.is-mobile > main.is-11.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-11.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-11.side-toc, main .columns.is-mobile > article.is-11 { flex: none; width: 91.66667%; } - .columns.is-mobile > .column.is-offset-11, #_footer .footer-topper .columns.is-mobile > .is-offset-11.social, #_footer .footer-topper .columns.is-mobile > .is-offset-11.footer-links, main .columns.is-mobile > .is-offset-11.side-toc, main .columns.is-mobile > article.is-offset-11 { + .columns.is-mobile > .column.is-offset-11, #_footer .footer-topper .columns.is-mobile > .is-offset-11.social, #_footer .footer-topper .columns.is-mobile > .is-offset-11.footer-links, .columns.is-mobile > main.is-offset-11.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-11.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-11.side-toc, main .columns.is-mobile > article.is-offset-11 { margin-left: 91.66667%; } - .columns.is-mobile > .column.is-12, #_footer .footer-topper .columns.is-mobile > .is-12.social, #_footer .footer-topper .columns.is-mobile > .is-12.footer-links, main .columns.is-mobile > .is-12.side-toc, main .columns.is-mobile > article.is-12 { + .columns.is-mobile > .column.is-12, #_footer .footer-topper .columns.is-mobile > .is-12.social, #_footer .footer-topper .columns.is-mobile > .is-12.footer-links, .columns.is-mobile > main.is-12.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-12.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-12.side-toc, main .columns.is-mobile > article.is-12 { flex: none; width: 100%; } - .columns.is-mobile > .column.is-offset-12, #_footer .footer-topper .columns.is-mobile > .is-offset-12.social, #_footer .footer-topper .columns.is-mobile > .is-offset-12.footer-links, main .columns.is-mobile > .is-offset-12.side-toc, main .columns.is-mobile > article.is-offset-12 { + .columns.is-mobile > .column.is-offset-12, #_footer .footer-topper .columns.is-mobile > .is-offset-12.social, #_footer .footer-topper .columns.is-mobile > .is-offset-12.footer-links, .columns.is-mobile > main.is-offset-12.sticky.scroll-with-footer::before, .columns.is-mobile > main.is-offset-12.sticky.scroll-with-footer::after, main .columns.is-mobile > .is-offset-12.side-toc, main .columns.is-mobile > article.is-offset-12 { margin-left: 100%; } @media screen and (max-width: 768px) { - .column.is-narrow-mobile, #_footer .footer-topper .is-narrow-mobile.social, #_footer .footer-topper .is-narrow-mobile.footer-links, main .is-narrow-mobile.side-toc, main article.is-narrow-mobile { + .column.is-narrow-mobile, #_footer .footer-topper .is-narrow-mobile.social, #_footer .footer-topper .is-narrow-mobile.footer-links, main.is-narrow-mobile.sticky.scroll-with-footer::before, main.is-narrow-mobile.sticky.scroll-with-footer::after, main .is-narrow-mobile.side-toc, main article.is-narrow-mobile { flex: none; width: unset; } - .column.is-full-mobile, #_footer .footer-topper .is-full-mobile.social, #_footer .footer-topper .is-full-mobile.footer-links, main .is-full-mobile.side-toc, main article.is-full-mobile { + .column.is-full-mobile, #_footer .footer-topper .is-full-mobile.social, #_footer .footer-topper .is-full-mobile.footer-links, main.is-full-mobile.sticky.scroll-with-footer::before, main.is-full-mobile.sticky.scroll-with-footer::after, main .is-full-mobile.side-toc, main article.is-full-mobile { flex: none; width: 100%; } - .column.is-three-quarters-mobile, #_footer .footer-topper .is-three-quarters-mobile.social, #_footer .footer-topper .is-three-quarters-mobile.footer-links, main .is-three-quarters-mobile.side-toc, main article.is-three-quarters-mobile { + .column.is-three-quarters-mobile, #_footer .footer-topper .is-three-quarters-mobile.social, #_footer .footer-topper .is-three-quarters-mobile.footer-links, main.is-three-quarters-mobile.sticky.scroll-with-footer::before, main.is-three-quarters-mobile.sticky.scroll-with-footer::after, main .is-three-quarters-mobile.side-toc, main article.is-three-quarters-mobile { flex: none; width: 75%; } - .column.is-two-thirds-mobile, #_footer .footer-topper .is-two-thirds-mobile.social, #_footer .footer-topper .is-two-thirds-mobile.footer-links, main .is-two-thirds-mobile.side-toc, main article.is-two-thirds-mobile { + .column.is-two-thirds-mobile, #_footer .footer-topper .is-two-thirds-mobile.social, #_footer .footer-topper .is-two-thirds-mobile.footer-links, main.is-two-thirds-mobile.sticky.scroll-with-footer::before, main.is-two-thirds-mobile.sticky.scroll-with-footer::after, main .is-two-thirds-mobile.side-toc, main article.is-two-thirds-mobile { flex: none; width: 66.6666%; } - .column.is-half-mobile, #_footer .footer-topper .is-half-mobile.social, #_footer .footer-topper .is-half-mobile.footer-links, main .is-half-mobile.side-toc, main article.is-half-mobile { + .column.is-half-mobile, #_footer .footer-topper .is-half-mobile.social, #_footer .footer-topper .is-half-mobile.footer-links, main.is-half-mobile.sticky.scroll-with-footer::before, main.is-half-mobile.sticky.scroll-with-footer::after, main .is-half-mobile.side-toc, main article.is-half-mobile { flex: none; width: 50%; } - .column.is-one-third-mobile, #_footer .footer-topper .is-one-third-mobile.social, #_footer .footer-topper .is-one-third-mobile.footer-links, main .is-one-third-mobile.side-toc, main article.is-one-third-mobile { + .column.is-one-third-mobile, #_footer .footer-topper .is-one-third-mobile.social, #_footer .footer-topper .is-one-third-mobile.footer-links, main.is-one-third-mobile.sticky.scroll-with-footer::before, main.is-one-third-mobile.sticky.scroll-with-footer::after, main .is-one-third-mobile.side-toc, main article.is-one-third-mobile { flex: none; width: 33.3333%; } - .column.is-one-quarter-mobile, #_footer .footer-topper .is-one-quarter-mobile.social, #_footer .footer-topper .is-one-quarter-mobile.footer-links, main .is-one-quarter-mobile.side-toc, main article.is-one-quarter-mobile { + .column.is-one-quarter-mobile, #_footer .footer-topper .is-one-quarter-mobile.social, #_footer .footer-topper .is-one-quarter-mobile.footer-links, main.is-one-quarter-mobile.sticky.scroll-with-footer::before, main.is-one-quarter-mobile.sticky.scroll-with-footer::after, main .is-one-quarter-mobile.side-toc, main article.is-one-quarter-mobile { flex: none; width: 25%; } - .column.is-one-fifth-mobile, #_footer .footer-topper .is-one-fifth-mobile.social, #_footer .footer-topper .is-one-fifth-mobile.footer-links, main .is-one-fifth-mobile.side-toc, main article.is-one-fifth-mobile { + .column.is-one-fifth-mobile, #_footer .footer-topper .is-one-fifth-mobile.social, #_footer .footer-topper .is-one-fifth-mobile.footer-links, main.is-one-fifth-mobile.sticky.scroll-with-footer::before, main.is-one-fifth-mobile.sticky.scroll-with-footer::after, main .is-one-fifth-mobile.side-toc, main article.is-one-fifth-mobile { flex: none; width: 20%; } - .column.is-two-fifths-mobile, #_footer .footer-topper .is-two-fifths-mobile.social, #_footer .footer-topper .is-two-fifths-mobile.footer-links, main .is-two-fifths-mobile.side-toc, main article.is-two-fifths-mobile { + .column.is-two-fifths-mobile, #_footer .footer-topper .is-two-fifths-mobile.social, #_footer .footer-topper .is-two-fifths-mobile.footer-links, main.is-two-fifths-mobile.sticky.scroll-with-footer::before, main.is-two-fifths-mobile.sticky.scroll-with-footer::after, main .is-two-fifths-mobile.side-toc, main article.is-two-fifths-mobile { flex: none; width: 40%; } - .column.is-three-fifths-mobile, #_footer .footer-topper .is-three-fifths-mobile.social, #_footer .footer-topper .is-three-fifths-mobile.footer-links, main .is-three-fifths-mobile.side-toc, main article.is-three-fifths-mobile { + .column.is-three-fifths-mobile, #_footer .footer-topper .is-three-fifths-mobile.social, #_footer .footer-topper .is-three-fifths-mobile.footer-links, main.is-three-fifths-mobile.sticky.scroll-with-footer::before, main.is-three-fifths-mobile.sticky.scroll-with-footer::after, main .is-three-fifths-mobile.side-toc, main article.is-three-fifths-mobile { flex: none; width: 60%; } - .column.is-four-fifths-mobile, #_footer .footer-topper .is-four-fifths-mobile.social, #_footer .footer-topper .is-four-fifths-mobile.footer-links, main .is-four-fifths-mobile.side-toc, main article.is-four-fifths-mobile { + .column.is-four-fifths-mobile, #_footer .footer-topper .is-four-fifths-mobile.social, #_footer .footer-topper .is-four-fifths-mobile.footer-links, main.is-four-fifths-mobile.sticky.scroll-with-footer::before, main.is-four-fifths-mobile.sticky.scroll-with-footer::after, main .is-four-fifths-mobile.side-toc, main article.is-four-fifths-mobile { flex: none; width: 80%; } - .column.is-offset-three-quarters-mobile, #_footer .footer-topper .is-offset-three-quarters-mobile.social, #_footer .footer-topper .is-offset-three-quarters-mobile.footer-links, main .is-offset-three-quarters-mobile.side-toc, main article.is-offset-three-quarters-mobile { + .column.is-offset-three-quarters-mobile, #_footer .footer-topper .is-offset-three-quarters-mobile.social, #_footer .footer-topper .is-offset-three-quarters-mobile.footer-links, main.is-offset-three-quarters-mobile.sticky.scroll-with-footer::before, main.is-offset-three-quarters-mobile.sticky.scroll-with-footer::after, main .is-offset-three-quarters-mobile.side-toc, main article.is-offset-three-quarters-mobile { margin-left: 75%; } - .column.is-offset-two-thirds-mobile, #_footer .footer-topper .is-offset-two-thirds-mobile.social, #_footer .footer-topper .is-offset-two-thirds-mobile.footer-links, main .is-offset-two-thirds-mobile.side-toc, main article.is-offset-two-thirds-mobile { + .column.is-offset-two-thirds-mobile, #_footer .footer-topper .is-offset-two-thirds-mobile.social, #_footer .footer-topper .is-offset-two-thirds-mobile.footer-links, main.is-offset-two-thirds-mobile.sticky.scroll-with-footer::before, main.is-offset-two-thirds-mobile.sticky.scroll-with-footer::after, main .is-offset-two-thirds-mobile.side-toc, main article.is-offset-two-thirds-mobile { margin-left: 66.6666%; } - .column.is-offset-half-mobile, #_footer .footer-topper .is-offset-half-mobile.social, #_footer .footer-topper .is-offset-half-mobile.footer-links, main .is-offset-half-mobile.side-toc, main article.is-offset-half-mobile { + .column.is-offset-half-mobile, #_footer .footer-topper .is-offset-half-mobile.social, #_footer .footer-topper .is-offset-half-mobile.footer-links, main.is-offset-half-mobile.sticky.scroll-with-footer::before, main.is-offset-half-mobile.sticky.scroll-with-footer::after, main .is-offset-half-mobile.side-toc, main article.is-offset-half-mobile { margin-left: 50%; } - .column.is-offset-one-third-mobile, #_footer .footer-topper .is-offset-one-third-mobile.social, #_footer .footer-topper .is-offset-one-third-mobile.footer-links, main .is-offset-one-third-mobile.side-toc, main article.is-offset-one-third-mobile { + .column.is-offset-one-third-mobile, #_footer .footer-topper .is-offset-one-third-mobile.social, #_footer .footer-topper .is-offset-one-third-mobile.footer-links, main.is-offset-one-third-mobile.sticky.scroll-with-footer::before, main.is-offset-one-third-mobile.sticky.scroll-with-footer::after, main .is-offset-one-third-mobile.side-toc, main article.is-offset-one-third-mobile { margin-left: 33.3333%; } - .column.is-offset-one-quarter-mobile, #_footer .footer-topper .is-offset-one-quarter-mobile.social, #_footer .footer-topper .is-offset-one-quarter-mobile.footer-links, main .is-offset-one-quarter-mobile.side-toc, main article.is-offset-one-quarter-mobile { + .column.is-offset-one-quarter-mobile, #_footer .footer-topper .is-offset-one-quarter-mobile.social, #_footer .footer-topper .is-offset-one-quarter-mobile.footer-links, main.is-offset-one-quarter-mobile.sticky.scroll-with-footer::before, main.is-offset-one-quarter-mobile.sticky.scroll-with-footer::after, main .is-offset-one-quarter-mobile.side-toc, main article.is-offset-one-quarter-mobile { margin-left: 25%; } - .column.is-offset-one-fifth-mobile, #_footer .footer-topper .is-offset-one-fifth-mobile.social, #_footer .footer-topper .is-offset-one-fifth-mobile.footer-links, main .is-offset-one-fifth-mobile.side-toc, main article.is-offset-one-fifth-mobile { + .column.is-offset-one-fifth-mobile, #_footer .footer-topper .is-offset-one-fifth-mobile.social, #_footer .footer-topper .is-offset-one-fifth-mobile.footer-links, main.is-offset-one-fifth-mobile.sticky.scroll-with-footer::before, main.is-offset-one-fifth-mobile.sticky.scroll-with-footer::after, main .is-offset-one-fifth-mobile.side-toc, main article.is-offset-one-fifth-mobile { margin-left: 20%; } - .column.is-offset-two-fifths-mobile, #_footer .footer-topper .is-offset-two-fifths-mobile.social, #_footer .footer-topper .is-offset-two-fifths-mobile.footer-links, main .is-offset-two-fifths-mobile.side-toc, main article.is-offset-two-fifths-mobile { + .column.is-offset-two-fifths-mobile, #_footer .footer-topper .is-offset-two-fifths-mobile.social, #_footer .footer-topper .is-offset-two-fifths-mobile.footer-links, main.is-offset-two-fifths-mobile.sticky.scroll-with-footer::before, main.is-offset-two-fifths-mobile.sticky.scroll-with-footer::after, main .is-offset-two-fifths-mobile.side-toc, main article.is-offset-two-fifths-mobile { margin-left: 40%; } - .column.is-offset-three-fifths-mobile, #_footer .footer-topper .is-offset-three-fifths-mobile.social, #_footer .footer-topper .is-offset-three-fifths-mobile.footer-links, main .is-offset-three-fifths-mobile.side-toc, main article.is-offset-three-fifths-mobile { + .column.is-offset-three-fifths-mobile, #_footer .footer-topper .is-offset-three-fifths-mobile.social, #_footer .footer-topper .is-offset-three-fifths-mobile.footer-links, main.is-offset-three-fifths-mobile.sticky.scroll-with-footer::before, main.is-offset-three-fifths-mobile.sticky.scroll-with-footer::after, main .is-offset-three-fifths-mobile.side-toc, main article.is-offset-three-fifths-mobile { margin-left: 60%; } - .column.is-offset-four-fifths-mobile, #_footer .footer-topper .is-offset-four-fifths-mobile.social, #_footer .footer-topper .is-offset-four-fifths-mobile.footer-links, main .is-offset-four-fifths-mobile.side-toc, main article.is-offset-four-fifths-mobile { + .column.is-offset-four-fifths-mobile, #_footer .footer-topper .is-offset-four-fifths-mobile.social, #_footer .footer-topper .is-offset-four-fifths-mobile.footer-links, main.is-offset-four-fifths-mobile.sticky.scroll-with-footer::before, main.is-offset-four-fifths-mobile.sticky.scroll-with-footer::after, main .is-offset-four-fifths-mobile.side-toc, main article.is-offset-four-fifths-mobile { margin-left: 80%; } - .column.is-0-mobile, #_footer .footer-topper .is-0-mobile.social, #_footer .footer-topper .is-0-mobile.footer-links, main .is-0-mobile.side-toc, main article.is-0-mobile { + .column.is-0-mobile, #_footer .footer-topper .is-0-mobile.social, #_footer .footer-topper .is-0-mobile.footer-links, main.is-0-mobile.sticky.scroll-with-footer::before, main.is-0-mobile.sticky.scroll-with-footer::after, main .is-0-mobile.side-toc, main article.is-0-mobile { flex: none; width: 0%; } - .column.is-offset-0-mobile, #_footer .footer-topper .is-offset-0-mobile.social, #_footer .footer-topper .is-offset-0-mobile.footer-links, main .is-offset-0-mobile.side-toc, main article.is-offset-0-mobile { + .column.is-offset-0-mobile, #_footer .footer-topper .is-offset-0-mobile.social, #_footer .footer-topper .is-offset-0-mobile.footer-links, main.is-offset-0-mobile.sticky.scroll-with-footer::before, main.is-offset-0-mobile.sticky.scroll-with-footer::after, main .is-offset-0-mobile.side-toc, main article.is-offset-0-mobile { margin-left: 0%; } - .column.is-1-mobile, #_footer .footer-topper .is-1-mobile.social, #_footer .footer-topper .is-1-mobile.footer-links, main .is-1-mobile.side-toc, main article.is-1-mobile { + .column.is-1-mobile, #_footer .footer-topper .is-1-mobile.social, #_footer .footer-topper .is-1-mobile.footer-links, main.is-1-mobile.sticky.scroll-with-footer::before, main.is-1-mobile.sticky.scroll-with-footer::after, main .is-1-mobile.side-toc, main article.is-1-mobile { flex: none; width: 8.33333%; } - .column.is-offset-1-mobile, #_footer .footer-topper .is-offset-1-mobile.social, #_footer .footer-topper .is-offset-1-mobile.footer-links, main .is-offset-1-mobile.side-toc, main article.is-offset-1-mobile { + .column.is-offset-1-mobile, #_footer .footer-topper .is-offset-1-mobile.social, #_footer .footer-topper .is-offset-1-mobile.footer-links, main.is-offset-1-mobile.sticky.scroll-with-footer::before, main.is-offset-1-mobile.sticky.scroll-with-footer::after, main .is-offset-1-mobile.side-toc, main article.is-offset-1-mobile { margin-left: 8.33333%; } - .column.is-2-mobile, #_footer .footer-topper .is-2-mobile.social, #_footer .footer-topper .is-2-mobile.footer-links, main .is-2-mobile.side-toc, main article.is-2-mobile { + .column.is-2-mobile, #_footer .footer-topper .is-2-mobile.social, #_footer .footer-topper .is-2-mobile.footer-links, main.is-2-mobile.sticky.scroll-with-footer::before, main.is-2-mobile.sticky.scroll-with-footer::after, main .is-2-mobile.side-toc, main article.is-2-mobile { flex: none; width: 16.66667%; } - .column.is-offset-2-mobile, #_footer .footer-topper .is-offset-2-mobile.social, #_footer .footer-topper .is-offset-2-mobile.footer-links, main .is-offset-2-mobile.side-toc, main article.is-offset-2-mobile { + .column.is-offset-2-mobile, #_footer .footer-topper .is-offset-2-mobile.social, #_footer .footer-topper .is-offset-2-mobile.footer-links, main.is-offset-2-mobile.sticky.scroll-with-footer::before, main.is-offset-2-mobile.sticky.scroll-with-footer::after, main .is-offset-2-mobile.side-toc, main article.is-offset-2-mobile { margin-left: 16.66667%; } - .column.is-3-mobile, #_footer .footer-topper .is-3-mobile.social, #_footer .footer-topper .is-3-mobile.footer-links, main .is-3-mobile.side-toc, main article.is-3-mobile { + .column.is-3-mobile, #_footer .footer-topper .is-3-mobile.social, #_footer .footer-topper .is-3-mobile.footer-links, main.is-3-mobile.sticky.scroll-with-footer::before, main.is-3-mobile.sticky.scroll-with-footer::after, main .is-3-mobile.side-toc, main article.is-3-mobile { flex: none; width: 25%; } - .column.is-offset-3-mobile, #_footer .footer-topper .is-offset-3-mobile.social, #_footer .footer-topper .is-offset-3-mobile.footer-links, main .is-offset-3-mobile.side-toc, main article.is-offset-3-mobile { + .column.is-offset-3-mobile, #_footer .footer-topper .is-offset-3-mobile.social, #_footer .footer-topper .is-offset-3-mobile.footer-links, main.is-offset-3-mobile.sticky.scroll-with-footer::before, main.is-offset-3-mobile.sticky.scroll-with-footer::after, main .is-offset-3-mobile.side-toc, main article.is-offset-3-mobile { margin-left: 25%; } - .column.is-4-mobile, #_footer .footer-topper .is-4-mobile.social, #_footer .footer-topper .is-4-mobile.footer-links, main .is-4-mobile.side-toc, main article.is-4-mobile { + .column.is-4-mobile, #_footer .footer-topper .is-4-mobile.social, #_footer .footer-topper .is-4-mobile.footer-links, main.is-4-mobile.sticky.scroll-with-footer::before, main.is-4-mobile.sticky.scroll-with-footer::after, main .is-4-mobile.side-toc, main article.is-4-mobile { flex: none; width: 33.33333%; } - .column.is-offset-4-mobile, #_footer .footer-topper .is-offset-4-mobile.social, #_footer .footer-topper .is-offset-4-mobile.footer-links, main .is-offset-4-mobile.side-toc, main article.is-offset-4-mobile { + .column.is-offset-4-mobile, #_footer .footer-topper .is-offset-4-mobile.social, #_footer .footer-topper .is-offset-4-mobile.footer-links, main.is-offset-4-mobile.sticky.scroll-with-footer::before, main.is-offset-4-mobile.sticky.scroll-with-footer::after, main .is-offset-4-mobile.side-toc, main article.is-offset-4-mobile { margin-left: 33.33333%; } - .column.is-5-mobile, #_footer .footer-topper .is-5-mobile.social, #_footer .footer-topper .is-5-mobile.footer-links, main .is-5-mobile.side-toc, main article.is-5-mobile { + .column.is-5-mobile, #_footer .footer-topper .is-5-mobile.social, #_footer .footer-topper .is-5-mobile.footer-links, main.is-5-mobile.sticky.scroll-with-footer::before, main.is-5-mobile.sticky.scroll-with-footer::after, main .is-5-mobile.side-toc, main article.is-5-mobile { flex: none; width: 41.66667%; } - .column.is-offset-5-mobile, #_footer .footer-topper .is-offset-5-mobile.social, #_footer .footer-topper .is-offset-5-mobile.footer-links, main .is-offset-5-mobile.side-toc, main article.is-offset-5-mobile { + .column.is-offset-5-mobile, #_footer .footer-topper .is-offset-5-mobile.social, #_footer .footer-topper .is-offset-5-mobile.footer-links, main.is-offset-5-mobile.sticky.scroll-with-footer::before, main.is-offset-5-mobile.sticky.scroll-with-footer::after, main .is-offset-5-mobile.side-toc, main article.is-offset-5-mobile { margin-left: 41.66667%; } - .column.is-6-mobile, #_footer .footer-topper .is-6-mobile.social, #_footer .footer-topper .is-6-mobile.footer-links, main .is-6-mobile.side-toc, main article.is-6-mobile { + .column.is-6-mobile, #_footer .footer-topper .is-6-mobile.social, #_footer .footer-topper .is-6-mobile.footer-links, main.is-6-mobile.sticky.scroll-with-footer::before, main.is-6-mobile.sticky.scroll-with-footer::after, main .is-6-mobile.side-toc, main article.is-6-mobile { flex: none; width: 50%; } - .column.is-offset-6-mobile, #_footer .footer-topper .is-offset-6-mobile.social, #_footer .footer-topper .is-offset-6-mobile.footer-links, main .is-offset-6-mobile.side-toc, main article.is-offset-6-mobile { + .column.is-offset-6-mobile, #_footer .footer-topper .is-offset-6-mobile.social, #_footer .footer-topper .is-offset-6-mobile.footer-links, main.is-offset-6-mobile.sticky.scroll-with-footer::before, main.is-offset-6-mobile.sticky.scroll-with-footer::after, main .is-offset-6-mobile.side-toc, main article.is-offset-6-mobile { margin-left: 50%; } - .column.is-7-mobile, #_footer .footer-topper .is-7-mobile.social, #_footer .footer-topper .is-7-mobile.footer-links, main .is-7-mobile.side-toc, main article.is-7-mobile { + .column.is-7-mobile, #_footer .footer-topper .is-7-mobile.social, #_footer .footer-topper .is-7-mobile.footer-links, main.is-7-mobile.sticky.scroll-with-footer::before, main.is-7-mobile.sticky.scroll-with-footer::after, main .is-7-mobile.side-toc, main article.is-7-mobile { flex: none; width: 58.33333%; } - .column.is-offset-7-mobile, #_footer .footer-topper .is-offset-7-mobile.social, #_footer .footer-topper .is-offset-7-mobile.footer-links, main .is-offset-7-mobile.side-toc, main article.is-offset-7-mobile { + .column.is-offset-7-mobile, #_footer .footer-topper .is-offset-7-mobile.social, #_footer .footer-topper .is-offset-7-mobile.footer-links, main.is-offset-7-mobile.sticky.scroll-with-footer::before, main.is-offset-7-mobile.sticky.scroll-with-footer::after, main .is-offset-7-mobile.side-toc, main article.is-offset-7-mobile { margin-left: 58.33333%; } - .column.is-8-mobile, #_footer .footer-topper .is-8-mobile.social, #_footer .footer-topper .is-8-mobile.footer-links, main .is-8-mobile.side-toc, main article.is-8-mobile { + .column.is-8-mobile, #_footer .footer-topper .is-8-mobile.social, #_footer .footer-topper .is-8-mobile.footer-links, main.is-8-mobile.sticky.scroll-with-footer::before, main.is-8-mobile.sticky.scroll-with-footer::after, main .is-8-mobile.side-toc, main article.is-8-mobile { flex: none; width: 66.66667%; } - .column.is-offset-8-mobile, #_footer .footer-topper .is-offset-8-mobile.social, #_footer .footer-topper .is-offset-8-mobile.footer-links, main .is-offset-8-mobile.side-toc, main article.is-offset-8-mobile { + .column.is-offset-8-mobile, #_footer .footer-topper .is-offset-8-mobile.social, #_footer .footer-topper .is-offset-8-mobile.footer-links, main.is-offset-8-mobile.sticky.scroll-with-footer::before, main.is-offset-8-mobile.sticky.scroll-with-footer::after, main .is-offset-8-mobile.side-toc, main article.is-offset-8-mobile { margin-left: 66.66667%; } - .column.is-9-mobile, #_footer .footer-topper .is-9-mobile.social, #_footer .footer-topper .is-9-mobile.footer-links, main .is-9-mobile.side-toc, main article.is-9-mobile { + .column.is-9-mobile, #_footer .footer-topper .is-9-mobile.social, #_footer .footer-topper .is-9-mobile.footer-links, main.is-9-mobile.sticky.scroll-with-footer::before, main.is-9-mobile.sticky.scroll-with-footer::after, main .is-9-mobile.side-toc, main article.is-9-mobile { flex: none; width: 75%; } - .column.is-offset-9-mobile, #_footer .footer-topper .is-offset-9-mobile.social, #_footer .footer-topper .is-offset-9-mobile.footer-links, main .is-offset-9-mobile.side-toc, main article.is-offset-9-mobile { + .column.is-offset-9-mobile, #_footer .footer-topper .is-offset-9-mobile.social, #_footer .footer-topper .is-offset-9-mobile.footer-links, main.is-offset-9-mobile.sticky.scroll-with-footer::before, main.is-offset-9-mobile.sticky.scroll-with-footer::after, main .is-offset-9-mobile.side-toc, main article.is-offset-9-mobile { margin-left: 75%; } - .column.is-10-mobile, #_footer .footer-topper .is-10-mobile.social, #_footer .footer-topper .is-10-mobile.footer-links, main .is-10-mobile.side-toc, main article.is-10-mobile { + .column.is-10-mobile, #_footer .footer-topper .is-10-mobile.social, #_footer .footer-topper .is-10-mobile.footer-links, main.is-10-mobile.sticky.scroll-with-footer::before, main.is-10-mobile.sticky.scroll-with-footer::after, main .is-10-mobile.side-toc, main article.is-10-mobile { flex: none; width: 83.33333%; } - .column.is-offset-10-mobile, #_footer .footer-topper .is-offset-10-mobile.social, #_footer .footer-topper .is-offset-10-mobile.footer-links, main .is-offset-10-mobile.side-toc, main article.is-offset-10-mobile { + .column.is-offset-10-mobile, #_footer .footer-topper .is-offset-10-mobile.social, #_footer .footer-topper .is-offset-10-mobile.footer-links, main.is-offset-10-mobile.sticky.scroll-with-footer::before, main.is-offset-10-mobile.sticky.scroll-with-footer::after, main .is-offset-10-mobile.side-toc, main article.is-offset-10-mobile { margin-left: 83.33333%; } - .column.is-11-mobile, #_footer .footer-topper .is-11-mobile.social, #_footer .footer-topper .is-11-mobile.footer-links, main .is-11-mobile.side-toc, main article.is-11-mobile { + .column.is-11-mobile, #_footer .footer-topper .is-11-mobile.social, #_footer .footer-topper .is-11-mobile.footer-links, main.is-11-mobile.sticky.scroll-with-footer::before, main.is-11-mobile.sticky.scroll-with-footer::after, main .is-11-mobile.side-toc, main article.is-11-mobile { flex: none; width: 91.66667%; } - .column.is-offset-11-mobile, #_footer .footer-topper .is-offset-11-mobile.social, #_footer .footer-topper .is-offset-11-mobile.footer-links, main .is-offset-11-mobile.side-toc, main article.is-offset-11-mobile { + .column.is-offset-11-mobile, #_footer .footer-topper .is-offset-11-mobile.social, #_footer .footer-topper .is-offset-11-mobile.footer-links, main.is-offset-11-mobile.sticky.scroll-with-footer::before, main.is-offset-11-mobile.sticky.scroll-with-footer::after, main .is-offset-11-mobile.side-toc, main article.is-offset-11-mobile { margin-left: 91.66667%; } - .column.is-12-mobile, #_footer .footer-topper .is-12-mobile.social, #_footer .footer-topper .is-12-mobile.footer-links, main .is-12-mobile.side-toc, main article.is-12-mobile { + .column.is-12-mobile, #_footer .footer-topper .is-12-mobile.social, #_footer .footer-topper .is-12-mobile.footer-links, main.is-12-mobile.sticky.scroll-with-footer::before, main.is-12-mobile.sticky.scroll-with-footer::after, main .is-12-mobile.side-toc, main article.is-12-mobile { flex: none; width: 100%; } - .column.is-offset-12-mobile, #_footer .footer-topper .is-offset-12-mobile.social, #_footer .footer-topper .is-offset-12-mobile.footer-links, main .is-offset-12-mobile.side-toc, main article.is-offset-12-mobile { + .column.is-offset-12-mobile, #_footer .footer-topper .is-offset-12-mobile.social, #_footer .footer-topper .is-offset-12-mobile.footer-links, main.is-offset-12-mobile.sticky.scroll-with-footer::before, main.is-offset-12-mobile.sticky.scroll-with-footer::after, main .is-offset-12-mobile.side-toc, main article.is-offset-12-mobile { margin-left: 100%; } } @media screen and (min-width: 769px), print { - .column.is-narrow, #_footer .footer-topper .is-narrow.social, #_footer .footer-topper .is-narrow.footer-links, main .is-narrow.side-toc, main article.is-narrow, .column.is-narrow-tablet, #_footer .footer-topper .is-narrow-tablet.social, #_footer .footer-topper .is-narrow-tablet.footer-links, main .is-narrow-tablet.side-toc, main article.is-narrow-tablet { + .column.is-narrow, #_footer .footer-topper .is-narrow.social, #_footer .footer-topper .is-narrow.footer-links, main.is-narrow.sticky.scroll-with-footer::before, main.is-narrow.sticky.scroll-with-footer::after, main .is-narrow.side-toc, main article.is-narrow, .column.is-narrow-tablet, #_footer .footer-topper .is-narrow-tablet.social, #_footer .footer-topper .is-narrow-tablet.footer-links, main.is-narrow-tablet.sticky.scroll-with-footer::before, main.is-narrow-tablet.sticky.scroll-with-footer::after, main .is-narrow-tablet.side-toc, main article.is-narrow-tablet { flex: none; width: unset; } - .column.is-full, #_footer .footer-topper .is-full.social, #_footer .footer-topper .is-full.footer-links, main .is-full.side-toc, main article.is-full, .column.is-full-tablet, #_footer .footer-topper .is-full-tablet.social, #_footer .footer-topper .is-full-tablet.footer-links, main .is-full-tablet.side-toc, main article.is-full-tablet { + .column.is-full, #_footer .footer-topper .is-full.social, #_footer .footer-topper .is-full.footer-links, main.is-full.sticky.scroll-with-footer::before, main.is-full.sticky.scroll-with-footer::after, main .is-full.side-toc, main article.is-full, .column.is-full-tablet, #_footer .footer-topper .is-full-tablet.social, #_footer .footer-topper .is-full-tablet.footer-links, main.is-full-tablet.sticky.scroll-with-footer::before, main.is-full-tablet.sticky.scroll-with-footer::after, main .is-full-tablet.side-toc, main article.is-full-tablet { flex: none; width: 100%; } - .column.is-three-quarters, #_footer .footer-topper .is-three-quarters.social, #_footer .footer-topper .is-three-quarters.footer-links, main .is-three-quarters.side-toc, main article.is-three-quarters, .column.is-three-quarters-tablet, #_footer .footer-topper .is-three-quarters-tablet.social, #_footer .footer-topper .is-three-quarters-tablet.footer-links, main .is-three-quarters-tablet.side-toc, main article.is-three-quarters-tablet { + .column.is-three-quarters, #_footer .footer-topper .is-three-quarters.social, #_footer .footer-topper .is-three-quarters.footer-links, main.is-three-quarters.sticky.scroll-with-footer::before, main.is-three-quarters.sticky.scroll-with-footer::after, main .is-three-quarters.side-toc, main article.is-three-quarters, .column.is-three-quarters-tablet, #_footer .footer-topper .is-three-quarters-tablet.social, #_footer .footer-topper .is-three-quarters-tablet.footer-links, main.is-three-quarters-tablet.sticky.scroll-with-footer::before, main.is-three-quarters-tablet.sticky.scroll-with-footer::after, main .is-three-quarters-tablet.side-toc, main article.is-three-quarters-tablet { flex: none; width: 75%; } - .column.is-two-thirds, #_footer .footer-topper .is-two-thirds.social, #_footer .footer-topper .is-two-thirds.footer-links, main .is-two-thirds.side-toc, main article.is-two-thirds, .column.is-two-thirds-tablet, #_footer .footer-topper .is-two-thirds-tablet.social, #_footer .footer-topper .is-two-thirds-tablet.footer-links, main .is-two-thirds-tablet.side-toc, main article.is-two-thirds-tablet { + .column.is-two-thirds, #_footer .footer-topper .is-two-thirds.social, #_footer .footer-topper .is-two-thirds.footer-links, main.is-two-thirds.sticky.scroll-with-footer::before, main.is-two-thirds.sticky.scroll-with-footer::after, main .is-two-thirds.side-toc, main article.is-two-thirds, .column.is-two-thirds-tablet, #_footer .footer-topper .is-two-thirds-tablet.social, #_footer .footer-topper .is-two-thirds-tablet.footer-links, main.is-two-thirds-tablet.sticky.scroll-with-footer::before, main.is-two-thirds-tablet.sticky.scroll-with-footer::after, main .is-two-thirds-tablet.side-toc, main article.is-two-thirds-tablet { flex: none; width: 66.6666%; } - .column.is-half, #_footer .footer-topper .is-half.social, #_footer .footer-topper .is-half.footer-links, main .is-half.side-toc, main article.is-half, .column.is-half-tablet, #_footer .footer-topper .is-half-tablet.social, #_footer .footer-topper .is-half-tablet.footer-links, main .is-half-tablet.side-toc, main article.is-half-tablet { + .column.is-half, #_footer .footer-topper .is-half.social, #_footer .footer-topper .is-half.footer-links, main.is-half.sticky.scroll-with-footer::before, main.is-half.sticky.scroll-with-footer::after, main .is-half.side-toc, main article.is-half, .column.is-half-tablet, #_footer .footer-topper .is-half-tablet.social, #_footer .footer-topper .is-half-tablet.footer-links, main.is-half-tablet.sticky.scroll-with-footer::before, main.is-half-tablet.sticky.scroll-with-footer::after, main .is-half-tablet.side-toc, main article.is-half-tablet { flex: none; width: 50%; } - .column.is-one-third, #_footer .footer-topper .is-one-third.social, #_footer .footer-topper .is-one-third.footer-links, main .is-one-third.side-toc, main article.is-one-third, .column.is-one-third-tablet, #_footer .footer-topper .is-one-third-tablet.social, #_footer .footer-topper .is-one-third-tablet.footer-links, main .is-one-third-tablet.side-toc, main article.is-one-third-tablet { + .column.is-one-third, #_footer .footer-topper .is-one-third.social, #_footer .footer-topper .is-one-third.footer-links, main.is-one-third.sticky.scroll-with-footer::before, main.is-one-third.sticky.scroll-with-footer::after, main .is-one-third.side-toc, main article.is-one-third, .column.is-one-third-tablet, #_footer .footer-topper .is-one-third-tablet.social, #_footer .footer-topper .is-one-third-tablet.footer-links, main.is-one-third-tablet.sticky.scroll-with-footer::before, main.is-one-third-tablet.sticky.scroll-with-footer::after, main .is-one-third-tablet.side-toc, main article.is-one-third-tablet { flex: none; width: 33.3333%; } - .column.is-one-quarter, #_footer .footer-topper .is-one-quarter.social, #_footer .footer-topper .is-one-quarter.footer-links, main .is-one-quarter.side-toc, main article.is-one-quarter, .column.is-one-quarter-tablet, #_footer .footer-topper .is-one-quarter-tablet.social, #_footer .footer-topper .is-one-quarter-tablet.footer-links, main .is-one-quarter-tablet.side-toc, main article.is-one-quarter-tablet { + .column.is-one-quarter, #_footer .footer-topper .is-one-quarter.social, #_footer .footer-topper .is-one-quarter.footer-links, main.is-one-quarter.sticky.scroll-with-footer::before, main.is-one-quarter.sticky.scroll-with-footer::after, main .is-one-quarter.side-toc, main article.is-one-quarter, .column.is-one-quarter-tablet, #_footer .footer-topper .is-one-quarter-tablet.social, #_footer .footer-topper .is-one-quarter-tablet.footer-links, main.is-one-quarter-tablet.sticky.scroll-with-footer::before, main.is-one-quarter-tablet.sticky.scroll-with-footer::after, main .is-one-quarter-tablet.side-toc, main article.is-one-quarter-tablet { flex: none; width: 25%; } - .column.is-one-fifth, #_footer .footer-topper .is-one-fifth.social, #_footer .footer-topper .is-one-fifth.footer-links, main .is-one-fifth.side-toc, main article.is-one-fifth, .column.is-one-fifth-tablet, #_footer .footer-topper .is-one-fifth-tablet.social, #_footer .footer-topper .is-one-fifth-tablet.footer-links, main .is-one-fifth-tablet.side-toc, main article.is-one-fifth-tablet { + .column.is-one-fifth, #_footer .footer-topper .is-one-fifth.social, #_footer .footer-topper .is-one-fifth.footer-links, main.is-one-fifth.sticky.scroll-with-footer::before, main.is-one-fifth.sticky.scroll-with-footer::after, main .is-one-fifth.side-toc, main article.is-one-fifth, .column.is-one-fifth-tablet, #_footer .footer-topper .is-one-fifth-tablet.social, #_footer .footer-topper .is-one-fifth-tablet.footer-links, main.is-one-fifth-tablet.sticky.scroll-with-footer::before, main.is-one-fifth-tablet.sticky.scroll-with-footer::after, main .is-one-fifth-tablet.side-toc, main article.is-one-fifth-tablet { flex: none; width: 20%; } - .column.is-two-fifths, #_footer .footer-topper .is-two-fifths.social, #_footer .footer-topper .is-two-fifths.footer-links, main .is-two-fifths.side-toc, main article.is-two-fifths, .column.is-two-fifths-tablet, #_footer .footer-topper .is-two-fifths-tablet.social, #_footer .footer-topper .is-two-fifths-tablet.footer-links, main .is-two-fifths-tablet.side-toc, main article.is-two-fifths-tablet { + .column.is-two-fifths, #_footer .footer-topper .is-two-fifths.social, #_footer .footer-topper .is-two-fifths.footer-links, main.is-two-fifths.sticky.scroll-with-footer::before, main.is-two-fifths.sticky.scroll-with-footer::after, main .is-two-fifths.side-toc, main article.is-two-fifths, .column.is-two-fifths-tablet, #_footer .footer-topper .is-two-fifths-tablet.social, #_footer .footer-topper .is-two-fifths-tablet.footer-links, main.is-two-fifths-tablet.sticky.scroll-with-footer::before, main.is-two-fifths-tablet.sticky.scroll-with-footer::after, main .is-two-fifths-tablet.side-toc, main article.is-two-fifths-tablet { flex: none; width: 40%; } - .column.is-three-fifths, #_footer .footer-topper .is-three-fifths.social, #_footer .footer-topper .is-three-fifths.footer-links, main .is-three-fifths.side-toc, main article.is-three-fifths, .column.is-three-fifths-tablet, #_footer .footer-topper .is-three-fifths-tablet.social, #_footer .footer-topper .is-three-fifths-tablet.footer-links, main .is-three-fifths-tablet.side-toc, main article.is-three-fifths-tablet { + .column.is-three-fifths, #_footer .footer-topper .is-three-fifths.social, #_footer .footer-topper .is-three-fifths.footer-links, main.is-three-fifths.sticky.scroll-with-footer::before, main.is-three-fifths.sticky.scroll-with-footer::after, main .is-three-fifths.side-toc, main article.is-three-fifths, .column.is-three-fifths-tablet, #_footer .footer-topper .is-three-fifths-tablet.social, #_footer .footer-topper .is-three-fifths-tablet.footer-links, main.is-three-fifths-tablet.sticky.scroll-with-footer::before, main.is-three-fifths-tablet.sticky.scroll-with-footer::after, main .is-three-fifths-tablet.side-toc, main article.is-three-fifths-tablet { flex: none; width: 60%; } - .column.is-four-fifths, #_footer .footer-topper .is-four-fifths.social, #_footer .footer-topper .is-four-fifths.footer-links, main .is-four-fifths.side-toc, main article.is-four-fifths, .column.is-four-fifths-tablet, #_footer .footer-topper .is-four-fifths-tablet.social, #_footer .footer-topper .is-four-fifths-tablet.footer-links, main .is-four-fifths-tablet.side-toc, main article.is-four-fifths-tablet { + .column.is-four-fifths, #_footer .footer-topper .is-four-fifths.social, #_footer .footer-topper .is-four-fifths.footer-links, main.is-four-fifths.sticky.scroll-with-footer::before, main.is-four-fifths.sticky.scroll-with-footer::after, main .is-four-fifths.side-toc, main article.is-four-fifths, .column.is-four-fifths-tablet, #_footer .footer-topper .is-four-fifths-tablet.social, #_footer .footer-topper .is-four-fifths-tablet.footer-links, main.is-four-fifths-tablet.sticky.scroll-with-footer::before, main.is-four-fifths-tablet.sticky.scroll-with-footer::after, main .is-four-fifths-tablet.side-toc, main article.is-four-fifths-tablet { flex: none; width: 80%; } - .column.is-offset-three-quarters, #_footer .footer-topper .is-offset-three-quarters.social, #_footer .footer-topper .is-offset-three-quarters.footer-links, main .is-offset-three-quarters.side-toc, main article.is-offset-three-quarters, .column.is-offset-three-quarters-tablet, #_footer .footer-topper .is-offset-three-quarters-tablet.social, #_footer .footer-topper .is-offset-three-quarters-tablet.footer-links, main .is-offset-three-quarters-tablet.side-toc, main article.is-offset-three-quarters-tablet { + .column.is-offset-three-quarters, #_footer .footer-topper .is-offset-three-quarters.social, #_footer .footer-topper .is-offset-three-quarters.footer-links, main.is-offset-three-quarters.sticky.scroll-with-footer::before, main.is-offset-three-quarters.sticky.scroll-with-footer::after, main .is-offset-three-quarters.side-toc, main article.is-offset-three-quarters, .column.is-offset-three-quarters-tablet, #_footer .footer-topper .is-offset-three-quarters-tablet.social, #_footer .footer-topper .is-offset-three-quarters-tablet.footer-links, main.is-offset-three-quarters-tablet.sticky.scroll-with-footer::before, main.is-offset-three-quarters-tablet.sticky.scroll-with-footer::after, main .is-offset-three-quarters-tablet.side-toc, main article.is-offset-three-quarters-tablet { margin-left: 75%; } - .column.is-offset-two-thirds, #_footer .footer-topper .is-offset-two-thirds.social, #_footer .footer-topper .is-offset-two-thirds.footer-links, main .is-offset-two-thirds.side-toc, main article.is-offset-two-thirds, .column.is-offset-two-thirds-tablet, #_footer .footer-topper .is-offset-two-thirds-tablet.social, #_footer .footer-topper .is-offset-two-thirds-tablet.footer-links, main .is-offset-two-thirds-tablet.side-toc, main article.is-offset-two-thirds-tablet { + .column.is-offset-two-thirds, #_footer .footer-topper .is-offset-two-thirds.social, #_footer .footer-topper .is-offset-two-thirds.footer-links, main.is-offset-two-thirds.sticky.scroll-with-footer::before, main.is-offset-two-thirds.sticky.scroll-with-footer::after, main .is-offset-two-thirds.side-toc, main article.is-offset-two-thirds, .column.is-offset-two-thirds-tablet, #_footer .footer-topper .is-offset-two-thirds-tablet.social, #_footer .footer-topper .is-offset-two-thirds-tablet.footer-links, main.is-offset-two-thirds-tablet.sticky.scroll-with-footer::before, main.is-offset-two-thirds-tablet.sticky.scroll-with-footer::after, main .is-offset-two-thirds-tablet.side-toc, main article.is-offset-two-thirds-tablet { margin-left: 66.6666%; } - .column.is-offset-half, #_footer .footer-topper .is-offset-half.social, #_footer .footer-topper .is-offset-half.footer-links, main .is-offset-half.side-toc, main article.is-offset-half, .column.is-offset-half-tablet, #_footer .footer-topper .is-offset-half-tablet.social, #_footer .footer-topper .is-offset-half-tablet.footer-links, main .is-offset-half-tablet.side-toc, main article.is-offset-half-tablet { + .column.is-offset-half, #_footer .footer-topper .is-offset-half.social, #_footer .footer-topper .is-offset-half.footer-links, main.is-offset-half.sticky.scroll-with-footer::before, main.is-offset-half.sticky.scroll-with-footer::after, main .is-offset-half.side-toc, main article.is-offset-half, .column.is-offset-half-tablet, #_footer .footer-topper .is-offset-half-tablet.social, #_footer .footer-topper .is-offset-half-tablet.footer-links, main.is-offset-half-tablet.sticky.scroll-with-footer::before, main.is-offset-half-tablet.sticky.scroll-with-footer::after, main .is-offset-half-tablet.side-toc, main article.is-offset-half-tablet { margin-left: 50%; } - .column.is-offset-one-third, #_footer .footer-topper .is-offset-one-third.social, #_footer .footer-topper .is-offset-one-third.footer-links, main .is-offset-one-third.side-toc, main article.is-offset-one-third, .column.is-offset-one-third-tablet, #_footer .footer-topper .is-offset-one-third-tablet.social, #_footer .footer-topper .is-offset-one-third-tablet.footer-links, main .is-offset-one-third-tablet.side-toc, main article.is-offset-one-third-tablet { + .column.is-offset-one-third, #_footer .footer-topper .is-offset-one-third.social, #_footer .footer-topper .is-offset-one-third.footer-links, main.is-offset-one-third.sticky.scroll-with-footer::before, main.is-offset-one-third.sticky.scroll-with-footer::after, main .is-offset-one-third.side-toc, main article.is-offset-one-third, .column.is-offset-one-third-tablet, #_footer .footer-topper .is-offset-one-third-tablet.social, #_footer .footer-topper .is-offset-one-third-tablet.footer-links, main.is-offset-one-third-tablet.sticky.scroll-with-footer::before, main.is-offset-one-third-tablet.sticky.scroll-with-footer::after, main .is-offset-one-third-tablet.side-toc, main article.is-offset-one-third-tablet { margin-left: 33.3333%; } - .column.is-offset-one-quarter, #_footer .footer-topper .is-offset-one-quarter.social, #_footer .footer-topper .is-offset-one-quarter.footer-links, main .is-offset-one-quarter.side-toc, main article.is-offset-one-quarter, .column.is-offset-one-quarter-tablet, #_footer .footer-topper .is-offset-one-quarter-tablet.social, #_footer .footer-topper .is-offset-one-quarter-tablet.footer-links, main .is-offset-one-quarter-tablet.side-toc, main article.is-offset-one-quarter-tablet { + .column.is-offset-one-quarter, #_footer .footer-topper .is-offset-one-quarter.social, #_footer .footer-topper .is-offset-one-quarter.footer-links, main.is-offset-one-quarter.sticky.scroll-with-footer::before, main.is-offset-one-quarter.sticky.scroll-with-footer::after, main .is-offset-one-quarter.side-toc, main article.is-offset-one-quarter, .column.is-offset-one-quarter-tablet, #_footer .footer-topper .is-offset-one-quarter-tablet.social, #_footer .footer-topper .is-offset-one-quarter-tablet.footer-links, main.is-offset-one-quarter-tablet.sticky.scroll-with-footer::before, main.is-offset-one-quarter-tablet.sticky.scroll-with-footer::after, main .is-offset-one-quarter-tablet.side-toc, main article.is-offset-one-quarter-tablet { margin-left: 25%; } - .column.is-offset-one-fifth, #_footer .footer-topper .is-offset-one-fifth.social, #_footer .footer-topper .is-offset-one-fifth.footer-links, main .is-offset-one-fifth.side-toc, main article.is-offset-one-fifth, .column.is-offset-one-fifth-tablet, #_footer .footer-topper .is-offset-one-fifth-tablet.social, #_footer .footer-topper .is-offset-one-fifth-tablet.footer-links, main .is-offset-one-fifth-tablet.side-toc, main article.is-offset-one-fifth-tablet { + .column.is-offset-one-fifth, #_footer .footer-topper .is-offset-one-fifth.social, #_footer .footer-topper .is-offset-one-fifth.footer-links, main.is-offset-one-fifth.sticky.scroll-with-footer::before, main.is-offset-one-fifth.sticky.scroll-with-footer::after, main .is-offset-one-fifth.side-toc, main article.is-offset-one-fifth, .column.is-offset-one-fifth-tablet, #_footer .footer-topper .is-offset-one-fifth-tablet.social, #_footer .footer-topper .is-offset-one-fifth-tablet.footer-links, main.is-offset-one-fifth-tablet.sticky.scroll-with-footer::before, main.is-offset-one-fifth-tablet.sticky.scroll-with-footer::after, main .is-offset-one-fifth-tablet.side-toc, main article.is-offset-one-fifth-tablet { margin-left: 20%; } - .column.is-offset-two-fifths, #_footer .footer-topper .is-offset-two-fifths.social, #_footer .footer-topper .is-offset-two-fifths.footer-links, main .is-offset-two-fifths.side-toc, main article.is-offset-two-fifths, .column.is-offset-two-fifths-tablet, #_footer .footer-topper .is-offset-two-fifths-tablet.social, #_footer .footer-topper .is-offset-two-fifths-tablet.footer-links, main .is-offset-two-fifths-tablet.side-toc, main article.is-offset-two-fifths-tablet { + .column.is-offset-two-fifths, #_footer .footer-topper .is-offset-two-fifths.social, #_footer .footer-topper .is-offset-two-fifths.footer-links, main.is-offset-two-fifths.sticky.scroll-with-footer::before, main.is-offset-two-fifths.sticky.scroll-with-footer::after, main .is-offset-two-fifths.side-toc, main article.is-offset-two-fifths, .column.is-offset-two-fifths-tablet, #_footer .footer-topper .is-offset-two-fifths-tablet.social, #_footer .footer-topper .is-offset-two-fifths-tablet.footer-links, main.is-offset-two-fifths-tablet.sticky.scroll-with-footer::before, main.is-offset-two-fifths-tablet.sticky.scroll-with-footer::after, main .is-offset-two-fifths-tablet.side-toc, main article.is-offset-two-fifths-tablet { margin-left: 40%; } - .column.is-offset-three-fifths, #_footer .footer-topper .is-offset-three-fifths.social, #_footer .footer-topper .is-offset-three-fifths.footer-links, main .is-offset-three-fifths.side-toc, main article.is-offset-three-fifths, .column.is-offset-three-fifths-tablet, #_footer .footer-topper .is-offset-three-fifths-tablet.social, #_footer .footer-topper .is-offset-three-fifths-tablet.footer-links, main .is-offset-three-fifths-tablet.side-toc, main article.is-offset-three-fifths-tablet { + .column.is-offset-three-fifths, #_footer .footer-topper .is-offset-three-fifths.social, #_footer .footer-topper .is-offset-three-fifths.footer-links, main.is-offset-three-fifths.sticky.scroll-with-footer::before, main.is-offset-three-fifths.sticky.scroll-with-footer::after, main .is-offset-three-fifths.side-toc, main article.is-offset-three-fifths, .column.is-offset-three-fifths-tablet, #_footer .footer-topper .is-offset-three-fifths-tablet.social, #_footer .footer-topper .is-offset-three-fifths-tablet.footer-links, main.is-offset-three-fifths-tablet.sticky.scroll-with-footer::before, main.is-offset-three-fifths-tablet.sticky.scroll-with-footer::after, main .is-offset-three-fifths-tablet.side-toc, main article.is-offset-three-fifths-tablet { margin-left: 60%; } - .column.is-offset-four-fifths, #_footer .footer-topper .is-offset-four-fifths.social, #_footer .footer-topper .is-offset-four-fifths.footer-links, main .is-offset-four-fifths.side-toc, main article.is-offset-four-fifths, .column.is-offset-four-fifths-tablet, #_footer .footer-topper .is-offset-four-fifths-tablet.social, #_footer .footer-topper .is-offset-four-fifths-tablet.footer-links, main .is-offset-four-fifths-tablet.side-toc, main article.is-offset-four-fifths-tablet { + .column.is-offset-four-fifths, #_footer .footer-topper .is-offset-four-fifths.social, #_footer .footer-topper .is-offset-four-fifths.footer-links, main.is-offset-four-fifths.sticky.scroll-with-footer::before, main.is-offset-four-fifths.sticky.scroll-with-footer::after, main .is-offset-four-fifths.side-toc, main article.is-offset-four-fifths, .column.is-offset-four-fifths-tablet, #_footer .footer-topper .is-offset-four-fifths-tablet.social, #_footer .footer-topper .is-offset-four-fifths-tablet.footer-links, main.is-offset-four-fifths-tablet.sticky.scroll-with-footer::before, main.is-offset-four-fifths-tablet.sticky.scroll-with-footer::after, main .is-offset-four-fifths-tablet.side-toc, main article.is-offset-four-fifths-tablet { margin-left: 80%; } - .column.is-0, #_footer .footer-topper .is-0.social, #_footer .footer-topper .is-0.footer-links, main .is-0.side-toc, main article.is-0, .column.is-0-tablet, #_footer .footer-topper .is-0-tablet.social, #_footer .footer-topper .is-0-tablet.footer-links, main .is-0-tablet.side-toc, main article.is-0-tablet { + .column.is-0, #_footer .footer-topper .is-0.social, #_footer .footer-topper .is-0.footer-links, main.is-0.sticky.scroll-with-footer::before, main.is-0.sticky.scroll-with-footer::after, main .is-0.side-toc, main article.is-0, .column.is-0-tablet, #_footer .footer-topper .is-0-tablet.social, #_footer .footer-topper .is-0-tablet.footer-links, main.is-0-tablet.sticky.scroll-with-footer::before, main.is-0-tablet.sticky.scroll-with-footer::after, main .is-0-tablet.side-toc, main article.is-0-tablet { flex: none; width: 0%; } - .column.is-offset-0, #_footer .footer-topper .is-offset-0.social, #_footer .footer-topper .is-offset-0.footer-links, main .is-offset-0.side-toc, main article.is-offset-0, .column.is-offset-0-tablet, #_footer .footer-topper .is-offset-0-tablet.social, #_footer .footer-topper .is-offset-0-tablet.footer-links, main .is-offset-0-tablet.side-toc, main article.is-offset-0-tablet { + .column.is-offset-0, #_footer .footer-topper .is-offset-0.social, #_footer .footer-topper .is-offset-0.footer-links, main.is-offset-0.sticky.scroll-with-footer::before, main.is-offset-0.sticky.scroll-with-footer::after, main .is-offset-0.side-toc, main article.is-offset-0, .column.is-offset-0-tablet, #_footer .footer-topper .is-offset-0-tablet.social, #_footer .footer-topper .is-offset-0-tablet.footer-links, main.is-offset-0-tablet.sticky.scroll-with-footer::before, main.is-offset-0-tablet.sticky.scroll-with-footer::after, main .is-offset-0-tablet.side-toc, main article.is-offset-0-tablet { margin-left: 0%; } - .column.is-1, #_footer .footer-topper .is-1.social, #_footer .footer-topper .is-1.footer-links, main .is-1.side-toc, main article.is-1, .column.is-1-tablet, #_footer .footer-topper .is-1-tablet.social, #_footer .footer-topper .is-1-tablet.footer-links, main .is-1-tablet.side-toc, main article.is-1-tablet { + .column.is-1, #_footer .footer-topper .is-1.social, #_footer .footer-topper .is-1.footer-links, main.is-1.sticky.scroll-with-footer::before, main.is-1.sticky.scroll-with-footer::after, main .is-1.side-toc, main article.is-1, .column.is-1-tablet, #_footer .footer-topper .is-1-tablet.social, #_footer .footer-topper .is-1-tablet.footer-links, main.is-1-tablet.sticky.scroll-with-footer::before, main.is-1-tablet.sticky.scroll-with-footer::after, main .is-1-tablet.side-toc, main article.is-1-tablet { flex: none; width: 8.33333%; } - .column.is-offset-1, #_footer .footer-topper .is-offset-1.social, #_footer .footer-topper .is-offset-1.footer-links, main .is-offset-1.side-toc, main article.is-offset-1, .column.is-offset-1-tablet, #_footer .footer-topper .is-offset-1-tablet.social, #_footer .footer-topper .is-offset-1-tablet.footer-links, main .is-offset-1-tablet.side-toc, main article.is-offset-1-tablet { + .column.is-offset-1, #_footer .footer-topper .is-offset-1.social, #_footer .footer-topper .is-offset-1.footer-links, main.is-offset-1.sticky.scroll-with-footer::before, main.is-offset-1.sticky.scroll-with-footer::after, main .is-offset-1.side-toc, main article.is-offset-1, .column.is-offset-1-tablet, #_footer .footer-topper .is-offset-1-tablet.social, #_footer .footer-topper .is-offset-1-tablet.footer-links, main.is-offset-1-tablet.sticky.scroll-with-footer::before, main.is-offset-1-tablet.sticky.scroll-with-footer::after, main .is-offset-1-tablet.side-toc, main article.is-offset-1-tablet { margin-left: 8.33333%; } - .column.is-2, #_footer .footer-topper .social, #_footer .footer-topper .is-2.footer-links, main .side-toc, main article.is-2, .column.is-2-tablet, #_footer .footer-topper .is-2-tablet.footer-links, main article.is-2-tablet { + .column.is-2, #_footer .footer-topper .social, #_footer .footer-topper .is-2.footer-links, main.column.sticky.scroll-with-footer::before, #_footer .footer-topper main.sticky.scroll-with-footer.social::before, #_footer .footer-topper main.sticky.scroll-with-footer.footer-links::before, main.column.sticky.scroll-with-footer::after, #_footer .footer-topper main.sticky.scroll-with-footer.social::after, #_footer .footer-topper main.sticky.scroll-with-footer.footer-links::after, main.is-2.sticky.scroll-with-footer::before, main.is-2.sticky.scroll-with-footer::after, main .side-toc, main article.is-2, .column.is-2-tablet, #_footer .footer-topper .is-2-tablet.footer-links, main.is-2-tablet.sticky.scroll-with-footer::before, main.is-2-tablet.sticky.scroll-with-footer::after, main article.is-2-tablet { flex: none; width: 16.66667%; } - .column.is-offset-2, #_footer .footer-topper .is-offset-2.social, #_footer .footer-topper .is-offset-2.footer-links, main .is-offset-2.side-toc, main article.is-offset-2, .column.is-offset-2-tablet, #_footer .footer-topper .is-offset-2-tablet.social, #_footer .footer-topper .is-offset-2-tablet.footer-links, main .is-offset-2-tablet.side-toc, main article.is-offset-2-tablet { + .column.is-offset-2, #_footer .footer-topper .is-offset-2.social, #_footer .footer-topper .is-offset-2.footer-links, main.is-offset-2.sticky.scroll-with-footer::before, main.is-offset-2.sticky.scroll-with-footer::after, main .is-offset-2.side-toc, main article.is-offset-2, .column.is-offset-2-tablet, #_footer .footer-topper .is-offset-2-tablet.social, #_footer .footer-topper .is-offset-2-tablet.footer-links, main.is-offset-2-tablet.sticky.scroll-with-footer::before, main.is-offset-2-tablet.sticky.scroll-with-footer::after, main .is-offset-2-tablet.side-toc, main article.is-offset-2-tablet { margin-left: 16.66667%; } - .column.is-3, #_footer .footer-topper .is-3.social, #_footer .footer-topper .is-3.footer-links, main .is-3.side-toc, main article.is-3, .column.is-3-tablet, #_footer .footer-topper .is-3-tablet.social, #_footer .footer-topper .is-3-tablet.footer-links, main .is-3-tablet.side-toc, main article.is-3-tablet { + .column.is-3, #_footer .footer-topper .is-3.social, #_footer .footer-topper .is-3.footer-links, main.is-3.sticky.scroll-with-footer::before, main.is-3.sticky.scroll-with-footer::after, main .is-3.side-toc, main article.is-3, .column.is-3-tablet, #_footer .footer-topper .is-3-tablet.social, #_footer .footer-topper .is-3-tablet.footer-links, main.is-3-tablet.sticky.scroll-with-footer::before, main.is-3-tablet.sticky.scroll-with-footer::after, main .is-3-tablet.side-toc, main article.is-3-tablet { flex: none; width: 25%; } - .column.is-offset-3, #_footer .footer-topper .is-offset-3.social, #_footer .footer-topper .is-offset-3.footer-links, main .is-offset-3.side-toc, main article.is-offset-3, .column.is-offset-3-tablet, #_footer .footer-topper .is-offset-3-tablet.social, #_footer .footer-topper .is-offset-3-tablet.footer-links, main .is-offset-3-tablet.side-toc, main article.is-offset-3-tablet { + .column.is-offset-3, #_footer .footer-topper .is-offset-3.social, #_footer .footer-topper .is-offset-3.footer-links, main.is-offset-3.sticky.scroll-with-footer::before, main.is-offset-3.sticky.scroll-with-footer::after, main .is-offset-3.side-toc, main article.is-offset-3, .column.is-offset-3-tablet, #_footer .footer-topper .is-offset-3-tablet.social, #_footer .footer-topper .is-offset-3-tablet.footer-links, main.is-offset-3-tablet.sticky.scroll-with-footer::before, main.is-offset-3-tablet.sticky.scroll-with-footer::after, main .is-offset-3-tablet.side-toc, main article.is-offset-3-tablet { margin-left: 25%; } - .column.is-4, #_footer .footer-topper .is-4.social, #_footer .footer-topper .is-4.footer-links, main .is-4.side-toc, main article.is-4, .column.is-4-tablet, #_footer .footer-topper .is-4-tablet.social, #_footer .footer-topper .is-4-tablet.footer-links, main .is-4-tablet.side-toc, main article.is-4-tablet { + .column.is-4, #_footer .footer-topper .is-4.social, #_footer .footer-topper .is-4.footer-links, main.is-4.sticky.scroll-with-footer::before, main.is-4.sticky.scroll-with-footer::after, main .is-4.side-toc, main article.is-4, .column.is-4-tablet, #_footer .footer-topper .is-4-tablet.social, #_footer .footer-topper .is-4-tablet.footer-links, main.is-4-tablet.sticky.scroll-with-footer::before, main.is-4-tablet.sticky.scroll-with-footer::after, main .is-4-tablet.side-toc, main article.is-4-tablet { flex: none; width: 33.33333%; } - .column.is-offset-4, #_footer .footer-topper .is-offset-4.social, #_footer .footer-topper .is-offset-4.footer-links, main .is-offset-4.side-toc, main article.is-offset-4, .column.is-offset-4-tablet, #_footer .footer-topper .is-offset-4-tablet.social, #_footer .footer-topper .is-offset-4-tablet.footer-links, main .is-offset-4-tablet.side-toc, main article.is-offset-4-tablet { + .column.is-offset-4, #_footer .footer-topper .is-offset-4.social, #_footer .footer-topper .is-offset-4.footer-links, main.is-offset-4.sticky.scroll-with-footer::before, main.is-offset-4.sticky.scroll-with-footer::after, main .is-offset-4.side-toc, main article.is-offset-4, .column.is-offset-4-tablet, #_footer .footer-topper .is-offset-4-tablet.social, #_footer .footer-topper .is-offset-4-tablet.footer-links, main.is-offset-4-tablet.sticky.scroll-with-footer::before, main.is-offset-4-tablet.sticky.scroll-with-footer::after, main .is-offset-4-tablet.side-toc, main article.is-offset-4-tablet { margin-left: 33.33333%; } - .column.is-5, #_footer .footer-topper .is-5.social, #_footer .footer-topper .is-5.footer-links, main .is-5.side-toc, main article.is-5, .column.is-5-tablet, #_footer .footer-topper .is-5-tablet.social, #_footer .footer-topper .is-5-tablet.footer-links, main .is-5-tablet.side-toc, main article.is-5-tablet { + .column.is-5, #_footer .footer-topper .is-5.social, #_footer .footer-topper .is-5.footer-links, main.is-5.sticky.scroll-with-footer::before, main.is-5.sticky.scroll-with-footer::after, main .is-5.side-toc, main article.is-5, .column.is-5-tablet, #_footer .footer-topper .is-5-tablet.social, #_footer .footer-topper .is-5-tablet.footer-links, main.is-5-tablet.sticky.scroll-with-footer::before, main.is-5-tablet.sticky.scroll-with-footer::after, main .is-5-tablet.side-toc, main article.is-5-tablet { flex: none; width: 41.66667%; } - .column.is-offset-5, #_footer .footer-topper .is-offset-5.social, #_footer .footer-topper .is-offset-5.footer-links, main .is-offset-5.side-toc, main article.is-offset-5, .column.is-offset-5-tablet, #_footer .footer-topper .is-offset-5-tablet.social, #_footer .footer-topper .is-offset-5-tablet.footer-links, main .is-offset-5-tablet.side-toc, main article.is-offset-5-tablet { + .column.is-offset-5, #_footer .footer-topper .is-offset-5.social, #_footer .footer-topper .is-offset-5.footer-links, main.is-offset-5.sticky.scroll-with-footer::before, main.is-offset-5.sticky.scroll-with-footer::after, main .is-offset-5.side-toc, main article.is-offset-5, .column.is-offset-5-tablet, #_footer .footer-topper .is-offset-5-tablet.social, #_footer .footer-topper .is-offset-5-tablet.footer-links, main.is-offset-5-tablet.sticky.scroll-with-footer::before, main.is-offset-5-tablet.sticky.scroll-with-footer::after, main .is-offset-5-tablet.side-toc, main article.is-offset-5-tablet { margin-left: 41.66667%; } - .column.is-6, #_footer .footer-topper .is-6.social, #_footer .footer-topper .is-6.footer-links, main .is-6.side-toc, main article.is-6, .column.is-6-tablet, #_footer .footer-topper .is-6-tablet.social, #_footer .footer-topper .is-6-tablet.footer-links, main .is-6-tablet.side-toc, main article.is-6-tablet { + .column.is-6, #_footer .footer-topper .is-6.social, #_footer .footer-topper .is-6.footer-links, main.is-6.sticky.scroll-with-footer::before, main.is-6.sticky.scroll-with-footer::after, main .is-6.side-toc, main article.is-6, .column.is-6-tablet, #_footer .footer-topper .is-6-tablet.social, #_footer .footer-topper .is-6-tablet.footer-links, main.is-6-tablet.sticky.scroll-with-footer::before, main.is-6-tablet.sticky.scroll-with-footer::after, main .is-6-tablet.side-toc, main article.is-6-tablet { flex: none; width: 50%; } - .column.is-offset-6, #_footer .footer-topper .is-offset-6.social, #_footer .footer-topper .is-offset-6.footer-links, main .is-offset-6.side-toc, main article.is-offset-6, .column.is-offset-6-tablet, #_footer .footer-topper .is-offset-6-tablet.social, #_footer .footer-topper .is-offset-6-tablet.footer-links, main .is-offset-6-tablet.side-toc, main article.is-offset-6-tablet { + .column.is-offset-6, #_footer .footer-topper .is-offset-6.social, #_footer .footer-topper .is-offset-6.footer-links, main.is-offset-6.sticky.scroll-with-footer::before, main.is-offset-6.sticky.scroll-with-footer::after, main .is-offset-6.side-toc, main article.is-offset-6, .column.is-offset-6-tablet, #_footer .footer-topper .is-offset-6-tablet.social, #_footer .footer-topper .is-offset-6-tablet.footer-links, main.is-offset-6-tablet.sticky.scroll-with-footer::before, main.is-offset-6-tablet.sticky.scroll-with-footer::after, main .is-offset-6-tablet.side-toc, main article.is-offset-6-tablet { margin-left: 50%; } - .column.is-7, #_footer .footer-topper .is-7.social, #_footer .footer-topper .is-7.footer-links, main .is-7.side-toc, main article.is-7, .column.is-7-tablet, #_footer .footer-topper .is-7-tablet.social, #_footer .footer-topper .is-7-tablet.footer-links, main .is-7-tablet.side-toc, main article.is-7-tablet { + .column.is-7, #_footer .footer-topper .is-7.social, #_footer .footer-topper .is-7.footer-links, main.is-7.sticky.scroll-with-footer::before, main.is-7.sticky.scroll-with-footer::after, main .is-7.side-toc, main article.is-7, .column.is-7-tablet, #_footer .footer-topper .is-7-tablet.social, #_footer .footer-topper .is-7-tablet.footer-links, main.is-7-tablet.sticky.scroll-with-footer::before, main.is-7-tablet.sticky.scroll-with-footer::after, main .is-7-tablet.side-toc, main article.is-7-tablet { flex: none; width: 58.33333%; } - .column.is-offset-7, #_footer .footer-topper .is-offset-7.social, #_footer .footer-topper .is-offset-7.footer-links, main .is-offset-7.side-toc, main article.is-offset-7, .column.is-offset-7-tablet, #_footer .footer-topper .is-offset-7-tablet.social, #_footer .footer-topper .is-offset-7-tablet.footer-links, main .is-offset-7-tablet.side-toc, main article.is-offset-7-tablet { + .column.is-offset-7, #_footer .footer-topper .is-offset-7.social, #_footer .footer-topper .is-offset-7.footer-links, main.is-offset-7.sticky.scroll-with-footer::before, main.is-offset-7.sticky.scroll-with-footer::after, main .is-offset-7.side-toc, main article.is-offset-7, .column.is-offset-7-tablet, #_footer .footer-topper .is-offset-7-tablet.social, #_footer .footer-topper .is-offset-7-tablet.footer-links, main.is-offset-7-tablet.sticky.scroll-with-footer::before, main.is-offset-7-tablet.sticky.scroll-with-footer::after, main .is-offset-7-tablet.side-toc, main article.is-offset-7-tablet { margin-left: 58.33333%; } - .column.is-8, #_footer .footer-topper .is-8.social, #_footer .footer-topper .is-8.footer-links, main .is-8.side-toc, main article, .column.is-8-tablet, #_footer .footer-topper .is-8-tablet.social, #_footer .footer-topper .is-8-tablet.footer-links, main .is-8-tablet.side-toc { + .column.is-8, #_footer .footer-topper .is-8.social, #_footer .footer-topper .is-8.footer-links, main.is-8.sticky.scroll-with-footer::before, main.is-8.sticky.scroll-with-footer::after, main .is-8.side-toc, main article, .column.is-8-tablet, #_footer .footer-topper .is-8-tablet.social, #_footer .footer-topper .is-8-tablet.footer-links, main.is-8-tablet.sticky.scroll-with-footer::before, main.is-8-tablet.sticky.scroll-with-footer::after, main .is-8-tablet.side-toc { flex: none; width: 66.66667%; } - .column.is-offset-8, #_footer .footer-topper .is-offset-8.social, #_footer .footer-topper .is-offset-8.footer-links, main .is-offset-8.side-toc, main article.is-offset-8, .column.is-offset-8-tablet, #_footer .footer-topper .is-offset-8-tablet.social, #_footer .footer-topper .is-offset-8-tablet.footer-links, main .is-offset-8-tablet.side-toc, main article.is-offset-8-tablet { + .column.is-offset-8, #_footer .footer-topper .is-offset-8.social, #_footer .footer-topper .is-offset-8.footer-links, main.is-offset-8.sticky.scroll-with-footer::before, main.is-offset-8.sticky.scroll-with-footer::after, main .is-offset-8.side-toc, main article.is-offset-8, .column.is-offset-8-tablet, #_footer .footer-topper .is-offset-8-tablet.social, #_footer .footer-topper .is-offset-8-tablet.footer-links, main.is-offset-8-tablet.sticky.scroll-with-footer::before, main.is-offset-8-tablet.sticky.scroll-with-footer::after, main .is-offset-8-tablet.side-toc, main article.is-offset-8-tablet { margin-left: 66.66667%; } - .column.is-9, #_footer .footer-topper .is-9.social, #_footer .footer-topper .is-9.footer-links, main .is-9.side-toc, main article.is-9, .column.is-9-tablet, #_footer .footer-topper .is-9-tablet.social, #_footer .footer-topper .is-9-tablet.footer-links, main .is-9-tablet.side-toc, main article.is-9-tablet { + .column.is-9, #_footer .footer-topper .is-9.social, #_footer .footer-topper .is-9.footer-links, main.is-9.sticky.scroll-with-footer::before, main.is-9.sticky.scroll-with-footer::after, main .is-9.side-toc, main article.is-9, .column.is-9-tablet, #_footer .footer-topper .is-9-tablet.social, #_footer .footer-topper .is-9-tablet.footer-links, main.is-9-tablet.sticky.scroll-with-footer::before, main.is-9-tablet.sticky.scroll-with-footer::after, main .is-9-tablet.side-toc, main article.is-9-tablet { flex: none; width: 75%; } - .column.is-offset-9, #_footer .footer-topper .is-offset-9.social, #_footer .footer-topper .is-offset-9.footer-links, main .is-offset-9.side-toc, main article.is-offset-9, .column.is-offset-9-tablet, #_footer .footer-topper .is-offset-9-tablet.social, #_footer .footer-topper .is-offset-9-tablet.footer-links, main .is-offset-9-tablet.side-toc, main article.is-offset-9-tablet { + .column.is-offset-9, #_footer .footer-topper .is-offset-9.social, #_footer .footer-topper .is-offset-9.footer-links, main.is-offset-9.sticky.scroll-with-footer::before, main.is-offset-9.sticky.scroll-with-footer::after, main .is-offset-9.side-toc, main article.is-offset-9, .column.is-offset-9-tablet, #_footer .footer-topper .is-offset-9-tablet.social, #_footer .footer-topper .is-offset-9-tablet.footer-links, main.is-offset-9-tablet.sticky.scroll-with-footer::before, main.is-offset-9-tablet.sticky.scroll-with-footer::after, main .is-offset-9-tablet.side-toc, main article.is-offset-9-tablet { margin-left: 75%; } - .column.is-10, #_footer .footer-topper .is-10.social, #_footer .footer-topper .footer-links, main .is-10.side-toc, main article.is-10, body.normal article.column, body.normal #_footer .footer-topper article.social, #_footer .footer-topper body.normal article.social, body.normal main article, main body.normal article, .column.is-10-tablet, #_footer .footer-topper .is-10-tablet.social, main .is-10-tablet.side-toc, main article.is-10-tablet { + .column.is-10, #_footer .footer-topper .is-10.social, #_footer .footer-topper .footer-links, main.is-10.sticky.scroll-with-footer::before, #_footer .footer-topper main.sticky.scroll-with-footer.footer-links::before, main.is-10.sticky.scroll-with-footer::after, #_footer .footer-topper main.sticky.scroll-with-footer.footer-links::after, main .is-10.side-toc, main article.is-10, body.normal article.column, body.normal #_footer .footer-topper article.social, #_footer .footer-topper body.normal article.social, body.normal main article, main body.normal article, .column.is-10-tablet, #_footer .footer-topper .is-10-tablet.social, main.is-10-tablet.sticky.scroll-with-footer::before, main.is-10-tablet.sticky.scroll-with-footer::after, main .is-10-tablet.side-toc, main article.is-10-tablet { flex: none; width: 83.33333%; } - .column.is-offset-10, #_footer .footer-topper .is-offset-10.social, #_footer .footer-topper .is-offset-10.footer-links, main .is-offset-10.side-toc, main article.is-offset-10, .column.is-offset-10-tablet, #_footer .footer-topper .is-offset-10-tablet.social, #_footer .footer-topper .is-offset-10-tablet.footer-links, main .is-offset-10-tablet.side-toc, main article.is-offset-10-tablet { + .column.is-offset-10, #_footer .footer-topper .is-offset-10.social, #_footer .footer-topper .is-offset-10.footer-links, main.is-offset-10.sticky.scroll-with-footer::before, main.is-offset-10.sticky.scroll-with-footer::after, main .is-offset-10.side-toc, main article.is-offset-10, .column.is-offset-10-tablet, #_footer .footer-topper .is-offset-10-tablet.social, #_footer .footer-topper .is-offset-10-tablet.footer-links, main.is-offset-10-tablet.sticky.scroll-with-footer::before, main.is-offset-10-tablet.sticky.scroll-with-footer::after, main .is-offset-10-tablet.side-toc, main article.is-offset-10-tablet { margin-left: 83.33333%; } - .column.is-11, #_footer .footer-topper .is-11.social, #_footer .footer-topper .is-11.footer-links, main .is-11.side-toc, main article.is-11, .column.is-11-tablet, #_footer .footer-topper .is-11-tablet.social, #_footer .footer-topper .is-11-tablet.footer-links, main .is-11-tablet.side-toc, main article.is-11-tablet { + .column.is-11, #_footer .footer-topper .is-11.social, #_footer .footer-topper .is-11.footer-links, main.is-11.sticky.scroll-with-footer::before, main.is-11.sticky.scroll-with-footer::after, main .is-11.side-toc, main article.is-11, .column.is-11-tablet, #_footer .footer-topper .is-11-tablet.social, #_footer .footer-topper .is-11-tablet.footer-links, main.is-11-tablet.sticky.scroll-with-footer::before, main.is-11-tablet.sticky.scroll-with-footer::after, main .is-11-tablet.side-toc, main article.is-11-tablet { flex: none; width: 91.66667%; } - .column.is-offset-11, #_footer .footer-topper .is-offset-11.social, #_footer .footer-topper .is-offset-11.footer-links, main .is-offset-11.side-toc, main article.is-offset-11, .column.is-offset-11-tablet, #_footer .footer-topper .is-offset-11-tablet.social, #_footer .footer-topper .is-offset-11-tablet.footer-links, main .is-offset-11-tablet.side-toc, main article.is-offset-11-tablet { + .column.is-offset-11, #_footer .footer-topper .is-offset-11.social, #_footer .footer-topper .is-offset-11.footer-links, main.is-offset-11.sticky.scroll-with-footer::before, main.is-offset-11.sticky.scroll-with-footer::after, main .is-offset-11.side-toc, main article.is-offset-11, .column.is-offset-11-tablet, #_footer .footer-topper .is-offset-11-tablet.social, #_footer .footer-topper .is-offset-11-tablet.footer-links, main.is-offset-11-tablet.sticky.scroll-with-footer::before, main.is-offset-11-tablet.sticky.scroll-with-footer::after, main .is-offset-11-tablet.side-toc, main article.is-offset-11-tablet { margin-left: 91.66667%; } - .column.is-12, #_footer .footer-topper .is-12.social, #_footer .footer-topper .is-12.footer-links, main .is-12.side-toc, main article.is-12, .column.is-12-tablet, #_footer .footer-topper .is-12-tablet.social, #_footer .footer-topper .is-12-tablet.footer-links, main .is-12-tablet.side-toc, main article.is-12-tablet { + .column.is-12, #_footer .footer-topper .is-12.social, #_footer .footer-topper .is-12.footer-links, main.is-12.sticky.scroll-with-footer::before, main.is-12.sticky.scroll-with-footer::after, main .is-12.side-toc, main article.is-12, .column.is-12-tablet, #_footer .footer-topper .is-12-tablet.social, #_footer .footer-topper .is-12-tablet.footer-links, main.is-12-tablet.sticky.scroll-with-footer::before, main.is-12-tablet.sticky.scroll-with-footer::after, main .is-12-tablet.side-toc, main article.is-12-tablet { flex: none; width: 100%; } - .column.is-offset-12, #_footer .footer-topper .is-offset-12.social, #_footer .footer-topper .is-offset-12.footer-links, main .is-offset-12.side-toc, main article.is-offset-12, .column.is-offset-12-tablet, #_footer .footer-topper .is-offset-12-tablet.social, #_footer .footer-topper .is-offset-12-tablet.footer-links, main .is-offset-12-tablet.side-toc, main article.is-offset-12-tablet { + .column.is-offset-12, #_footer .footer-topper .is-offset-12.social, #_footer .footer-topper .is-offset-12.footer-links, main.is-offset-12.sticky.scroll-with-footer::before, main.is-offset-12.sticky.scroll-with-footer::after, main .is-offset-12.side-toc, main article.is-offset-12, .column.is-offset-12-tablet, #_footer .footer-topper .is-offset-12-tablet.social, #_footer .footer-topper .is-offset-12-tablet.footer-links, main.is-offset-12-tablet.sticky.scroll-with-footer::before, main.is-offset-12-tablet.sticky.scroll-with-footer::after, main .is-offset-12-tablet.side-toc, main article.is-offset-12-tablet { margin-left: 100%; } } @media screen and (max-width: 1023px) { - .column.is-narrow-touch, #_footer .footer-topper .is-narrow-touch.social, #_footer .footer-topper .is-narrow-touch.footer-links, main .is-narrow-touch.side-toc, main article.is-narrow-touch { + .column.is-narrow-touch, #_footer .footer-topper .is-narrow-touch.social, #_footer .footer-topper .is-narrow-touch.footer-links, main.is-narrow-touch.sticky.scroll-with-footer::before, main.is-narrow-touch.sticky.scroll-with-footer::after, main .is-narrow-touch.side-toc, main article.is-narrow-touch { flex: none; width: unset; } - .column.is-full-touch, #_footer .footer-topper .is-full-touch.social, #_footer .footer-topper .is-full-touch.footer-links, main .is-full-touch.side-toc, main article.is-full-touch { + .column.is-full-touch, #_footer .footer-topper .is-full-touch.social, #_footer .footer-topper .is-full-touch.footer-links, main.is-full-touch.sticky.scroll-with-footer::before, main.is-full-touch.sticky.scroll-with-footer::after, main .is-full-touch.side-toc, main article.is-full-touch { flex: none; width: 100%; } - .column.is-three-quarters-touch, #_footer .footer-topper .is-three-quarters-touch.social, #_footer .footer-topper .is-three-quarters-touch.footer-links, main .is-three-quarters-touch.side-toc, main article.is-three-quarters-touch { + .column.is-three-quarters-touch, #_footer .footer-topper .is-three-quarters-touch.social, #_footer .footer-topper .is-three-quarters-touch.footer-links, main.is-three-quarters-touch.sticky.scroll-with-footer::before, main.is-three-quarters-touch.sticky.scroll-with-footer::after, main .is-three-quarters-touch.side-toc, main article.is-three-quarters-touch { flex: none; width: 75%; } - .column.is-two-thirds-touch, #_footer .footer-topper .is-two-thirds-touch.social, #_footer .footer-topper .is-two-thirds-touch.footer-links, main .is-two-thirds-touch.side-toc, main article.is-two-thirds-touch { + .column.is-two-thirds-touch, #_footer .footer-topper .is-two-thirds-touch.social, #_footer .footer-topper .is-two-thirds-touch.footer-links, main.is-two-thirds-touch.sticky.scroll-with-footer::before, main.is-two-thirds-touch.sticky.scroll-with-footer::after, main .is-two-thirds-touch.side-toc, main article.is-two-thirds-touch { flex: none; width: 66.6666%; } - .column.is-half-touch, #_footer .footer-topper .is-half-touch.social, #_footer .footer-topper .is-half-touch.footer-links, main .is-half-touch.side-toc, main article.is-half-touch { + .column.is-half-touch, #_footer .footer-topper .is-half-touch.social, #_footer .footer-topper .is-half-touch.footer-links, main.is-half-touch.sticky.scroll-with-footer::before, main.is-half-touch.sticky.scroll-with-footer::after, main .is-half-touch.side-toc, main article.is-half-touch { flex: none; width: 50%; } - .column.is-one-third-touch, #_footer .footer-topper .is-one-third-touch.social, #_footer .footer-topper .is-one-third-touch.footer-links, main .is-one-third-touch.side-toc, main article.is-one-third-touch { + .column.is-one-third-touch, #_footer .footer-topper .is-one-third-touch.social, #_footer .footer-topper .is-one-third-touch.footer-links, main.is-one-third-touch.sticky.scroll-with-footer::before, main.is-one-third-touch.sticky.scroll-with-footer::after, main .is-one-third-touch.side-toc, main article.is-one-third-touch { flex: none; width: 33.3333%; } - .column.is-one-quarter-touch, #_footer .footer-topper .is-one-quarter-touch.social, #_footer .footer-topper .is-one-quarter-touch.footer-links, main .is-one-quarter-touch.side-toc, main article.is-one-quarter-touch { + .column.is-one-quarter-touch, #_footer .footer-topper .is-one-quarter-touch.social, #_footer .footer-topper .is-one-quarter-touch.footer-links, main.is-one-quarter-touch.sticky.scroll-with-footer::before, main.is-one-quarter-touch.sticky.scroll-with-footer::after, main .is-one-quarter-touch.side-toc, main article.is-one-quarter-touch { flex: none; width: 25%; } - .column.is-one-fifth-touch, #_footer .footer-topper .is-one-fifth-touch.social, #_footer .footer-topper .is-one-fifth-touch.footer-links, main .is-one-fifth-touch.side-toc, main article.is-one-fifth-touch { + .column.is-one-fifth-touch, #_footer .footer-topper .is-one-fifth-touch.social, #_footer .footer-topper .is-one-fifth-touch.footer-links, main.is-one-fifth-touch.sticky.scroll-with-footer::before, main.is-one-fifth-touch.sticky.scroll-with-footer::after, main .is-one-fifth-touch.side-toc, main article.is-one-fifth-touch { flex: none; width: 20%; } - .column.is-two-fifths-touch, #_footer .footer-topper .is-two-fifths-touch.social, #_footer .footer-topper .is-two-fifths-touch.footer-links, main .is-two-fifths-touch.side-toc, main article.is-two-fifths-touch { + .column.is-two-fifths-touch, #_footer .footer-topper .is-two-fifths-touch.social, #_footer .footer-topper .is-two-fifths-touch.footer-links, main.is-two-fifths-touch.sticky.scroll-with-footer::before, main.is-two-fifths-touch.sticky.scroll-with-footer::after, main .is-two-fifths-touch.side-toc, main article.is-two-fifths-touch { flex: none; width: 40%; } - .column.is-three-fifths-touch, #_footer .footer-topper .is-three-fifths-touch.social, #_footer .footer-topper .is-three-fifths-touch.footer-links, main .is-three-fifths-touch.side-toc, main article.is-three-fifths-touch { + .column.is-three-fifths-touch, #_footer .footer-topper .is-three-fifths-touch.social, #_footer .footer-topper .is-three-fifths-touch.footer-links, main.is-three-fifths-touch.sticky.scroll-with-footer::before, main.is-three-fifths-touch.sticky.scroll-with-footer::after, main .is-three-fifths-touch.side-toc, main article.is-three-fifths-touch { flex: none; width: 60%; } - .column.is-four-fifths-touch, #_footer .footer-topper .is-four-fifths-touch.social, #_footer .footer-topper .is-four-fifths-touch.footer-links, main .is-four-fifths-touch.side-toc, main article.is-four-fifths-touch { + .column.is-four-fifths-touch, #_footer .footer-topper .is-four-fifths-touch.social, #_footer .footer-topper .is-four-fifths-touch.footer-links, main.is-four-fifths-touch.sticky.scroll-with-footer::before, main.is-four-fifths-touch.sticky.scroll-with-footer::after, main .is-four-fifths-touch.side-toc, main article.is-four-fifths-touch { flex: none; width: 80%; } - .column.is-offset-three-quarters-touch, #_footer .footer-topper .is-offset-three-quarters-touch.social, #_footer .footer-topper .is-offset-three-quarters-touch.footer-links, main .is-offset-three-quarters-touch.side-toc, main article.is-offset-three-quarters-touch { + .column.is-offset-three-quarters-touch, #_footer .footer-topper .is-offset-three-quarters-touch.social, #_footer .footer-topper .is-offset-three-quarters-touch.footer-links, main.is-offset-three-quarters-touch.sticky.scroll-with-footer::before, main.is-offset-three-quarters-touch.sticky.scroll-with-footer::after, main .is-offset-three-quarters-touch.side-toc, main article.is-offset-three-quarters-touch { margin-left: 75%; } - .column.is-offset-two-thirds-touch, #_footer .footer-topper .is-offset-two-thirds-touch.social, #_footer .footer-topper .is-offset-two-thirds-touch.footer-links, main .is-offset-two-thirds-touch.side-toc, main article.is-offset-two-thirds-touch { + .column.is-offset-two-thirds-touch, #_footer .footer-topper .is-offset-two-thirds-touch.social, #_footer .footer-topper .is-offset-two-thirds-touch.footer-links, main.is-offset-two-thirds-touch.sticky.scroll-with-footer::before, main.is-offset-two-thirds-touch.sticky.scroll-with-footer::after, main .is-offset-two-thirds-touch.side-toc, main article.is-offset-two-thirds-touch { margin-left: 66.6666%; } - .column.is-offset-half-touch, #_footer .footer-topper .is-offset-half-touch.social, #_footer .footer-topper .is-offset-half-touch.footer-links, main .is-offset-half-touch.side-toc, main article.is-offset-half-touch { + .column.is-offset-half-touch, #_footer .footer-topper .is-offset-half-touch.social, #_footer .footer-topper .is-offset-half-touch.footer-links, main.is-offset-half-touch.sticky.scroll-with-footer::before, main.is-offset-half-touch.sticky.scroll-with-footer::after, main .is-offset-half-touch.side-toc, main article.is-offset-half-touch { margin-left: 50%; } - .column.is-offset-one-third-touch, #_footer .footer-topper .is-offset-one-third-touch.social, #_footer .footer-topper .is-offset-one-third-touch.footer-links, main .is-offset-one-third-touch.side-toc, main article.is-offset-one-third-touch { + .column.is-offset-one-third-touch, #_footer .footer-topper .is-offset-one-third-touch.social, #_footer .footer-topper .is-offset-one-third-touch.footer-links, main.is-offset-one-third-touch.sticky.scroll-with-footer::before, main.is-offset-one-third-touch.sticky.scroll-with-footer::after, main .is-offset-one-third-touch.side-toc, main article.is-offset-one-third-touch { margin-left: 33.3333%; } - .column.is-offset-one-quarter-touch, #_footer .footer-topper .is-offset-one-quarter-touch.social, #_footer .footer-topper .is-offset-one-quarter-touch.footer-links, main .is-offset-one-quarter-touch.side-toc, main article.is-offset-one-quarter-touch { + .column.is-offset-one-quarter-touch, #_footer .footer-topper .is-offset-one-quarter-touch.social, #_footer .footer-topper .is-offset-one-quarter-touch.footer-links, main.is-offset-one-quarter-touch.sticky.scroll-with-footer::before, main.is-offset-one-quarter-touch.sticky.scroll-with-footer::after, main .is-offset-one-quarter-touch.side-toc, main article.is-offset-one-quarter-touch { margin-left: 25%; } - .column.is-offset-one-fifth-touch, #_footer .footer-topper .is-offset-one-fifth-touch.social, #_footer .footer-topper .is-offset-one-fifth-touch.footer-links, main .is-offset-one-fifth-touch.side-toc, main article.is-offset-one-fifth-touch { + .column.is-offset-one-fifth-touch, #_footer .footer-topper .is-offset-one-fifth-touch.social, #_footer .footer-topper .is-offset-one-fifth-touch.footer-links, main.is-offset-one-fifth-touch.sticky.scroll-with-footer::before, main.is-offset-one-fifth-touch.sticky.scroll-with-footer::after, main .is-offset-one-fifth-touch.side-toc, main article.is-offset-one-fifth-touch { margin-left: 20%; } - .column.is-offset-two-fifths-touch, #_footer .footer-topper .is-offset-two-fifths-touch.social, #_footer .footer-topper .is-offset-two-fifths-touch.footer-links, main .is-offset-two-fifths-touch.side-toc, main article.is-offset-two-fifths-touch { + .column.is-offset-two-fifths-touch, #_footer .footer-topper .is-offset-two-fifths-touch.social, #_footer .footer-topper .is-offset-two-fifths-touch.footer-links, main.is-offset-two-fifths-touch.sticky.scroll-with-footer::before, main.is-offset-two-fifths-touch.sticky.scroll-with-footer::after, main .is-offset-two-fifths-touch.side-toc, main article.is-offset-two-fifths-touch { margin-left: 40%; } - .column.is-offset-three-fifths-touch, #_footer .footer-topper .is-offset-three-fifths-touch.social, #_footer .footer-topper .is-offset-three-fifths-touch.footer-links, main .is-offset-three-fifths-touch.side-toc, main article.is-offset-three-fifths-touch { + .column.is-offset-three-fifths-touch, #_footer .footer-topper .is-offset-three-fifths-touch.social, #_footer .footer-topper .is-offset-three-fifths-touch.footer-links, main.is-offset-three-fifths-touch.sticky.scroll-with-footer::before, main.is-offset-three-fifths-touch.sticky.scroll-with-footer::after, main .is-offset-three-fifths-touch.side-toc, main article.is-offset-three-fifths-touch { margin-left: 60%; } - .column.is-offset-four-fifths-touch, #_footer .footer-topper .is-offset-four-fifths-touch.social, #_footer .footer-topper .is-offset-four-fifths-touch.footer-links, main .is-offset-four-fifths-touch.side-toc, main article.is-offset-four-fifths-touch { + .column.is-offset-four-fifths-touch, #_footer .footer-topper .is-offset-four-fifths-touch.social, #_footer .footer-topper .is-offset-four-fifths-touch.footer-links, main.is-offset-four-fifths-touch.sticky.scroll-with-footer::before, main.is-offset-four-fifths-touch.sticky.scroll-with-footer::after, main .is-offset-four-fifths-touch.side-toc, main article.is-offset-four-fifths-touch { margin-left: 80%; } - .column.is-0-touch, #_footer .footer-topper .is-0-touch.social, #_footer .footer-topper .is-0-touch.footer-links, main .is-0-touch.side-toc, main article.is-0-touch { + .column.is-0-touch, #_footer .footer-topper .is-0-touch.social, #_footer .footer-topper .is-0-touch.footer-links, main.is-0-touch.sticky.scroll-with-footer::before, main.is-0-touch.sticky.scroll-with-footer::after, main .is-0-touch.side-toc, main article.is-0-touch { flex: none; width: 0%; } - .column.is-offset-0-touch, #_footer .footer-topper .is-offset-0-touch.social, #_footer .footer-topper .is-offset-0-touch.footer-links, main .is-offset-0-touch.side-toc, main article.is-offset-0-touch { + .column.is-offset-0-touch, #_footer .footer-topper .is-offset-0-touch.social, #_footer .footer-topper .is-offset-0-touch.footer-links, main.is-offset-0-touch.sticky.scroll-with-footer::before, main.is-offset-0-touch.sticky.scroll-with-footer::after, main .is-offset-0-touch.side-toc, main article.is-offset-0-touch { margin-left: 0%; } - .column.is-1-touch, #_footer .footer-topper .is-1-touch.social, #_footer .footer-topper .is-1-touch.footer-links, main .is-1-touch.side-toc, main article.is-1-touch { + .column.is-1-touch, #_footer .footer-topper .is-1-touch.social, #_footer .footer-topper .is-1-touch.footer-links, main.is-1-touch.sticky.scroll-with-footer::before, main.is-1-touch.sticky.scroll-with-footer::after, main .is-1-touch.side-toc, main article.is-1-touch { flex: none; width: 8.33333%; } - .column.is-offset-1-touch, #_footer .footer-topper .is-offset-1-touch.social, #_footer .footer-topper .is-offset-1-touch.footer-links, main .is-offset-1-touch.side-toc, main article.is-offset-1-touch { + .column.is-offset-1-touch, #_footer .footer-topper .is-offset-1-touch.social, #_footer .footer-topper .is-offset-1-touch.footer-links, main.is-offset-1-touch.sticky.scroll-with-footer::before, main.is-offset-1-touch.sticky.scroll-with-footer::after, main .is-offset-1-touch.side-toc, main article.is-offset-1-touch { margin-left: 8.33333%; } - .column.is-2-touch, #_footer .footer-topper .is-2-touch.social, #_footer .footer-topper .is-2-touch.footer-links, main .is-2-touch.side-toc, main article.is-2-touch { + .column.is-2-touch, #_footer .footer-topper .is-2-touch.social, #_footer .footer-topper .is-2-touch.footer-links, main.is-2-touch.sticky.scroll-with-footer::before, main.is-2-touch.sticky.scroll-with-footer::after, main .is-2-touch.side-toc, main article.is-2-touch { flex: none; width: 16.66667%; } - .column.is-offset-2-touch, #_footer .footer-topper .is-offset-2-touch.social, #_footer .footer-topper .is-offset-2-touch.footer-links, main .is-offset-2-touch.side-toc, main article.is-offset-2-touch { + .column.is-offset-2-touch, #_footer .footer-topper .is-offset-2-touch.social, #_footer .footer-topper .is-offset-2-touch.footer-links, main.is-offset-2-touch.sticky.scroll-with-footer::before, main.is-offset-2-touch.sticky.scroll-with-footer::after, main .is-offset-2-touch.side-toc, main article.is-offset-2-touch { margin-left: 16.66667%; } - .column.is-3-touch, #_footer .footer-topper .is-3-touch.social, #_footer .footer-topper .is-3-touch.footer-links, main .is-3-touch.side-toc, main article.is-3-touch { + .column.is-3-touch, #_footer .footer-topper .is-3-touch.social, #_footer .footer-topper .is-3-touch.footer-links, main.is-3-touch.sticky.scroll-with-footer::before, main.is-3-touch.sticky.scroll-with-footer::after, main .is-3-touch.side-toc, main article.is-3-touch { flex: none; width: 25%; } - .column.is-offset-3-touch, #_footer .footer-topper .is-offset-3-touch.social, #_footer .footer-topper .is-offset-3-touch.footer-links, main .is-offset-3-touch.side-toc, main article.is-offset-3-touch { + .column.is-offset-3-touch, #_footer .footer-topper .is-offset-3-touch.social, #_footer .footer-topper .is-offset-3-touch.footer-links, main.is-offset-3-touch.sticky.scroll-with-footer::before, main.is-offset-3-touch.sticky.scroll-with-footer::after, main .is-offset-3-touch.side-toc, main article.is-offset-3-touch { margin-left: 25%; } - .column.is-4-touch, #_footer .footer-topper .is-4-touch.social, #_footer .footer-topper .is-4-touch.footer-links, main .is-4-touch.side-toc, main article.is-4-touch { + .column.is-4-touch, #_footer .footer-topper .is-4-touch.social, #_footer .footer-topper .is-4-touch.footer-links, main.is-4-touch.sticky.scroll-with-footer::before, main.is-4-touch.sticky.scroll-with-footer::after, main .is-4-touch.side-toc, main article.is-4-touch { flex: none; width: 33.33333%; } - .column.is-offset-4-touch, #_footer .footer-topper .is-offset-4-touch.social, #_footer .footer-topper .is-offset-4-touch.footer-links, main .is-offset-4-touch.side-toc, main article.is-offset-4-touch { + .column.is-offset-4-touch, #_footer .footer-topper .is-offset-4-touch.social, #_footer .footer-topper .is-offset-4-touch.footer-links, main.is-offset-4-touch.sticky.scroll-with-footer::before, main.is-offset-4-touch.sticky.scroll-with-footer::after, main .is-offset-4-touch.side-toc, main article.is-offset-4-touch { margin-left: 33.33333%; } - .column.is-5-touch, #_footer .footer-topper .is-5-touch.social, #_footer .footer-topper .is-5-touch.footer-links, main .is-5-touch.side-toc, main article.is-5-touch { + .column.is-5-touch, #_footer .footer-topper .is-5-touch.social, #_footer .footer-topper .is-5-touch.footer-links, main.is-5-touch.sticky.scroll-with-footer::before, main.is-5-touch.sticky.scroll-with-footer::after, main .is-5-touch.side-toc, main article.is-5-touch { flex: none; width: 41.66667%; } - .column.is-offset-5-touch, #_footer .footer-topper .is-offset-5-touch.social, #_footer .footer-topper .is-offset-5-touch.footer-links, main .is-offset-5-touch.side-toc, main article.is-offset-5-touch { + .column.is-offset-5-touch, #_footer .footer-topper .is-offset-5-touch.social, #_footer .footer-topper .is-offset-5-touch.footer-links, main.is-offset-5-touch.sticky.scroll-with-footer::before, main.is-offset-5-touch.sticky.scroll-with-footer::after, main .is-offset-5-touch.side-toc, main article.is-offset-5-touch { margin-left: 41.66667%; } - .column.is-6-touch, #_footer .footer-topper .is-6-touch.social, #_footer .footer-topper .is-6-touch.footer-links, main .is-6-touch.side-toc, main article.is-6-touch { + .column.is-6-touch, #_footer .footer-topper .is-6-touch.social, #_footer .footer-topper .is-6-touch.footer-links, main.is-6-touch.sticky.scroll-with-footer::before, main.is-6-touch.sticky.scroll-with-footer::after, main .is-6-touch.side-toc, main article.is-6-touch { flex: none; width: 50%; } - .column.is-offset-6-touch, #_footer .footer-topper .is-offset-6-touch.social, #_footer .footer-topper .is-offset-6-touch.footer-links, main .is-offset-6-touch.side-toc, main article.is-offset-6-touch { + .column.is-offset-6-touch, #_footer .footer-topper .is-offset-6-touch.social, #_footer .footer-topper .is-offset-6-touch.footer-links, main.is-offset-6-touch.sticky.scroll-with-footer::before, main.is-offset-6-touch.sticky.scroll-with-footer::after, main .is-offset-6-touch.side-toc, main article.is-offset-6-touch { margin-left: 50%; } - .column.is-7-touch, #_footer .footer-topper .is-7-touch.social, #_footer .footer-topper .is-7-touch.footer-links, main .is-7-touch.side-toc, main article.is-7-touch { + .column.is-7-touch, #_footer .footer-topper .is-7-touch.social, #_footer .footer-topper .is-7-touch.footer-links, main.is-7-touch.sticky.scroll-with-footer::before, main.is-7-touch.sticky.scroll-with-footer::after, main .is-7-touch.side-toc, main article.is-7-touch { flex: none; width: 58.33333%; } - .column.is-offset-7-touch, #_footer .footer-topper .is-offset-7-touch.social, #_footer .footer-topper .is-offset-7-touch.footer-links, main .is-offset-7-touch.side-toc, main article.is-offset-7-touch { + .column.is-offset-7-touch, #_footer .footer-topper .is-offset-7-touch.social, #_footer .footer-topper .is-offset-7-touch.footer-links, main.is-offset-7-touch.sticky.scroll-with-footer::before, main.is-offset-7-touch.sticky.scroll-with-footer::after, main .is-offset-7-touch.side-toc, main article.is-offset-7-touch { margin-left: 58.33333%; } - .column.is-8-touch, #_footer .footer-topper .is-8-touch.social, #_footer .footer-topper .is-8-touch.footer-links, main .is-8-touch.side-toc, main article.is-8-touch { + .column.is-8-touch, #_footer .footer-topper .is-8-touch.social, #_footer .footer-topper .is-8-touch.footer-links, main.is-8-touch.sticky.scroll-with-footer::before, main.is-8-touch.sticky.scroll-with-footer::after, main .is-8-touch.side-toc, main article.is-8-touch { flex: none; width: 66.66667%; } - .column.is-offset-8-touch, #_footer .footer-topper .is-offset-8-touch.social, #_footer .footer-topper .is-offset-8-touch.footer-links, main .is-offset-8-touch.side-toc, main article.is-offset-8-touch { + .column.is-offset-8-touch, #_footer .footer-topper .is-offset-8-touch.social, #_footer .footer-topper .is-offset-8-touch.footer-links, main.is-offset-8-touch.sticky.scroll-with-footer::before, main.is-offset-8-touch.sticky.scroll-with-footer::after, main .is-offset-8-touch.side-toc, main article.is-offset-8-touch { margin-left: 66.66667%; } - .column.is-9-touch, #_footer .footer-topper .is-9-touch.social, #_footer .footer-topper .is-9-touch.footer-links, main .is-9-touch.side-toc, main article.is-9-touch { + .column.is-9-touch, #_footer .footer-topper .is-9-touch.social, #_footer .footer-topper .is-9-touch.footer-links, main.is-9-touch.sticky.scroll-with-footer::before, main.is-9-touch.sticky.scroll-with-footer::after, main .is-9-touch.side-toc, main article.is-9-touch { flex: none; width: 75%; } - .column.is-offset-9-touch, #_footer .footer-topper .is-offset-9-touch.social, #_footer .footer-topper .is-offset-9-touch.footer-links, main .is-offset-9-touch.side-toc, main article.is-offset-9-touch { + .column.is-offset-9-touch, #_footer .footer-topper .is-offset-9-touch.social, #_footer .footer-topper .is-offset-9-touch.footer-links, main.is-offset-9-touch.sticky.scroll-with-footer::before, main.is-offset-9-touch.sticky.scroll-with-footer::after, main .is-offset-9-touch.side-toc, main article.is-offset-9-touch { margin-left: 75%; } - .column.is-10-touch, #_footer .footer-topper .is-10-touch.social, #_footer .footer-topper .is-10-touch.footer-links, main .is-10-touch.side-toc, main article.is-10-touch { + .column.is-10-touch, #_footer .footer-topper .is-10-touch.social, #_footer .footer-topper .is-10-touch.footer-links, main.is-10-touch.sticky.scroll-with-footer::before, main.is-10-touch.sticky.scroll-with-footer::after, main .is-10-touch.side-toc, main article.is-10-touch { flex: none; width: 83.33333%; } - .column.is-offset-10-touch, #_footer .footer-topper .is-offset-10-touch.social, #_footer .footer-topper .is-offset-10-touch.footer-links, main .is-offset-10-touch.side-toc, main article.is-offset-10-touch { + .column.is-offset-10-touch, #_footer .footer-topper .is-offset-10-touch.social, #_footer .footer-topper .is-offset-10-touch.footer-links, main.is-offset-10-touch.sticky.scroll-with-footer::before, main.is-offset-10-touch.sticky.scroll-with-footer::after, main .is-offset-10-touch.side-toc, main article.is-offset-10-touch { margin-left: 83.33333%; } - .column.is-11-touch, #_footer .footer-topper .is-11-touch.social, #_footer .footer-topper .is-11-touch.footer-links, main .is-11-touch.side-toc, main article.is-11-touch { + .column.is-11-touch, #_footer .footer-topper .is-11-touch.social, #_footer .footer-topper .is-11-touch.footer-links, main.is-11-touch.sticky.scroll-with-footer::before, main.is-11-touch.sticky.scroll-with-footer::after, main .is-11-touch.side-toc, main article.is-11-touch { flex: none; width: 91.66667%; } - .column.is-offset-11-touch, #_footer .footer-topper .is-offset-11-touch.social, #_footer .footer-topper .is-offset-11-touch.footer-links, main .is-offset-11-touch.side-toc, main article.is-offset-11-touch { + .column.is-offset-11-touch, #_footer .footer-topper .is-offset-11-touch.social, #_footer .footer-topper .is-offset-11-touch.footer-links, main.is-offset-11-touch.sticky.scroll-with-footer::before, main.is-offset-11-touch.sticky.scroll-with-footer::after, main .is-offset-11-touch.side-toc, main article.is-offset-11-touch { margin-left: 91.66667%; } - .column.is-12-touch, #_footer .footer-topper .is-12-touch.social, #_footer .footer-topper .is-12-touch.footer-links, main .is-12-touch.side-toc, main article.is-12-touch { + .column.is-12-touch, #_footer .footer-topper .is-12-touch.social, #_footer .footer-topper .is-12-touch.footer-links, main.is-12-touch.sticky.scroll-with-footer::before, main.is-12-touch.sticky.scroll-with-footer::after, main .is-12-touch.side-toc, main article.is-12-touch { flex: none; width: 100%; } - .column.is-offset-12-touch, #_footer .footer-topper .is-offset-12-touch.social, #_footer .footer-topper .is-offset-12-touch.footer-links, main .is-offset-12-touch.side-toc, main article.is-offset-12-touch { + .column.is-offset-12-touch, #_footer .footer-topper .is-offset-12-touch.social, #_footer .footer-topper .is-offset-12-touch.footer-links, main.is-offset-12-touch.sticky.scroll-with-footer::before, main.is-offset-12-touch.sticky.scroll-with-footer::after, main .is-offset-12-touch.side-toc, main article.is-offset-12-touch { margin-left: 100%; } } @media screen and (min-width: 1024px) { - .column.is-narrow-desktop, #_footer .footer-topper .is-narrow-desktop.social, #_footer .footer-topper .is-narrow-desktop.footer-links, main .is-narrow-desktop.side-toc, main article.is-narrow-desktop { + .column.is-narrow-desktop, #_footer .footer-topper .is-narrow-desktop.social, #_footer .footer-topper .is-narrow-desktop.footer-links, main.is-narrow-desktop.sticky.scroll-with-footer::before, main.is-narrow-desktop.sticky.scroll-with-footer::after, main .is-narrow-desktop.side-toc, main article.is-narrow-desktop { flex: none; width: unset; } - .column.is-full-desktop, #_footer .footer-topper .is-full-desktop.social, #_footer .footer-topper .is-full-desktop.footer-links, main .is-full-desktop.side-toc, main article.is-full-desktop { + .column.is-full-desktop, #_footer .footer-topper .is-full-desktop.social, #_footer .footer-topper .is-full-desktop.footer-links, main.is-full-desktop.sticky.scroll-with-footer::before, main.is-full-desktop.sticky.scroll-with-footer::after, main .is-full-desktop.side-toc, main article.is-full-desktop { flex: none; width: 100%; } - .column.is-three-quarters-desktop, #_footer .footer-topper .is-three-quarters-desktop.social, #_footer .footer-topper .is-three-quarters-desktop.footer-links, main .is-three-quarters-desktop.side-toc, main article.is-three-quarters-desktop { + .column.is-three-quarters-desktop, #_footer .footer-topper .is-three-quarters-desktop.social, #_footer .footer-topper .is-three-quarters-desktop.footer-links, main.is-three-quarters-desktop.sticky.scroll-with-footer::before, main.is-three-quarters-desktop.sticky.scroll-with-footer::after, main .is-three-quarters-desktop.side-toc, main article.is-three-quarters-desktop { flex: none; width: 75%; } - .column.is-two-thirds-desktop, #_footer .footer-topper .is-two-thirds-desktop.social, #_footer .footer-topper .is-two-thirds-desktop.footer-links, main .is-two-thirds-desktop.side-toc, main article.is-two-thirds-desktop { + .column.is-two-thirds-desktop, #_footer .footer-topper .is-two-thirds-desktop.social, #_footer .footer-topper .is-two-thirds-desktop.footer-links, main.is-two-thirds-desktop.sticky.scroll-with-footer::before, main.is-two-thirds-desktop.sticky.scroll-with-footer::after, main .is-two-thirds-desktop.side-toc, main article.is-two-thirds-desktop { flex: none; width: 66.6666%; } - .column.is-half-desktop, #_footer .footer-topper .is-half-desktop.social, #_footer .footer-topper .is-half-desktop.footer-links, main .is-half-desktop.side-toc, main article.is-half-desktop { + .column.is-half-desktop, #_footer .footer-topper .is-half-desktop.social, #_footer .footer-topper .is-half-desktop.footer-links, main.is-half-desktop.sticky.scroll-with-footer::before, main.is-half-desktop.sticky.scroll-with-footer::after, main .is-half-desktop.side-toc, main article.is-half-desktop { flex: none; width: 50%; } - .column.is-one-third-desktop, #_footer .footer-topper .is-one-third-desktop.social, #_footer .footer-topper .is-one-third-desktop.footer-links, main .is-one-third-desktop.side-toc, main article.is-one-third-desktop { + .column.is-one-third-desktop, #_footer .footer-topper .is-one-third-desktop.social, #_footer .footer-topper .is-one-third-desktop.footer-links, main.is-one-third-desktop.sticky.scroll-with-footer::before, main.is-one-third-desktop.sticky.scroll-with-footer::after, main .is-one-third-desktop.side-toc, main article.is-one-third-desktop { flex: none; width: 33.3333%; } - .column.is-one-quarter-desktop, #_footer .footer-topper .is-one-quarter-desktop.social, #_footer .footer-topper .is-one-quarter-desktop.footer-links, main .is-one-quarter-desktop.side-toc, main article.is-one-quarter-desktop { + .column.is-one-quarter-desktop, #_footer .footer-topper .is-one-quarter-desktop.social, #_footer .footer-topper .is-one-quarter-desktop.footer-links, main.is-one-quarter-desktop.sticky.scroll-with-footer::before, main.is-one-quarter-desktop.sticky.scroll-with-footer::after, main .is-one-quarter-desktop.side-toc, main article.is-one-quarter-desktop { flex: none; width: 25%; } - .column.is-one-fifth-desktop, #_footer .footer-topper .is-one-fifth-desktop.social, #_footer .footer-topper .is-one-fifth-desktop.footer-links, main .is-one-fifth-desktop.side-toc, main article.is-one-fifth-desktop { + .column.is-one-fifth-desktop, #_footer .footer-topper .is-one-fifth-desktop.social, #_footer .footer-topper .is-one-fifth-desktop.footer-links, main.is-one-fifth-desktop.sticky.scroll-with-footer::before, main.is-one-fifth-desktop.sticky.scroll-with-footer::after, main .is-one-fifth-desktop.side-toc, main article.is-one-fifth-desktop { flex: none; width: 20%; } - .column.is-two-fifths-desktop, #_footer .footer-topper .is-two-fifths-desktop.social, #_footer .footer-topper .is-two-fifths-desktop.footer-links, main .is-two-fifths-desktop.side-toc, main article.is-two-fifths-desktop { + .column.is-two-fifths-desktop, #_footer .footer-topper .is-two-fifths-desktop.social, #_footer .footer-topper .is-two-fifths-desktop.footer-links, main.is-two-fifths-desktop.sticky.scroll-with-footer::before, main.is-two-fifths-desktop.sticky.scroll-with-footer::after, main .is-two-fifths-desktop.side-toc, main article.is-two-fifths-desktop { flex: none; width: 40%; } - .column.is-three-fifths-desktop, #_footer .footer-topper .is-three-fifths-desktop.social, #_footer .footer-topper .is-three-fifths-desktop.footer-links, main .is-three-fifths-desktop.side-toc, main article.is-three-fifths-desktop { + .column.is-three-fifths-desktop, #_footer .footer-topper .is-three-fifths-desktop.social, #_footer .footer-topper .is-three-fifths-desktop.footer-links, main.is-three-fifths-desktop.sticky.scroll-with-footer::before, main.is-three-fifths-desktop.sticky.scroll-with-footer::after, main .is-three-fifths-desktop.side-toc, main article.is-three-fifths-desktop { flex: none; width: 60%; } - .column.is-four-fifths-desktop, #_footer .footer-topper .is-four-fifths-desktop.social, #_footer .footer-topper .is-four-fifths-desktop.footer-links, main .is-four-fifths-desktop.side-toc, main article.is-four-fifths-desktop { + .column.is-four-fifths-desktop, #_footer .footer-topper .is-four-fifths-desktop.social, #_footer .footer-topper .is-four-fifths-desktop.footer-links, main.is-four-fifths-desktop.sticky.scroll-with-footer::before, main.is-four-fifths-desktop.sticky.scroll-with-footer::after, main .is-four-fifths-desktop.side-toc, main article.is-four-fifths-desktop { flex: none; width: 80%; } - .column.is-offset-three-quarters-desktop, #_footer .footer-topper .is-offset-three-quarters-desktop.social, #_footer .footer-topper .is-offset-three-quarters-desktop.footer-links, main .is-offset-three-quarters-desktop.side-toc, main article.is-offset-three-quarters-desktop { + .column.is-offset-three-quarters-desktop, #_footer .footer-topper .is-offset-three-quarters-desktop.social, #_footer .footer-topper .is-offset-three-quarters-desktop.footer-links, main.is-offset-three-quarters-desktop.sticky.scroll-with-footer::before, main.is-offset-three-quarters-desktop.sticky.scroll-with-footer::after, main .is-offset-three-quarters-desktop.side-toc, main article.is-offset-three-quarters-desktop { margin-left: 75%; } - .column.is-offset-two-thirds-desktop, #_footer .footer-topper .is-offset-two-thirds-desktop.social, #_footer .footer-topper .is-offset-two-thirds-desktop.footer-links, main .is-offset-two-thirds-desktop.side-toc, main article.is-offset-two-thirds-desktop { + .column.is-offset-two-thirds-desktop, #_footer .footer-topper .is-offset-two-thirds-desktop.social, #_footer .footer-topper .is-offset-two-thirds-desktop.footer-links, main.is-offset-two-thirds-desktop.sticky.scroll-with-footer::before, main.is-offset-two-thirds-desktop.sticky.scroll-with-footer::after, main .is-offset-two-thirds-desktop.side-toc, main article.is-offset-two-thirds-desktop { margin-left: 66.6666%; } - .column.is-offset-half-desktop, #_footer .footer-topper .is-offset-half-desktop.social, #_footer .footer-topper .is-offset-half-desktop.footer-links, main .is-offset-half-desktop.side-toc, main article.is-offset-half-desktop { + .column.is-offset-half-desktop, #_footer .footer-topper .is-offset-half-desktop.social, #_footer .footer-topper .is-offset-half-desktop.footer-links, main.is-offset-half-desktop.sticky.scroll-with-footer::before, main.is-offset-half-desktop.sticky.scroll-with-footer::after, main .is-offset-half-desktop.side-toc, main article.is-offset-half-desktop { margin-left: 50%; } - .column.is-offset-one-third-desktop, #_footer .footer-topper .is-offset-one-third-desktop.social, #_footer .footer-topper .is-offset-one-third-desktop.footer-links, main .is-offset-one-third-desktop.side-toc, main article.is-offset-one-third-desktop { + .column.is-offset-one-third-desktop, #_footer .footer-topper .is-offset-one-third-desktop.social, #_footer .footer-topper .is-offset-one-third-desktop.footer-links, main.is-offset-one-third-desktop.sticky.scroll-with-footer::before, main.is-offset-one-third-desktop.sticky.scroll-with-footer::after, main .is-offset-one-third-desktop.side-toc, main article.is-offset-one-third-desktop { margin-left: 33.3333%; } - .column.is-offset-one-quarter-desktop, #_footer .footer-topper .is-offset-one-quarter-desktop.social, #_footer .footer-topper .is-offset-one-quarter-desktop.footer-links, main .is-offset-one-quarter-desktop.side-toc, main article.is-offset-one-quarter-desktop { + .column.is-offset-one-quarter-desktop, #_footer .footer-topper .is-offset-one-quarter-desktop.social, #_footer .footer-topper .is-offset-one-quarter-desktop.footer-links, main.is-offset-one-quarter-desktop.sticky.scroll-with-footer::before, main.is-offset-one-quarter-desktop.sticky.scroll-with-footer::after, main .is-offset-one-quarter-desktop.side-toc, main article.is-offset-one-quarter-desktop { margin-left: 25%; } - .column.is-offset-one-fifth-desktop, #_footer .footer-topper .is-offset-one-fifth-desktop.social, #_footer .footer-topper .is-offset-one-fifth-desktop.footer-links, main .is-offset-one-fifth-desktop.side-toc, main article.is-offset-one-fifth-desktop { + .column.is-offset-one-fifth-desktop, #_footer .footer-topper .is-offset-one-fifth-desktop.social, #_footer .footer-topper .is-offset-one-fifth-desktop.footer-links, main.is-offset-one-fifth-desktop.sticky.scroll-with-footer::before, main.is-offset-one-fifth-desktop.sticky.scroll-with-footer::after, main .is-offset-one-fifth-desktop.side-toc, main article.is-offset-one-fifth-desktop { margin-left: 20%; } - .column.is-offset-two-fifths-desktop, #_footer .footer-topper .is-offset-two-fifths-desktop.social, #_footer .footer-topper .is-offset-two-fifths-desktop.footer-links, main .is-offset-two-fifths-desktop.side-toc, main article.is-offset-two-fifths-desktop { + .column.is-offset-two-fifths-desktop, #_footer .footer-topper .is-offset-two-fifths-desktop.social, #_footer .footer-topper .is-offset-two-fifths-desktop.footer-links, main.is-offset-two-fifths-desktop.sticky.scroll-with-footer::before, main.is-offset-two-fifths-desktop.sticky.scroll-with-footer::after, main .is-offset-two-fifths-desktop.side-toc, main article.is-offset-two-fifths-desktop { margin-left: 40%; } - .column.is-offset-three-fifths-desktop, #_footer .footer-topper .is-offset-three-fifths-desktop.social, #_footer .footer-topper .is-offset-three-fifths-desktop.footer-links, main .is-offset-three-fifths-desktop.side-toc, main article.is-offset-three-fifths-desktop { + .column.is-offset-three-fifths-desktop, #_footer .footer-topper .is-offset-three-fifths-desktop.social, #_footer .footer-topper .is-offset-three-fifths-desktop.footer-links, main.is-offset-three-fifths-desktop.sticky.scroll-with-footer::before, main.is-offset-three-fifths-desktop.sticky.scroll-with-footer::after, main .is-offset-three-fifths-desktop.side-toc, main article.is-offset-three-fifths-desktop { margin-left: 60%; } - .column.is-offset-four-fifths-desktop, #_footer .footer-topper .is-offset-four-fifths-desktop.social, #_footer .footer-topper .is-offset-four-fifths-desktop.footer-links, main .is-offset-four-fifths-desktop.side-toc, main article.is-offset-four-fifths-desktop { + .column.is-offset-four-fifths-desktop, #_footer .footer-topper .is-offset-four-fifths-desktop.social, #_footer .footer-topper .is-offset-four-fifths-desktop.footer-links, main.is-offset-four-fifths-desktop.sticky.scroll-with-footer::before, main.is-offset-four-fifths-desktop.sticky.scroll-with-footer::after, main .is-offset-four-fifths-desktop.side-toc, main article.is-offset-four-fifths-desktop { margin-left: 80%; } - .column.is-0-desktop, #_footer .footer-topper .is-0-desktop.social, #_footer .footer-topper .is-0-desktop.footer-links, main .is-0-desktop.side-toc, main article.is-0-desktop { + .column.is-0-desktop, #_footer .footer-topper .is-0-desktop.social, #_footer .footer-topper .is-0-desktop.footer-links, main.is-0-desktop.sticky.scroll-with-footer::before, main.is-0-desktop.sticky.scroll-with-footer::after, main .is-0-desktop.side-toc, main article.is-0-desktop { flex: none; width: 0%; } - .column.is-offset-0-desktop, #_footer .footer-topper .is-offset-0-desktop.social, #_footer .footer-topper .is-offset-0-desktop.footer-links, main .is-offset-0-desktop.side-toc, main article.is-offset-0-desktop { + .column.is-offset-0-desktop, #_footer .footer-topper .is-offset-0-desktop.social, #_footer .footer-topper .is-offset-0-desktop.footer-links, main.is-offset-0-desktop.sticky.scroll-with-footer::before, main.is-offset-0-desktop.sticky.scroll-with-footer::after, main .is-offset-0-desktop.side-toc, main article.is-offset-0-desktop { margin-left: 0%; } - .column.is-1-desktop, #_footer .footer-topper .is-1-desktop.social, #_footer .footer-topper .is-1-desktop.footer-links, main .is-1-desktop.side-toc, main article.is-1-desktop { + .column.is-1-desktop, #_footer .footer-topper .is-1-desktop.social, #_footer .footer-topper .is-1-desktop.footer-links, main.is-1-desktop.sticky.scroll-with-footer::before, main.is-1-desktop.sticky.scroll-with-footer::after, main .is-1-desktop.side-toc, main article.is-1-desktop { flex: none; width: 8.33333%; } - .column.is-offset-1-desktop, #_footer .footer-topper .is-offset-1-desktop.social, #_footer .footer-topper .is-offset-1-desktop.footer-links, main .is-offset-1-desktop.side-toc, main article.is-offset-1-desktop { + .column.is-offset-1-desktop, #_footer .footer-topper .is-offset-1-desktop.social, #_footer .footer-topper .is-offset-1-desktop.footer-links, main.is-offset-1-desktop.sticky.scroll-with-footer::before, main.is-offset-1-desktop.sticky.scroll-with-footer::after, main .is-offset-1-desktop.side-toc, main article.is-offset-1-desktop { margin-left: 8.33333%; } - .column.is-2-desktop, #_footer .footer-topper .is-2-desktop.social, #_footer .footer-topper .is-2-desktop.footer-links, main .is-2-desktop.side-toc, main article.is-2-desktop { + .column.is-2-desktop, #_footer .footer-topper .is-2-desktop.social, #_footer .footer-topper .is-2-desktop.footer-links, main.is-2-desktop.sticky.scroll-with-footer::before, main.is-2-desktop.sticky.scroll-with-footer::after, main .is-2-desktop.side-toc, main article.is-2-desktop { flex: none; width: 16.66667%; } - .column.is-offset-2-desktop, #_footer .footer-topper .is-offset-2-desktop.social, #_footer .footer-topper .is-offset-2-desktop.footer-links, main .is-offset-2-desktop.side-toc, main article.is-offset-2-desktop { + .column.is-offset-2-desktop, #_footer .footer-topper .is-offset-2-desktop.social, #_footer .footer-topper .is-offset-2-desktop.footer-links, main.is-offset-2-desktop.sticky.scroll-with-footer::before, main.is-offset-2-desktop.sticky.scroll-with-footer::after, main .is-offset-2-desktop.side-toc, main article.is-offset-2-desktop { margin-left: 16.66667%; } - .column.is-3-desktop, #_footer .footer-topper .is-3-desktop.social, #_footer .footer-topper .is-3-desktop.footer-links, main .is-3-desktop.side-toc, main article.is-3-desktop { + .column.is-3-desktop, #_footer .footer-topper .is-3-desktop.social, #_footer .footer-topper .is-3-desktop.footer-links, main.is-3-desktop.sticky.scroll-with-footer::before, main.is-3-desktop.sticky.scroll-with-footer::after, main .is-3-desktop.side-toc, main article.is-3-desktop { flex: none; width: 25%; } - .column.is-offset-3-desktop, #_footer .footer-topper .is-offset-3-desktop.social, #_footer .footer-topper .is-offset-3-desktop.footer-links, main .is-offset-3-desktop.side-toc, main article.is-offset-3-desktop { + .column.is-offset-3-desktop, #_footer .footer-topper .is-offset-3-desktop.social, #_footer .footer-topper .is-offset-3-desktop.footer-links, main.is-offset-3-desktop.sticky.scroll-with-footer::before, main.is-offset-3-desktop.sticky.scroll-with-footer::after, main .is-offset-3-desktop.side-toc, main article.is-offset-3-desktop { margin-left: 25%; } - .column.is-4-desktop, #_footer .footer-topper .is-4-desktop.social, #_footer .footer-topper .is-4-desktop.footer-links, main .is-4-desktop.side-toc, main article.is-4-desktop { + .column.is-4-desktop, #_footer .footer-topper .is-4-desktop.social, #_footer .footer-topper .is-4-desktop.footer-links, main.is-4-desktop.sticky.scroll-with-footer::before, main.is-4-desktop.sticky.scroll-with-footer::after, main .is-4-desktop.side-toc, main article.is-4-desktop { flex: none; width: 33.33333%; } - .column.is-offset-4-desktop, #_footer .footer-topper .is-offset-4-desktop.social, #_footer .footer-topper .is-offset-4-desktop.footer-links, main .is-offset-4-desktop.side-toc, main article.is-offset-4-desktop { + .column.is-offset-4-desktop, #_footer .footer-topper .is-offset-4-desktop.social, #_footer .footer-topper .is-offset-4-desktop.footer-links, main.is-offset-4-desktop.sticky.scroll-with-footer::before, main.is-offset-4-desktop.sticky.scroll-with-footer::after, main .is-offset-4-desktop.side-toc, main article.is-offset-4-desktop { margin-left: 33.33333%; } - .column.is-5-desktop, #_footer .footer-topper .is-5-desktop.social, #_footer .footer-topper .is-5-desktop.footer-links, main .is-5-desktop.side-toc, main article.is-5-desktop { + .column.is-5-desktop, #_footer .footer-topper .is-5-desktop.social, #_footer .footer-topper .is-5-desktop.footer-links, main.is-5-desktop.sticky.scroll-with-footer::before, main.is-5-desktop.sticky.scroll-with-footer::after, main .is-5-desktop.side-toc, main article.is-5-desktop { flex: none; width: 41.66667%; } - .column.is-offset-5-desktop, #_footer .footer-topper .is-offset-5-desktop.social, #_footer .footer-topper .is-offset-5-desktop.footer-links, main .is-offset-5-desktop.side-toc, main article.is-offset-5-desktop { + .column.is-offset-5-desktop, #_footer .footer-topper .is-offset-5-desktop.social, #_footer .footer-topper .is-offset-5-desktop.footer-links, main.is-offset-5-desktop.sticky.scroll-with-footer::before, main.is-offset-5-desktop.sticky.scroll-with-footer::after, main .is-offset-5-desktop.side-toc, main article.is-offset-5-desktop { margin-left: 41.66667%; } - .column.is-6-desktop, #_footer .footer-topper .is-6-desktop.social, #_footer .footer-topper .is-6-desktop.footer-links, main .is-6-desktop.side-toc, main article.is-6-desktop { + .column.is-6-desktop, #_footer .footer-topper .is-6-desktop.social, #_footer .footer-topper .is-6-desktop.footer-links, main.is-6-desktop.sticky.scroll-with-footer::before, main.is-6-desktop.sticky.scroll-with-footer::after, main .is-6-desktop.side-toc, main article.is-6-desktop { flex: none; width: 50%; } - .column.is-offset-6-desktop, #_footer .footer-topper .is-offset-6-desktop.social, #_footer .footer-topper .is-offset-6-desktop.footer-links, main .is-offset-6-desktop.side-toc, main article.is-offset-6-desktop { + .column.is-offset-6-desktop, #_footer .footer-topper .is-offset-6-desktop.social, #_footer .footer-topper .is-offset-6-desktop.footer-links, main.is-offset-6-desktop.sticky.scroll-with-footer::before, main.is-offset-6-desktop.sticky.scroll-with-footer::after, main .is-offset-6-desktop.side-toc, main article.is-offset-6-desktop { margin-left: 50%; } - .column.is-7-desktop, #_footer .footer-topper .is-7-desktop.social, #_footer .footer-topper .is-7-desktop.footer-links, main .is-7-desktop.side-toc, main article.is-7-desktop { + .column.is-7-desktop, #_footer .footer-topper .is-7-desktop.social, #_footer .footer-topper .is-7-desktop.footer-links, main.is-7-desktop.sticky.scroll-with-footer::before, main.is-7-desktop.sticky.scroll-with-footer::after, main .is-7-desktop.side-toc, main article.is-7-desktop { flex: none; width: 58.33333%; } - .column.is-offset-7-desktop, #_footer .footer-topper .is-offset-7-desktop.social, #_footer .footer-topper .is-offset-7-desktop.footer-links, main .is-offset-7-desktop.side-toc, main article.is-offset-7-desktop { + .column.is-offset-7-desktop, #_footer .footer-topper .is-offset-7-desktop.social, #_footer .footer-topper .is-offset-7-desktop.footer-links, main.is-offset-7-desktop.sticky.scroll-with-footer::before, main.is-offset-7-desktop.sticky.scroll-with-footer::after, main .is-offset-7-desktop.side-toc, main article.is-offset-7-desktop { margin-left: 58.33333%; } - .column.is-8-desktop, #_footer .footer-topper .is-8-desktop.social, #_footer .footer-topper .is-8-desktop.footer-links, main .is-8-desktop.side-toc, main article.is-8-desktop { + .column.is-8-desktop, #_footer .footer-topper .is-8-desktop.social, #_footer .footer-topper .is-8-desktop.footer-links, main.is-8-desktop.sticky.scroll-with-footer::before, main.is-8-desktop.sticky.scroll-with-footer::after, main .is-8-desktop.side-toc, main article.is-8-desktop { flex: none; width: 66.66667%; } - .column.is-offset-8-desktop, #_footer .footer-topper .is-offset-8-desktop.social, #_footer .footer-topper .is-offset-8-desktop.footer-links, main .is-offset-8-desktop.side-toc, main article.is-offset-8-desktop { + .column.is-offset-8-desktop, #_footer .footer-topper .is-offset-8-desktop.social, #_footer .footer-topper .is-offset-8-desktop.footer-links, main.is-offset-8-desktop.sticky.scroll-with-footer::before, main.is-offset-8-desktop.sticky.scroll-with-footer::after, main .is-offset-8-desktop.side-toc, main article.is-offset-8-desktop { margin-left: 66.66667%; } - .column.is-9-desktop, #_footer .footer-topper .is-9-desktop.social, #_footer .footer-topper .is-9-desktop.footer-links, main .is-9-desktop.side-toc, main article.is-9-desktop { + .column.is-9-desktop, #_footer .footer-topper .is-9-desktop.social, #_footer .footer-topper .is-9-desktop.footer-links, main.is-9-desktop.sticky.scroll-with-footer::before, main.is-9-desktop.sticky.scroll-with-footer::after, main .is-9-desktop.side-toc, main article.is-9-desktop { flex: none; width: 75%; } - .column.is-offset-9-desktop, #_footer .footer-topper .is-offset-9-desktop.social, #_footer .footer-topper .is-offset-9-desktop.footer-links, main .is-offset-9-desktop.side-toc, main article.is-offset-9-desktop { + .column.is-offset-9-desktop, #_footer .footer-topper .is-offset-9-desktop.social, #_footer .footer-topper .is-offset-9-desktop.footer-links, main.is-offset-9-desktop.sticky.scroll-with-footer::before, main.is-offset-9-desktop.sticky.scroll-with-footer::after, main .is-offset-9-desktop.side-toc, main article.is-offset-9-desktop { margin-left: 75%; } - .column.is-10-desktop, #_footer .footer-topper .is-10-desktop.social, #_footer .footer-topper .is-10-desktop.footer-links, main .is-10-desktop.side-toc, main article.is-10-desktop { + .column.is-10-desktop, #_footer .footer-topper .is-10-desktop.social, #_footer .footer-topper .is-10-desktop.footer-links, main.is-10-desktop.sticky.scroll-with-footer::before, main.is-10-desktop.sticky.scroll-with-footer::after, main .is-10-desktop.side-toc, main article.is-10-desktop { flex: none; width: 83.33333%; } - .column.is-offset-10-desktop, #_footer .footer-topper .is-offset-10-desktop.social, #_footer .footer-topper .is-offset-10-desktop.footer-links, main .is-offset-10-desktop.side-toc, main article.is-offset-10-desktop { + .column.is-offset-10-desktop, #_footer .footer-topper .is-offset-10-desktop.social, #_footer .footer-topper .is-offset-10-desktop.footer-links, main.is-offset-10-desktop.sticky.scroll-with-footer::before, main.is-offset-10-desktop.sticky.scroll-with-footer::after, main .is-offset-10-desktop.side-toc, main article.is-offset-10-desktop { margin-left: 83.33333%; } - .column.is-11-desktop, #_footer .footer-topper .is-11-desktop.social, #_footer .footer-topper .is-11-desktop.footer-links, main .is-11-desktop.side-toc, main article.is-11-desktop { + .column.is-11-desktop, #_footer .footer-topper .is-11-desktop.social, #_footer .footer-topper .is-11-desktop.footer-links, main.is-11-desktop.sticky.scroll-with-footer::before, main.is-11-desktop.sticky.scroll-with-footer::after, main .is-11-desktop.side-toc, main article.is-11-desktop { flex: none; width: 91.66667%; } - .column.is-offset-11-desktop, #_footer .footer-topper .is-offset-11-desktop.social, #_footer .footer-topper .is-offset-11-desktop.footer-links, main .is-offset-11-desktop.side-toc, main article.is-offset-11-desktop { + .column.is-offset-11-desktop, #_footer .footer-topper .is-offset-11-desktop.social, #_footer .footer-topper .is-offset-11-desktop.footer-links, main.is-offset-11-desktop.sticky.scroll-with-footer::before, main.is-offset-11-desktop.sticky.scroll-with-footer::after, main .is-offset-11-desktop.side-toc, main article.is-offset-11-desktop { margin-left: 91.66667%; } - .column.is-12-desktop, #_footer .footer-topper .is-12-desktop.social, #_footer .footer-topper .is-12-desktop.footer-links, main .is-12-desktop.side-toc, main article.is-12-desktop { + .column.is-12-desktop, #_footer .footer-topper .is-12-desktop.social, #_footer .footer-topper .is-12-desktop.footer-links, main.is-12-desktop.sticky.scroll-with-footer::before, main.is-12-desktop.sticky.scroll-with-footer::after, main .is-12-desktop.side-toc, main article.is-12-desktop { flex: none; width: 100%; } - .column.is-offset-12-desktop, #_footer .footer-topper .is-offset-12-desktop.social, #_footer .footer-topper .is-offset-12-desktop.footer-links, main .is-offset-12-desktop.side-toc, main article.is-offset-12-desktop { + .column.is-offset-12-desktop, #_footer .footer-topper .is-offset-12-desktop.social, #_footer .footer-topper .is-offset-12-desktop.footer-links, main.is-offset-12-desktop.sticky.scroll-with-footer::before, main.is-offset-12-desktop.sticky.scroll-with-footer::after, main .is-offset-12-desktop.side-toc, main article.is-offset-12-desktop { margin-left: 100%; } } @media screen and (min-width: 1216px) { - .column.is-narrow-widescreen, #_footer .footer-topper .is-narrow-widescreen.social, #_footer .footer-topper .is-narrow-widescreen.footer-links, main .is-narrow-widescreen.side-toc, main article.is-narrow-widescreen { + .column.is-narrow-widescreen, #_footer .footer-topper .is-narrow-widescreen.social, #_footer .footer-topper .is-narrow-widescreen.footer-links, main.is-narrow-widescreen.sticky.scroll-with-footer::before, main.is-narrow-widescreen.sticky.scroll-with-footer::after, main .is-narrow-widescreen.side-toc, main article.is-narrow-widescreen { flex: none; width: unset; } - .column.is-full-widescreen, #_footer .footer-topper .is-full-widescreen.social, #_footer .footer-topper .is-full-widescreen.footer-links, main .is-full-widescreen.side-toc, main article.is-full-widescreen { + .column.is-full-widescreen, #_footer .footer-topper .is-full-widescreen.social, #_footer .footer-topper .is-full-widescreen.footer-links, main.is-full-widescreen.sticky.scroll-with-footer::before, main.is-full-widescreen.sticky.scroll-with-footer::after, main .is-full-widescreen.side-toc, main article.is-full-widescreen { flex: none; width: 100%; } - .column.is-three-quarters-widescreen, #_footer .footer-topper .is-three-quarters-widescreen.social, #_footer .footer-topper .is-three-quarters-widescreen.footer-links, main .is-three-quarters-widescreen.side-toc, main article.is-three-quarters-widescreen { + .column.is-three-quarters-widescreen, #_footer .footer-topper .is-three-quarters-widescreen.social, #_footer .footer-topper .is-three-quarters-widescreen.footer-links, main.is-three-quarters-widescreen.sticky.scroll-with-footer::before, main.is-three-quarters-widescreen.sticky.scroll-with-footer::after, main .is-three-quarters-widescreen.side-toc, main article.is-three-quarters-widescreen { flex: none; width: 75%; } - .column.is-two-thirds-widescreen, #_footer .footer-topper .is-two-thirds-widescreen.social, #_footer .footer-topper .is-two-thirds-widescreen.footer-links, main .is-two-thirds-widescreen.side-toc, main article.is-two-thirds-widescreen { + .column.is-two-thirds-widescreen, #_footer .footer-topper .is-two-thirds-widescreen.social, #_footer .footer-topper .is-two-thirds-widescreen.footer-links, main.is-two-thirds-widescreen.sticky.scroll-with-footer::before, main.is-two-thirds-widescreen.sticky.scroll-with-footer::after, main .is-two-thirds-widescreen.side-toc, main article.is-two-thirds-widescreen { flex: none; width: 66.6666%; } - .column.is-half-widescreen, #_footer .footer-topper .is-half-widescreen.social, #_footer .footer-topper .is-half-widescreen.footer-links, main .is-half-widescreen.side-toc, main article.is-half-widescreen { + .column.is-half-widescreen, #_footer .footer-topper .is-half-widescreen.social, #_footer .footer-topper .is-half-widescreen.footer-links, main.is-half-widescreen.sticky.scroll-with-footer::before, main.is-half-widescreen.sticky.scroll-with-footer::after, main .is-half-widescreen.side-toc, main article.is-half-widescreen { flex: none; width: 50%; } - .column.is-one-third-widescreen, #_footer .footer-topper .is-one-third-widescreen.social, #_footer .footer-topper .is-one-third-widescreen.footer-links, main .is-one-third-widescreen.side-toc, main article.is-one-third-widescreen { + .column.is-one-third-widescreen, #_footer .footer-topper .is-one-third-widescreen.social, #_footer .footer-topper .is-one-third-widescreen.footer-links, main.is-one-third-widescreen.sticky.scroll-with-footer::before, main.is-one-third-widescreen.sticky.scroll-with-footer::after, main .is-one-third-widescreen.side-toc, main article.is-one-third-widescreen { flex: none; width: 33.3333%; } - .column.is-one-quarter-widescreen, #_footer .footer-topper .is-one-quarter-widescreen.social, #_footer .footer-topper .is-one-quarter-widescreen.footer-links, main .is-one-quarter-widescreen.side-toc, main article.is-one-quarter-widescreen { + .column.is-one-quarter-widescreen, #_footer .footer-topper .is-one-quarter-widescreen.social, #_footer .footer-topper .is-one-quarter-widescreen.footer-links, main.is-one-quarter-widescreen.sticky.scroll-with-footer::before, main.is-one-quarter-widescreen.sticky.scroll-with-footer::after, main .is-one-quarter-widescreen.side-toc, main article.is-one-quarter-widescreen { flex: none; width: 25%; } - .column.is-one-fifth-widescreen, #_footer .footer-topper .is-one-fifth-widescreen.social, #_footer .footer-topper .is-one-fifth-widescreen.footer-links, main .is-one-fifth-widescreen.side-toc, main article.is-one-fifth-widescreen { + .column.is-one-fifth-widescreen, #_footer .footer-topper .is-one-fifth-widescreen.social, #_footer .footer-topper .is-one-fifth-widescreen.footer-links, main.is-one-fifth-widescreen.sticky.scroll-with-footer::before, main.is-one-fifth-widescreen.sticky.scroll-with-footer::after, main .is-one-fifth-widescreen.side-toc, main article.is-one-fifth-widescreen { flex: none; width: 20%; } - .column.is-two-fifths-widescreen, #_footer .footer-topper .is-two-fifths-widescreen.social, #_footer .footer-topper .is-two-fifths-widescreen.footer-links, main .is-two-fifths-widescreen.side-toc, main article.is-two-fifths-widescreen { + .column.is-two-fifths-widescreen, #_footer .footer-topper .is-two-fifths-widescreen.social, #_footer .footer-topper .is-two-fifths-widescreen.footer-links, main.is-two-fifths-widescreen.sticky.scroll-with-footer::before, main.is-two-fifths-widescreen.sticky.scroll-with-footer::after, main .is-two-fifths-widescreen.side-toc, main article.is-two-fifths-widescreen { flex: none; width: 40%; } - .column.is-three-fifths-widescreen, #_footer .footer-topper .is-three-fifths-widescreen.social, #_footer .footer-topper .is-three-fifths-widescreen.footer-links, main .is-three-fifths-widescreen.side-toc, main article.is-three-fifths-widescreen { + .column.is-three-fifths-widescreen, #_footer .footer-topper .is-three-fifths-widescreen.social, #_footer .footer-topper .is-three-fifths-widescreen.footer-links, main.is-three-fifths-widescreen.sticky.scroll-with-footer::before, main.is-three-fifths-widescreen.sticky.scroll-with-footer::after, main .is-three-fifths-widescreen.side-toc, main article.is-three-fifths-widescreen { flex: none; width: 60%; } - .column.is-four-fifths-widescreen, #_footer .footer-topper .is-four-fifths-widescreen.social, #_footer .footer-topper .is-four-fifths-widescreen.footer-links, main .is-four-fifths-widescreen.side-toc, main article.is-four-fifths-widescreen { + .column.is-four-fifths-widescreen, #_footer .footer-topper .is-four-fifths-widescreen.social, #_footer .footer-topper .is-four-fifths-widescreen.footer-links, main.is-four-fifths-widescreen.sticky.scroll-with-footer::before, main.is-four-fifths-widescreen.sticky.scroll-with-footer::after, main .is-four-fifths-widescreen.side-toc, main article.is-four-fifths-widescreen { flex: none; width: 80%; } - .column.is-offset-three-quarters-widescreen, #_footer .footer-topper .is-offset-three-quarters-widescreen.social, #_footer .footer-topper .is-offset-three-quarters-widescreen.footer-links, main .is-offset-three-quarters-widescreen.side-toc, main article.is-offset-three-quarters-widescreen { + .column.is-offset-three-quarters-widescreen, #_footer .footer-topper .is-offset-three-quarters-widescreen.social, #_footer .footer-topper .is-offset-three-quarters-widescreen.footer-links, main.is-offset-three-quarters-widescreen.sticky.scroll-with-footer::before, main.is-offset-three-quarters-widescreen.sticky.scroll-with-footer::after, main .is-offset-three-quarters-widescreen.side-toc, main article.is-offset-three-quarters-widescreen { margin-left: 75%; } - .column.is-offset-two-thirds-widescreen, #_footer .footer-topper .is-offset-two-thirds-widescreen.social, #_footer .footer-topper .is-offset-two-thirds-widescreen.footer-links, main .is-offset-two-thirds-widescreen.side-toc, main article.is-offset-two-thirds-widescreen { + .column.is-offset-two-thirds-widescreen, #_footer .footer-topper .is-offset-two-thirds-widescreen.social, #_footer .footer-topper .is-offset-two-thirds-widescreen.footer-links, main.is-offset-two-thirds-widescreen.sticky.scroll-with-footer::before, main.is-offset-two-thirds-widescreen.sticky.scroll-with-footer::after, main .is-offset-two-thirds-widescreen.side-toc, main article.is-offset-two-thirds-widescreen { margin-left: 66.6666%; } - .column.is-offset-half-widescreen, #_footer .footer-topper .is-offset-half-widescreen.social, #_footer .footer-topper .is-offset-half-widescreen.footer-links, main .is-offset-half-widescreen.side-toc, main article.is-offset-half-widescreen { + .column.is-offset-half-widescreen, #_footer .footer-topper .is-offset-half-widescreen.social, #_footer .footer-topper .is-offset-half-widescreen.footer-links, main.is-offset-half-widescreen.sticky.scroll-with-footer::before, main.is-offset-half-widescreen.sticky.scroll-with-footer::after, main .is-offset-half-widescreen.side-toc, main article.is-offset-half-widescreen { margin-left: 50%; } - .column.is-offset-one-third-widescreen, #_footer .footer-topper .is-offset-one-third-widescreen.social, #_footer .footer-topper .is-offset-one-third-widescreen.footer-links, main .is-offset-one-third-widescreen.side-toc, main article.is-offset-one-third-widescreen { + .column.is-offset-one-third-widescreen, #_footer .footer-topper .is-offset-one-third-widescreen.social, #_footer .footer-topper .is-offset-one-third-widescreen.footer-links, main.is-offset-one-third-widescreen.sticky.scroll-with-footer::before, main.is-offset-one-third-widescreen.sticky.scroll-with-footer::after, main .is-offset-one-third-widescreen.side-toc, main article.is-offset-one-third-widescreen { margin-left: 33.3333%; } - .column.is-offset-one-quarter-widescreen, #_footer .footer-topper .is-offset-one-quarter-widescreen.social, #_footer .footer-topper .is-offset-one-quarter-widescreen.footer-links, main .is-offset-one-quarter-widescreen.side-toc, main article.is-offset-one-quarter-widescreen { + .column.is-offset-one-quarter-widescreen, #_footer .footer-topper .is-offset-one-quarter-widescreen.social, #_footer .footer-topper .is-offset-one-quarter-widescreen.footer-links, main.is-offset-one-quarter-widescreen.sticky.scroll-with-footer::before, main.is-offset-one-quarter-widescreen.sticky.scroll-with-footer::after, main .is-offset-one-quarter-widescreen.side-toc, main article.is-offset-one-quarter-widescreen { margin-left: 25%; } - .column.is-offset-one-fifth-widescreen, #_footer .footer-topper .is-offset-one-fifth-widescreen.social, #_footer .footer-topper .is-offset-one-fifth-widescreen.footer-links, main .is-offset-one-fifth-widescreen.side-toc, main article.is-offset-one-fifth-widescreen { + .column.is-offset-one-fifth-widescreen, #_footer .footer-topper .is-offset-one-fifth-widescreen.social, #_footer .footer-topper .is-offset-one-fifth-widescreen.footer-links, main.is-offset-one-fifth-widescreen.sticky.scroll-with-footer::before, main.is-offset-one-fifth-widescreen.sticky.scroll-with-footer::after, main .is-offset-one-fifth-widescreen.side-toc, main article.is-offset-one-fifth-widescreen { margin-left: 20%; } - .column.is-offset-two-fifths-widescreen, #_footer .footer-topper .is-offset-two-fifths-widescreen.social, #_footer .footer-topper .is-offset-two-fifths-widescreen.footer-links, main .is-offset-two-fifths-widescreen.side-toc, main article.is-offset-two-fifths-widescreen { + .column.is-offset-two-fifths-widescreen, #_footer .footer-topper .is-offset-two-fifths-widescreen.social, #_footer .footer-topper .is-offset-two-fifths-widescreen.footer-links, main.is-offset-two-fifths-widescreen.sticky.scroll-with-footer::before, main.is-offset-two-fifths-widescreen.sticky.scroll-with-footer::after, main .is-offset-two-fifths-widescreen.side-toc, main article.is-offset-two-fifths-widescreen { margin-left: 40%; } - .column.is-offset-three-fifths-widescreen, #_footer .footer-topper .is-offset-three-fifths-widescreen.social, #_footer .footer-topper .is-offset-three-fifths-widescreen.footer-links, main .is-offset-three-fifths-widescreen.side-toc, main article.is-offset-three-fifths-widescreen { + .column.is-offset-three-fifths-widescreen, #_footer .footer-topper .is-offset-three-fifths-widescreen.social, #_footer .footer-topper .is-offset-three-fifths-widescreen.footer-links, main.is-offset-three-fifths-widescreen.sticky.scroll-with-footer::before, main.is-offset-three-fifths-widescreen.sticky.scroll-with-footer::after, main .is-offset-three-fifths-widescreen.side-toc, main article.is-offset-three-fifths-widescreen { margin-left: 60%; } - .column.is-offset-four-fifths-widescreen, #_footer .footer-topper .is-offset-four-fifths-widescreen.social, #_footer .footer-topper .is-offset-four-fifths-widescreen.footer-links, main .is-offset-four-fifths-widescreen.side-toc, main article.is-offset-four-fifths-widescreen { + .column.is-offset-four-fifths-widescreen, #_footer .footer-topper .is-offset-four-fifths-widescreen.social, #_footer .footer-topper .is-offset-four-fifths-widescreen.footer-links, main.is-offset-four-fifths-widescreen.sticky.scroll-with-footer::before, main.is-offset-four-fifths-widescreen.sticky.scroll-with-footer::after, main .is-offset-four-fifths-widescreen.side-toc, main article.is-offset-four-fifths-widescreen { margin-left: 80%; } - .column.is-0-widescreen, #_footer .footer-topper .is-0-widescreen.social, #_footer .footer-topper .is-0-widescreen.footer-links, main .is-0-widescreen.side-toc, main article.is-0-widescreen { + .column.is-0-widescreen, #_footer .footer-topper .is-0-widescreen.social, #_footer .footer-topper .is-0-widescreen.footer-links, main.is-0-widescreen.sticky.scroll-with-footer::before, main.is-0-widescreen.sticky.scroll-with-footer::after, main .is-0-widescreen.side-toc, main article.is-0-widescreen { flex: none; width: 0%; } - .column.is-offset-0-widescreen, #_footer .footer-topper .is-offset-0-widescreen.social, #_footer .footer-topper .is-offset-0-widescreen.footer-links, main .is-offset-0-widescreen.side-toc, main article.is-offset-0-widescreen { + .column.is-offset-0-widescreen, #_footer .footer-topper .is-offset-0-widescreen.social, #_footer .footer-topper .is-offset-0-widescreen.footer-links, main.is-offset-0-widescreen.sticky.scroll-with-footer::before, main.is-offset-0-widescreen.sticky.scroll-with-footer::after, main .is-offset-0-widescreen.side-toc, main article.is-offset-0-widescreen { margin-left: 0%; } - .column.is-1-widescreen, #_footer .footer-topper .is-1-widescreen.social, #_footer .footer-topper .is-1-widescreen.footer-links, main .is-1-widescreen.side-toc, main article.is-1-widescreen { + .column.is-1-widescreen, #_footer .footer-topper .is-1-widescreen.social, #_footer .footer-topper .is-1-widescreen.footer-links, main.is-1-widescreen.sticky.scroll-with-footer::before, main.is-1-widescreen.sticky.scroll-with-footer::after, main .is-1-widescreen.side-toc, main article.is-1-widescreen { flex: none; width: 8.33333%; } - .column.is-offset-1-widescreen, #_footer .footer-topper .is-offset-1-widescreen.social, #_footer .footer-topper .is-offset-1-widescreen.footer-links, main .is-offset-1-widescreen.side-toc, main article.is-offset-1-widescreen { + .column.is-offset-1-widescreen, #_footer .footer-topper .is-offset-1-widescreen.social, #_footer .footer-topper .is-offset-1-widescreen.footer-links, main.is-offset-1-widescreen.sticky.scroll-with-footer::before, main.is-offset-1-widescreen.sticky.scroll-with-footer::after, main .is-offset-1-widescreen.side-toc, main article.is-offset-1-widescreen { margin-left: 8.33333%; } - .column.is-2-widescreen, #_footer .footer-topper .is-2-widescreen.social, #_footer .footer-topper .is-2-widescreen.footer-links, main .is-2-widescreen.side-toc, main article.is-2-widescreen { + .column.is-2-widescreen, #_footer .footer-topper .is-2-widescreen.social, #_footer .footer-topper .is-2-widescreen.footer-links, main.is-2-widescreen.sticky.scroll-with-footer::before, main.is-2-widescreen.sticky.scroll-with-footer::after, main .is-2-widescreen.side-toc, main article.is-2-widescreen { flex: none; width: 16.66667%; } - .column.is-offset-2-widescreen, #_footer .footer-topper .is-offset-2-widescreen.social, #_footer .footer-topper .is-offset-2-widescreen.footer-links, main .is-offset-2-widescreen.side-toc, main article.is-offset-2-widescreen { + .column.is-offset-2-widescreen, #_footer .footer-topper .is-offset-2-widescreen.social, #_footer .footer-topper .is-offset-2-widescreen.footer-links, main.is-offset-2-widescreen.sticky.scroll-with-footer::before, main.is-offset-2-widescreen.sticky.scroll-with-footer::after, main .is-offset-2-widescreen.side-toc, main article.is-offset-2-widescreen { margin-left: 16.66667%; } - .column.is-3-widescreen, #_footer .footer-topper .is-3-widescreen.social, #_footer .footer-topper .is-3-widescreen.footer-links, main .is-3-widescreen.side-toc, main article.is-3-widescreen { + .column.is-3-widescreen, #_footer .footer-topper .is-3-widescreen.social, #_footer .footer-topper .is-3-widescreen.footer-links, main.is-3-widescreen.sticky.scroll-with-footer::before, main.is-3-widescreen.sticky.scroll-with-footer::after, main .is-3-widescreen.side-toc, main article.is-3-widescreen { flex: none; width: 25%; } - .column.is-offset-3-widescreen, #_footer .footer-topper .is-offset-3-widescreen.social, #_footer .footer-topper .is-offset-3-widescreen.footer-links, main .is-offset-3-widescreen.side-toc, main article.is-offset-3-widescreen { + .column.is-offset-3-widescreen, #_footer .footer-topper .is-offset-3-widescreen.social, #_footer .footer-topper .is-offset-3-widescreen.footer-links, main.is-offset-3-widescreen.sticky.scroll-with-footer::before, main.is-offset-3-widescreen.sticky.scroll-with-footer::after, main .is-offset-3-widescreen.side-toc, main article.is-offset-3-widescreen { margin-left: 25%; } - .column.is-4-widescreen, #_footer .footer-topper .is-4-widescreen.social, #_footer .footer-topper .is-4-widescreen.footer-links, main .is-4-widescreen.side-toc, main article.is-4-widescreen { + .column.is-4-widescreen, #_footer .footer-topper .is-4-widescreen.social, #_footer .footer-topper .is-4-widescreen.footer-links, main.is-4-widescreen.sticky.scroll-with-footer::before, main.is-4-widescreen.sticky.scroll-with-footer::after, main .is-4-widescreen.side-toc, main article.is-4-widescreen { flex: none; width: 33.33333%; } - .column.is-offset-4-widescreen, #_footer .footer-topper .is-offset-4-widescreen.social, #_footer .footer-topper .is-offset-4-widescreen.footer-links, main .is-offset-4-widescreen.side-toc, main article.is-offset-4-widescreen { + .column.is-offset-4-widescreen, #_footer .footer-topper .is-offset-4-widescreen.social, #_footer .footer-topper .is-offset-4-widescreen.footer-links, main.is-offset-4-widescreen.sticky.scroll-with-footer::before, main.is-offset-4-widescreen.sticky.scroll-with-footer::after, main .is-offset-4-widescreen.side-toc, main article.is-offset-4-widescreen { margin-left: 33.33333%; } - .column.is-5-widescreen, #_footer .footer-topper .is-5-widescreen.social, #_footer .footer-topper .is-5-widescreen.footer-links, main .is-5-widescreen.side-toc, main article.is-5-widescreen { + .column.is-5-widescreen, #_footer .footer-topper .is-5-widescreen.social, #_footer .footer-topper .is-5-widescreen.footer-links, main.is-5-widescreen.sticky.scroll-with-footer::before, main.is-5-widescreen.sticky.scroll-with-footer::after, main .is-5-widescreen.side-toc, main article.is-5-widescreen { flex: none; width: 41.66667%; } - .column.is-offset-5-widescreen, #_footer .footer-topper .is-offset-5-widescreen.social, #_footer .footer-topper .is-offset-5-widescreen.footer-links, main .is-offset-5-widescreen.side-toc, main article.is-offset-5-widescreen { + .column.is-offset-5-widescreen, #_footer .footer-topper .is-offset-5-widescreen.social, #_footer .footer-topper .is-offset-5-widescreen.footer-links, main.is-offset-5-widescreen.sticky.scroll-with-footer::before, main.is-offset-5-widescreen.sticky.scroll-with-footer::after, main .is-offset-5-widescreen.side-toc, main article.is-offset-5-widescreen { margin-left: 41.66667%; } - .column.is-6-widescreen, #_footer .footer-topper .is-6-widescreen.social, #_footer .footer-topper .is-6-widescreen.footer-links, main .is-6-widescreen.side-toc, main article.is-6-widescreen { + .column.is-6-widescreen, #_footer .footer-topper .is-6-widescreen.social, #_footer .footer-topper .is-6-widescreen.footer-links, main.is-6-widescreen.sticky.scroll-with-footer::before, main.is-6-widescreen.sticky.scroll-with-footer::after, main .is-6-widescreen.side-toc, main article.is-6-widescreen { flex: none; width: 50%; } - .column.is-offset-6-widescreen, #_footer .footer-topper .is-offset-6-widescreen.social, #_footer .footer-topper .is-offset-6-widescreen.footer-links, main .is-offset-6-widescreen.side-toc, main article.is-offset-6-widescreen { + .column.is-offset-6-widescreen, #_footer .footer-topper .is-offset-6-widescreen.social, #_footer .footer-topper .is-offset-6-widescreen.footer-links, main.is-offset-6-widescreen.sticky.scroll-with-footer::before, main.is-offset-6-widescreen.sticky.scroll-with-footer::after, main .is-offset-6-widescreen.side-toc, main article.is-offset-6-widescreen { margin-left: 50%; } - .column.is-7-widescreen, #_footer .footer-topper .is-7-widescreen.social, #_footer .footer-topper .is-7-widescreen.footer-links, main .is-7-widescreen.side-toc, main article.is-7-widescreen { + .column.is-7-widescreen, #_footer .footer-topper .is-7-widescreen.social, #_footer .footer-topper .is-7-widescreen.footer-links, main.is-7-widescreen.sticky.scroll-with-footer::before, main.is-7-widescreen.sticky.scroll-with-footer::after, main .is-7-widescreen.side-toc, main article.is-7-widescreen { flex: none; width: 58.33333%; } - .column.is-offset-7-widescreen, #_footer .footer-topper .is-offset-7-widescreen.social, #_footer .footer-topper .is-offset-7-widescreen.footer-links, main .is-offset-7-widescreen.side-toc, main article.is-offset-7-widescreen { + .column.is-offset-7-widescreen, #_footer .footer-topper .is-offset-7-widescreen.social, #_footer .footer-topper .is-offset-7-widescreen.footer-links, main.is-offset-7-widescreen.sticky.scroll-with-footer::before, main.is-offset-7-widescreen.sticky.scroll-with-footer::after, main .is-offset-7-widescreen.side-toc, main article.is-offset-7-widescreen { margin-left: 58.33333%; } - .column.is-8-widescreen, #_footer .footer-topper .is-8-widescreen.social, #_footer .footer-topper .is-8-widescreen.footer-links, main .is-8-widescreen.side-toc, main article.is-8-widescreen { + .column.is-8-widescreen, #_footer .footer-topper .is-8-widescreen.social, #_footer .footer-topper .is-8-widescreen.footer-links, main.is-8-widescreen.sticky.scroll-with-footer::before, main.is-8-widescreen.sticky.scroll-with-footer::after, main .is-8-widescreen.side-toc, main article.is-8-widescreen { flex: none; width: 66.66667%; } - .column.is-offset-8-widescreen, #_footer .footer-topper .is-offset-8-widescreen.social, #_footer .footer-topper .is-offset-8-widescreen.footer-links, main .is-offset-8-widescreen.side-toc, main article.is-offset-8-widescreen { + .column.is-offset-8-widescreen, #_footer .footer-topper .is-offset-8-widescreen.social, #_footer .footer-topper .is-offset-8-widescreen.footer-links, main.is-offset-8-widescreen.sticky.scroll-with-footer::before, main.is-offset-8-widescreen.sticky.scroll-with-footer::after, main .is-offset-8-widescreen.side-toc, main article.is-offset-8-widescreen { margin-left: 66.66667%; } - .column.is-9-widescreen, #_footer .footer-topper .is-9-widescreen.social, #_footer .footer-topper .is-9-widescreen.footer-links, main .is-9-widescreen.side-toc, main article.is-9-widescreen { + .column.is-9-widescreen, #_footer .footer-topper .is-9-widescreen.social, #_footer .footer-topper .is-9-widescreen.footer-links, main.is-9-widescreen.sticky.scroll-with-footer::before, main.is-9-widescreen.sticky.scroll-with-footer::after, main .is-9-widescreen.side-toc, main article.is-9-widescreen { flex: none; width: 75%; } - .column.is-offset-9-widescreen, #_footer .footer-topper .is-offset-9-widescreen.social, #_footer .footer-topper .is-offset-9-widescreen.footer-links, main .is-offset-9-widescreen.side-toc, main article.is-offset-9-widescreen { + .column.is-offset-9-widescreen, #_footer .footer-topper .is-offset-9-widescreen.social, #_footer .footer-topper .is-offset-9-widescreen.footer-links, main.is-offset-9-widescreen.sticky.scroll-with-footer::before, main.is-offset-9-widescreen.sticky.scroll-with-footer::after, main .is-offset-9-widescreen.side-toc, main article.is-offset-9-widescreen { margin-left: 75%; } - .column.is-10-widescreen, #_footer .footer-topper .is-10-widescreen.social, #_footer .footer-topper .is-10-widescreen.footer-links, main .is-10-widescreen.side-toc, main article.is-10-widescreen { + .column.is-10-widescreen, #_footer .footer-topper .is-10-widescreen.social, #_footer .footer-topper .is-10-widescreen.footer-links, main.is-10-widescreen.sticky.scroll-with-footer::before, main.is-10-widescreen.sticky.scroll-with-footer::after, main .is-10-widescreen.side-toc, main article.is-10-widescreen { flex: none; width: 83.33333%; } - .column.is-offset-10-widescreen, #_footer .footer-topper .is-offset-10-widescreen.social, #_footer .footer-topper .is-offset-10-widescreen.footer-links, main .is-offset-10-widescreen.side-toc, main article.is-offset-10-widescreen { + .column.is-offset-10-widescreen, #_footer .footer-topper .is-offset-10-widescreen.social, #_footer .footer-topper .is-offset-10-widescreen.footer-links, main.is-offset-10-widescreen.sticky.scroll-with-footer::before, main.is-offset-10-widescreen.sticky.scroll-with-footer::after, main .is-offset-10-widescreen.side-toc, main article.is-offset-10-widescreen { margin-left: 83.33333%; } - .column.is-11-widescreen, #_footer .footer-topper .is-11-widescreen.social, #_footer .footer-topper .is-11-widescreen.footer-links, main .is-11-widescreen.side-toc, main article.is-11-widescreen { + .column.is-11-widescreen, #_footer .footer-topper .is-11-widescreen.social, #_footer .footer-topper .is-11-widescreen.footer-links, main.is-11-widescreen.sticky.scroll-with-footer::before, main.is-11-widescreen.sticky.scroll-with-footer::after, main .is-11-widescreen.side-toc, main article.is-11-widescreen { flex: none; width: 91.66667%; } - .column.is-offset-11-widescreen, #_footer .footer-topper .is-offset-11-widescreen.social, #_footer .footer-topper .is-offset-11-widescreen.footer-links, main .is-offset-11-widescreen.side-toc, main article.is-offset-11-widescreen { + .column.is-offset-11-widescreen, #_footer .footer-topper .is-offset-11-widescreen.social, #_footer .footer-topper .is-offset-11-widescreen.footer-links, main.is-offset-11-widescreen.sticky.scroll-with-footer::before, main.is-offset-11-widescreen.sticky.scroll-with-footer::after, main .is-offset-11-widescreen.side-toc, main article.is-offset-11-widescreen { margin-left: 91.66667%; } - .column.is-12-widescreen, #_footer .footer-topper .is-12-widescreen.social, #_footer .footer-topper .is-12-widescreen.footer-links, main .is-12-widescreen.side-toc, main article.is-12-widescreen { + .column.is-12-widescreen, #_footer .footer-topper .is-12-widescreen.social, #_footer .footer-topper .is-12-widescreen.footer-links, main.is-12-widescreen.sticky.scroll-with-footer::before, main.is-12-widescreen.sticky.scroll-with-footer::after, main .is-12-widescreen.side-toc, main article.is-12-widescreen { flex: none; width: 100%; } - .column.is-offset-12-widescreen, #_footer .footer-topper .is-offset-12-widescreen.social, #_footer .footer-topper .is-offset-12-widescreen.footer-links, main .is-offset-12-widescreen.side-toc, main article.is-offset-12-widescreen { + .column.is-offset-12-widescreen, #_footer .footer-topper .is-offset-12-widescreen.social, #_footer .footer-topper .is-offset-12-widescreen.footer-links, main.is-offset-12-widescreen.sticky.scroll-with-footer::before, main.is-offset-12-widescreen.sticky.scroll-with-footer::after, main .is-offset-12-widescreen.side-toc, main article.is-offset-12-widescreen { margin-left: 100%; } } @media screen and (min-width: 1408px) { - .column.is-narrow-fullhd, #_footer .footer-topper .is-narrow-fullhd.social, #_footer .footer-topper .is-narrow-fullhd.footer-links, main .is-narrow-fullhd.side-toc, main article.is-narrow-fullhd { + .column.is-narrow-fullhd, #_footer .footer-topper .is-narrow-fullhd.social, #_footer .footer-topper .is-narrow-fullhd.footer-links, main.is-narrow-fullhd.sticky.scroll-with-footer::before, main.is-narrow-fullhd.sticky.scroll-with-footer::after, main .is-narrow-fullhd.side-toc, main article.is-narrow-fullhd { flex: none; width: unset; } - .column.is-full-fullhd, #_footer .footer-topper .is-full-fullhd.social, #_footer .footer-topper .is-full-fullhd.footer-links, main .is-full-fullhd.side-toc, main article.is-full-fullhd { + .column.is-full-fullhd, #_footer .footer-topper .is-full-fullhd.social, #_footer .footer-topper .is-full-fullhd.footer-links, main.is-full-fullhd.sticky.scroll-with-footer::before, main.is-full-fullhd.sticky.scroll-with-footer::after, main .is-full-fullhd.side-toc, main article.is-full-fullhd { flex: none; width: 100%; } - .column.is-three-quarters-fullhd, #_footer .footer-topper .is-three-quarters-fullhd.social, #_footer .footer-topper .is-three-quarters-fullhd.footer-links, main .is-three-quarters-fullhd.side-toc, main article.is-three-quarters-fullhd { + .column.is-three-quarters-fullhd, #_footer .footer-topper .is-three-quarters-fullhd.social, #_footer .footer-topper .is-three-quarters-fullhd.footer-links, main.is-three-quarters-fullhd.sticky.scroll-with-footer::before, main.is-three-quarters-fullhd.sticky.scroll-with-footer::after, main .is-three-quarters-fullhd.side-toc, main article.is-three-quarters-fullhd { flex: none; width: 75%; } - .column.is-two-thirds-fullhd, #_footer .footer-topper .is-two-thirds-fullhd.social, #_footer .footer-topper .is-two-thirds-fullhd.footer-links, main .is-two-thirds-fullhd.side-toc, main article.is-two-thirds-fullhd { + .column.is-two-thirds-fullhd, #_footer .footer-topper .is-two-thirds-fullhd.social, #_footer .footer-topper .is-two-thirds-fullhd.footer-links, main.is-two-thirds-fullhd.sticky.scroll-with-footer::before, main.is-two-thirds-fullhd.sticky.scroll-with-footer::after, main .is-two-thirds-fullhd.side-toc, main article.is-two-thirds-fullhd { flex: none; width: 66.6666%; } - .column.is-half-fullhd, #_footer .footer-topper .is-half-fullhd.social, #_footer .footer-topper .is-half-fullhd.footer-links, main .is-half-fullhd.side-toc, main article.is-half-fullhd { + .column.is-half-fullhd, #_footer .footer-topper .is-half-fullhd.social, #_footer .footer-topper .is-half-fullhd.footer-links, main.is-half-fullhd.sticky.scroll-with-footer::before, main.is-half-fullhd.sticky.scroll-with-footer::after, main .is-half-fullhd.side-toc, main article.is-half-fullhd { flex: none; width: 50%; } - .column.is-one-third-fullhd, #_footer .footer-topper .is-one-third-fullhd.social, #_footer .footer-topper .is-one-third-fullhd.footer-links, main .is-one-third-fullhd.side-toc, main article.is-one-third-fullhd { + .column.is-one-third-fullhd, #_footer .footer-topper .is-one-third-fullhd.social, #_footer .footer-topper .is-one-third-fullhd.footer-links, main.is-one-third-fullhd.sticky.scroll-with-footer::before, main.is-one-third-fullhd.sticky.scroll-with-footer::after, main .is-one-third-fullhd.side-toc, main article.is-one-third-fullhd { flex: none; width: 33.3333%; } - .column.is-one-quarter-fullhd, #_footer .footer-topper .is-one-quarter-fullhd.social, #_footer .footer-topper .is-one-quarter-fullhd.footer-links, main .is-one-quarter-fullhd.side-toc, main article.is-one-quarter-fullhd { + .column.is-one-quarter-fullhd, #_footer .footer-topper .is-one-quarter-fullhd.social, #_footer .footer-topper .is-one-quarter-fullhd.footer-links, main.is-one-quarter-fullhd.sticky.scroll-with-footer::before, main.is-one-quarter-fullhd.sticky.scroll-with-footer::after, main .is-one-quarter-fullhd.side-toc, main article.is-one-quarter-fullhd { flex: none; width: 25%; } - .column.is-one-fifth-fullhd, #_footer .footer-topper .is-one-fifth-fullhd.social, #_footer .footer-topper .is-one-fifth-fullhd.footer-links, main .is-one-fifth-fullhd.side-toc, main article.is-one-fifth-fullhd { + .column.is-one-fifth-fullhd, #_footer .footer-topper .is-one-fifth-fullhd.social, #_footer .footer-topper .is-one-fifth-fullhd.footer-links, main.is-one-fifth-fullhd.sticky.scroll-with-footer::before, main.is-one-fifth-fullhd.sticky.scroll-with-footer::after, main .is-one-fifth-fullhd.side-toc, main article.is-one-fifth-fullhd { flex: none; width: 20%; } - .column.is-two-fifths-fullhd, #_footer .footer-topper .is-two-fifths-fullhd.social, #_footer .footer-topper .is-two-fifths-fullhd.footer-links, main .is-two-fifths-fullhd.side-toc, main article.is-two-fifths-fullhd { + .column.is-two-fifths-fullhd, #_footer .footer-topper .is-two-fifths-fullhd.social, #_footer .footer-topper .is-two-fifths-fullhd.footer-links, main.is-two-fifths-fullhd.sticky.scroll-with-footer::before, main.is-two-fifths-fullhd.sticky.scroll-with-footer::after, main .is-two-fifths-fullhd.side-toc, main article.is-two-fifths-fullhd { flex: none; width: 40%; } - .column.is-three-fifths-fullhd, #_footer .footer-topper .is-three-fifths-fullhd.social, #_footer .footer-topper .is-three-fifths-fullhd.footer-links, main .is-three-fifths-fullhd.side-toc, main article.is-three-fifths-fullhd { + .column.is-three-fifths-fullhd, #_footer .footer-topper .is-three-fifths-fullhd.social, #_footer .footer-topper .is-three-fifths-fullhd.footer-links, main.is-three-fifths-fullhd.sticky.scroll-with-footer::before, main.is-three-fifths-fullhd.sticky.scroll-with-footer::after, main .is-three-fifths-fullhd.side-toc, main article.is-three-fifths-fullhd { flex: none; width: 60%; } - .column.is-four-fifths-fullhd, #_footer .footer-topper .is-four-fifths-fullhd.social, #_footer .footer-topper .is-four-fifths-fullhd.footer-links, main .is-four-fifths-fullhd.side-toc, main article.is-four-fifths-fullhd { + .column.is-four-fifths-fullhd, #_footer .footer-topper .is-four-fifths-fullhd.social, #_footer .footer-topper .is-four-fifths-fullhd.footer-links, main.is-four-fifths-fullhd.sticky.scroll-with-footer::before, main.is-four-fifths-fullhd.sticky.scroll-with-footer::after, main .is-four-fifths-fullhd.side-toc, main article.is-four-fifths-fullhd { flex: none; width: 80%; } - .column.is-offset-three-quarters-fullhd, #_footer .footer-topper .is-offset-three-quarters-fullhd.social, #_footer .footer-topper .is-offset-three-quarters-fullhd.footer-links, main .is-offset-three-quarters-fullhd.side-toc, main article.is-offset-three-quarters-fullhd { + .column.is-offset-three-quarters-fullhd, #_footer .footer-topper .is-offset-three-quarters-fullhd.social, #_footer .footer-topper .is-offset-three-quarters-fullhd.footer-links, main.is-offset-three-quarters-fullhd.sticky.scroll-with-footer::before, main.is-offset-three-quarters-fullhd.sticky.scroll-with-footer::after, main .is-offset-three-quarters-fullhd.side-toc, main article.is-offset-three-quarters-fullhd { margin-left: 75%; } - .column.is-offset-two-thirds-fullhd, #_footer .footer-topper .is-offset-two-thirds-fullhd.social, #_footer .footer-topper .is-offset-two-thirds-fullhd.footer-links, main .is-offset-two-thirds-fullhd.side-toc, main article.is-offset-two-thirds-fullhd { + .column.is-offset-two-thirds-fullhd, #_footer .footer-topper .is-offset-two-thirds-fullhd.social, #_footer .footer-topper .is-offset-two-thirds-fullhd.footer-links, main.is-offset-two-thirds-fullhd.sticky.scroll-with-footer::before, main.is-offset-two-thirds-fullhd.sticky.scroll-with-footer::after, main .is-offset-two-thirds-fullhd.side-toc, main article.is-offset-two-thirds-fullhd { margin-left: 66.6666%; } - .column.is-offset-half-fullhd, #_footer .footer-topper .is-offset-half-fullhd.social, #_footer .footer-topper .is-offset-half-fullhd.footer-links, main .is-offset-half-fullhd.side-toc, main article.is-offset-half-fullhd { + .column.is-offset-half-fullhd, #_footer .footer-topper .is-offset-half-fullhd.social, #_footer .footer-topper .is-offset-half-fullhd.footer-links, main.is-offset-half-fullhd.sticky.scroll-with-footer::before, main.is-offset-half-fullhd.sticky.scroll-with-footer::after, main .is-offset-half-fullhd.side-toc, main article.is-offset-half-fullhd { margin-left: 50%; } - .column.is-offset-one-third-fullhd, #_footer .footer-topper .is-offset-one-third-fullhd.social, #_footer .footer-topper .is-offset-one-third-fullhd.footer-links, main .is-offset-one-third-fullhd.side-toc, main article.is-offset-one-third-fullhd { + .column.is-offset-one-third-fullhd, #_footer .footer-topper .is-offset-one-third-fullhd.social, #_footer .footer-topper .is-offset-one-third-fullhd.footer-links, main.is-offset-one-third-fullhd.sticky.scroll-with-footer::before, main.is-offset-one-third-fullhd.sticky.scroll-with-footer::after, main .is-offset-one-third-fullhd.side-toc, main article.is-offset-one-third-fullhd { margin-left: 33.3333%; } - .column.is-offset-one-quarter-fullhd, #_footer .footer-topper .is-offset-one-quarter-fullhd.social, #_footer .footer-topper .is-offset-one-quarter-fullhd.footer-links, main .is-offset-one-quarter-fullhd.side-toc, main article.is-offset-one-quarter-fullhd { + .column.is-offset-one-quarter-fullhd, #_footer .footer-topper .is-offset-one-quarter-fullhd.social, #_footer .footer-topper .is-offset-one-quarter-fullhd.footer-links, main.is-offset-one-quarter-fullhd.sticky.scroll-with-footer::before, main.is-offset-one-quarter-fullhd.sticky.scroll-with-footer::after, main .is-offset-one-quarter-fullhd.side-toc, main article.is-offset-one-quarter-fullhd { margin-left: 25%; } - .column.is-offset-one-fifth-fullhd, #_footer .footer-topper .is-offset-one-fifth-fullhd.social, #_footer .footer-topper .is-offset-one-fifth-fullhd.footer-links, main .is-offset-one-fifth-fullhd.side-toc, main article.is-offset-one-fifth-fullhd { + .column.is-offset-one-fifth-fullhd, #_footer .footer-topper .is-offset-one-fifth-fullhd.social, #_footer .footer-topper .is-offset-one-fifth-fullhd.footer-links, main.is-offset-one-fifth-fullhd.sticky.scroll-with-footer::before, main.is-offset-one-fifth-fullhd.sticky.scroll-with-footer::after, main .is-offset-one-fifth-fullhd.side-toc, main article.is-offset-one-fifth-fullhd { margin-left: 20%; } - .column.is-offset-two-fifths-fullhd, #_footer .footer-topper .is-offset-two-fifths-fullhd.social, #_footer .footer-topper .is-offset-two-fifths-fullhd.footer-links, main .is-offset-two-fifths-fullhd.side-toc, main article.is-offset-two-fifths-fullhd { + .column.is-offset-two-fifths-fullhd, #_footer .footer-topper .is-offset-two-fifths-fullhd.social, #_footer .footer-topper .is-offset-two-fifths-fullhd.footer-links, main.is-offset-two-fifths-fullhd.sticky.scroll-with-footer::before, main.is-offset-two-fifths-fullhd.sticky.scroll-with-footer::after, main .is-offset-two-fifths-fullhd.side-toc, main article.is-offset-two-fifths-fullhd { margin-left: 40%; } - .column.is-offset-three-fifths-fullhd, #_footer .footer-topper .is-offset-three-fifths-fullhd.social, #_footer .footer-topper .is-offset-three-fifths-fullhd.footer-links, main .is-offset-three-fifths-fullhd.side-toc, main article.is-offset-three-fifths-fullhd { + .column.is-offset-three-fifths-fullhd, #_footer .footer-topper .is-offset-three-fifths-fullhd.social, #_footer .footer-topper .is-offset-three-fifths-fullhd.footer-links, main.is-offset-three-fifths-fullhd.sticky.scroll-with-footer::before, main.is-offset-three-fifths-fullhd.sticky.scroll-with-footer::after, main .is-offset-three-fifths-fullhd.side-toc, main article.is-offset-three-fifths-fullhd { margin-left: 60%; } - .column.is-offset-four-fifths-fullhd, #_footer .footer-topper .is-offset-four-fifths-fullhd.social, #_footer .footer-topper .is-offset-four-fifths-fullhd.footer-links, main .is-offset-four-fifths-fullhd.side-toc, main article.is-offset-four-fifths-fullhd { + .column.is-offset-four-fifths-fullhd, #_footer .footer-topper .is-offset-four-fifths-fullhd.social, #_footer .footer-topper .is-offset-four-fifths-fullhd.footer-links, main.is-offset-four-fifths-fullhd.sticky.scroll-with-footer::before, main.is-offset-four-fifths-fullhd.sticky.scroll-with-footer::after, main .is-offset-four-fifths-fullhd.side-toc, main article.is-offset-four-fifths-fullhd { margin-left: 80%; } - .column.is-0-fullhd, #_footer .footer-topper .is-0-fullhd.social, #_footer .footer-topper .is-0-fullhd.footer-links, main .is-0-fullhd.side-toc, main article.is-0-fullhd { + .column.is-0-fullhd, #_footer .footer-topper .is-0-fullhd.social, #_footer .footer-topper .is-0-fullhd.footer-links, main.is-0-fullhd.sticky.scroll-with-footer::before, main.is-0-fullhd.sticky.scroll-with-footer::after, main .is-0-fullhd.side-toc, main article.is-0-fullhd { flex: none; width: 0%; } - .column.is-offset-0-fullhd, #_footer .footer-topper .is-offset-0-fullhd.social, #_footer .footer-topper .is-offset-0-fullhd.footer-links, main .is-offset-0-fullhd.side-toc, main article.is-offset-0-fullhd { + .column.is-offset-0-fullhd, #_footer .footer-topper .is-offset-0-fullhd.social, #_footer .footer-topper .is-offset-0-fullhd.footer-links, main.is-offset-0-fullhd.sticky.scroll-with-footer::before, main.is-offset-0-fullhd.sticky.scroll-with-footer::after, main .is-offset-0-fullhd.side-toc, main article.is-offset-0-fullhd { margin-left: 0%; } - .column.is-1-fullhd, #_footer .footer-topper .is-1-fullhd.social, #_footer .footer-topper .is-1-fullhd.footer-links, main .is-1-fullhd.side-toc, main article.is-1-fullhd { + .column.is-1-fullhd, #_footer .footer-topper .is-1-fullhd.social, #_footer .footer-topper .is-1-fullhd.footer-links, main.is-1-fullhd.sticky.scroll-with-footer::before, main.is-1-fullhd.sticky.scroll-with-footer::after, main .is-1-fullhd.side-toc, main article.is-1-fullhd { flex: none; width: 8.33333%; } - .column.is-offset-1-fullhd, #_footer .footer-topper .is-offset-1-fullhd.social, #_footer .footer-topper .is-offset-1-fullhd.footer-links, main .is-offset-1-fullhd.side-toc, main article.is-offset-1-fullhd { + .column.is-offset-1-fullhd, #_footer .footer-topper .is-offset-1-fullhd.social, #_footer .footer-topper .is-offset-1-fullhd.footer-links, main.is-offset-1-fullhd.sticky.scroll-with-footer::before, main.is-offset-1-fullhd.sticky.scroll-with-footer::after, main .is-offset-1-fullhd.side-toc, main article.is-offset-1-fullhd { margin-left: 8.33333%; } - .column.is-2-fullhd, #_footer .footer-topper .is-2-fullhd.social, #_footer .footer-topper .is-2-fullhd.footer-links, main .is-2-fullhd.side-toc, main article.is-2-fullhd { + .column.is-2-fullhd, #_footer .footer-topper .is-2-fullhd.social, #_footer .footer-topper .is-2-fullhd.footer-links, main.is-2-fullhd.sticky.scroll-with-footer::before, main.is-2-fullhd.sticky.scroll-with-footer::after, main .is-2-fullhd.side-toc, main article.is-2-fullhd { flex: none; width: 16.66667%; } - .column.is-offset-2-fullhd, #_footer .footer-topper .is-offset-2-fullhd.social, #_footer .footer-topper .is-offset-2-fullhd.footer-links, main .is-offset-2-fullhd.side-toc, main article.is-offset-2-fullhd { + .column.is-offset-2-fullhd, #_footer .footer-topper .is-offset-2-fullhd.social, #_footer .footer-topper .is-offset-2-fullhd.footer-links, main.is-offset-2-fullhd.sticky.scroll-with-footer::before, main.is-offset-2-fullhd.sticky.scroll-with-footer::after, main .is-offset-2-fullhd.side-toc, main article.is-offset-2-fullhd { margin-left: 16.66667%; } - .column.is-3-fullhd, #_footer .footer-topper .is-3-fullhd.social, #_footer .footer-topper .is-3-fullhd.footer-links, main .is-3-fullhd.side-toc, main article.is-3-fullhd { + .column.is-3-fullhd, #_footer .footer-topper .is-3-fullhd.social, #_footer .footer-topper .is-3-fullhd.footer-links, main.is-3-fullhd.sticky.scroll-with-footer::before, main.is-3-fullhd.sticky.scroll-with-footer::after, main .is-3-fullhd.side-toc, main article.is-3-fullhd { flex: none; width: 25%; } - .column.is-offset-3-fullhd, #_footer .footer-topper .is-offset-3-fullhd.social, #_footer .footer-topper .is-offset-3-fullhd.footer-links, main .is-offset-3-fullhd.side-toc, main article.is-offset-3-fullhd { + .column.is-offset-3-fullhd, #_footer .footer-topper .is-offset-3-fullhd.social, #_footer .footer-topper .is-offset-3-fullhd.footer-links, main.is-offset-3-fullhd.sticky.scroll-with-footer::before, main.is-offset-3-fullhd.sticky.scroll-with-footer::after, main .is-offset-3-fullhd.side-toc, main article.is-offset-3-fullhd { margin-left: 25%; } - .column.is-4-fullhd, #_footer .footer-topper .is-4-fullhd.social, #_footer .footer-topper .is-4-fullhd.footer-links, main .is-4-fullhd.side-toc, main article.is-4-fullhd { + .column.is-4-fullhd, #_footer .footer-topper .is-4-fullhd.social, #_footer .footer-topper .is-4-fullhd.footer-links, main.is-4-fullhd.sticky.scroll-with-footer::before, main.is-4-fullhd.sticky.scroll-with-footer::after, main .is-4-fullhd.side-toc, main article.is-4-fullhd { flex: none; width: 33.33333%; } - .column.is-offset-4-fullhd, #_footer .footer-topper .is-offset-4-fullhd.social, #_footer .footer-topper .is-offset-4-fullhd.footer-links, main .is-offset-4-fullhd.side-toc, main article.is-offset-4-fullhd { + .column.is-offset-4-fullhd, #_footer .footer-topper .is-offset-4-fullhd.social, #_footer .footer-topper .is-offset-4-fullhd.footer-links, main.is-offset-4-fullhd.sticky.scroll-with-footer::before, main.is-offset-4-fullhd.sticky.scroll-with-footer::after, main .is-offset-4-fullhd.side-toc, main article.is-offset-4-fullhd { margin-left: 33.33333%; } - .column.is-5-fullhd, #_footer .footer-topper .is-5-fullhd.social, #_footer .footer-topper .is-5-fullhd.footer-links, main .is-5-fullhd.side-toc, main article.is-5-fullhd { + .column.is-5-fullhd, #_footer .footer-topper .is-5-fullhd.social, #_footer .footer-topper .is-5-fullhd.footer-links, main.is-5-fullhd.sticky.scroll-with-footer::before, main.is-5-fullhd.sticky.scroll-with-footer::after, main .is-5-fullhd.side-toc, main article.is-5-fullhd { flex: none; width: 41.66667%; } - .column.is-offset-5-fullhd, #_footer .footer-topper .is-offset-5-fullhd.social, #_footer .footer-topper .is-offset-5-fullhd.footer-links, main .is-offset-5-fullhd.side-toc, main article.is-offset-5-fullhd { + .column.is-offset-5-fullhd, #_footer .footer-topper .is-offset-5-fullhd.social, #_footer .footer-topper .is-offset-5-fullhd.footer-links, main.is-offset-5-fullhd.sticky.scroll-with-footer::before, main.is-offset-5-fullhd.sticky.scroll-with-footer::after, main .is-offset-5-fullhd.side-toc, main article.is-offset-5-fullhd { margin-left: 41.66667%; } - .column.is-6-fullhd, #_footer .footer-topper .is-6-fullhd.social, #_footer .footer-topper .is-6-fullhd.footer-links, main .is-6-fullhd.side-toc, main article.is-6-fullhd { + .column.is-6-fullhd, #_footer .footer-topper .is-6-fullhd.social, #_footer .footer-topper .is-6-fullhd.footer-links, main.is-6-fullhd.sticky.scroll-with-footer::before, main.is-6-fullhd.sticky.scroll-with-footer::after, main .is-6-fullhd.side-toc, main article.is-6-fullhd { flex: none; width: 50%; } - .column.is-offset-6-fullhd, #_footer .footer-topper .is-offset-6-fullhd.social, #_footer .footer-topper .is-offset-6-fullhd.footer-links, main .is-offset-6-fullhd.side-toc, main article.is-offset-6-fullhd { + .column.is-offset-6-fullhd, #_footer .footer-topper .is-offset-6-fullhd.social, #_footer .footer-topper .is-offset-6-fullhd.footer-links, main.is-offset-6-fullhd.sticky.scroll-with-footer::before, main.is-offset-6-fullhd.sticky.scroll-with-footer::after, main .is-offset-6-fullhd.side-toc, main article.is-offset-6-fullhd { margin-left: 50%; } - .column.is-7-fullhd, #_footer .footer-topper .is-7-fullhd.social, #_footer .footer-topper .is-7-fullhd.footer-links, main .is-7-fullhd.side-toc, main article.is-7-fullhd { + .column.is-7-fullhd, #_footer .footer-topper .is-7-fullhd.social, #_footer .footer-topper .is-7-fullhd.footer-links, main.is-7-fullhd.sticky.scroll-with-footer::before, main.is-7-fullhd.sticky.scroll-with-footer::after, main .is-7-fullhd.side-toc, main article.is-7-fullhd { flex: none; width: 58.33333%; } - .column.is-offset-7-fullhd, #_footer .footer-topper .is-offset-7-fullhd.social, #_footer .footer-topper .is-offset-7-fullhd.footer-links, main .is-offset-7-fullhd.side-toc, main article.is-offset-7-fullhd { + .column.is-offset-7-fullhd, #_footer .footer-topper .is-offset-7-fullhd.social, #_footer .footer-topper .is-offset-7-fullhd.footer-links, main.is-offset-7-fullhd.sticky.scroll-with-footer::before, main.is-offset-7-fullhd.sticky.scroll-with-footer::after, main .is-offset-7-fullhd.side-toc, main article.is-offset-7-fullhd { margin-left: 58.33333%; } - .column.is-8-fullhd, #_footer .footer-topper .is-8-fullhd.social, #_footer .footer-topper .is-8-fullhd.footer-links, main .is-8-fullhd.side-toc, main article.is-8-fullhd { + .column.is-8-fullhd, #_footer .footer-topper .is-8-fullhd.social, #_footer .footer-topper .is-8-fullhd.footer-links, main.is-8-fullhd.sticky.scroll-with-footer::before, main.is-8-fullhd.sticky.scroll-with-footer::after, main .is-8-fullhd.side-toc, main article.is-8-fullhd { flex: none; width: 66.66667%; } - .column.is-offset-8-fullhd, #_footer .footer-topper .is-offset-8-fullhd.social, #_footer .footer-topper .is-offset-8-fullhd.footer-links, main .is-offset-8-fullhd.side-toc, main article.is-offset-8-fullhd { + .column.is-offset-8-fullhd, #_footer .footer-topper .is-offset-8-fullhd.social, #_footer .footer-topper .is-offset-8-fullhd.footer-links, main.is-offset-8-fullhd.sticky.scroll-with-footer::before, main.is-offset-8-fullhd.sticky.scroll-with-footer::after, main .is-offset-8-fullhd.side-toc, main article.is-offset-8-fullhd { margin-left: 66.66667%; } - .column.is-9-fullhd, #_footer .footer-topper .is-9-fullhd.social, #_footer .footer-topper .is-9-fullhd.footer-links, main .is-9-fullhd.side-toc, main article.is-9-fullhd { + .column.is-9-fullhd, #_footer .footer-topper .is-9-fullhd.social, #_footer .footer-topper .is-9-fullhd.footer-links, main.is-9-fullhd.sticky.scroll-with-footer::before, main.is-9-fullhd.sticky.scroll-with-footer::after, main .is-9-fullhd.side-toc, main article.is-9-fullhd { flex: none; width: 75%; } - .column.is-offset-9-fullhd, #_footer .footer-topper .is-offset-9-fullhd.social, #_footer .footer-topper .is-offset-9-fullhd.footer-links, main .is-offset-9-fullhd.side-toc, main article.is-offset-9-fullhd { + .column.is-offset-9-fullhd, #_footer .footer-topper .is-offset-9-fullhd.social, #_footer .footer-topper .is-offset-9-fullhd.footer-links, main.is-offset-9-fullhd.sticky.scroll-with-footer::before, main.is-offset-9-fullhd.sticky.scroll-with-footer::after, main .is-offset-9-fullhd.side-toc, main article.is-offset-9-fullhd { margin-left: 75%; } - .column.is-10-fullhd, #_footer .footer-topper .is-10-fullhd.social, #_footer .footer-topper .is-10-fullhd.footer-links, main .is-10-fullhd.side-toc, main article.is-10-fullhd { + .column.is-10-fullhd, #_footer .footer-topper .is-10-fullhd.social, #_footer .footer-topper .is-10-fullhd.footer-links, main.is-10-fullhd.sticky.scroll-with-footer::before, main.is-10-fullhd.sticky.scroll-with-footer::after, main .is-10-fullhd.side-toc, main article.is-10-fullhd { flex: none; width: 83.33333%; } - .column.is-offset-10-fullhd, #_footer .footer-topper .is-offset-10-fullhd.social, #_footer .footer-topper .is-offset-10-fullhd.footer-links, main .is-offset-10-fullhd.side-toc, main article.is-offset-10-fullhd { + .column.is-offset-10-fullhd, #_footer .footer-topper .is-offset-10-fullhd.social, #_footer .footer-topper .is-offset-10-fullhd.footer-links, main.is-offset-10-fullhd.sticky.scroll-with-footer::before, main.is-offset-10-fullhd.sticky.scroll-with-footer::after, main .is-offset-10-fullhd.side-toc, main article.is-offset-10-fullhd { margin-left: 83.33333%; } - .column.is-11-fullhd, #_footer .footer-topper .is-11-fullhd.social, #_footer .footer-topper .is-11-fullhd.footer-links, main .is-11-fullhd.side-toc, main article.is-11-fullhd { + .column.is-11-fullhd, #_footer .footer-topper .is-11-fullhd.social, #_footer .footer-topper .is-11-fullhd.footer-links, main.is-11-fullhd.sticky.scroll-with-footer::before, main.is-11-fullhd.sticky.scroll-with-footer::after, main .is-11-fullhd.side-toc, main article.is-11-fullhd { flex: none; width: 91.66667%; } - .column.is-offset-11-fullhd, #_footer .footer-topper .is-offset-11-fullhd.social, #_footer .footer-topper .is-offset-11-fullhd.footer-links, main .is-offset-11-fullhd.side-toc, main article.is-offset-11-fullhd { + .column.is-offset-11-fullhd, #_footer .footer-topper .is-offset-11-fullhd.social, #_footer .footer-topper .is-offset-11-fullhd.footer-links, main.is-offset-11-fullhd.sticky.scroll-with-footer::before, main.is-offset-11-fullhd.sticky.scroll-with-footer::after, main .is-offset-11-fullhd.side-toc, main article.is-offset-11-fullhd { margin-left: 91.66667%; } - .column.is-12-fullhd, #_footer .footer-topper .is-12-fullhd.social, #_footer .footer-topper .is-12-fullhd.footer-links, main .is-12-fullhd.side-toc, main article.is-12-fullhd { + .column.is-12-fullhd, #_footer .footer-topper .is-12-fullhd.social, #_footer .footer-topper .is-12-fullhd.footer-links, main.is-12-fullhd.sticky.scroll-with-footer::before, main.is-12-fullhd.sticky.scroll-with-footer::after, main .is-12-fullhd.side-toc, main article.is-12-fullhd { flex: none; width: 100%; } - .column.is-offset-12-fullhd, #_footer .footer-topper .is-offset-12-fullhd.social, #_footer .footer-topper .is-offset-12-fullhd.footer-links, main .is-offset-12-fullhd.side-toc, main article.is-offset-12-fullhd { + .column.is-offset-12-fullhd, #_footer .footer-topper .is-offset-12-fullhd.social, #_footer .footer-topper .is-offset-12-fullhd.footer-links, main.is-offset-12-fullhd.sticky.scroll-with-footer::before, main.is-offset-12-fullhd.sticky.scroll-with-footer::after, main .is-offset-12-fullhd.side-toc, main article.is-offset-12-fullhd { margin-left: 100%; } } .columns { margin-left: -0.75rem; @@ -933,7 +933,7 @@ th { margin-left: 0; margin-right: 0; margin-top: 0; } - .columns.is-gapless > .column, #_footer .footer-topper .columns.is-gapless > .social, #_footer .footer-topper .columns.is-gapless > .footer-links, main .columns.is-gapless > .side-toc, main .columns.is-gapless > article { + .columns.is-gapless > .column, #_footer .footer-topper .columns.is-gapless > .social, #_footer .footer-topper .columns.is-gapless > .footer-links, .columns.is-gapless > main.sticky.scroll-with-footer::before, .columns.is-gapless > main.sticky.scroll-with-footer::after, main .columns.is-gapless > .side-toc, main .columns.is-gapless > article { margin: 0; padding: 0 !important; } .columns.is-gapless:not(:last-child) { @@ -956,7 +956,7 @@ th { --columnGap: 0.75rem; margin-left: calc(-1 * var(--columnGap)); margin-right: calc(-1 * var(--columnGap)); } - .columns.is-variable > .column, #_footer .footer-topper .columns.is-variable > .social, #_footer .footer-topper .columns.is-variable > .footer-links, main .columns.is-variable > .side-toc, main .columns.is-variable > article { + .columns.is-variable > .column, #_footer .footer-topper .columns.is-variable > .social, #_footer .footer-topper .columns.is-variable > .footer-links, .columns.is-variable > main.sticky.scroll-with-footer::before, .columns.is-variable > main.sticky.scroll-with-footer::after, main .columns.is-variable > .side-toc, main .columns.is-variable > article { padding-left: var(--columnGap); padding-right: var(--columnGap); } .columns.is-variable.is-0 { @@ -1017,7 +1017,7 @@ th { @media screen and (min-width: 1408px) { .columns.is-variable.is-1-fullhd { --columnGap: 0.25rem; } } - .columns.is-variable.is-2, #_footer .footer-topper .is-variable.social, main .is-variable.side-toc { + .columns.is-variable.is-2, #_footer .footer-topper .is-variable.social, main.is-variable.sticky.scroll-with-footer::before, main.is-variable.sticky.scroll-with-footer::after, main .is-variable.side-toc { --columnGap: 0.5rem; } @media screen and (max-width: 768px) { .columns.is-variable.is-2-mobile { @@ -1249,7 +1249,7 @@ th { .tile.is-1 { flex: none; width: 8.33333%; } - .tile.is-2, #_footer .footer-topper .tile.social, main .tile.side-toc { + .tile.is-2, #_footer .footer-topper .tile.social, main.tile.sticky.scroll-with-footer::before, main.tile.sticky.scroll-with-footer::after, main .tile.side-toc { flex: none; width: 16.66667%; } .tile.is-3 { @@ -1329,6 +1329,8 @@ body { margin: 20rem auto 0; text-align: center; width: 100%; } + body.single main.sticky.scroll-with-footer::before { + content: none !important; } .crumbs { padding: .5rem 1.25rem; @@ -1349,8 +1351,7 @@ main { @media screen and (min-width: 1400px) { main article { padding-left: 4rem !important; - padding-right: 4rem !important; - margin-left: 0; } } + padding-right: 4rem !important; } } main .side-toc { overflow-y: auto; position: relative; @@ -1377,6 +1378,10 @@ main { left: 0; } main.sticky #_side-toc-page { right: 0; } + @media screen and (min-width: 1215px) { + main.sticky.scroll-with-footer::before, main.sticky.scroll-with-footer::after { + content: ''; + z-index: -1; } } @media screen and (min-width: 1215px) { main.sticky.scroll-with-footer .side-toc { min-height: calc(100vh - 65px); @@ -2176,6 +2181,12 @@ h2 { font-size: 1.25rem; margin-top: 3rem; margin-bottom: 3rem; } + .titlepage .series-category .category { + margin-top: 1.75rem; } + .titlepage .series-category .category .phrase { + display: block; + text-align: right; + line-height: 1rem; } .cover { margin-top: 2rem; diff --git a/suse2022-ns/static/css/style.css b/suse2022-ns/static/css/style.css index 4da93e65..09bde999 100644 --- a/suse2022-ns/static/css/style.css +++ b/suse2022-ns/static/css/style.css @@ -2435,6 +2435,12 @@ h2 { font-size: 1.25rem; margin-top: 3rem; margin-bottom: 3rem; } + .titlepage .series-category .category { + margin-top: 1.75rem; } + .titlepage .series-category .category .phrase { + display: block; + text-align: right; + line-height: 1rem; } .cover { margin-top: 2rem; diff --git a/suse2022-ns/xhtml/json-ld.xsl b/suse2022-ns/xhtml/json-ld.xsl index 8b0c15ef..8cd17256 100644 --- a/suse2022-ns/xhtml/json-ld.xsl +++ b/suse2022-ns/xhtml/json-ld.xsl @@ -859,7 +859,6 @@
- "sameAs": [ "https://www.facebook.com/SUSEWorldwide/about", @@ -913,12 +912,23 @@ - + + + + + + + + + + + + - - "isPartOf": { + + "isPartOf": { "@type": "CreativeWorkSeries", - "name": "" + "name": "" }, diff --git a/suse2022-ns/xhtml/param.xsl b/suse2022-ns/xhtml/param.xsl index 9a501c7d..d751416b 100644 --- a/suse2022-ns/xhtml/param.xsl +++ b/suse2022-ns/xhtml/param.xsl @@ -482,6 +482,10 @@ task before >https://www.suse.com/assets/img/suse-white-logo-green.svg + + + + From 29df9bc0c013e9cb5a3d604d517f7baf92558d8b Mon Sep 17 00:00:00 2001 From: Tom Schraitle Date: Mon, 13 May 2024 16:47:35 +0200 Subject: [PATCH 2/2] Set default json-ld-seriesname Use "Product & Solutions" as default --- suse2022-ns/xhtml/param.xsl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/suse2022-ns/xhtml/param.xsl b/suse2022-ns/xhtml/param.xsl index d751416b..5c89c862 100644 --- a/suse2022-ns/xhtml/param.xsl +++ b/suse2022-ns/xhtml/param.xsl @@ -483,8 +483,7 @@ task before - - + Product & Solutions