gent_styleguide 6.0.17 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (252) hide show
  1. package/build/css/main.css +1 -1
  2. package/build/css/styleguide.css +1 -1
  3. package/build/styleguide/fonts/{gent-icons-v6.eot → gent-icons-v7.eot} +0 -0
  4. package/build/styleguide/fonts/{gent-icons-v6.svg → gent-icons-v7.svg} +2 -2
  5. package/build/styleguide/fonts/{gent-icons-v6.ttf → gent-icons-v7.ttf} +0 -0
  6. package/build/styleguide/fonts/{gent-icons-v6.woff → gent-icons-v7.woff} +0 -0
  7. package/build/styleguide/fonts/gent-icons-v7.woff2 +0 -0
  8. package/build/styleguide/sass/00-mixins/_mixins.scss +15 -0
  9. package/build/styleguide/sass/00-mixins/breakpoints/_breakpoints.scss +20 -3
  10. package/build/styleguide/sass/00-mixins/element-styles/_abstract-shadow.scss +13 -8
  11. package/build/styleguide/sass/00-mixins/element-styles/_accolade.scss +3 -0
  12. package/build/styleguide/sass/00-mixins/element-styles/_read-more-icon-link.scss +13 -8
  13. package/build/styleguide/sass/00-mixins/general/_mixins.scss +55 -36
  14. package/build/styleguide/sass/00-mixins/grid/_grid.scss +4 -0
  15. package/build/styleguide/sass/00-mixins/link/_link.scss +32 -17
  16. package/build/styleguide/sass/00-mixins/opening-hours/_opening-hours.scss +6 -0
  17. package/build/styleguide/sass/00-mixins/svg/_spot-images.scss +2 -0
  18. package/build/styleguide/sass/00-mixins/svg/_svg-icons.scss +16 -12
  19. package/build/styleguide/sass/00-mixins/table/_table-backgrounds.scss +2 -0
  20. package/build/styleguide/sass/00-mixins/themify/_themify.scss +40 -173
  21. package/build/styleguide/sass/00-mixins/z-index/_map-deep-get.scss +3 -2
  22. package/build/styleguide/sass/00-mixins/z-index/_z.scss +3 -0
  23. package/build/styleguide/sass/00-settings/_colors.scss +27 -11
  24. package/build/styleguide/sass/00-settings/_settings.scss +4 -0
  25. package/build/styleguide/sass/00-settings/_themes.scss +53 -49
  26. package/build/styleguide/sass/00-settings/_vars.scss +3 -11
  27. package/build/styleguide/sass/11-base/_base.scss +9 -0
  28. package/build/styleguide/sass/11-base/base/_base.scss +6 -2
  29. package/build/styleguide/sass/11-base/base/_helper-classes.scss +5 -1
  30. package/build/styleguide/sass/11-base/fonts/_fonts.scss +2 -0
  31. package/build/styleguide/sass/11-base/fonts/_icons.scss +7 -4
  32. package/build/styleguide/sass/11-base/forms/_forms.scss +25 -21
  33. package/build/styleguide/sass/11-base/grid/_grid.scss +8 -6
  34. package/build/styleguide/sass/11-base/grid/flexbox-grid/mixins/_grid-mixins.scss +9 -5
  35. package/build/styleguide/sass/11-base/grid/flexbox-grid/mixins/_visibility-mixins.scss +2 -0
  36. package/build/styleguide/sass/11-base/grid/flexbox-grid/variables/_grid-variables.scss +2 -0
  37. package/build/styleguide/sass/11-base/section/_section.scss +6 -2
  38. package/build/styleguide/sass/21-atoms/_atoms.scss +25 -0
  39. package/build/styleguide/sass/21-atoms/accolade/_accolade.scss +10 -6
  40. package/build/styleguide/sass/21-atoms/button/_button-styling.scss +233 -0
  41. package/build/styleguide/sass/21-atoms/button/_button.scss +6 -233
  42. package/build/styleguide/sass/21-atoms/button/css/_button-alert.scss +18 -10
  43. package/build/styleguide/sass/21-atoms/button/css/_button-primary.scss +14 -8
  44. package/build/styleguide/sass/21-atoms/button/css/_button-secondary-alert.scss +16 -9
  45. package/build/styleguide/sass/21-atoms/button/css/_button-secondary.scss +14 -8
  46. package/build/styleguide/sass/21-atoms/button/css/_button-success.scss +17 -9
  47. package/build/styleguide/sass/21-atoms/field-message/_field-message.scss +10 -2
  48. package/build/styleguide/sass/21-atoms/fieldset/_fieldset.scss +36 -15
  49. package/build/styleguide/sass/21-atoms/figcaption/_figcaption.scss +3 -0
  50. package/build/styleguide/sass/21-atoms/file/_file.scss +5 -0
  51. package/build/styleguide/sass/21-atoms/form-label/_form-label.scss +6 -1
  52. package/build/styleguide/sass/21-atoms/heading/_heading-styling.scss +108 -0
  53. package/build/styleguide/sass/21-atoms/heading/_heading.scss +7 -105
  54. package/build/styleguide/sass/21-atoms/heading/css/_background-title.scss +3 -0
  55. package/build/styleguide/sass/21-atoms/heading/css/_heading-1.scss +3 -0
  56. package/build/styleguide/sass/21-atoms/heading/css/_heading-2.scss +8 -3
  57. package/build/styleguide/sass/21-atoms/heading/css/_heading-3.scss +7 -2
  58. package/build/styleguide/sass/21-atoms/heading/css/_heading-4.scss +8 -3
  59. package/build/styleguide/sass/21-atoms/heading/css/_overview-title.scss +2 -0
  60. package/build/styleguide/sass/21-atoms/image/_image.scss +7 -4
  61. package/build/styleguide/sass/21-atoms/input/_input.scss +22 -12
  62. package/build/styleguide/sass/21-atoms/input-submit/_input-submit.scss +5 -0
  63. package/build/styleguide/sass/21-atoms/input-textarea/_input-textarea.scss +4 -0
  64. package/build/styleguide/sass/21-atoms/label/_label.scss +4 -1
  65. package/build/styleguide/sass/21-atoms/link/_link.scss +14 -5
  66. package/build/styleguide/sass/21-atoms/list/_list.scss +8 -4
  67. package/build/styleguide/sass/21-atoms/logo/_logo.scss +15 -6
  68. package/build/styleguide/sass/21-atoms/open-today/_open-today.scss +4 -0
  69. package/build/styleguide/sass/21-atoms/paragraph/_paragraph.scss +3 -0
  70. package/build/styleguide/sass/21-atoms/pubdate/_pubdate.scss +3 -0
  71. package/build/styleguide/sass/21-atoms/select/_input-select.scss +6 -2
  72. package/build/styleguide/sass/21-atoms/skiplink/_skiplink.scss +13 -7
  73. package/build/styleguide/sass/21-atoms/spinner/_spinner.scss +3 -0
  74. package/build/styleguide/sass/21-atoms/status/_status.scss +6 -3
  75. package/build/styleguide/sass/21-atoms/table/_table.scss +5 -2
  76. package/build/styleguide/sass/21-atoms/tag/_tag.scss +10 -4
  77. package/build/styleguide/sass/31-molecules/_molecules.scss +35 -0
  78. package/build/styleguide/sass/31-molecules/accordion/_accordion.scss +36 -24
  79. package/build/styleguide/sass/31-molecules/breadcrumbs/_breadcrumbs.scss +5 -1
  80. package/build/styleguide/sass/31-molecules/card/_card.scss +4 -1
  81. package/build/styleguide/sass/31-molecules/checkboxes-dynamic/_checkboxes-dynamic.scss +4 -0
  82. package/build/styleguide/sass/31-molecules/checkboxes-with-filter/_checkboxes-with-filter.scss +4 -0
  83. package/build/styleguide/sass/31-molecules/contact-details/_contact-details.scss +4 -0
  84. package/build/styleguide/sass/31-molecules/cta-block/_cta-block.scss +11 -1
  85. package/build/styleguide/sass/31-molecules/display-switcher/_display-switcher.scss +3 -0
  86. package/build/styleguide/sass/31-molecules/feature-block/_feature-block.scss +3 -0
  87. package/build/styleguide/sass/31-molecules/form-actions/_form-actions.scss +2 -0
  88. package/build/styleguide/sass/31-molecules/form-item/_form-item.scss +3 -0
  89. package/build/styleguide/sass/31-molecules/form-row/_form-row.scss +3 -0
  90. package/build/styleguide/sass/31-molecules/form-steps/_form-steps.scss +43 -27
  91. package/build/styleguide/sass/31-molecules/gentinfo/_gentinfo.scss +3 -1
  92. package/build/styleguide/sass/31-molecules/highlight/_highlight.scss +12 -5
  93. package/build/styleguide/sass/31-molecules/important-note/_important-note.scss +4 -0
  94. package/build/styleguide/sass/31-molecules/language-switcher/_language-switcher.scss +4 -1
  95. package/build/styleguide/sass/31-molecules/main-menu/_main-menu.scss +50 -24
  96. package/build/styleguide/sass/31-molecules/modal/_modal.scss +23 -16
  97. package/build/styleguide/sass/31-molecules/opening-hours/_opening-hours.scss +38 -25
  98. package/build/styleguide/sass/31-molecules/pagination/_pagination.scss +6 -3
  99. package/build/styleguide/sass/31-molecules/partner-block/_partner-block.scss +3 -0
  100. package/build/styleguide/sass/31-molecules/quote/_quote.scss +3 -0
  101. package/build/styleguide/sass/31-molecules/search/_search.scss +6 -1
  102. package/build/styleguide/sass/31-molecules/spotlight/_spotlight.scss +3 -0
  103. package/build/styleguide/sass/31-molecules/status-message/_status-message.scss +6 -2
  104. package/build/styleguide/sass/31-molecules/subscribe/_subscribe.scss +5 -1
  105. package/build/styleguide/sass/31-molecules/table-of-contents/_table-of-contents.scss +3 -0
  106. package/build/styleguide/sass/31-molecules/tabs/_tabs.scss +27 -17
  107. package/build/styleguide/sass/31-molecules/tag-list/_tag-list.scss +3 -0
  108. package/build/styleguide/sass/31-molecules/teaser/_teaser.scss +67 -35
  109. package/build/styleguide/sass/31-molecules/text-to-speech-button/_text-to-speech-button.scss +3 -0
  110. package/build/styleguide/sass/31-molecules/video/_video.scss +3 -0
  111. package/build/styleguide/sass/41-organisms/_organisms.scss +19 -0
  112. package/build/styleguide/sass/41-organisms/banner/_banner.scss +3 -0
  113. package/build/styleguide/sass/41-organisms/collection/_collection.scss +4 -0
  114. package/build/styleguide/sass/41-organisms/content-header/_content-header.scss +4 -1
  115. package/build/styleguide/sass/41-organisms/documents/_documents.scss +5 -1
  116. package/build/styleguide/sass/41-organisms/filter/_filter.scss +8 -1
  117. package/build/styleguide/sass/41-organisms/footer/_footer.scss +28 -10
  118. package/build/styleguide/sass/41-organisms/footer/css/_gentinfo_island.scss +9 -4
  119. package/build/styleguide/sass/41-organisms/footer/css/_social-list.scss +12 -7
  120. package/build/styleguide/sass/41-organisms/header/_header.scss +12 -4
  121. package/build/styleguide/sass/41-organisms/image-collections/_image-collections.scss +11 -5
  122. package/build/styleguide/sass/41-organisms/image-gallery/_image-gallery.scss +26 -17
  123. package/build/styleguide/sass/41-organisms/image-wall/_image-wall.scss +6 -2
  124. package/build/styleguide/sass/41-organisms/multistep-form/_multistep-form.scss +4 -0
  125. package/build/styleguide/sass/41-organisms/programme/_programme.scss +7 -1
  126. package/build/styleguide/sass/41-organisms/resolutions/_resolutions-detail.scss +14 -6
  127. package/build/styleguide/sass/41-organisms/resolutions/_resolutions-list.scss +4 -0
  128. package/build/styleguide/sass/41-organisms/summary/_summary.scss +8 -1
  129. package/build/styleguide/sass/41-organisms/theme-footer/_theme-footer.scss +4 -2
  130. package/build/styleguide/sass/41-organisms/timeline/_timeline.scss +4 -1
  131. package/build/styleguide/sass/61-layouts/_layouts.scss +5 -0
  132. package/build/styleguide/sass/61-layouts/detail-layout/_detail-layout.scss +8 -2
  133. package/build/styleguide/sass/61-layouts/filter-layout/_filter-layout.scss +4 -0
  134. package/build/styleguide/sass/61-layouts/overview-layout/_overview-layout.scss +5 -1
  135. package/build/styleguide/sass/61-layouts/sidebar-right-layout/_sidebar-right-layout.scss +4 -0
  136. package/build/styleguide/sass/main.scss +21 -10
  137. package/build/styleguide/vendor/swiper/modules/a11y.min.mjs +1 -1
  138. package/build/styleguide/vendor/swiper/modules/a11y.min.mjs.map +1 -1
  139. package/build/styleguide/vendor/swiper/modules/a11y.mjs +4 -5
  140. package/build/styleguide/vendor/swiper/modules/controller.min.mjs +1 -1
  141. package/build/styleguide/vendor/swiper/modules/controller.mjs +1 -1
  142. package/build/styleguide/vendor/swiper/modules/effect-coverflow.min.mjs +1 -1
  143. package/build/styleguide/vendor/swiper/modules/effect-coverflow.mjs +1 -1
  144. package/build/styleguide/vendor/swiper/modules/effect-creative.min.mjs +1 -1
  145. package/build/styleguide/vendor/swiper/modules/effect-creative.mjs +1 -1
  146. package/build/styleguide/vendor/swiper/modules/effect-cube.min.mjs +1 -1
  147. package/build/styleguide/vendor/swiper/modules/effect-cube.mjs +1 -1
  148. package/build/styleguide/vendor/swiper/modules/effect-flip.min.mjs +1 -1
  149. package/build/styleguide/vendor/swiper/modules/effect-flip.mjs +1 -1
  150. package/build/styleguide/vendor/swiper/modules/free-mode.min.mjs +1 -1
  151. package/build/styleguide/vendor/swiper/modules/free-mode.mjs +1 -1
  152. package/build/styleguide/vendor/swiper/modules/keyboard.min.mjs +1 -1
  153. package/build/styleguide/vendor/swiper/modules/keyboard.min.mjs.map +1 -1
  154. package/build/styleguide/vendor/swiper/modules/keyboard.mjs +2 -2
  155. package/build/styleguide/vendor/swiper/modules/manipulation.min.mjs +1 -1
  156. package/build/styleguide/vendor/swiper/modules/manipulation.min.mjs.map +1 -1
  157. package/build/styleguide/vendor/swiper/modules/manipulation.mjs +6 -4
  158. package/build/styleguide/vendor/swiper/modules/mousewheel.min.mjs +1 -1
  159. package/build/styleguide/vendor/swiper/modules/mousewheel.mjs +1 -1
  160. package/build/styleguide/vendor/swiper/modules/pagination.min.mjs +1 -1
  161. package/build/styleguide/vendor/swiper/modules/pagination.min.mjs.map +1 -1
  162. package/build/styleguide/vendor/swiper/modules/pagination.mjs +3 -3
  163. package/build/styleguide/vendor/swiper/modules/scrollbar.min.mjs +1 -1
  164. package/build/styleguide/vendor/swiper/modules/scrollbar.mjs +1 -1
  165. package/build/styleguide/vendor/swiper/modules/thumbs.min.mjs +1 -1
  166. package/build/styleguide/vendor/swiper/modules/thumbs.mjs +1 -1
  167. package/build/styleguide/vendor/swiper/modules/virtual.min.mjs +1 -1
  168. package/build/styleguide/vendor/swiper/modules/virtual.min.mjs.map +1 -1
  169. package/build/styleguide/vendor/swiper/modules/virtual.mjs +3 -3
  170. package/build/styleguide/vendor/swiper/modules/zoom.min.mjs +1 -1
  171. package/build/styleguide/vendor/swiper/modules/zoom.mjs +1 -1
  172. package/build/styleguide/vendor/swiper/package.json +2 -2
  173. package/build/styleguide/vendor/swiper/shared/classes-to-selector.min.mjs +1 -1
  174. package/build/styleguide/vendor/swiper/shared/classes-to-selector.min.mjs.map +1 -1
  175. package/build/styleguide/vendor/swiper/shared/classes-to-selector.mjs +1 -1
  176. package/build/styleguide/vendor/swiper/shared/effect-init.min.mjs +1 -1
  177. package/build/styleguide/vendor/swiper/shared/effect-init.min.mjs.map +1 -1
  178. package/build/styleguide/vendor/swiper/shared/effect-init.mjs +1 -1
  179. package/build/styleguide/vendor/swiper/shared/effect-virtual-transition-end.min.mjs +1 -1
  180. package/build/styleguide/vendor/swiper/shared/effect-virtual-transition-end.mjs +1 -1
  181. package/build/styleguide/vendor/swiper/shared/get-element-params.min.mjs +1 -1
  182. package/build/styleguide/vendor/swiper/shared/get-element-params.min.mjs.map +1 -1
  183. package/build/styleguide/vendor/swiper/shared/get-element-params.mjs +8 -1
  184. package/build/styleguide/vendor/swiper/shared/ssr-window.esm.mjs +2 -2
  185. package/build/styleguide/vendor/swiper/shared/swiper-core.min.mjs +1 -1
  186. package/build/styleguide/vendor/swiper/shared/swiper-core.min.mjs.map +1 -1
  187. package/build/styleguide/vendor/swiper/shared/swiper-core.mjs +32 -18
  188. package/build/styleguide/vendor/swiper/shared/update-on-virtual-data.min.mjs +1 -1
  189. package/build/styleguide/vendor/swiper/shared/update-on-virtual-data.min.mjs.map +1 -1
  190. package/build/styleguide/vendor/swiper/shared/update-on-virtual-data.mjs +1 -0
  191. package/build/styleguide/vendor/swiper/shared/update-swiper.min.mjs +1 -1
  192. package/build/styleguide/vendor/swiper/shared/update-swiper.min.mjs.map +1 -1
  193. package/build/styleguide/vendor/swiper/shared/update-swiper.mjs +4 -2
  194. package/build/styleguide/vendor/swiper/shared/utils.min.mjs +1 -1
  195. package/build/styleguide/vendor/swiper/shared/utils.min.mjs.map +1 -1
  196. package/build/styleguide/vendor/swiper/shared/utils.mjs +13 -1
  197. package/build/styleguide/vendor/swiper/swiper-bundle.css +2 -2
  198. package/build/styleguide/vendor/swiper/swiper-bundle.js +63 -38
  199. package/build/styleguide/vendor/swiper/swiper-bundle.min.css +2 -2
  200. package/build/styleguide/vendor/swiper/swiper-bundle.min.js +3 -3
  201. package/build/styleguide/vendor/swiper/swiper-bundle.min.js.map +1 -1
  202. package/build/styleguide/vendor/swiper/swiper-bundle.min.mjs +2 -2
  203. package/build/styleguide/vendor/swiper/swiper-bundle.mjs +2 -2
  204. package/build/styleguide/vendor/swiper/swiper-effect-utils.min.mjs +2 -2
  205. package/build/styleguide/vendor/swiper/swiper-effect-utils.mjs +2 -2
  206. package/build/styleguide/vendor/swiper/swiper-element-bundle.js +77 -45
  207. package/build/styleguide/vendor/swiper/swiper-element-bundle.min.js +3 -3
  208. package/build/styleguide/vendor/swiper/swiper-element-bundle.min.js.map +1 -1
  209. package/build/styleguide/vendor/swiper/swiper-element-bundle.min.mjs +3 -3
  210. package/build/styleguide/vendor/swiper/swiper-element-bundle.min.mjs.map +1 -1
  211. package/build/styleguide/vendor/swiper/swiper-element-bundle.mjs +5 -4
  212. package/build/styleguide/vendor/swiper/swiper-element.d.ts +16 -16
  213. package/build/styleguide/vendor/swiper/swiper-element.js +61 -28
  214. package/build/styleguide/vendor/swiper/swiper-element.min.js +3 -3
  215. package/build/styleguide/vendor/swiper/swiper-element.min.js.map +1 -1
  216. package/build/styleguide/vendor/swiper/swiper-element.min.mjs +3 -3
  217. package/build/styleguide/vendor/swiper/swiper-element.min.mjs.map +1 -1
  218. package/build/styleguide/vendor/swiper/swiper-element.mjs +5 -4
  219. package/build/styleguide/vendor/swiper/swiper-react.d.ts +16 -16
  220. package/build/styleguide/vendor/swiper/swiper-react.mjs +2 -2
  221. package/build/styleguide/vendor/swiper/swiper-vue.d.ts +16 -16
  222. package/build/styleguide/vendor/swiper/swiper-vue.mjs +11 -3
  223. package/build/styleguide/vendor/swiper/swiper.css +2 -2
  224. package/build/styleguide/vendor/swiper/swiper.js +35 -21
  225. package/build/styleguide/vendor/swiper/swiper.less +2 -2
  226. package/build/styleguide/vendor/swiper/swiper.min.css +2 -2
  227. package/build/styleguide/vendor/swiper/swiper.min.js +3 -3
  228. package/build/styleguide/vendor/swiper/swiper.min.js.map +1 -1
  229. package/build/styleguide/vendor/swiper/swiper.min.mjs +2 -2
  230. package/build/styleguide/vendor/swiper/swiper.mjs +2 -2
  231. package/build/styleguide/vendor/swiper/swiper.scss +2 -2
  232. package/build/styleguide/vendor/swiper/types/modules/effect-coverflow.d.ts +5 -2
  233. package/build/styleguide/vendor/swiper/types/swiper-class.d.ts +5 -0
  234. package/build/styleguide/vendor/swiper/types/swiper-options.d.ts +1 -1
  235. package/package.json +4 -3
  236. package/scripts/postinstall.js +179 -24
  237. package/build/css/atoms.css +0 -0
  238. package/build/css/base.css +0 -0
  239. package/build/css/layouts.css +0 -0
  240. package/build/css/mixins.css +0 -0
  241. package/build/css/molecules.css +0 -0
  242. package/build/css/organisms.css +0 -0
  243. package/build/css/settings.css +0 -0
  244. package/build/styleguide/fonts/gent-icons-v6.woff2 +0 -0
  245. package/build/styleguide/sass/atoms.scss +0 -38
  246. package/build/styleguide/sass/base.scss +0 -14
  247. package/build/styleguide/sass/layouts.scss +0 -7
  248. package/build/styleguide/sass/main_cli.scss +0 -7
  249. package/build/styleguide/sass/mixins.scss +0 -17
  250. package/build/styleguide/sass/molecules.scss +0 -37
  251. package/build/styleguide/sass/organisms.scss +0 -23
  252. package/build/styleguide/sass/settings.scss +0 -6
@@ -1 +1 @@
1
- .row{-webkit-box-flex:0;-webkit-box-direction:normal;display:-webkit-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;gap:45px;margin:0 auto;width:100%}.row,.row.reverse{-webkit-box-orient:horizontal}.row.reverse{-webkit-box-direction:reverse;flex-direction:row-reverse}.row.natural-height{-webkit-box-align:start;align-items:flex-start}.row.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.col{-webkit-box-flex:1;flex-grow:1;margin-left:0;width:100%}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse}.first{-webkit-box-ordinal-group:0;order:-1}.last{-webkit-box-ordinal-group:2;order:1}.align-start{align-self:flex-start}.align-end{align-self:flex-end}.align-center{align-self:center}.align-baseline{align-self:baseline}.align-stretch{align-self:stretch}.col-xs{-webkit-box-flex:1;flex-basis:0;flex-grow:1;max-width:100%}.col-xs-1{flex-basis:calc(8.33333% - 41.25px);width:calc(8.33333% - 41.25px)}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-2{flex-basis:calc(16.66667% - 37.5px);width:calc(16.66667% - 37.5px)}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-3{flex-basis:calc(25% - 33.75px);width:calc(25% - 33.75px)}.col-xs-offset-3{margin-left:25%}.col-xs-4{flex-basis:calc(33.33333% - 30px);width:calc(33.33333% - 30px)}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-5{flex-basis:calc(41.66667% - 26.25px);width:calc(41.66667% - 26.25px)}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-6{flex-basis:calc(50% - 22.5px);width:calc(50% - 22.5px)}.col-xs-offset-6{margin-left:50%}.col-xs-7{flex-basis:calc(58.33333% - 18.75px);width:calc(58.33333% - 18.75px)}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-8{flex-basis:calc(66.66667% - 15px);width:calc(66.66667% - 15px)}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-9{flex-basis:calc(75% - 11.25px);width:calc(75% - 11.25px)}.col-xs-offset-9{margin-left:75%}.col-xs-10{flex-basis:calc(83.33333% - 7.5px);width:calc(83.33333% - 7.5px)}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-11{flex-basis:calc(91.66667% - 3.75px);width:calc(91.66667% - 3.75px)}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-12{flex-basis:100%;width:100%}.col-xs-offset-12{margin-left:100%}.row.start-xs{-webkit-box-pack:start;justify-content:flex-start}.row.center-xs{-webkit-box-pack:center;justify-content:center}.row.end-xs{-webkit-box-pack:end;justify-content:flex-end}.row.top-xs{-webkit-box-align:start;align-items:flex-start}.row.middle-xs{-webkit-box-align:center;align-items:center}.row.bottom-xs{-webkit-box-align:end;align-items:flex-end}.row.around-xs{justify-content:space-around}.row.between-xs{-webkit-box-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;order:-1}.last-xs{-webkit-box-ordinal-group:2;order:1}@media only screen and (min-width:577px){.col-sm{-webkit-box-flex:1;flex-basis:0;flex-grow:1;max-width:100%}.col-sm-1{flex-basis:calc(8.33333% - 41.25px);width:calc(8.33333% - 41.25px)}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-2{flex-basis:calc(16.66667% - 37.5px);width:calc(16.66667% - 37.5px)}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-3{flex-basis:calc(25% - 33.75px);width:calc(25% - 33.75px)}.col-sm-offset-3{margin-left:25%}.col-sm-4{flex-basis:calc(33.33333% - 30px);width:calc(33.33333% - 30px)}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-5{flex-basis:calc(41.66667% - 26.25px);width:calc(41.66667% - 26.25px)}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-6{flex-basis:calc(50% - 22.5px);width:calc(50% - 22.5px)}.col-sm-offset-6{margin-left:50%}.col-sm-7{flex-basis:calc(58.33333% - 18.75px);width:calc(58.33333% - 18.75px)}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-8{flex-basis:calc(66.66667% - 15px);width:calc(66.66667% - 15px)}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-9{flex-basis:calc(75% - 11.25px);width:calc(75% - 11.25px)}.col-sm-offset-9{margin-left:75%}.col-sm-10{flex-basis:calc(83.33333% - 7.5px);width:calc(83.33333% - 7.5px)}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-11{flex-basis:calc(91.66667% - 3.75px);width:calc(91.66667% - 3.75px)}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-12{flex-basis:100%;width:100%}.col-sm-offset-12{margin-left:100%}.row.start-sm{-webkit-box-pack:start;justify-content:flex-start}.row.center-sm{-webkit-box-pack:center;justify-content:center}.row.end-sm{-webkit-box-pack:end;justify-content:flex-end}.row.top-sm{-webkit-box-align:start;align-items:flex-start}.row.middle-sm{-webkit-box-align:center;align-items:center}.row.bottom-sm{-webkit-box-align:end;align-items:flex-end}.row.around-sm{justify-content:space-around}.row.between-sm{-webkit-box-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;order:-1}.last-sm{-webkit-box-ordinal-group:2;order:1}}@media only screen and (min-width:769px){.col-md{-webkit-box-flex:1;flex-basis:0;flex-grow:1;max-width:100%}.col-md-1{flex-basis:calc(8.33333% - 41.25px);width:calc(8.33333% - 41.25px)}.col-md-offset-1{margin-left:8.3333333333%}.col-md-2{flex-basis:calc(16.66667% - 37.5px);width:calc(16.66667% - 37.5px)}.col-md-offset-2{margin-left:16.6666666667%}.col-md-3{flex-basis:calc(25% - 33.75px);width:calc(25% - 33.75px)}.col-md-offset-3{margin-left:25%}.col-md-4{flex-basis:calc(33.33333% - 30px);width:calc(33.33333% - 30px)}.col-md-offset-4{margin-left:33.3333333333%}.col-md-5{flex-basis:calc(41.66667% - 26.25px);width:calc(41.66667% - 26.25px)}.col-md-offset-5{margin-left:41.6666666667%}.col-md-6{flex-basis:calc(50% - 22.5px);width:calc(50% - 22.5px)}.col-md-offset-6{margin-left:50%}.col-md-7{flex-basis:calc(58.33333% - 18.75px);width:calc(58.33333% - 18.75px)}.col-md-offset-7{margin-left:58.3333333333%}.col-md-8{flex-basis:calc(66.66667% - 15px);width:calc(66.66667% - 15px)}.col-md-offset-8{margin-left:66.6666666667%}.col-md-9{flex-basis:calc(75% - 11.25px);width:calc(75% - 11.25px)}.col-md-offset-9{margin-left:75%}.col-md-10{flex-basis:calc(83.33333% - 7.5px);width:calc(83.33333% - 7.5px)}.col-md-offset-10{margin-left:83.3333333333%}.col-md-11{flex-basis:calc(91.66667% - 3.75px);width:calc(91.66667% - 3.75px)}.col-md-offset-11{margin-left:91.6666666667%}.col-md-12{flex-basis:100%;width:100%}.col-md-offset-12{margin-left:100%}.row.start-md{-webkit-box-pack:start;justify-content:flex-start}.row.center-md{-webkit-box-pack:center;justify-content:center}.row.end-md{-webkit-box-pack:end;justify-content:flex-end}.row.top-md{-webkit-box-align:start;align-items:flex-start}.row.middle-md{-webkit-box-align:center;align-items:center}.row.bottom-md{-webkit-box-align:end;align-items:flex-end}.row.around-md{justify-content:space-around}.row.between-md{-webkit-box-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;order:-1}.last-md{-webkit-box-ordinal-group:2;order:1}}@media only screen and (min-width:961px){.col-lg{-webkit-box-flex:1;flex-basis:0;flex-grow:1;max-width:100%}.col-lg-1{flex-basis:calc(8.33333% - 41.25px);width:calc(8.33333% - 41.25px)}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-2{flex-basis:calc(16.66667% - 37.5px);width:calc(16.66667% - 37.5px)}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-3{flex-basis:calc(25% - 33.75px);width:calc(25% - 33.75px)}.col-lg-offset-3{margin-left:25%}.col-lg-4{flex-basis:calc(33.33333% - 30px);width:calc(33.33333% - 30px)}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-5{flex-basis:calc(41.66667% - 26.25px);width:calc(41.66667% - 26.25px)}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-6{flex-basis:calc(50% - 22.5px);width:calc(50% - 22.5px)}.col-lg-offset-6{margin-left:50%}.col-lg-7{flex-basis:calc(58.33333% - 18.75px);width:calc(58.33333% - 18.75px)}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-8{flex-basis:calc(66.66667% - 15px);width:calc(66.66667% - 15px)}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-9{flex-basis:calc(75% - 11.25px);width:calc(75% - 11.25px)}.col-lg-offset-9{margin-left:75%}.col-lg-10{flex-basis:calc(83.33333% - 7.5px);width:calc(83.33333% - 7.5px)}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-11{flex-basis:calc(91.66667% - 3.75px);width:calc(91.66667% - 3.75px)}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-12{flex-basis:100%;width:100%}.col-lg-offset-12{margin-left:100%}.row.start-lg{-webkit-box-pack:start;justify-content:flex-start}.row.center-lg{-webkit-box-pack:center;justify-content:center}.row.end-lg{-webkit-box-pack:end;justify-content:flex-end}.row.top-lg{-webkit-box-align:start;align-items:flex-start}.row.middle-lg{-webkit-box-align:center;align-items:center}.row.bottom-lg{-webkit-box-align:end;align-items:flex-end}.row.around-lg{justify-content:space-around}.row.between-lg{-webkit-box-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;order:-1}.last-lg{-webkit-box-ordinal-group:2;order:1}}@media only screen and (min-width:1681px){.col-xl{-webkit-box-flex:1;flex-basis:0;flex-grow:1;max-width:100%}.col-xl-1{flex-basis:calc(8.33333% - 41.25px);width:calc(8.33333% - 41.25px)}.col-xl-offset-1{margin-left:8.3333333333%}.col-xl-2{flex-basis:calc(16.66667% - 37.5px);width:calc(16.66667% - 37.5px)}.col-xl-offset-2{margin-left:16.6666666667%}.col-xl-3{flex-basis:calc(25% - 33.75px);width:calc(25% - 33.75px)}.col-xl-offset-3{margin-left:25%}.col-xl-4{flex-basis:calc(33.33333% - 30px);width:calc(33.33333% - 30px)}.col-xl-offset-4{margin-left:33.3333333333%}.col-xl-5{flex-basis:calc(41.66667% - 26.25px);width:calc(41.66667% - 26.25px)}.col-xl-offset-5{margin-left:41.6666666667%}.col-xl-6{flex-basis:calc(50% - 22.5px);width:calc(50% - 22.5px)}.col-xl-offset-6{margin-left:50%}.col-xl-7{flex-basis:calc(58.33333% - 18.75px);width:calc(58.33333% - 18.75px)}.col-xl-offset-7{margin-left:58.3333333333%}.col-xl-8{flex-basis:calc(66.66667% - 15px);width:calc(66.66667% - 15px)}.col-xl-offset-8{margin-left:66.6666666667%}.col-xl-9{flex-basis:calc(75% - 11.25px);width:calc(75% - 11.25px)}.col-xl-offset-9{margin-left:75%}.col-xl-10{flex-basis:calc(83.33333% - 7.5px);width:calc(83.33333% - 7.5px)}.col-xl-offset-10{margin-left:83.3333333333%}.col-xl-11{flex-basis:calc(91.66667% - 3.75px);width:calc(91.66667% - 3.75px)}.col-xl-offset-11{margin-left:91.6666666667%}.col-xl-12{flex-basis:100%;width:100%}.col-xl-offset-12{margin-left:100%}.row.start-xl{-webkit-box-pack:start;justify-content:flex-start}.row.center-xl{-webkit-box-pack:center;justify-content:center}.row.end-xl{-webkit-box-pack:end;justify-content:flex-end}.row.top-xl{-webkit-box-align:start;align-items:flex-start}.row.middle-xl{-webkit-box-align:center;align-items:center}.row.bottom-xl{-webkit-box-align:end;align-items:flex-end}.row.around-xl{justify-content:space-around}.row.between-xl{-webkit-box-pack:justify;justify-content:space-between}.first-xl{-webkit-box-ordinal-group:0;order:-1}.last-xl{-webkit-box-ordinal-group:2;order:1}}.col-gutter-lr{padding:0 30px}.row-no-gutter{gap:0}.col-no-gutter{padding:0}.full-width{left:50%;margin-left:-50vw;margin-right:-50vw;position:relative;right:50%;width:100vw}.container{overflow:hidden;padding:0 1rem}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}@media(min-width:1680px){.container{margin:0 auto;max-width:100%;width:1680px}}.content-container{margin:0 auto;max-width:1170px}.color-wrapper{border-radius:.2rem;margin-bottom:2rem;padding:1rem}.color-wrapper.white{background-color:#001823;color:#fff}.color-wrapper p{margin:0}.color-wrapper code{display:block;font-size:.6rem;white-space:nowrap}.color-wrapper .color{border:1px solid rgba(0,0,0,.2);border-radius:50%;height:6rem;margin-bottom:1rem;margin-right:1rem;overflow:hidden;position:relative;width:6rem}.color-wrapper .color-variants>div{-webkit-box-flex:1;display:-webkit-box;display:flex;flex:auto;flex-wrap:wrap}.color-wrapper .color-variants .color-box{padding:.5rem}.color-wrapper .color-variants .color{height:3rem;margin:.5rem;width:3rem}.color-swatch-gray-1{background-color:#001620}.color-swatch-gray-2{background-color:#00121a}.color-swatch-gray-3{background-color:#000c12}.color-swatch-gray--1{background-color:#40525a}.color-swatch-gray--2{background-color:#66747b}.color-swatch-gray--3{background-color:#808c91}.color-swatch-gray--4{background-color:#bfc5c8}.color-swatch-gray--5{background-color:#e6e8e9}.color-swatch-gray--6{background-color:#f0f1f2}.color-swatch-gray--7{background-color:#fafafb}.color-swatch-gray-medium-1{background-color:#5e676c}.color-swatch-gray-medium-2{background-color:#4e565a}.color-swatch-gray-medium-3{background-color:#34393c}.color-swatch-gray-medium--1{background-color:#8e959a}.color-swatch-gray-medium--2{background-color:#a4aaae}.color-swatch-gray-medium--3{background-color:#b4b9bc}.color-swatch-gray-medium--4{background-color:#d9dcdd}.color-swatch-gray-medium--5{background-color:#f0f1f2}.color-swatch-gray-medium--6{background-color:#f6f7f7}.color-swatch-gray-medium--7{background-color:#fcfcfc}.color-swatch-gray-light-1{background-color:#cfd1d3}.color-swatch-gray-light-2{background-color:#adaeb0}.color-swatch-gray-light-3{background-color:#737475}.color-swatch-gray-light--1{background-color:#eceeef}.color-swatch-gray-light--2{background-color:#f0f1f2}.color-swatch-gray-light--3{background-color:#f3f4f5}.color-swatch-gray-light--4{background-color:#f9f9fa}.color-swatch-gray-light--5{background-color:#fdfdfd}.color-swatch-gray-light--6{background-color:#fefefe}.color-swatch-gray-light--7{background-color:#fff}.color-swatch-gray-ultra-light-1{background-color:#d8d9da}.color-swatch-gray-ultra-light-2{background-color:#b4b5b6}.color-swatch-gray-ultra-light-3{background-color:#787979}.color-swatch-gray-ultra-light--1{background-color:#f4f5f5}.color-swatch-gray-ultra-light--2{background-color:#f6f7f7}.color-swatch-gray-ultra-light--3{background-color:#f8f8f9}.color-swatch-gray-ultra-light--4{background-color:#fbfcfc}.color-swatch-gray-ultra-light--5,.color-swatch-gray-ultra-light--6{background-color:#fefefe}.color-swatch-gray-ultra-light--7{background-color:#fff}.color-swatch-blue-1{background-color:#005298}.color-swatch-blue-2{background-color:#00447f}.color-swatch-blue-3{background-color:#002e55}.color-swatch-blue--1{background-color:#4084bf}.color-swatch-blue--2{background-color:#669dcb}.color-swatch-blue--3{background-color:#80add4}.color-swatch-blue--4{background-color:#bfd6ea}.color-swatch-blue--5{background-color:#e6eff6}.color-swatch-blue--6{background-color:#f0f5fa}.color-swatch-blue--7{background-color:#fafcfd}.color-swatch-blue-light-1{background-color:#b8c8d6}.color-swatch-blue-light-2{background-color:#99a7b3}.color-swatch-blue-light-3{background-color:#666f77}.color-swatch-blue-light--1{background-color:#d9e6f2}.color-swatch-blue-light--2{background-color:#e0ebf5}.color-swatch-blue-light--3{background-color:#e6eff7}.color-swatch-blue-light--4{background-color:#f2f7fb}.color-swatch-blue-light--5{background-color:#fafcfd}.color-swatch-blue-light--6{background-color:#fcfdfe}.color-swatch-blue-light--7{background-color:#fefeff}.color-swatch-yellow-1{background-color:#e6c551}.color-swatch-yellow-2{background-color:#bfa444}.color-swatch-yellow-3{background-color:#806e2d}.color-swatch-yellow--1{background-color:#ffe483}.color-swatch-yellow--2{background-color:#ffe99c}.color-swatch-yellow--3{background-color:#ffedad}.color-swatch-yellow--4{background-color:#fff6d6}.color-swatch-yellow--5{background-color:#fffbef}.color-swatch-yellow--6{background-color:#fffdf5}.color-swatch-yellow--7{background-color:#fffefc}.color-swatch-yellow-pastel-1{background-color:#e6d484}.color-swatch-yellow-pastel-2{background-color:#bfb16e}.color-swatch-yellow-pastel-3{background-color:#80764a}.color-swatch-yellow-pastel--1{background-color:#fff1ae}.color-swatch-yellow-pastel--2{background-color:#fff4be}.color-swatch-yellow-pastel--3{background-color:#fff6c9}.color-swatch-yellow-pastel--4{background-color:#fffae4}.color-swatch-yellow-pastel--5{background-color:#fffdf4}.color-swatch-yellow-pastel--6{background-color:#fffef9}.color-swatch-yellow-pastel--7{background-color:#fffffd}.color-swatch-yellow-light-1{background-color:#e6dfbf}.color-swatch-yellow-light-2{background-color:#bfba9f}.color-swatch-yellow-light-3{background-color:#807c6a}.color-swatch-yellow-light--1{background-color:#fffadf}.color-swatch-yellow-light--2{background-color:#fffbe5}.color-swatch-yellow-light--3{background-color:#fffcea}.color-swatch-yellow-light--4{background-color:#fffdf4}.color-swatch-yellow-light--5{background-color:#fffefb}.color-swatch-yellow-light--6{background-color:#fffffc}.color-swatch-yellow-light--7{background-color:#fffffe}.color-swatch-cyan-1{background-color:#008dca}.color-swatch-cyan-2{background-color:#0076a8}.color-swatch-cyan-3{background-color:#004f70}.color-swatch-cyan--1{background-color:#40b6e8}.color-swatch-cyan--2{background-color:#66c4ec}.color-swatch-cyan--3{background-color:#80cef0}.color-swatch-cyan--4{background-color:#bfe7f7}.color-swatch-cyan--5{background-color:#e6f5fc}.color-swatch-cyan--6{background-color:#f0f9fd}.color-swatch-cyan--7{background-color:#fafdfe}.color-swatch-cyan-pastel-1{background-color:#71c3e6}.color-swatch-cyan-pastel-2{background-color:#5fa3bf}.color-swatch-cyan-pastel-3{background-color:#3f6d80}.color-swatch-cyan-pastel--1{background-color:#9ee3ff}.color-swatch-cyan-pastel--2{background-color:#b2e8ff}.color-swatch-cyan-pastel--3{background-color:#bfecff}.color-swatch-cyan-pastel--4{background-color:#dff6ff}.color-swatch-cyan-pastel--5{background-color:#f2fbff}.color-swatch-cyan-pastel--6{background-color:#f7fdff}.color-swatch-cyan-pastel--7{background-color:#fcfeff}.color-swatch-cyan-light-1{background-color:#cfdfe6}.color-swatch-cyan-light-2{background-color:#adbabf}.color-swatch-cyan-light-3{background-color:#737c80}.color-swatch-cyan-light--1{background-color:#ecfaff}.color-swatch-cyan-light--2{background-color:#f0fbff}.color-swatch-cyan-light--3{background-color:#f3fcff}.color-swatch-cyan-light--4{background-color:#f9fdff}.color-swatch-cyan-light--5{background-color:#fdfeff}.color-swatch-cyan-light--6{background-color:#feffff}.color-swatch-cyan-light--7{background-color:#fff}.color-swatch-cyan-hover-1{background-color:#17a9e6}.color-swatch-cyan-hover-2{background-color:#148dbf}.color-swatch-cyan-hover-3{background-color:#0d5e80}.color-swatch-cyan-hover--1{background-color:#53cdff}.color-swatch-cyan-hover--2{background-color:#76d7ff}.color-swatch-cyan-hover--3{background-color:#8ddeff}.color-swatch-cyan-hover--4{background-color:#c6eeff}.color-swatch-cyan-hover--5{background-color:#e8f8ff}.color-swatch-cyan-hover--6{background-color:#f1fbff}.color-swatch-cyan-hover--7{background-color:#fafeff}.color-swatch-red-1{background-color:#d30c2e}.color-swatch-red-2{background-color:#b00a26}.color-swatch-red-3{background-color:#75071a}.color-swatch-red--1{background-color:#ef4a66}.color-swatch-red--2{background-color:#f26e85}.color-swatch-red--3{background-color:#f58699}.color-swatch-red--4{background-color:#fac3cc}.color-swatch-red--5{background-color:#fde7eb}.color-swatch-red--6{background-color:#fef0f3}.color-swatch-red--7{background-color:#fffafb}.color-swatch-red-pastel-1{background-color:#e67c8d}.color-swatch-red-pastel-2{background-color:#bf6876}.color-swatch-red-pastel-3{background-color:#80454f}.color-swatch-red-pastel--1{background-color:#ffa7b6}.color-swatch-red-pastel--2{background-color:#ffb9c4}.color-swatch-red-pastel--3{background-color:#ffc5ce}.color-swatch-red-pastel--4{background-color:#ffe2e7}.color-swatch-red-pastel--5{background-color:#fff3f5}.color-swatch-red-pastel--6{background-color:#fff8f9}.color-swatch-red-pastel--7{background-color:#fffdfd}.color-swatch-red-light-1{background-color:#e6d1d4}.color-swatch-red-light-2{background-color:#bfaeb1}.color-swatch-red-light-3{background-color:#807476}.color-swatch-red-light--1{background-color:#ffeef1}.color-swatch-red-light--2{background-color:#fff1f4}.color-swatch-red-light--3{background-color:#fff4f6}.color-swatch-red-light--4{background-color:#fff9fa}.color-swatch-red-light--5{background-color:#fffdfd}.color-swatch-red-light--6{background-color:#fffefe}.color-swatch-red-light--7{background-color:#fff}.color-swatch-orange-1{background-color:#ca6100}.color-swatch-orange-2{background-color:#a85100}.color-swatch-orange-3{background-color:#703600}.color-swatch-orange--1{background-color:#e89140}.color-swatch-orange--2{background-color:#eca766}.color-swatch-orange--3{background-color:#f0b680}.color-swatch-orange--4{background-color:#f7dabf}.color-swatch-orange--5{background-color:#fcf0e6}.color-swatch-orange--6{background-color:#fdf6f0}.color-swatch-orange--7{background-color:#fefcfa}.color-swatch-orange-pastel-1{background-color:#e6a468}.color-swatch-orange-pastel-2{background-color:#bf8956}.color-swatch-orange-pastel-3{background-color:#805b3a}.color-swatch-orange-pastel--1{background-color:#ffc896}.color-swatch-orange-pastel--2{background-color:#ffd3ab}.color-swatch-orange-pastel--3{background-color:#ffdbb9}.color-swatch-orange-pastel--4{background-color:#ffeddc}.color-swatch-orange-pastel--5{background-color:#fff8f1}.color-swatch-orange-pastel--6{background-color:#fffbf7}.color-swatch-orange-pastel--7{background-color:#fffefc}.color-swatch-orange-light-1{background-color:#e6dace}.color-swatch-orange-light-2{background-color:#bfb6ac}.color-swatch-orange-light-3{background-color:#807973}.color-swatch-orange-light--1{background-color:#fff5ec}.color-swatch-orange-light--2{background-color:#fff7ef}.color-swatch-orange-light--3{background-color:#fff9f2}.color-swatch-orange-light--4{background-color:#fffcf9}.color-swatch-orange-light--5{background-color:#fffefc}.color-swatch-orange-light--6{background-color:#fffefd}.color-swatch-orange-light--7{background-color:#fffffe}.color-swatch-green-1{background-color:#287a22}.color-swatch-green-2{background-color:#21651d}.color-swatch-green-3{background-color:#164413}.color-swatch-green--1{background-color:#61a55c}.color-swatch-green--2{background-color:#80b77d}.color-swatch-green--3{background-color:#96c393}.color-swatch-green--4{background-color:#cae1c9}.color-swatch-green--5{background-color:#eaf3e9}.color-swatch-green--6{background-color:#f2f8f2}.color-swatch-green--7{background-color:#fbfdfb}.color-swatch-green-pastel-1{background-color:#80ca7a}.color-swatch-green-pastel-2{background-color:#6ba866}.color-swatch-green-pastel-3{background-color:#477044}.color-swatch-green-pastel--1{background-color:#aae8a6}.color-swatch-green-pastel--2{background-color:#bbecb8}.color-swatch-green-pastel--3{background-color:#c7f0c4}.color-swatch-green-pastel--4{background-color:#e3f7e1}.color-swatch-green-pastel--5{background-color:#f4fcf3}.color-swatch-green-pastel--6{background-color:#f8fdf8}.color-swatch-green-pastel--7{background-color:#fdfefd}.color-swatch-green-light-1{background-color:#cbe4cb}.color-swatch-green-light-2{background-color:#a9bea9}.color-swatch-green-light-3{background-color:#717f71}.color-swatch-green-light--1{background-color:#e9fee9}.color-swatch-green-light--2{background-color:#edfeed}.color-swatch-green-light--3{background-color:#f0fef0}.color-swatch-green-light--4{background-color:#f8fff8}.color-swatch-green-light--5{background-color:#fcfffc}.color-swatch-green-light--6{background-color:#fdfffd}.color-swatch-green-light--7{background-color:#fefffe}.color-swatch-white-1{background-color:#e6e6e6}.color-swatch-white-2{background-color:#bfbfbf}.color-swatch-white-3{background-color:gray}.color-swatch-white--1,.color-swatch-white--2,.color-swatch-white--3,.color-swatch-white--4,.color-swatch-white--5,.color-swatch-white--6,.color-swatch-white--7{background-color:#fff}.styleguide-table-of-contents{margin-bottom:4rem;padding:2rem}.cs--blue .styleguide-table-of-contents{background-color:#e6eff6}@media(min-width:768px){.styleguide-table-of-contents .table-of-contents-main{-webkit-box-pack:justify;display:-webkit-box;display:flex;justify-content:space-between}}h1.styleguide-title,h2.styleguide-title,h3.styleguide-title,h4.styleguide-title,h5.styleguide-title{border-bottom:1px dotted;margin-bottom:1rem}h2.styleguide-title{border-bottom:1px solid}.cs--blue h2.styleguide-title{border-color:#669dcb;color:#005298}h3.styleguide-title{border-bottom:1px dotted}.cs--blue h3.styleguide-title{border-color:#4084bf;color:#002e55}.preview-container{background-color:#fff;min-height:100vh;overflow:hidden;padding:4% 0}.preview-container .gallery{max-width:388px}.preview-container .content-container>h1,.preview-container .content-container>h2,.preview-container .content-container>h3,.preview-container .content-container>h4,.preview-container .content-container>h5{margin-top:0}.preview-inner-container{display:inline-block;margin-bottom:4.375rem;padding-bottom:1rem;width:100%}.cs--accent .preview-inner-container,.cs--inverse .preview-inner-container,.cs--wrapper .preview-inner-container{border-bottom:1px dotted #fff}.cs--highlighted .preview-inner-container{border-bottom:1px dotted #001823}.preview-inner-inner-container{margin-bottom:2.5rem;overflow:hidden;padding-bottom:2.5rem}dl.styleguide dd,dl.styleguide dt{max-width:100%}dl.styleguide dd{margin-bottom:3rem;margin-top:1rem}.preview-without-padding dl dd{padding:0}.preview-without-padding .content-container{margin:0}
1
+ abbr,address,article,aside,audio,b,blockquote,body,body div,caption,cite,code,dd,del,dfn,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}article,aside,figure,footer,header,hgroup,main,nav,section{display:block}.full-width{left:50%;margin-left:-50vw;margin-right:-50vw;position:relative;right:50%;width:100vw}.container{overflow:hidden;padding:0 1rem}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}@media screen and (min-width:1680px){.container{margin:0 auto;max-width:100%;width:1680px}}.content-container{margin:0 auto;max-width:1170px}.color-wrapper{border-radius:.2rem;margin-bottom:2rem;padding:1rem}.color-wrapper.white{background-color:#001823;color:#fff}.color-wrapper p{margin:0}.color-wrapper code{display:block;font-size:.6rem;white-space:nowrap}.color-wrapper .color{border:1px solid rgba(0,0,0,.2);border-radius:50%;height:6rem;margin-bottom:1rem;margin-right:1rem;overflow:hidden;position:relative;width:6rem}.color-wrapper .color-variants>div{-webkit-box-flex:1;display:-webkit-box;display:flex;flex:auto;flex-wrap:wrap}.color-wrapper .color-variants .color-box{padding:.5rem}.color-wrapper .color-variants .color{height:3rem;margin:.5rem;width:3rem}.color-swatch-gray-1{background-color:#001620}.color-swatch-gray-2{background-color:#00121a}.color-swatch-gray-3{background-color:#000c12}.color-swatch-gray--1{background-color:#40525a}.color-swatch-gray--2{background-color:#66747b}.color-swatch-gray--3{background-color:#808c91}.color-swatch-gray--4{background-color:#bfc5c8}.color-swatch-gray--5{background-color:#e6e8e9}.color-swatch-gray--6{background-color:#f0f1f2}.color-swatch-gray--7{background-color:#fafafb}.color-swatch-gray-medium-1{background-color:#5e676c}.color-swatch-gray-medium-2{background-color:#4e565a}.color-swatch-gray-medium-3{background-color:#34393c}.color-swatch-gray-medium--1{background-color:#8e959a}.color-swatch-gray-medium--2{background-color:#a4aaae}.color-swatch-gray-medium--3{background-color:#b4b9bc}.color-swatch-gray-medium--4{background-color:#d9dcdd}.color-swatch-gray-medium--5{background-color:#f0f1f2}.color-swatch-gray-medium--6{background-color:#f6f7f7}.color-swatch-gray-medium--7{background-color:#fcfcfc}.color-swatch-gray-light-1{background-color:#cfd1d3}.color-swatch-gray-light-2{background-color:#adaeb0}.color-swatch-gray-light-3{background-color:#737475}.color-swatch-gray-light--1{background-color:#eceeef}.color-swatch-gray-light--2{background-color:#f0f1f2}.color-swatch-gray-light--3{background-color:#f3f4f5}.color-swatch-gray-light--4{background-color:#f9f9fa}.color-swatch-gray-light--5{background-color:#fdfdfd}.color-swatch-gray-light--6{background-color:#fefefe}.color-swatch-gray-light--7{background-color:#fff}.color-swatch-gray-ultra-light-1{background-color:#d8d9da}.color-swatch-gray-ultra-light-2{background-color:#b4b5b6}.color-swatch-gray-ultra-light-3{background-color:#787979}.color-swatch-gray-ultra-light--1{background-color:#f4f5f5}.color-swatch-gray-ultra-light--2{background-color:#f6f7f7}.color-swatch-gray-ultra-light--3{background-color:#f8f8f9}.color-swatch-gray-ultra-light--4{background-color:#fbfcfc}.color-swatch-gray-ultra-light--5,.color-swatch-gray-ultra-light--6{background-color:#fefefe}.color-swatch-gray-ultra-light--7{background-color:#fff}.color-swatch-blue-1{background-color:#005298}.color-swatch-blue-2{background-color:#00447f}.color-swatch-blue-3{background-color:#002e55}.color-swatch-blue--1{background-color:#4084bf}.color-swatch-blue--2{background-color:#669dcb}.color-swatch-blue--3{background-color:#80add4}.color-swatch-blue--4{background-color:#bfd6ea}.color-swatch-blue--5{background-color:#e6eff6}.color-swatch-blue--6{background-color:#f0f5fa}.color-swatch-blue--7{background-color:#fafcfd}.color-swatch-blue-light-1{background-color:#b8c8d6}.color-swatch-blue-light-2{background-color:#99a7b3}.color-swatch-blue-light-3{background-color:#666f77}.color-swatch-blue-light--1{background-color:#d9e6f2}.color-swatch-blue-light--2{background-color:#e0ebf5}.color-swatch-blue-light--3{background-color:#e6eff7}.color-swatch-blue-light--4{background-color:#f2f7fb}.color-swatch-blue-light--5{background-color:#fafcfd}.color-swatch-blue-light--6{background-color:#fcfdfe}.color-swatch-blue-light--7{background-color:#fefeff}.color-swatch-yellow-1{background-color:#e6c551}.color-swatch-yellow-2{background-color:#bfa444}.color-swatch-yellow-3{background-color:#806e2d}.color-swatch-yellow--1{background-color:#ffe483}.color-swatch-yellow--2{background-color:#ffe99c}.color-swatch-yellow--3{background-color:#ffedad}.color-swatch-yellow--4{background-color:#fff6d6}.color-swatch-yellow--5{background-color:#fffbef}.color-swatch-yellow--6{background-color:#fffdf5}.color-swatch-yellow--7{background-color:#fffefc}.color-swatch-yellow-pastel-1{background-color:#e6d484}.color-swatch-yellow-pastel-2{background-color:#bfb16e}.color-swatch-yellow-pastel-3{background-color:#80764a}.color-swatch-yellow-pastel--1{background-color:#fff1ae}.color-swatch-yellow-pastel--2{background-color:#fff4be}.color-swatch-yellow-pastel--3{background-color:#fff6c9}.color-swatch-yellow-pastel--4{background-color:#fffae4}.color-swatch-yellow-pastel--5{background-color:#fffdf4}.color-swatch-yellow-pastel--6{background-color:#fffef9}.color-swatch-yellow-pastel--7{background-color:#fffffd}.color-swatch-yellow-light-1{background-color:#e6dfbf}.color-swatch-yellow-light-2{background-color:#bfba9f}.color-swatch-yellow-light-3{background-color:#807c6a}.color-swatch-yellow-light--1{background-color:#fffadf}.color-swatch-yellow-light--2{background-color:#fffbe5}.color-swatch-yellow-light--3{background-color:#fffcea}.color-swatch-yellow-light--4{background-color:#fffdf4}.color-swatch-yellow-light--5{background-color:#fffefb}.color-swatch-yellow-light--6{background-color:#fffffc}.color-swatch-yellow-light--7{background-color:#fffffe}.color-swatch-cyan-1{background-color:#008dca}.color-swatch-cyan-2{background-color:#0076a8}.color-swatch-cyan-3{background-color:#004f70}.color-swatch-cyan--1{background-color:#40b6e8}.color-swatch-cyan--2{background-color:#66c4ec}.color-swatch-cyan--3{background-color:#80cef0}.color-swatch-cyan--4{background-color:#bfe7f7}.color-swatch-cyan--5{background-color:#e6f5fc}.color-swatch-cyan--6{background-color:#f0f9fd}.color-swatch-cyan--7{background-color:#fafdfe}.color-swatch-cyan-pastel-1{background-color:#71c3e6}.color-swatch-cyan-pastel-2{background-color:#5fa3bf}.color-swatch-cyan-pastel-3{background-color:#3f6d80}.color-swatch-cyan-pastel--1{background-color:#9ee3ff}.color-swatch-cyan-pastel--2{background-color:#b2e8ff}.color-swatch-cyan-pastel--3{background-color:#bfecff}.color-swatch-cyan-pastel--4{background-color:#dff6ff}.color-swatch-cyan-pastel--5{background-color:#f2fbff}.color-swatch-cyan-pastel--6{background-color:#f7fdff}.color-swatch-cyan-pastel--7{background-color:#fcfeff}.color-swatch-cyan-light-1{background-color:#cfdfe6}.color-swatch-cyan-light-2{background-color:#adbabf}.color-swatch-cyan-light-3{background-color:#737c80}.color-swatch-cyan-light--1{background-color:#ecfaff}.color-swatch-cyan-light--2{background-color:#f0fbff}.color-swatch-cyan-light--3{background-color:#f3fcff}.color-swatch-cyan-light--4{background-color:#f9fdff}.color-swatch-cyan-light--5{background-color:#fdfeff}.color-swatch-cyan-light--6{background-color:#feffff}.color-swatch-cyan-light--7{background-color:#fff}.color-swatch-cyan-hover-1{background-color:#17a9e6}.color-swatch-cyan-hover-2{background-color:#148dbf}.color-swatch-cyan-hover-3{background-color:#0d5e80}.color-swatch-cyan-hover--1{background-color:#53cdff}.color-swatch-cyan-hover--2{background-color:#76d7ff}.color-swatch-cyan-hover--3{background-color:#8ddeff}.color-swatch-cyan-hover--4{background-color:#c6eeff}.color-swatch-cyan-hover--5{background-color:#e8f8ff}.color-swatch-cyan-hover--6{background-color:#f1fbff}.color-swatch-cyan-hover--7{background-color:#fafeff}.color-swatch-red-1{background-color:#d30c2e}.color-swatch-red-2{background-color:#b00a26}.color-swatch-red-3{background-color:#75071a}.color-swatch-red--1{background-color:#ef4a66}.color-swatch-red--2{background-color:#f26e85}.color-swatch-red--3{background-color:#f58699}.color-swatch-red--4{background-color:#fac3cc}.color-swatch-red--5{background-color:#fde7eb}.color-swatch-red--6{background-color:#fef0f3}.color-swatch-red--7{background-color:#fffafb}.color-swatch-red-pastel-1{background-color:#e67c8d}.color-swatch-red-pastel-2{background-color:#bf6876}.color-swatch-red-pastel-3{background-color:#80454f}.color-swatch-red-pastel--1{background-color:#ffa7b6}.color-swatch-red-pastel--2{background-color:#ffb9c4}.color-swatch-red-pastel--3{background-color:#ffc5ce}.color-swatch-red-pastel--4{background-color:#ffe2e7}.color-swatch-red-pastel--5{background-color:#fff3f5}.color-swatch-red-pastel--6{background-color:#fff8f9}.color-swatch-red-pastel--7{background-color:#fffdfd}.color-swatch-red-light-1{background-color:#e6d1d4}.color-swatch-red-light-2{background-color:#bfaeb1}.color-swatch-red-light-3{background-color:#807476}.color-swatch-red-light--1{background-color:#ffeef1}.color-swatch-red-light--2{background-color:#fff1f4}.color-swatch-red-light--3{background-color:#fff4f6}.color-swatch-red-light--4{background-color:#fff9fa}.color-swatch-red-light--5{background-color:#fffdfd}.color-swatch-red-light--6{background-color:#fffefe}.color-swatch-red-light--7{background-color:#fff}.color-swatch-orange-1{background-color:#ca6100}.color-swatch-orange-2{background-color:#a85100}.color-swatch-orange-3{background-color:#703600}.color-swatch-orange--1{background-color:#e89140}.color-swatch-orange--2{background-color:#eca766}.color-swatch-orange--3{background-color:#f0b680}.color-swatch-orange--4{background-color:#f7dabf}.color-swatch-orange--5{background-color:#fcf0e6}.color-swatch-orange--6{background-color:#fdf6f0}.color-swatch-orange--7{background-color:#fefcfa}.color-swatch-orange-pastel-1{background-color:#e6a468}.color-swatch-orange-pastel-2{background-color:#bf8956}.color-swatch-orange-pastel-3{background-color:#805b3a}.color-swatch-orange-pastel--1{background-color:#ffc896}.color-swatch-orange-pastel--2{background-color:#ffd3ab}.color-swatch-orange-pastel--3{background-color:#ffdbb9}.color-swatch-orange-pastel--4{background-color:#ffeddc}.color-swatch-orange-pastel--5{background-color:#fff8f1}.color-swatch-orange-pastel--6{background-color:#fffbf7}.color-swatch-orange-pastel--7{background-color:#fffefc}.color-swatch-orange-light-1{background-color:#e6dace}.color-swatch-orange-light-2{background-color:#bfb6ac}.color-swatch-orange-light-3{background-color:#807973}.color-swatch-orange-light--1{background-color:#fff5ec}.color-swatch-orange-light--2{background-color:#fff7ef}.color-swatch-orange-light--3{background-color:#fff9f2}.color-swatch-orange-light--4{background-color:#fffcf9}.color-swatch-orange-light--5{background-color:#fffefc}.color-swatch-orange-light--6{background-color:#fffefd}.color-swatch-orange-light--7{background-color:#fffffe}.color-swatch-green-1{background-color:#287a22}.color-swatch-green-2{background-color:#21651d}.color-swatch-green-3{background-color:#164413}.color-swatch-green--1{background-color:#61a55c}.color-swatch-green--2{background-color:#80b77d}.color-swatch-green--3{background-color:#96c393}.color-swatch-green--4{background-color:#cae1c9}.color-swatch-green--5{background-color:#eaf3e9}.color-swatch-green--6{background-color:#f2f8f2}.color-swatch-green--7{background-color:#fbfdfb}.color-swatch-green-pastel-1{background-color:#80ca7a}.color-swatch-green-pastel-2{background-color:#6ba866}.color-swatch-green-pastel-3{background-color:#477044}.color-swatch-green-pastel--1{background-color:#aae8a6}.color-swatch-green-pastel--2{background-color:#bbecb8}.color-swatch-green-pastel--3{background-color:#c7f0c4}.color-swatch-green-pastel--4{background-color:#e3f7e1}.color-swatch-green-pastel--5{background-color:#f4fcf3}.color-swatch-green-pastel--6{background-color:#f8fdf8}.color-swatch-green-pastel--7{background-color:#fdfefd}.color-swatch-green-light-1{background-color:#cbe4cb}.color-swatch-green-light-2{background-color:#a9bea9}.color-swatch-green-light-3{background-color:#717f71}.color-swatch-green-light--1{background-color:#e9fee9}.color-swatch-green-light--2{background-color:#edfeed}.color-swatch-green-light--3{background-color:#f0fef0}.color-swatch-green-light--4{background-color:#f8fff8}.color-swatch-green-light--5{background-color:#fcfffc}.color-swatch-green-light--6{background-color:#fdfffd}.color-swatch-green-light--7{background-color:#fefffe}.color-swatch-white-1{background-color:#e6e6e6}.color-swatch-white-2{background-color:#bfbfbf}.color-swatch-white-3{background-color:grey}.color-swatch-white--1,.color-swatch-white--2,.color-swatch-white--3,.color-swatch-white--4,.color-swatch-white--5,.color-swatch-white--6,.color-swatch-white--7{background-color:#fff}.styleguide-table-of-contents{margin-bottom:4rem;padding:2rem}.cs--blue .styleguide-table-of-contents{background-color:#ccdeee}@media screen and (min-width:768px){.styleguide-table-of-contents .table-of-contents-main{-webkit-box-pack:justify;display:-webkit-box;display:flex;justify-content:space-between}}h1.styleguide-title,h2.styleguide-title,h3.styleguide-title,h4.styleguide-title,h5.styleguide-title{border-bottom:1px dotted;margin-bottom:1rem}h2.styleguide-title{border-bottom:1px solid}.cs--blue h2.styleguide-title{border-color:#ccdeee;color:#005ba9}h3.styleguide-title{border-bottom:1px dotted}.cs--blue h3.styleguide-title{border-color:#ccdeee;color:#005ba9}.preview-container{background-color:#fff;min-height:100vh;overflow:hidden;padding:4% 0}.preview-container .gallery{max-width:388px}.preview-container .content-container>h1,.preview-container .content-container>h2,.preview-container .content-container>h3,.preview-container .content-container>h4,.preview-container .content-container>h5{margin-top:0}.preview-inner-container{display:inline-block;margin-bottom:4.375rem;padding-bottom:1rem;width:100%}.cs--accent .preview-inner-container,.cs--inverse .preview-inner-container,.cs--wrapper .preview-inner-container{border-bottom:1px dotted #fff}.cs--highlighted .preview-inner-container{border-bottom:1px dotted #001823}.preview-inner-inner-container{margin-bottom:2.5rem;overflow:hidden;padding-bottom:2.5rem}dl.styleguide dd,dl.styleguide dt{max-width:100%}dl.styleguide dd{margin-bottom:3rem;margin-top:1rem}.preview-without-padding dl dd{padding:0}.preview-without-padding .content-container{margin:0}
@@ -2,8 +2,8 @@
2
2
  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
3
  <svg xmlns="http://www.w3.org/2000/svg">
4
4
  <defs>
5
- <font id="gent-icons-v6" horiz-adv-x="1042.7083333333335">
6
- <font-face font-family="gent-icons-v6"
5
+ <font id="gent-icons-v7" horiz-adv-x="1042.7083333333335">
6
+ <font-face font-family="gent-icons-v7"
7
7
  units-per-em="1001" ascent="1001"
8
8
  descent="0" />
9
9
  <missing-glyph horiz-adv-x="0" />
@@ -0,0 +1,15 @@
1
+ @forward 'breakpoints/breakpoints';
2
+ @forward 'general/mixins';
3
+ @forward 'element-styles/abstract-shadow';
4
+ @forward 'element-styles/accolade';
5
+ @forward 'element-styles/read-more-icon-link';
6
+ @forward 'grid/responsive-utilities';
7
+ @forward 'link/link';
8
+ @forward 'opening-hours/opening-hours';
9
+ @forward 'svg/spot-images';
10
+ @forward 'svg/svg-icons';
11
+ @forward 'table/table-backgrounds';
12
+ @forward 'themify/themify';
13
+ @forward 'z-index/map-deep-get';
14
+ @forward 'z-index/z';
15
+ @forward 'grid/grid';
@@ -1,12 +1,29 @@
1
+ @use 'sass:list';
2
+ @use '../../00-settings/vars' as *;
3
+
1
4
  ////
2
5
  ///
3
6
  /// This file defines breakpoint related mixins / functions.
4
7
  ///
5
8
  /// @group breakpoints
6
- /// @author Gert-Jan Meire
9
+ /// @author Sven Vandevenne
7
10
  ///
8
- ////
9
- @import "breakpoint";
11
+
12
+ @mixin breakpoint($args...) {
13
+ @if list.length($args) == 1 {
14
+ @media screen and (min-width: list.nth($args, 1)) {
15
+ @content;
16
+ }
17
+ }
18
+ @else if list.length($args) == 2 and list.nth($args, 1) == max-width {
19
+ @media screen and (max-width: list.nth($args, 2)) {
20
+ @content;
21
+ }
22
+ }
23
+ @else {
24
+ @error 'Invalid arguments for mixin breakpoints: use e.g. (768px) or (max-width 1024px)';
25
+ }
26
+ }
10
27
 
11
28
  ///
12
29
  /// Mobile breakpoint (see $bp-mobile defined in _vars.scss).
@@ -1,3 +1,5 @@
1
+ @use '../breakpoints/breakpoints' as *;
2
+ @use '../../00-settings/settings' as *;
1
3
 
2
4
  ///
3
5
  /// Add an abstract shadow to an element (different-colored element below).
@@ -57,13 +59,16 @@
57
59
  #{$h-position}: -1.5rem;
58
60
  }
59
61
  }
60
- position: absolute;
61
- width: $width;
62
- max-width: 100%;
63
- height: $height;
64
- max-height: 100%;
65
- background-color: $background-color;
66
- content: "";
67
- z-index: -1;
62
+
63
+ & {
64
+ position: absolute;
65
+ width: $width;
66
+ max-width: 100%;
67
+ height: $height;
68
+ max-height: 100%;
69
+ background-color: $background-color;
70
+ content: "";
71
+ z-index: -1;
72
+ }
68
73
  }
69
74
  }
@@ -1,3 +1,6 @@
1
+ @use '../../00-settings/settings' as *;
2
+ @use '../../00-mixins/themify/themify' as *;
3
+ @use '../../00-mixins/svg/svg-icons' as *;
1
4
 
2
5
  ///
3
6
  /// Convert an element to a box with outside accolade.
@@ -1,3 +1,6 @@
1
+ @use '../link/link' as *;
2
+ @use '../themify/themify' as *;
3
+ @use '../general/mixins' as *;
1
4
 
2
5
  ///
3
6
  /// Convert a link to a square read more button, given it has an "after" icon.
@@ -8,18 +11,20 @@
8
11
  /// @author Lennart Van Vaerenbergh
9
12
  ///
10
13
  @mixin read-more-icon-link() {
11
- @include reset-link-background;
12
14
  @include large-text();
15
+ @include reset-link-background;
13
16
  @include theme('color', 'color-zero', 'button-secondary-color');
14
17
  @include theme('background-color', 'color-tertiary', 'button-secondary-background');
15
18
 
16
- display: flex;
17
- align-items: center;
18
- width: 2.2rem;
19
- height: 2.2rem;
20
- margin: 0;
21
- text-align: center;
22
- text-indent: -9999999px;
19
+ & {
20
+ display: flex;
21
+ align-items: center;
22
+ width: 2.2rem;
23
+ height: 2.2rem;
24
+ margin: 0;
25
+ text-align: center;
26
+ text-indent: -9999999px;
27
+ }
23
28
 
24
29
  &.standalone-link:not([href^="mailto:"]):not([href^="tel:"]):not([download]):not([href^="http://"]):not([href^="https://"]):not(.back) {
25
30
  margin: 0;
@@ -1,3 +1,11 @@
1
+ @use '../themify/themify' as *;
2
+ @use '../../00-settings/settings' as *;
3
+
4
+ @use "sass:list";
5
+ @use "sass:map";
6
+ @use "sass:meta";
7
+ @use "sass:string";
8
+
1
9
  ////
2
10
  /// Globally defined general purpose mixins.
3
11
  /// These mixins can be used by multiple components.
@@ -17,10 +25,9 @@
17
25
  /// @param {string} $search - The haystack
18
26
  /// @param {string} $replace [''] - The separator
19
27
  @function str-replace($string, $search, $replace: '') {
20
- $index: str-index($string, $search);
21
- @return if($index,
22
- str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace),
23
- $string);
28
+ $index: string.index($string, $search);
29
+
30
+ @return if($index, string.slice($string, 1, $index - 1) + $replace + str-replace(string.slice($string, $index + string.length($search)), $search, $replace), $string);
24
31
  }
25
32
 
26
33
  /// Helper function to get a border radius.
@@ -32,7 +39,7 @@
32
39
  /// @param {string} $name - The name of the requested border radius.
33
40
  /// @param {map} $border-radius [$border-radius] - The map with border radiuses defined in it.
34
41
  @function border-radius($name, $border-radius: $border-radius) {
35
- @return map-get($border-radius, $name);
42
+ @return map.get($border-radius, $name);
36
43
  }
37
44
 
38
45
  ///
@@ -78,7 +85,9 @@
78
85
  /// @param {string} $property - The property to be styled.
79
86
  ///
80
87
  @mixin element-states($state, $state-hover, $property: "color") {
81
- #{$property}: $state;
88
+ & {
89
+ #{$property}: $state;
90
+ }
82
91
 
83
92
  &:active,
84
93
  &:visited {
@@ -119,28 +128,31 @@
119
128
  @function str-split($string, $separator: '--') {
120
129
  // empty array/list
121
130
  $split-arr: ();
131
+
122
132
  // first index of separator in string
123
- $index: str-index($string, $separator);
133
+ $index: string.index($string, $separator);
134
+
124
135
  // loop through string
125
136
  @while $index != null {
126
137
  // get the substring from the first character to the separator
127
- $item: str-slice($string, 1, $index - 1);
138
+ $item: string.slice($string, 1, $index - 1);
139
+
128
140
  // push item to array
129
- $split-arr: append($split-arr, $item);
141
+ $split-arr: list.append($split-arr, $item);
130
142
 
131
143
  @if ($separator == '--') {
132
144
  // remove item and separator from string
133
- $string: str-slice($string, $index + 2);
145
+ $string: string.slice($string, $index + 2);
134
146
  }
135
147
  @else {
136
148
  // remove item and separator from string
137
- $string: str-slice($string, $index + 1);
149
+ $string: string.slice($string, $index + 1);
138
150
  }
139
151
  // find new index of separator
140
- $index: str-index($string, $separator);
152
+ $index: string.index($string, $separator);
141
153
  }
142
154
  // add the remaining string to list (the last item)
143
- $split-arr: append($split-arr, $string);
155
+ $split-arr: list.append($split-arr, $string);
144
156
 
145
157
  @return $split-arr;
146
158
  }
@@ -156,33 +168,34 @@
156
168
  /// @param {string} $value - The string to turn into a number.
157
169
  ///
158
170
  @function number($value) {
159
- @if type-of($value) == 'number' {
171
+ @if meta.type-of($value) == 'number' {
160
172
  @return $value;
161
- } @else if type-of($value) != 'string' {
173
+ }
174
+ @else if meta.type-of($value) != 'string' {
162
175
  @warn 'Value for `to-number` should be a number or a string.';
163
176
  }
164
177
 
165
178
  $result: 0;
166
179
  $digits: 0;
167
- $minus: str-slice($value, 1, 1) == '-';
180
+ $minus: string.slice($value, 1, 1) == '-';
168
181
  $numbers: ('0': 0, '1': 1, '2': 2, '3': 3, '4': 4, '5': 5, '6': 6, '7': 7, '8': 8, '9': 9);
169
182
 
170
- @for $i from if($minus, 2, 1) through str-length($value) {
171
- $character: str-slice($value, $i, $i);
183
+ @for $i from if($minus, 2, 1) through string.length($value) {
184
+ $character: string.slice($value, $i, $i);
172
185
 
173
- @if not (index(map-keys($numbers), $character) or $character == '.') {
174
- @return to-length(if($minus, -$result, $result), str-slice($value, $i));
186
+ @if not (list.index(map.keys($numbers), $character) or $character == '.') {
187
+ @return to-length(if($minus, -$result, $result), string.slice($value, $i));
175
188
  }
176
189
 
177
190
  @if $character == '.' {
178
191
  $digits: 1;
179
192
  }
180
193
  @else if $digits == 0 {
181
- $result: $result * 10 + map-get($numbers, $character);
194
+ $result: $result * 10 + map.get($numbers, $character);
182
195
  }
183
196
  @else {
184
197
  $digits: $digits * 10;
185
- $result: $result + math.div(map-get($numbers, $character), $digits);
198
+ $result: $result + math.div(map.get($numbers, $character), $digits);
186
199
  }
187
200
  }
188
201
 
@@ -315,8 +328,10 @@
315
328
  @mixin focus-bare {
316
329
  @include theme('outline-color', 'color-primary', 'focus-outline');
317
330
 
318
- outline: 2px solid;
319
- outline-offset: 2px;
331
+ & {
332
+ outline: 2px solid;
333
+ outline-offset: 2px;
334
+ }
320
335
  }
321
336
 
322
337
  @mixin focus-style {
@@ -327,27 +342,31 @@
327
342
 
328
343
  /// Label mixin for optional labels
329
344
  @mixin optional-label {
345
+ @include normal-text;
330
346
  @include theme('color', 'color-zero', 'label-optional-color');
331
347
  @include theme('background-color', 'color-secondary', 'label-optional-background');
332
- @include normal-text;
333
348
 
334
- padding: 2px 5px;
335
- float: right;
336
- font-size: .6rem;
337
- line-height: 150%;
349
+ & {
350
+ padding: 2px 5px;
351
+ float: right;
352
+ font-size: .6rem;
353
+ line-height: 150%;
354
+ }
338
355
  }
339
356
 
340
357
  /// Label mixin for form labels
341
358
  @mixin label {
342
- @include theme('color', 'color-primary', 'label-color');
343
359
  @include semi-bold-text;
360
+ @include theme('color', 'color-primary', 'label-color');
344
361
 
345
- display: flex;
346
- align-items: flex-end;
347
- justify-content: space-between;
348
- margin: 0 0 5px;
349
- font-size: .8rem;
350
- line-height: 1.4rem;
362
+ & {
363
+ display: flex;
364
+ align-items: flex-end;
365
+ justify-content: space-between;
366
+ margin: 0 0 5px;
367
+ font-size: .8rem;
368
+ line-height: 1.4rem;
369
+ }
351
370
  }
352
371
 
353
372
  // Remove button styling
@@ -1,3 +1,7 @@
1
+ @use '../../00-settings/vars' as *;
2
+ @use '../general/mixins' as *;
3
+ @use '../breakpoints/breakpoints' as *;
4
+
1
5
  ///
2
6
  /// Helper mixin to break out of the grid structure in targeted places.
3
7
  ///
@@ -1,3 +1,6 @@
1
+ @use '../../00-settings/vars' as *;
2
+ @use '../../00-mixins/themify/themify' as *;
3
+
1
4
  ///
2
5
  /// Applies a hover animation using the background.
3
6
  /// Typically applied to elements containing text.
@@ -23,10 +26,13 @@
23
26
  ///
24
27
  @mixin link-background($underline: 'color-primary', $hover: null, $underline-exception: null, $hover-exception: null) {
25
28
  @include theme('border-color', $underline, $underline-exception);
26
- transition: background-image 1s, color 1s;
27
- border-bottom: 2px solid;
28
- background-repeat: repeat-y;
29
- background-position: 0 100%;
29
+
30
+ & {
31
+ transition: background-image 1s, color 1s;
32
+ border-bottom: 2px solid;
33
+ background-repeat: repeat-y;
34
+ background-position: 0 100%;
35
+ }
30
36
 
31
37
  @if $hover {
32
38
  @include theme-content($hover, $hover-exception) {
@@ -34,8 +40,11 @@
34
40
  $theme-color 0,
35
41
  $theme-color 100%);
36
42
  }
37
- transition: background-size .2s, color .2s;
38
- background-size: 0 100%;
43
+
44
+ & {
45
+ transition: background-size .2s, color .2s;
46
+ background-size: 0 100%;
47
+ }
39
48
 
40
49
  &:hover,
41
50
  &:focus {
@@ -76,20 +85,26 @@
76
85
  ///
77
86
  @mixin link-underlined($active-selector: '.active') {
78
87
  @include theme('color', 'color-primary', 'link-color');
79
- display: inline-block;
80
- font-weight: 400;
81
- text-decoration: none;
88
+
89
+ & {
90
+ display: inline-block;
91
+ font-weight: 400;
92
+ text-decoration: none;
93
+ }
82
94
 
83
95
  &::after {
84
96
  @include theme('color', 'color-primary', 'link-underlined-hover-color');
85
- display: block;
86
- position: static;
87
- width: 0;
88
- margin: 0 auto;
89
- transition: width 100ms;
90
- border-bottom: 2px solid;
91
- content: '';
92
- overflow: visible;
97
+
98
+ & {
99
+ display: block;
100
+ position: static;
101
+ width: 0;
102
+ margin: 0 auto;
103
+ transition: width 100ms;
104
+ border-bottom: 2px solid;
105
+ content: '';
106
+ overflow: visible;
107
+ }
93
108
  }
94
109
 
95
110
  &#{$active-selector},
@@ -1,3 +1,9 @@
1
+ @use '../themify/themify' as *;
2
+
3
+ $month-day-size-mobile: 40px;
4
+ $month-day-size: 48px;
5
+ $week-breakpoint: '(min-width: 750px)';
6
+
1
7
  // mixins
2
8
  // ===
3
9
  @mixin month-widget-mobile {
@@ -1,3 +1,5 @@
1
+ @use '../../00-settings/settings' as *;
2
+
1
3
  ///
2
4
  /// Theme mixin to generate all themes spot images.
3
5
  /// This generates the necessary theme CSS for all defined themes based on the
@@ -1,3 +1,7 @@
1
+ @use "sass:string";
2
+ @use '../../00-settings/settings' as *;
3
+ @use "../general/mixins";
4
+
1
5
  ////
2
6
  /// This file defines SVG related functions and mixins.
3
7
  ///
@@ -19,8 +23,8 @@
19
23
  //
20
24
  // Add missing namespace
21
25
  //
22
- @if not str-index($svg, xmlns) {
23
- $svg: str-replace($svg, '<svg', '<svg xmlns="http://www.w3.org/2000/svg"');
26
+ @if not string.index($svg, xmlns) {
27
+ $svg: mixins.str-replace($svg, '<svg', '<svg xmlns="http://www.w3.org/2000/svg"');
24
28
  }
25
29
  //
26
30
  // Chunk up string in order to avoid
@@ -29,20 +33,20 @@
29
33
  $encoded: '';
30
34
  $slice: 2000;
31
35
  $index: 0;
32
- $loops: ceil(math.div(str-length($svg), $slice));
36
+ $loops: math.ceil(math.div(string.length($svg), $slice));
33
37
  @for $i from 1 through $loops {
34
- $chunk: str-slice($svg, $index, $index + $slice - 1);
38
+ $chunk: string.slice($svg, $index, $index + $slice - 1);
35
39
  //
36
40
  // Encode
37
41
  //
38
- $chunk: str-replace($chunk, '"', '\'');
39
- $chunk: str-replace($chunk, '%', '%25');
40
- $chunk: str-replace($chunk, '&', '%26');
41
- $chunk: str-replace($chunk, '#', '%23');
42
- $chunk: str-replace($chunk, '{', '%7B');
43
- $chunk: str-replace($chunk, '}', '%7D');
44
- $chunk: str-replace($chunk, '<', '%3C');
45
- $chunk: str-replace($chunk, '>', '%3E');
42
+ $chunk: mixins.str-replace($chunk, '"', '\'');
43
+ $chunk: mixins.str-replace($chunk, '%', '%25');
44
+ $chunk: mixins.str-replace($chunk, '&', '%26');
45
+ $chunk: mixins.str-replace($chunk, '#', '%23');
46
+ $chunk: mixins.str-replace($chunk, '{', '%7B');
47
+ $chunk: mixins.str-replace($chunk, '}', '%7D');
48
+ $chunk: mixins.str-replace($chunk, '<', '%3C');
49
+ $chunk: mixins.str-replace($chunk, '>', '%3E');
46
50
 
47
51
  //
48
52
  // The maybe list
@@ -1,3 +1,5 @@
1
+ @use '../../00-mixins/themify/themify' as *;
2
+
1
3
  ///
2
4
  /// Apply background colors for tables
3
5
  ///