diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bdc2e15 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/resources/_gen/* +/public/* diff --git a/README.md b/README.md index bf085c1..0f63cce 100644 --- a/README.md +++ b/README.md @@ -1 +1,55 @@ -# ffl-hugo +# Freifunk Leipzig + +Webseite von freifunk-leipzig.de. + +## Live-Editing und Websitegenerierung + +Die Website wird mittels des Generators Hugo (https://gohugo.io/) erzeugt. Um mit Hugo auf dem lokalen Rechner die Website ersetell zu lassen und bei jeder Veränderung neuzuladen, muss Hugo so aufgerufen werden + +``` +hugo serve --disableFastRender +``` + +Um die Website lediglich zu generieren, um sie danach auf einen Websever hochzuladen muss Hugo einfach direkt ausgeführt werden: + +``` +hugo +``` + +Der generierte Website-Code befindet sich danach im Verzeichnis *public*. + +## Menü + +Das Menü kann über die Einträge in **config.yaml** konfiguriert werden im Bereich. Beispielswiese + +Menüs mit Unterpunkten benötigen einen Eintrag bspw. *04kontakt*. Die Reihenfolge wird durch die alphanumerische Sortierung der Eintrags bestimmt (01eintrag vor 02eintrag). Der erste Eintrag ist immer der Name des Menüpunkt und muss im Feld *indentifier* stehen. Danach können weitere Menüeintrage die unter dem Punkt erscheinen jeweils mit den Untermenütitle im Feld *name* und einen Link im Feld *url* hinterlegt. + +Das untere Beispiel erzeugt ein Menü mit einem Eintrag *Kontakt* mit zwei Unterpunkten *Impressum* und *Datenschutz* + +```yaml +menu: + 04kontakt: + - identifier: "Kontakt" + - name: "Impressum" + url: "https://freifunk.net/impressum/" + - name: "Datenschutz" + url: "https://freifunk.net/datenschutz/" +``` + +Links können auch direkt im Menüeintrag hinterlegt werden. Zusätzlich ist es immer möglich einem Menüeintrag einen Link über das Feld *url* zu geben. + +```yaml +menu: + 04kontakt: + - identifier: "Kontakt" + url: "https://freifunk.net/kontakt/" +``` + +Links zum Inhalt der Seite können einfach über die Bezeichner der Inhalte eingebunden werden. Beispielsweise die Karte, die in *content/map.md* vorliegt + +```yaml +menu: + 01map: + - identifier: "Karte" + url: "map/" +``` diff --git a/assets/sass/main.scss b/assets/sass/main.scss index 4554c82..de73005 100644 --- a/assets/sass/main.scss +++ b/assets/sass/main.scss @@ -1326,7 +1326,7 @@ $bannerURL: "{{ (.Site.Data.homepage.banner.image | default "images/banner.jpg") list-style: none; margin: calc(-0.5em + 1px) 0 0 1px; padding: 0.5em 0; - width: 11em; + width: 13.5em; li { padding: 0; @@ -2100,4 +2100,4 @@ $bannerURL: "{{ (.Site.Data.homepage.banner.image | default "images/banner.jpg") padding: 2.5em 1em 3em 1em; } - } \ No newline at end of file + } diff --git a/config.toml b/config.toml deleted file mode 100644 index 7d311c9..0000000 --- a/config.toml +++ /dev/null @@ -1,59 +0,0 @@ -# This the default config from which all other configurations inherit -## For a more detailed example of the themes capabilities look at "development/config.toml" -languageCode = "de-de" -title = "Freifunk-Leipzig" -baseURL = "https://freifunk-leipzig.de" -theme = "hugo-html5up-alpha" -disqusShortname = "" - -[menu] - [[menu.map]] - identifier = "Meshviewer" - name = "Meshviewer" - url = "map/" - weight = 10 - - [[menu.firmware]] - identifier = "Firmware" - name = "Gluon" - url = "gluon/" - weight = 10 - - [[menu.kontakt]] - identifier = "Impressum" - name = "Impressum" - url = "https://freifunk.net/impressum/" - weight = 10 - - [[menu.kontakt]] - identifier = "Datenschutz" - name = "Datenschutz" - url = "https://freifunk.net/datenschutz/" - weight = 20 - -#[communtiy] -# url_map_meshviewer = "http://karte.leipzig.freifunk.net:8018/meshviewer2/build/#!/de/map" - -[params] - description = "Another fine responsive site template freebie by HTML5 UP." - images = ["images/pic01.jpg"] - author = "Hugo Port: [Nelson/Roberto](https://nelsonroberto.com/)" - copyright = "© Untitled. All rights reserved." - design = "Design: [HTML5 UP](http://html5up.net/)" - mainSections = ["blog"] - -### Footer Social Media Links ### -[[params.share]] -title = "facebook" -icon = "fa-facebook-f" # fontawesome icons https://fontawesome.com/icons?d=gallery&s=brands -link = "https://de-de.facebook.com/FreifunkLeipzig" - -[[params.share]] -title = "twitter" -icon = "fa-twitter" -link = "https://twitter.com/freifunk_l?lang=de" - -[[params.share]] -title = "github" -icon = "fa-github" -link = "https://github.com/freifunk-leipzig" \ No newline at end of file diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..5919bc8 --- /dev/null +++ b/config.yaml @@ -0,0 +1,79 @@ +# This the default config from which all other configurations inherit +## For a more detailed example of the themes capabilities look at "development/config.toml" +languageCode: "de-de" +title: "Freifunk-Leipzig" +baseURL: "https://freifunk-leipzig.de" +theme: "hugo-html5up-alpha" +disqusShortname: "" + +menu: + 00begin: + - identifier: "Anfangen" + - name: "Router einrichten" + url: "begin/" + - name: "Gluon Firmware" + url: "gluon/" + - name: "Dokumentation" + url: "docs/" + + 01introduction: + - identifier: "Einführung" + - name: "Historie" + url: "history/" + - name: "FAQ" + url: "FAQ/" + + 02support: + - identifier: "Unterstützen" + - name: "Gewerbetreibende und Vereine" + url: "support/" + - name: "Spenden" + url: "donations/" + - name: "Standorte" + url: "places/" + + 03map: + - identifier: "Karte" + url: "map/" + - name: "Meshviewer" + url: "map/" + - name: "HopGlass" + url: "map/" + - name: "Statistik" + url: "stats/" + + 04kontakt: + - identifier: "Kontakt" + url: "https://freifunk.net/kontakt/" + - name: "Impressum" + url: "https://freifunk.net/impressum/" + - name: "Datenschutz" + url: "https://freifunk.net/datenschutz/" + + +#[communtiy] +# url_map_meshviewer: "http://karte.leipzig.freifunk.net:8018/meshviewer2/build/#!/de/map" + +params: + description: "Another fine responsive site template freebie by HTML5 UP." + images: ["images/pic01.jpg"] + author: "Hugo Port: [Nelson/Roberto](https://nelsonroberto.com/)" + copyright: "© Untitled. All rights reserved." + design: "Design: [HTML5 UP](http://html5up.net/)" + mainSections: ["blog"] + +### Footer Social Media Links ### + share: + - title: "facebook" + icon: "fa-facebook-f" # fontawesome icons https://fontawesome.com/icons?d=gallery&s=brands + link: "https://de-de.facebook.com/FreifunkLeipzig" + + - title: "twitter" + icon: "fa-twitter" + link: "https://twitter.com/freifunk_l?lang=de" + + - title: "github" + icon: "fa-github" + link: "https://github.com/freifunk-leipzig" + +# vim: expandtab tabstop=2 shiftwidth=2 diff --git a/content/bla/_index.md b/content/bla/_index.md new file mode 100644 index 0000000..90d3275 --- /dev/null +++ b/content/bla/_index.md @@ -0,0 +1,4 @@ ++++ +Title = "Bla" +description = "Just an assorted selection of elements." ++++ diff --git a/data/globalheader.yml b/data/globalheader.yml index 549edf0..d9eb48e 100644 --- a/data/globalheader.yml +++ b/data/globalheader.yml @@ -1,19 +1,30 @@ -button_home: - enable: true - title: "Home" - link: "/" +buttons: + - id: bla + enable: true + title: "Bla bla" + link: "/bla/" -button_news: - enable: true - title: "Blog" - link: "/blog/" + - id: bla2 + enable: true + title: "Bla bla 2" + link: "/bla/" -button_calendar: - enable: true - title: "Kalender" - link: "https://next.dezentrale.cloud/nextcloud/apps/calendar/p/fMxrf4srxN65TpcW/dayGridMonth/now" + - id: home + enable: false + title: "Home" + link: "/" -button_history: - enable: true - title: "History" - link: "/history/" \ No newline at end of file + - id: news + enable: true + title: "Blog" + link: "/blog/" + + - id: calendar + enable: true + title: "Kalender" + link: "https://next.dezentrale.cloud/nextcloud/apps/calendar/p/fMxrf4srxN65TpcW/dayGridMonth/now" + + - id: history + enable: true + title: "History" + link: "/history/" diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 6dfa1b8..5c9aa4d 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -3,79 +3,34 @@

{{ with .Site.Data.globalheader.title }}{{ . | markdownify }}{{else}}{{ .Site.Title }}{{end}}

- \ No newline at end of file + diff --git a/public/blog/index.html b/public/blog/index.html deleted file mode 100644 index 54b4f29..0000000 --- a/public/blog/index.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - -My Blog | Freifunk-Leipzig - - - - -
-
- -
-

My Blog

-
-
- -
-
- - - -

Page Bundle Example

-

Aug 15, 2019

- -

Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.

- -
    -
  • -
-
-
- -
-
- - - -

Ante mattis interdum dolor

-

Apr 18, 2019

- -

Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.

- -
    -
  • -
-
-
- -
-
- - - -

Odio magna sed consectetur

-

Apr 11, 2019

- -

Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.

- -
    -
  • -
-
-
- -
-
- - - -

Augue lorem primis vestibulum

-

Apr 7, 2019

- -

Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.

- -
    -
  • -
-
-
- -
-
- - - -

first post

-

Feb 6, 2012

- -

Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.

- -
    -
  • -
-
-
- -
-
- - - -

Primis eget imperdiet lorem

- - -

Example of post with missing date property

- -
    -
  • -
-
-
- -
- -
-
- - - - - - - - \ No newline at end of file diff --git a/public/blog/index.xml b/public/blog/index.xml deleted file mode 100644 index b2fab4e..0000000 --- a/public/blog/index.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - My Blog on Freifunk-Leipzig - https://freifunk-leipzig.de/blog/ - Recent content in My Blog on Freifunk-Leipzig - Hugo -- gohugo.io - de-de - Thu, 15 Aug 2019 00:00:00 +0000 - - Page Bundle Example - https://freifunk-leipzig.de/blog/page-bundle-example/ - Thu, 15 Aug 2019 00:00:00 +0000 - - https://freifunk-leipzig.de/blog/page-bundle-example/ - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam sit amet dui nec dui commodo auctor non eu mauris. Duis varius finibus vestibulum. Praesent aliquam, erat sed dictum feugiat, velit erat iaculis elit, eget iaculis ex libero ac sapien. Sed maximus ut lectus et varius. Nullam posuere velit vitae est consectetur porttitor. Vestibulum tempor felis ante, nec volutpat risus vestibulum ac. Mauris at finibus felis, eu placerat arcu. Sed nec semper nunc. - - - - Ante mattis interdum dolor - https://freifunk-leipzig.de/blog/post2/ - Thu, 18 Apr 2019 00:00:00 +0000 - - https://freifunk-leipzig.de/blog/post2/ - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam sit amet dui nec dui commodo auctor non eu mauris. Duis varius finibus vestibulum. Praesent aliquam, erat sed dictum feugiat, velit erat iaculis elit, eget iaculis ex libero ac sapien. Sed maximus ut lectus et varius. Nullam posuere velit vitae est consectetur porttitor. Vestibulum tempor felis ante, nec volutpat risus vestibulum ac. Mauris at finibus felis, eu placerat arcu. Sed nec semper nunc. - - - - Odio magna sed consectetur - https://freifunk-leipzig.de/blog/post4/ - Thu, 11 Apr 2019 00:00:00 +0000 - - https://freifunk-leipzig.de/blog/post4/ - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam sit amet dui nec dui commodo auctor non eu mauris. Duis varius finibus vestibulum. Praesent aliquam, erat sed dictum feugiat, velit erat iaculis elit, eget iaculis ex libero ac sapien. Sed maximus ut lectus et varius. Nullam posuere velit vitae est consectetur porttitor. Vestibulum tempor felis ante, nec volutpat risus vestibulum ac. Mauris at finibus felis, eu placerat arcu. Sed nec semper nunc. - - - - Augue lorem primis vestibulum - https://freifunk-leipzig.de/blog/post3/ - Sun, 07 Apr 2019 00:00:00 +0000 - - https://freifunk-leipzig.de/blog/post3/ - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam sit amet dui nec dui commodo auctor non eu mauris. Duis varius finibus vestibulum. Praesent aliquam, erat sed dictum feugiat, velit erat iaculis elit, eget iaculis ex libero ac sapien. Sed maximus ut lectus et varius. Nullam posuere velit vitae est consectetur porttitor. Vestibulum tempor felis ante, nec volutpat risus vestibulum ac. Mauris at finibus felis, eu placerat arcu. Sed nec semper nunc. - - - - first post - https://freifunk-leipzig.de/blog/post/ - Mon, 06 Feb 2012 00:00:00 +0000 - - https://freifunk-leipzig.de/blog/post/ - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam sit amet dui nec dui commodo auctor non eu mauris. Duis varius finibus vestibulum. Praesent aliquam, erat sed dictum feugiat, velit erat iaculis elit, eget iaculis ex libero ac sapien. Sed maximus ut lectus et varius. Nullam posuere velit vitae est consectetur porttitor. Vestibulum tempor felis ante, nec volutpat risus vestibulum ac. Mauris at finibus felis, eu placerat arcu. Sed nec semper nunc. - - - - Primis eget imperdiet lorem - https://freifunk-leipzig.de/blog/post1/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://freifunk-leipzig.de/blog/post1/ - Example of post with missing date property. - - - - diff --git a/public/blog/page-bundle-example/banner.jpg b/public/blog/page-bundle-example/banner.jpg deleted file mode 100644 index b0206cb..0000000 Binary files a/public/blog/page-bundle-example/banner.jpg and /dev/null differ diff --git a/public/blog/page-bundle-example/index.html b/public/blog/page-bundle-example/index.html deleted file mode 100644 index b8b6ba8..0000000 --- a/public/blog/page-bundle-example/index.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - -Page Bundle Example | Freifunk-Leipzig - - - - -
-
-
-

Page Bundle Example

- -

Aug 15, 2019

- -
-
- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam sit amet dui nec dui commodo auctor non eu mauris. Duis varius finibus vestibulum. Praesent aliquam, erat sed dictum feugiat, velit erat iaculis elit, eget iaculis ex libero ac sapien. Sed maximus ut lectus et varius. Nullam posuere velit vitae est consectetur porttitor. Vestibulum tempor felis ante, nec volutpat risus vestibulum ac. Mauris at finibus felis, eu placerat arcu. Sed nec semper nunc. Proin eget mollis felis. Donec fermentum lectus non metus elementum, dignissim ornare felis congue. In rhoncus vehicula nibh, ac imperdiet dolor tincidunt sit amet.

-

Nullam commodo, diam nec finibus ultrices, odio enim tempus risus, quis dapibus ex ligula non erat. In sed lectus id massa fermentum euismod fringilla vel ligula. Quisque tincidunt tortor non ante scelerisque convallis ut vitae nunc. Mauris id consectetur sapien, et vulputate turpis. Nulla et diam urna. Duis varius, metus sit amet mollis gravida, felis turpis sodales nulla, id dapibus lacus est ac felis. Cras porttitor orci sit amet lorem scelerisque laoreet. Sed non mi et velit bibendum efficitur ut et mauris. Curabitur sem nisl, condimentum suscipit magna sit amet, vehicula ultricies purus. Phasellus blandit ultrices ante, eget blandit turpis fringilla et. Nam commodo volutpat semper.

- - - - -
-

tags

- - -
- - -
-
- - - - - - - - \ No newline at end of file diff --git a/public/blog/post/index.html b/public/blog/post/index.html deleted file mode 100644 index fdc8957..0000000 --- a/public/blog/post/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - -first post | Freifunk-Leipzig - - - - -
-
-
-

first post

- -

Feb 6, 2012

- -
-
- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam sit amet dui nec dui commodo auctor non eu mauris. Duis varius finibus vestibulum. Praesent aliquam, erat sed dictum feugiat, velit erat iaculis elit, eget iaculis ex libero ac sapien. Sed maximus ut lectus et varius. Nullam posuere velit vitae est consectetur porttitor. Vestibulum tempor felis ante, nec volutpat risus vestibulum ac. Mauris at finibus felis, eu placerat arcu. Sed nec semper nunc. Proin eget mollis felis. Donec fermentum lectus non metus elementum, dignissim ornare felis congue. In rhoncus vehicula nibh, ac imperdiet dolor tincidunt sit amet.

-

Nullam commodo, diam nec finibus ultrices, odio enim tempus risus, quis dapibus ex ligula non erat. In sed lectus id massa fermentum euismod fringilla vel ligula. Quisque tincidunt tortor non ante scelerisque convallis ut vitae nunc. Mauris id consectetur sapien, et vulputate turpis. Nulla et diam urna. Duis varius, metus sit amet mollis gravida, felis turpis sodales nulla, id dapibus lacus est ac felis. Cras porttitor orci sit amet lorem scelerisque laoreet. Sed non mi et velit bibendum efficitur ut et mauris. Curabitur sem nisl, condimentum suscipit magna sit amet, vehicula ultricies purus. Phasellus blandit ultrices ante, eget blandit turpis fringilla et. Nam commodo volutpat semper.

- - - - -
- - -
-
- - - - - - - - \ No newline at end of file diff --git a/public/blog/post1/index.html b/public/blog/post1/index.html deleted file mode 100644 index 7a814b6..0000000 --- a/public/blog/post1/index.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - -Primis eget imperdiet lorem | Freifunk-Leipzig - - - - -
-
-
-

Primis eget imperdiet lorem

- -
-
- - - -

Example of post with missing date property.

- - - - -
- - -
-
- - - - - - - - \ No newline at end of file diff --git a/public/blog/post2/index.html b/public/blog/post2/index.html deleted file mode 100644 index 1faa6a0..0000000 --- a/public/blog/post2/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - -Ante mattis interdum dolor | Freifunk-Leipzig - - - - -
-
-
-

Ante mattis interdum dolor

- -

Apr 18, 2019

- -
-
- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam sit amet dui nec dui commodo auctor non eu mauris. Duis varius finibus vestibulum. Praesent aliquam, erat sed dictum feugiat, velit erat iaculis elit, eget iaculis ex libero ac sapien. Sed maximus ut lectus et varius. Nullam posuere velit vitae est consectetur porttitor. Vestibulum tempor felis ante, nec volutpat risus vestibulum ac. Mauris at finibus felis, eu placerat arcu. Sed nec semper nunc. Proin eget mollis felis. Donec fermentum lectus non metus elementum, dignissim ornare felis congue. In rhoncus vehicula nibh, ac imperdiet dolor tincidunt sit amet.

-

Nullam commodo, diam nec finibus ultrices, odio enim tempus risus, quis dapibus ex ligula non erat. In sed lectus id massa fermentum euismod fringilla vel ligula. Quisque tincidunt tortor non ante scelerisque convallis ut vitae nunc. Mauris id consectetur sapien, et vulputate turpis. Nulla et diam urna. Duis varius, metus sit amet mollis gravida, felis turpis sodales nulla, id dapibus lacus est ac felis. Cras porttitor orci sit amet lorem scelerisque laoreet. Sed non mi et velit bibendum efficitur ut et mauris. Curabitur sem nisl, condimentum suscipit magna sit amet, vehicula ultricies purus. Phasellus blandit ultrices ante, eget blandit turpis fringilla et. Nam commodo volutpat semper.

- - - - -
- - -
-
- - - - - - - - \ No newline at end of file diff --git a/public/blog/post3/index.html b/public/blog/post3/index.html deleted file mode 100644 index 583477a..0000000 --- a/public/blog/post3/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - -Augue lorem primis vestibulum | Freifunk-Leipzig - - - - -
-
-
-

Augue lorem primis vestibulum

- -

Apr 7, 2019

- -
-
- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam sit amet dui nec dui commodo auctor non eu mauris. Duis varius finibus vestibulum. Praesent aliquam, erat sed dictum feugiat, velit erat iaculis elit, eget iaculis ex libero ac sapien. Sed maximus ut lectus et varius. Nullam posuere velit vitae est consectetur porttitor. Vestibulum tempor felis ante, nec volutpat risus vestibulum ac. Mauris at finibus felis, eu placerat arcu. Sed nec semper nunc. Proin eget mollis felis. Donec fermentum lectus non metus elementum, dignissim ornare felis congue. In rhoncus vehicula nibh, ac imperdiet dolor tincidunt sit amet.

-

Nullam commodo, diam nec finibus ultrices, odio enim tempus risus, quis dapibus ex ligula non erat. In sed lectus id massa fermentum euismod fringilla vel ligula. Quisque tincidunt tortor non ante scelerisque convallis ut vitae nunc. Mauris id consectetur sapien, et vulputate turpis. Nulla et diam urna. Duis varius, metus sit amet mollis gravida, felis turpis sodales nulla, id dapibus lacus est ac felis. Cras porttitor orci sit amet lorem scelerisque laoreet. Sed non mi et velit bibendum efficitur ut et mauris. Curabitur sem nisl, condimentum suscipit magna sit amet, vehicula ultricies purus. Phasellus blandit ultrices ante, eget blandit turpis fringilla et. Nam commodo volutpat semper.

- - - - -
- - -
-
- - - - - - - - \ No newline at end of file diff --git a/public/blog/post4/index.html b/public/blog/post4/index.html deleted file mode 100644 index e20247a..0000000 --- a/public/blog/post4/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - -Odio magna sed consectetur | Freifunk-Leipzig - - - - -
-
-
-

Odio magna sed consectetur

- -

Apr 11, 2019

- -
-
- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam sit amet dui nec dui commodo auctor non eu mauris. Duis varius finibus vestibulum. Praesent aliquam, erat sed dictum feugiat, velit erat iaculis elit, eget iaculis ex libero ac sapien. Sed maximus ut lectus et varius. Nullam posuere velit vitae est consectetur porttitor. Vestibulum tempor felis ante, nec volutpat risus vestibulum ac. Mauris at finibus felis, eu placerat arcu. Sed nec semper nunc. Proin eget mollis felis. Donec fermentum lectus non metus elementum, dignissim ornare felis congue. In rhoncus vehicula nibh, ac imperdiet dolor tincidunt sit amet.

-

Nullam commodo, diam nec finibus ultrices, odio enim tempus risus, quis dapibus ex ligula non erat. In sed lectus id massa fermentum euismod fringilla vel ligula. Quisque tincidunt tortor non ante scelerisque convallis ut vitae nunc. Mauris id consectetur sapien, et vulputate turpis. Nulla et diam urna. Duis varius, metus sit amet mollis gravida, felis turpis sodales nulla, id dapibus lacus est ac felis. Cras porttitor orci sit amet lorem scelerisque laoreet. Sed non mi et velit bibendum efficitur ut et mauris. Curabitur sem nisl, condimentum suscipit magna sit amet, vehicula ultricies purus. Phasellus blandit ultrices ante, eget blandit turpis fringilla et. Nam commodo volutpat semper.

- - - - -
- - -
-
- - - - - - - - \ No newline at end of file diff --git a/public/calendar/index.html b/public/calendar/index.html deleted file mode 100644 index ec0966f..0000000 --- a/public/calendar/index.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - | Freifunk-Leipzig - - - - -
- - - -
- - - - - - - - \ No newline at end of file diff --git a/public/categories/index.html b/public/categories/index.html deleted file mode 100644 index ae095b2..0000000 --- a/public/categories/index.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - -Categories | Freifunk-Leipzig - - - - -
-
- -
-

Categories

-
-
- -
- -
-
- - - - - - - - \ No newline at end of file diff --git a/public/categories/index.xml b/public/categories/index.xml deleted file mode 100644 index 8cb4947..0000000 --- a/public/categories/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Categories on Freifunk-Leipzig - https://freifunk-leipzig.de/categories/ - Recent content in Categories on Freifunk-Leipzig - Hugo -- gohugo.io - de-de - - diff --git a/public/contact/index.html b/public/contact/index.html deleted file mode 100644 index debd403..0000000 --- a/public/contact/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Contact Us | Freifunk-Leipzig - - - - -
-
-
-

Contact Us

- -

Feb 6, 2019

- -
-
- -
-
-
- -
-
- -
-
- -
-
- -
-
-
    -
  • -
-
-
-
- - - - -
-

tags

- - -
- - -
-
- - - - - - - - \ No newline at end of file diff --git a/public/css/fontawesome-all.min.css b/public/css/fontawesome-all.min.css deleted file mode 100644 index b7d052b..0000000 --- a/public/css/fontawesome-all.min.css +++ /dev/null @@ -1,5 +0,0 @@ -/*! - * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - */ -.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900} \ No newline at end of file diff --git a/public/css/images/overlay.png b/public/css/images/overlay.png deleted file mode 100644 index 8cdf774..0000000 Binary files a/public/css/images/overlay.png and /dev/null differ diff --git a/public/elements/buttons/index.html b/public/elements/buttons/index.html deleted file mode 100644 index 3e545ef..0000000 --- a/public/elements/buttons/index.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - -Buttons | Freifunk-Leipzig - - - - -
-
-
-

Buttons

- -
-
- -

Buttons

- - - - - - - - - - -
- - -
-
- - - - - - - - \ No newline at end of file diff --git a/public/elements/form/index.html b/public/elements/form/index.html deleted file mode 100644 index 650f219..0000000 --- a/public/elements/form/index.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - -Form | Freifunk-Leipzig - - - - -
-
-
-

Form

- -
-
- -

Form

-
-
-
- -
-
- -
- -
- -
- -
- - -
-
- - -
-
- - -
- -
- - -
-
- - -
- -
- -
- -
-
    -
  • -
  • -
-
-
-
-
-
-
-
- -
-
- -
-
-
- - - - -
- - -
-
- - - - - - - - \ No newline at end of file diff --git a/public/elements/image/index.html b/public/elements/image/index.html deleted file mode 100644 index d15793f..0000000 --- a/public/elements/image/index.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - -Image | Freifunk-Leipzig - - - - -
-
-
-

Image

- -
-
- -

Image

-

Fit

- - -
-
- -
- -
- -
- -
- -
- -
- -
-
-

Left & Right

-

-Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. -

-

-Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. -

- - - - -
- - -
-
- - - - - - - - \ No newline at end of file diff --git a/public/elements/image/pic04-0.jpg b/public/elements/image/pic04-0.jpg deleted file mode 100644 index 780314a..0000000 Binary files a/public/elements/image/pic04-0.jpg and /dev/null differ diff --git a/public/elements/image/pic04-1.jpg b/public/elements/image/pic04-1.jpg deleted file mode 100644 index 780314a..0000000 Binary files a/public/elements/image/pic04-1.jpg and /dev/null differ diff --git a/public/elements/image/pic04-2.jpg b/public/elements/image/pic04-2.jpg deleted file mode 100644 index 780314a..0000000 Binary files a/public/elements/image/pic04-2.jpg and /dev/null differ diff --git a/public/elements/image/pic04-3.jpg b/public/elements/image/pic04-3.jpg deleted file mode 100644 index 780314a..0000000 Binary files a/public/elements/image/pic04-3.jpg and /dev/null differ diff --git a/public/elements/image/pic04-4.jpg b/public/elements/image/pic04-4.jpg deleted file mode 100644 index 780314a..0000000 Binary files a/public/elements/image/pic04-4.jpg and /dev/null differ diff --git a/public/elements/image/pic04-5.jpg b/public/elements/image/pic04-5.jpg deleted file mode 100644 index 780314a..0000000 Binary files a/public/elements/image/pic04-5.jpg and /dev/null differ diff --git a/public/elements/index.html b/public/elements/index.html deleted file mode 100644 index 82db82e..0000000 --- a/public/elements/index.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - -Elements | Freifunk-Leipzig - - - - -
-
- -
-

Elements

-
-
- -
-
- -

Text

- - -

Text This is bold and this is strong. This is italic and this is emphasized. This is superscript text and this is subscript text. This is underlined and this is code: for (;;) { ... }. Finally, this is a link. - Heading with a Subtitle Lorem ipsum dolor sit amet nullam id egestas urna aliquam Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet.

- -
    -
  • -
-
-
- -
-
- -

Lists

- - -

Lists Unordered Dolor pulvinar etiam. Sagittis lorem eleifend. Felis feugiat dolore viverra. Dolor pulvinar etiam. Ordered Dolor pulvinar etiam. Etiam vel felis at viverra. Felis enim feugiat magna. Etiam vel felis nullam. Felis enim et tempus. Actions Primary Default Alt Small Small Small Primary Default Alt Primary Small Default Small

- -
    -
  • -
-
-
- -
-
- -

Table

- - -

Table Default NAME DESCRIPTION PRICE Item 1 Ante turpis integer aliquet porttitor. 29.99 Item 2 Vis ac commodo adipiscing arcu aliquet. 19.99 Item 3 Morbi faucibus arcu accumsan lorem. 29.99 Item 4 Vitae integer tempus condimentum. 19.99 Item 5 Ante turpis integer aliquet porttitor. 29.99 100.00

- -
    -
  • -
-
-
- -
-
- -

Buttons

- - -

Buttons PRIMARY DEFAULT LARGE DEFAULT SMALL FIT FIT FIT + SMALL FIT + SMALL ICON ICON PRIMARY DEFAULT

- -
    -
  • -
-
-
- -
-
- -

Form

- - -

Form - Category - Manufacturing Shipping Administration Human Resources Low Normal High Email me a copy I am a human

- -
    -
  • -
-
-
- -
-
- -

Image

- - -

Image Fit Gallery Left & Right Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus.

- -
    -
  • -
-
-
- -
- -
-
- - - - - - - - \ No newline at end of file diff --git a/public/elements/index.xml b/public/elements/index.xml deleted file mode 100644 index 9737502..0000000 --- a/public/elements/index.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - Elements on Freifunk-Leipzig - https://freifunk-leipzig.de/elements/ - Recent content in Elements on Freifunk-Leipzig - Hugo -- gohugo.io - de-de - - Text - https://freifunk-leipzig.de/elements/text/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://freifunk-leipzig.de/elements/text/ - Text This is bold and this is strong. This is italic and this is emphasized. This is superscript text and this is subscript text. This is underlined and this is code: for (;;) { ... }. Finally, this is a link. - Heading with a Subtitle Lorem ipsum dolor sit amet nullam id egestas urna aliquam Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. - - - - Lists - https://freifunk-leipzig.de/elements/lists/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://freifunk-leipzig.de/elements/lists/ - Lists Unordered Dolor pulvinar etiam. Sagittis lorem eleifend. Felis feugiat dolore viverra. Dolor pulvinar etiam. Ordered Dolor pulvinar etiam. Etiam vel felis at viverra. Felis enim feugiat magna. Etiam vel felis nullam. Felis enim et tempus. Actions Primary Default Alt Small Small Small Primary Default Alt Primary Small Default Small - - - - Table - https://freifunk-leipzig.de/elements/table/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://freifunk-leipzig.de/elements/table/ - Table Default NAME DESCRIPTION PRICE Item 1 Ante turpis integer aliquet porttitor. 29.99 Item 2 Vis ac commodo adipiscing arcu aliquet. 19.99 Item 3 Morbi faucibus arcu accumsan lorem. 29.99 Item 4 Vitae integer tempus condimentum. 19.99 Item 5 Ante turpis integer aliquet porttitor. 29.99 100.00 - - - - Buttons - https://freifunk-leipzig.de/elements/buttons/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://freifunk-leipzig.de/elements/buttons/ - Buttons PRIMARY DEFAULT LARGE DEFAULT SMALL FIT FIT FIT + SMALL FIT + SMALL ICON ICON PRIMARY DEFAULT - - - - Form - https://freifunk-leipzig.de/elements/form/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://freifunk-leipzig.de/elements/form/ - Form - Category - Manufacturing Shipping Administration Human Resources Low Normal High Email me a copy I am a human - - - - Image - https://freifunk-leipzig.de/elements/image/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://freifunk-leipzig.de/elements/image/ - Image Fit Gallery Left & Right Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. - - - - diff --git a/public/elements/lists/index.html b/public/elements/lists/index.html deleted file mode 100644 index c0e145e..0000000 --- a/public/elements/lists/index.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - -Lists | Freifunk-Leipzig - - - - -
-
-
-

Lists

- -
-
- -

Lists

-

Unordered

-
    -
  • Dolor pulvinar etiam.
  • -
  • Sagittis lorem eleifend.
  • -
  • Felis feugiat dolore viverra.
  • -
  • Dolor pulvinar etiam.
  • -
-

Ordered

-
    -
  1. Dolor pulvinar etiam.
  2. -
  3. Etiam vel felis at viverra.
  4. -
  5. Felis enim feugiat magna.
  6. -
  7. Etiam vel felis nullam.
  8. -
  9. Felis enim et tempus.
  10. -
-

Actions

- - - - - - - - - -
- - -
-
- - - - - - - - \ No newline at end of file diff --git a/public/elements/table/index.html b/public/elements/table/index.html deleted file mode 100644 index df73c3f..0000000 --- a/public/elements/table/index.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - -Table | Freifunk-Leipzig - - - - -
-
-
-

Table

- -
-
- -

Table

-

Default

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NAMEDESCRIPTIONPRICE
Item 1Ante turpis integer aliquet porttitor.29.99
Item 2Vis ac commodo adipiscing arcu aliquet.19.99
Item 3Morbi faucibus arcu accumsan lorem.29.99
Item 4Vitae integer tempus condimentum.19.99
Item 5Ante turpis integer aliquet porttitor.29.99
100.00
- - - - -
- - -
-
- - - - - - - - \ No newline at end of file diff --git a/public/elements/text/index.html b/public/elements/text/index.html deleted file mode 100644 index 65464f4..0000000 --- a/public/elements/text/index.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - -Text | Freifunk-Leipzig - - - - -
-
-
-

Text

- -
-
- -

Text

-

This is bold and this is strong. This is italic and this is emphasized. This is superscript text and this is subscript text. This is underlined and this is code: for (;;) { ... }. Finally, this is a link.

-
-
-

Heading with a Subtitle

-

Lorem ipsum dolor sit amet nullam id egestas urna aliquam -

-

Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit tempus accumsan.

-
-

Heading with a Subtitle

-

Lorem ipsum dolor sit amet nullam id egestas urna aliquam -

-

Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit tempus accumsan.

-
-

HEADING LEVEL 2

-

HEADING LEVEL 3

-

HEADING LEVEL 4

-
HEADING LEVEL 5
-
HEADING LEVEL 6
-
-

BLOCKQUOTE

-
-

Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis.

-
-

PREFORMATTED

-
i = 0;
-
-while (!deck.isInOrder()) {
-    print 'Iteration ' + i;
-    deck.shuffle();
-    i++;
-}
-
-print 'It took ' + i + ' iterations to sort the deck.';
-
- - - -
- - -
-
- - - - - - - - \ No newline at end of file diff --git a/public/generic/index.html b/public/generic/index.html deleted file mode 100644 index 8d6ee67..0000000 --- a/public/generic/index.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - -This Is A Generic Page | Freifunk-Leipzig - - - - -
-
-
-

This Is A Generic Page

- -

Feb 6, 2019

- -
-
- - - -

This is a subheading

-

Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis. Praesent rutrum sem diam, vitae egestas enim auctor sit amet. Pellentesque leo mauris, consectetur id ipsum sit amet, fergiat. Pellentesque in mi eu massa lacinia malesuada et a elit. Donec urna ex, lacinia in purus ac, pretium pulvinar mauris. Nunc lorem mauris, fringilla in aliquam at, euismod in lectus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Curabitur sapien risus, commodo eget turpis at, elementum convallis enim turpis, lorem ipsum dolor sit amet nullam.

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dapibus rutrum facilisis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Etiam tristique libero eu nibh porttitor fermentum. Nullam venenatis erat id vehicula viverra. Nunc ultrices eros ut ultricies condimentum. Mauris risus lacus, blandit sit amet venenatis non, bibendum vitae dolor. Nunc lorem mauris, fringilla in aliquam at, euismod in lectus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In non lorem sit amet elit placerat maximus. Pellentesque aliquam maximus risus. Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis. Praesent rutrum sem diam, vitae egestas enim auctor sit amet. Pellentesque leo mauris, consectetur id ipsum.

-
- -
-

And now a subheading

-

Adipiscing faucibus nunc placerat. Tempus adipiscing turpis non blandit accumsan eget lacinia nunc integer interdum amet aliquam ut orci non col ut ut praesent. Semper amet interdum mi. Phasellus enim laoreet ac ac commodo faucibus faucibus. Curae lorem ipsum adipiscing ac. Vivamus ornare laoreet odio vis praesent. -

-
-

And another subheading

-

Adipiscing faucibus nunc placerat. Tempus adipiscing turpis non blandit accumsan eget lacinia nunc integer interdum amet aliquam ut orci non col ut ut praesent. Semper amet interdum mi. Phasellus enim laoreet ac ac commodo faucibus faucibus. Curae lorem ipsum adipiscing ac. Vivamus ornare laoreet odio vis praesent. -

- -
- - - - -
-

tags

- - -
- - -
-
- - - - - - - - \ No newline at end of file diff --git a/public/gluon/index.html b/public/gluon/index.html deleted file mode 100644 index af7ce23..0000000 --- a/public/gluon/index.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - | Freifunk-Leipzig - - - - -
- - - -
- - - - - - - - \ No newline at end of file diff --git a/public/icons/anonym.png b/public/icons/anonym.png deleted file mode 100644 index 93d40e9..0000000 Binary files a/public/icons/anonym.png and /dev/null differ diff --git a/public/images/banner.jpg b/public/images/banner.jpg deleted file mode 100644 index 9577663..0000000 Binary files a/public/images/banner.jpg and /dev/null differ diff --git a/public/images/ffl.svg b/public/images/ffl.svg deleted file mode 100644 index 98b9302..0000000 --- a/public/images/ffl.svg +++ /dev/null @@ -1,184 +0,0 @@ - -image/svg+xml - - - \ No newline at end of file diff --git a/public/images/overlay.png b/public/images/overlay.png deleted file mode 100644 index 080664d..0000000 --- a/public/images/overlay.png +++ /dev/null @@ -1 +0,0 @@ -iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQ0RDQjI4MjEzMzBFNDExODRBNEE0MzNCNkZERDE2RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQjkyNjg0OTMwQTcxMUU0OURDN0RBQzgyQzFDRjI5OSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQjkyNjg0ODMwQTcxMUU0OURDN0RBQzgyQzFDRjI5OSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNFRENCMjgyMTMzMEU0MTE4NEE0QTQzM0I2RkREMTZEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNDRENCMjgyMTMzMEU0MTE4NEE0QTQzM0I2RkREMTZEIi8+IDwvcmRmOkRlc2NyaXB0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 \ No newline at end of file diff --git a/public/images/pic01.jpg b/public/images/pic01.jpg deleted file mode 100644 index bd55a20..0000000 Binary files a/public/images/pic01.jpg and /dev/null differ diff --git a/public/images/pic02.jpg b/public/images/pic02.jpg deleted file mode 100644 index e3b2143..0000000 Binary files a/public/images/pic02.jpg and /dev/null differ diff --git a/public/images/pic03.jpg b/public/images/pic03.jpg deleted file mode 100644 index 237b96d..0000000 Binary files a/public/images/pic03.jpg and /dev/null differ diff --git a/public/images/pic04.jpg b/public/images/pic04.jpg deleted file mode 100644 index 780314a..0000000 Binary files a/public/images/pic04.jpg and /dev/null differ diff --git a/public/images/pic05.jpg b/public/images/pic05.jpg deleted file mode 100644 index c7adee7..0000000 Binary files a/public/images/pic05.jpg and /dev/null differ diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 7c54246..0000000 --- a/public/index.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - -Freifunk-Leipzig - - - - - - - - - - - -
- - - - -
- - - -
-
- -

Was ist Freifunk?

-

Lisa erklärt es dir.

-
-
- -
-
- - - - - - -
- -
- -
- -

öffentlich und nicht kommerziell

-

Die Idee von Freifunk ist es, mittels handelsüblicher WLAN-Accesspoints ein unabhängiges, stadtübergreifendes Netzwerk aufzubauen. Idealerweise können alle Knoten im Netzwerk miteinander kommunizieren, auch wenn diese über keine direkte Internetverbindung verfügen.

-
- -
- -

gemeinschaftlich betrieben

-

Jeder mit einem WLAN-fähigen Gerät kann am Netzwerk teilnehmen, und es sogar selbst unterstützen. Mit einem eigenen Accesspoint kannst du das Netz erweitern und stabilisieren, sowie einen Internet-Hotspot für alle bereitstellen.

-
- -
- -
- -
- -

anonym zugänglich und trotzdem rechtssicher

-

Freifunk ist ein offenes Netz, ohne Passwörter oder verpflichtende Registrierungsformulare. Du musst trotzdem keine Angst vor der Störerhaftung haben: Um jeglichen rechtlichen Problemen aus dem Weg zu gehen, wird der Internetverkehr von uns über ein VPN abgewickelt.

-
- -
- -

dezentral organisiert

-

In Gebieten mit geringer Freifunk-Abdeckung nutzen wir einen Teil deiner Internetverbindung, um sicheren Zugang zum Freifunk-Netz bereitzustellen. Mit zunehmendem Ausbau des Netzes wird sich dein Freifunk-Zugangspunkt zu benachbarten Knoten verbinden. Verbindungen werden dann zunehmend über das Mesh-Netz geleitet.

-
- -
- -
- - -
- - - - - - - - \ No newline at end of file diff --git a/public/index.xml b/public/index.xml deleted file mode 100644 index cc83764..0000000 --- a/public/index.xml +++ /dev/null @@ -1,147 +0,0 @@ - - - - Freifunk-Leipzig - https://freifunk-leipzig.de/ - Recent content on Freifunk-Leipzig - Hugo -- gohugo.io - de-de - Thu, 15 Aug 2019 00:00:00 +0000 - - Text - https://freifunk-leipzig.de/elements/text/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://freifunk-leipzig.de/elements/text/ - Text This is bold and this is strong. This is italic and this is emphasized. This is superscript text and this is subscript text. This is underlined and this is code: for (;;) { ... }. Finally, this is a link. - Heading with a Subtitle Lorem ipsum dolor sit amet nullam id egestas urna aliquam Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. - - - - Lists - https://freifunk-leipzig.de/elements/lists/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://freifunk-leipzig.de/elements/lists/ - Lists Unordered Dolor pulvinar etiam. Sagittis lorem eleifend. Felis feugiat dolore viverra. Dolor pulvinar etiam. Ordered Dolor pulvinar etiam. Etiam vel felis at viverra. Felis enim feugiat magna. Etiam vel felis nullam. Felis enim et tempus. Actions Primary Default Alt Small Small Small Primary Default Alt Primary Small Default Small - - - - Table - https://freifunk-leipzig.de/elements/table/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://freifunk-leipzig.de/elements/table/ - Table Default NAME DESCRIPTION PRICE Item 1 Ante turpis integer aliquet porttitor. 29.99 Item 2 Vis ac commodo adipiscing arcu aliquet. 19.99 Item 3 Morbi faucibus arcu accumsan lorem. 29.99 Item 4 Vitae integer tempus condimentum. 19.99 Item 5 Ante turpis integer aliquet porttitor. 29.99 100.00 - - - - Buttons - https://freifunk-leipzig.de/elements/buttons/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://freifunk-leipzig.de/elements/buttons/ - Buttons PRIMARY DEFAULT LARGE DEFAULT SMALL FIT FIT FIT &#43; SMALL FIT &#43; SMALL ICON ICON PRIMARY DEFAULT - - - - Form - https://freifunk-leipzig.de/elements/form/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://freifunk-leipzig.de/elements/form/ - Form - Category - Manufacturing Shipping Administration Human Resources Low Normal High Email me a copy I am a human - - - - Image - https://freifunk-leipzig.de/elements/image/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://freifunk-leipzig.de/elements/image/ - Image Fit Gallery Left &amp; Right Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. - - - - Page Bundle Example - https://freifunk-leipzig.de/blog/page-bundle-example/ - Thu, 15 Aug 2019 00:00:00 +0000 - - https://freifunk-leipzig.de/blog/page-bundle-example/ - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam sit amet dui nec dui commodo auctor non eu mauris. Duis varius finibus vestibulum. Praesent aliquam, erat sed dictum feugiat, velit erat iaculis elit, eget iaculis ex libero ac sapien. Sed maximus ut lectus et varius. Nullam posuere velit vitae est consectetur porttitor. Vestibulum tempor felis ante, nec volutpat risus vestibulum ac. Mauris at finibus felis, eu placerat arcu. Sed nec semper nunc. - - - - Ante mattis interdum dolor - https://freifunk-leipzig.de/blog/post2/ - Thu, 18 Apr 2019 00:00:00 +0000 - - https://freifunk-leipzig.de/blog/post2/ - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam sit amet dui nec dui commodo auctor non eu mauris. Duis varius finibus vestibulum. Praesent aliquam, erat sed dictum feugiat, velit erat iaculis elit, eget iaculis ex libero ac sapien. Sed maximus ut lectus et varius. Nullam posuere velit vitae est consectetur porttitor. Vestibulum tempor felis ante, nec volutpat risus vestibulum ac. Mauris at finibus felis, eu placerat arcu. Sed nec semper nunc. - - - - Odio magna sed consectetur - https://freifunk-leipzig.de/blog/post4/ - Thu, 11 Apr 2019 00:00:00 +0000 - - https://freifunk-leipzig.de/blog/post4/ - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam sit amet dui nec dui commodo auctor non eu mauris. Duis varius finibus vestibulum. Praesent aliquam, erat sed dictum feugiat, velit erat iaculis elit, eget iaculis ex libero ac sapien. Sed maximus ut lectus et varius. Nullam posuere velit vitae est consectetur porttitor. Vestibulum tempor felis ante, nec volutpat risus vestibulum ac. Mauris at finibus felis, eu placerat arcu. Sed nec semper nunc. - - - - Augue lorem primis vestibulum - https://freifunk-leipzig.de/blog/post3/ - Sun, 07 Apr 2019 00:00:00 +0000 - - https://freifunk-leipzig.de/blog/post3/ - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam sit amet dui nec dui commodo auctor non eu mauris. Duis varius finibus vestibulum. Praesent aliquam, erat sed dictum feugiat, velit erat iaculis elit, eget iaculis ex libero ac sapien. Sed maximus ut lectus et varius. Nullam posuere velit vitae est consectetur porttitor. Vestibulum tempor felis ante, nec volutpat risus vestibulum ac. Mauris at finibus felis, eu placerat arcu. Sed nec semper nunc. - - - - first post - https://freifunk-leipzig.de/blog/post/ - Mon, 06 Feb 2012 00:00:00 +0000 - - https://freifunk-leipzig.de/blog/post/ - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam sit amet dui nec dui commodo auctor non eu mauris. Duis varius finibus vestibulum. Praesent aliquam, erat sed dictum feugiat, velit erat iaculis elit, eget iaculis ex libero ac sapien. Sed maximus ut lectus et varius. Nullam posuere velit vitae est consectetur porttitor. Vestibulum tempor felis ante, nec volutpat risus vestibulum ac. Mauris at finibus felis, eu placerat arcu. Sed nec semper nunc. - - - - - https://freifunk-leipzig.de/calendar/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://freifunk-leipzig.de/calendar/ - - - - - - https://freifunk-leipzig.de/gluon/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://freifunk-leipzig.de/gluon/ - - - - - - https://freifunk-leipzig.de/map/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://freifunk-leipzig.de/map/ - - - - - Primis eget imperdiet lorem - https://freifunk-leipzig.de/blog/post1/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://freifunk-leipzig.de/blog/post1/ - Example of post with missing date property. - - - - diff --git a/public/js/breakpoints.min.js b/public/js/breakpoints.min.js deleted file mode 100644 index e20ae89..0000000 --- a/public/js/breakpoints.min.js +++ /dev/null @@ -1,2 +0,0 @@ -/* breakpoints.js v1.0 | @ajlkn | MIT licensed */ -var breakpoints=function(){"use strict";function e(e){t.init(e)}var t={list:null,media:{},events:[],init:function(e){t.list=e,window.addEventListener("resize",t.poll),window.addEventListener("orientationchange",t.poll),window.addEventListener("load",t.poll),window.addEventListener("fullscreenchange",t.poll)},active:function(e){var n,a,s,i,r,d,c;if(!(e in t.media)){if(">="==e.substr(0,2)?(a="gte",n=e.substr(2)):"<="==e.substr(0,2)?(a="lte",n=e.substr(2)):">"==e.substr(0,1)?(a="gt",n=e.substr(1)):"<"==e.substr(0,1)?(a="lt",n=e.substr(1)):"!"==e.substr(0,1)?(a="not",n=e.substr(1)):(a="eq",n=e),n&&n in t.list)if(i=t.list[n],Array.isArray(i)){if(r=parseInt(i[0]),d=parseInt(i[1]),isNaN(r)){if(isNaN(d))return;c=i[1].substr(String(d).length)}else c=i[0].substr(String(r).length);if(isNaN(r))switch(a){case"gte":s="screen";break;case"lte":s="screen and (max-width: "+d+c+")";break;case"gt":s="screen and (min-width: "+(d+1)+c+")";break;case"lt":s="screen and (max-width: -1px)";break;case"not":s="screen and (min-width: "+(d+1)+c+")";break;default:s="screen and (max-width: "+d+c+")"}else if(isNaN(d))switch(a){case"gte":s="screen and (min-width: "+r+c+")";break;case"lte":s="screen";break;case"gt":s="screen and (max-width: -1px)";break;case"lt":s="screen and (max-width: "+(r-1)+c+")";break;case"not":s="screen and (max-width: "+(r-1)+c+")";break;default:s="screen and (min-width: "+r+c+")"}else switch(a){case"gte":s="screen and (min-width: "+r+c+")";break;case"lte":s="screen and (max-width: "+d+c+")";break;case"gt":s="screen and (min-width: "+(d+1)+c+")";break;case"lt":s="screen and (max-width: "+(r-1)+c+")";break;case"not":s="screen and (max-width: "+(r-1)+c+"), screen and (min-width: "+(d+1)+c+")";break;default:s="screen and (min-width: "+r+c+") and (max-width: "+d+c+")"}}else s="("==i.charAt(0)?"screen and "+i:i;t.media[e]=!!s&&s}return t.media[e]!==!1&&window.matchMedia(t.media[e]).matches},on:function(e,n){t.events.push({query:e,handler:n,state:!1}),t.active(e)&&n()},poll:function(){var e,n;for(e=0;e0:!!("ontouchstart"in window),e.mobile="wp"==e.os||"android"==e.os||"ios"==e.os||"bb"==e.os}};return e.init(),e}();!function(e,n){"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?module.exports=n():e.browser=n()}(this,function(){return browser}); diff --git a/public/js/jquery.dropotron.min.js b/public/js/jquery.dropotron.min.js deleted file mode 100644 index 7b14e2b..0000000 --- a/public/js/jquery.dropotron.min.js +++ /dev/null @@ -1,2 +0,0 @@ -/* jquery.dropotron.js v1.4.3 | (c) @ajlkn | github.com/ajlkn/jquery.dropotron | MIT licensed */ -!function(e){e.fn.disableSelection_dropotron=function(){return e(this).css("user-select","none").css("-khtml-user-select","none").css("-moz-user-select","none").css("-o-user-select","none").css("-webkit-user-select","none")},e.fn.dropotron=function(t){if(0==this.length)return e(this);if(this.length>1)for(var o=0;o0&&t.add(n).on("mouseleave",function(e){window.clearTimeout(c),c=window.setTimeout(function(){t.trigger("doCollapse")},o.hideDelay)}),t.disableSelection_dropotron().hide().addClass(o.menuClass).css("position","absolute").on("mouseenter",function(e){window.clearTimeout(c)}).on("doExpand",function(){if(t.is(":visible"))return!1;window.clearTimeout(c),s.each(function(){var t=e(this);e.contains(t.get(0),n.get(0))||t.trigger("doCollapse")});var i,a,d,f,u=n.offset(),p=n.position(),h=(n.parent().position(),n.outerWidth()),g=t.outerWidth(),v=t.css("z-index")==o.baseZIndex;if(v){switch(i=o.detach?u:p,f=i.top+n.outerHeight()+o.globalOffsetY,a=o.alignment,t.removeClass("left").removeClass("right").removeClass("center"),o.alignment){case"right":d=i.left-g+h,0>d&&(d=i.left,a="left");break;case"center":d=i.left-Math.floor((g-h)/2),0>d?(d=i.left,a="left"):d+g>l.width()&&(d=i.left-g+h,a="right");break;case"left":default:d=i.left,d+g>l.width()&&(d=i.left-g+h,a="right")}t.addClass(a)}else switch("relative"==n.css("position")||"absolute"==n.css("position")?(f=o.offsetY,d=-1*p.left):(f=p.top+o.offsetY,d=0),o.alignment){case"right":d+=-1*n.parent().outerWidth()+o.offsetX;break;case"center":case"left":default:d+=n.parent().outerWidth()+o.offsetX}navigator.userAgent.match(/MSIE ([0-9]+)\./)&&RegExp.$1<8&&(d+=o.IEOffsetX,f+=o.IEOffsetY),t.css("left",d+"px").css("top",f+"px").css("opacity","0.01").show();var C=!1;switch(d="relative"==n.css("position")||"absolute"==n.css("position")?-1*p.left:0,t.offset().left<0?(d+=n.parent().outerWidth()-o.offsetX,C=!0):t.offset().left+g>l.width()&&(d+=-1*n.parent().outerWidth()-o.offsetX,C=!0),C&&t.css("left",d+"px"),t.hide().css("opacity","1"),o.mode){case"zoom":r=!0,n.addClass(o.openerActiveClass),t.animate({width:"toggle",height:"toggle"},o.speed,o.easing,function(){r=!1});break;case"slide":r=!0,n.addClass(o.openerActiveClass),t.animate({height:"toggle"},o.speed,o.easing,function(){r=!1});break;case"fade":if(r=!0,v&&!o.noOpenerFade){var C;C="slow"==o.speed?80:"fast"==o.speed?40:Math.floor(o.speed/2),n.fadeTo(C,.01,function(){n.addClass(o.openerActiveClass),n.fadeTo(o.speed,1),t.fadeIn(o.speed,function(){r=!1})})}else n.addClass(o.openerActiveClass),n.fadeTo(o.speed,1),t.fadeIn(o.speed,function(){r=!1});break;case"instant":default:n.addClass(o.openerActiveClass),t.show()}return!1}).on("doCollapse",function(){return t.is(":visible")?(t.hide(),n.removeClass(o.openerActiveClass),t.find("."+o.openerActiveClass).removeClass(o.openerActiveClass),t.find("ul").hide(),!1):!1}).on("doToggle",function(e){return t.is(":visible")?t.trigger("doCollapse"):t.trigger("doExpand"),!1}),n.disableSelection_dropotron().addClass("opener").css("cursor","pointer").on("click touchend",function(e){r||(e.preventDefault(),e.stopPropagation(),t.trigger("doToggle"))}),"hover"==o.expandMode&&n.hover(function(e){r||(d=window.setTimeout(function(){t.trigger("doExpand")},o.hoverDelay))},function(e){window.clearTimeout(d)})}),s.find("a").css("display","block").on("click touchend",function(t){r||e(this).attr("href").length<1&&t.preventDefault()}),n.find("li").css("white-space","nowrap").each(function(){var t=e(this),o=t.children("a"),s=t.children("ul"),i=o.attr("href");o.on("click touchend",function(e){0==i.length||"#"==i?e.preventDefault():e.stopPropagation()}),o.length>0&&0==s.length&&t.on("click touchend",function(e){r||(n.trigger("doCollapseAll"),e.stopPropagation())})}),n.children("li").each(function(){var t,n=e(this),s=n.children("ul");if(s.length>0){o.detach&&(o.cloneOnDetach&&(t=s.clone(),t.attr("class","").hide().appendTo(s.parent())),s.detach().appendTo(i));for(var a=o.baseZIndex,l=1,r=s;r.length>0;l++)r.css("z-index",a++),o.submenuClassPrefix&&r.addClass(o.submenuClassPrefix+(a-1-o.baseZIndex)),r=r.find("> li > ul")}}),l.on("scroll",function(){n.trigger("doCollapseAll")}).on("keypress",function(e){r||27!=e.keyCode||(e.preventDefault(),n.trigger("doCollapseAll"))}),a.on("click touchend",function(){r||n.trigger("doCollapseAll")})}}(jQuery); diff --git a/public/js/jquery.min.js b/public/js/jquery.min.js deleted file mode 100644 index a1c07fd..0000000 --- a/public/js/jquery.min.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,g=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=function(e){return null!=e&&e===e.window},c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.4.1",k=function(e,t){return new k.fn.init(e,t)},p=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function d(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp($),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+$),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ne=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(m.childNodes),m.childNodes),t[m.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&((e?e.ownerDocument||e:m)!==C&&T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!A[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&U.test(t)){(s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=k),o=(l=h(t)).length;while(o--)l[o]="#"+s+" "+xe(l[o]);c=l.join(","),f=ee.test(t)&&ye(e.parentNode)||e}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){A(t,!0)}finally{s===k&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[k]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:m;return r!==C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),m!==C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=k,!C.getElementsByName||!C.getElementsByName(k).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+k+"-]").length||v.push("~="),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+k+"+*").length||v.push(".#.+[+~]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",$)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e===C||e.ownerDocument===m&&y(m,e)?-1:t===C||t.ownerDocument===m&&y(m,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===C?-1:t===C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]===m?-1:s[r]===m?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if((e.ownerDocument||e)!==C&&T(e),d.matchesSelector&&E&&!A[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){A(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=p[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&p(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?k.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?k.grep(e,function(e){return e===n!==r}):"string"!=typeof n?k.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(k.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:L.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof k?t[0]:t,k.merge(this,k.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),D.test(r[1])&&k.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(k):k.makeArray(e,this)}).prototype=k.fn,q=k(E);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}k.fn.extend({has:function(e){var t=k(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?k.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;nx",y.noCloneChecked=!!me.cloneNode(!0).lastChild.defaultValue;var Te=/^key/,Ce=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ee=/^([^.]*)(?:\.(.+)|)/;function ke(){return!0}function Se(){return!1}function Ne(e,t){return e===function(){try{return E.activeElement}catch(e){}}()==("focus"===t)}function Ae(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Ae(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Se;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return k().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=k.guid++)),e.each(function(){k.event.add(this,t,i,r,n)})}function De(e,i,o){o?(Q.set(e,i,!1),k.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Q.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(k.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Q.set(this,i,r),t=o(this,i),this[i](),r!==(n=Q.get(this,i))||t?Q.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n.value}else r.length&&(Q.set(this,i,{value:k.event.trigger(k.extend(r[0],k.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Q.get(e,i)&&k.event.add(e,i,ke)}k.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.get(t);if(v){n.handler&&(n=(o=n).handler,i=o.selector),i&&k.find.matchesSelector(ie,i),n.guid||(n.guid=k.guid++),(u=v.events)||(u=v.events={}),(a=v.handle)||(a=v.handle=function(e){return"undefined"!=typeof k&&k.event.triggered!==e.type?k.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(R)||[""]).length;while(l--)d=g=(s=Ee.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=k.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=k.event.special[d]||{},c=k.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&k.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),k.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.hasData(e)&&Q.get(e);if(v&&(u=v.events)){l=(t=(t||"").match(R)||[""]).length;while(l--)if(d=g=(s=Ee.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){f=k.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||k.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)k.event.remove(e,d+t[l],n,r,!0);k.isEmptyObject(u)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=k.event.fix(e),u=new Array(arguments.length),l=(Q.get(this,"events")||{})[s.type]||[],c=k.event.special[s.type]||{};for(u[0]=s,t=1;t\x20\t\r\n\f]*)[^>]*)\/>/gi,qe=/\s*$/g;function Oe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&k(e).children("tbody")[0]||e}function Pe(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Re(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Me(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(Q.hasData(e)&&(o=Q.access(e),a=Q.set(t,o),l=o.events))for(i in delete a.handle,a.events={},l)for(n=0,r=l[i].length;n")},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=oe(e);if(!(y.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||k.isXMLDoc(e)))for(a=ve(c),r=0,i=(o=ve(e)).length;r").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Vt,Gt=[],Yt=/(=)\?(?=&|$)|\?\?/;k.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Gt.pop()||k.expando+"_"+kt++;return this[e]=!0,e}}),k.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Yt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Yt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Yt,"$1"+r):!1!==e.jsonp&&(e.url+=(St.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||k.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?k(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Gt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Vt=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Vt.childNodes.length),k.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=D.exec(e))?[t.createElement(i[1])]:(i=we([e],t,o),o&&o.length&&k(o).remove(),k.merge([],i.childNodes)));var r,i,o},k.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(k.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},k.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){k.fn[t]=function(e){return this.on(t,e)}}),k.expr.pseudos.animated=function(t){return k.grep(k.timers,function(e){return t===e.elem}).length},k.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=k.css(e,"position"),c=k(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=k.css(e,"top"),u=k.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,k.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},k.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){k.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===k.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===k.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=k(e).offset()).top+=k.css(e,"borderTopWidth",!0),i.left+=k.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-k.css(r,"marginTop",!0),left:t.left-i.left-k.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===k.css(e,"position"))e=e.offsetParent;return e||ie})}}),k.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;k.fn[t]=function(e){return _(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),k.each(["top","left"],function(e,n){k.cssHooks[n]=ze(y.pixelPosition,function(e,t){if(t)return t=_e(e,n),$e.test(t)?k(e).position()[n]+"px":t})}),k.each({Height:"height",Width:"width"},function(a,s){k.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){k.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return _(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?k.css(e,t,i):k.style(e,t,n,i)},s,n?e:void 0,n)}})}),k.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){k.fn[n]=function(e,t){return 01){for(var r=0;r=i&&o>=t};break;case"bottom":h=function(t,e,n,i,o){return n>=i&&o>=n};break;case"middle":h=function(t,e,n,i,o){return e>=i&&o>=e};break;case"top-only":h=function(t,e,n,i,o){return i>=t&&n>=i};break;case"bottom-only":h=function(t,e,n,i,o){return n>=o&&o>=t};break;default:case"default":h=function(t,e,n,i,o){return n>=i&&o>=t}}return c=function(t){var i,o,l,s,r,a,u=this.state,h=!1,c=this.$element.offset();i=n.height(),o=t+i/2,l=t+i,s=this.$element.outerHeight(),r=c.top+e(this.options.top,s,i),a=c.top+s-e(this.options.bottom,s,i),h=this.test(t,o,l,r,a),h!=u&&(this.state=h,h?this.options.enter&&this.options.enter.apply(this.element):this.options.leave&&this.options.leave.apply(this.element)),this.options.scroll&&this.options.scroll.apply(this.element,[(o-r)/(a-r)])},p={id:a,options:u,test:h,handler:c,state:null,element:this,$element:s,timeoutId:null},o[a]=p,s.data("_scrollexId",p.id),p.options.initialize&&p.options.initialize.apply(this),s},jQuery.fn.unscrollex=function(){var e=t(this);if(0==this.length)return e;if(this.length>1){for(var n=0;n ul').dropotron({ - alignment: 'right' - }); - - // NavPanel. - - // Button. - $( - '' - ) - .appendTo($body); - - // Panel. - $( - '' - ) - .appendTo($body) - .panel({ - delay: 500, - hideOnClick: true, - hideOnSwipe: true, - resetScroll: true, - resetForms: true, - side: 'left', - target: $body, - visibleClass: 'navPanel-visible' - }); - - // Header. - if (!browser.mobile - && $header.hasClass('alt') - && $banner.length > 0) { - - $window.on('load', function() { - - $banner.scrollex({ - bottom: $header.outerHeight(), - terminate: function() { $header.removeClass('alt'); }, - enter: function() { $header.addClass('alt reveal'); }, - leave: function() { $header.removeClass('alt'); } - }); - - }); - - } - -})(jQuery); \ No newline at end of file diff --git a/public/js/util.js b/public/js/util.js deleted file mode 100644 index ecf7b37..0000000 --- a/public/js/util.js +++ /dev/null @@ -1,587 +0,0 @@ -(function($) { - - /** - * Generate an indented list of links from a nav. Meant for use with panel(). - * @return {jQuery} jQuery object. - */ - $.fn.navList = function() { - - var $this = $(this); - $a = $this.find('a'), - b = []; - - $a.each(function() { - - var $this = $(this), - indent = Math.max(0, $this.parents('li').length - 1), - href = $this.attr('href'), - target = $this.attr('target'); - - b.push( - '' + - '' + - $this.text() + - '' - ); - - }); - - return b.join(''); - - }; - - /** - * Panel-ify an element. - * @param {object} userConfig User config. - * @return {jQuery} jQuery object. - */ - $.fn.panel = function(userConfig) { - - // No elements? - if (this.length == 0) - return $this; - - // Multiple elements? - if (this.length > 1) { - - for (var i=0; i < this.length; i++) - $(this[i]).panel(userConfig); - - return $this; - - } - - // Vars. - var $this = $(this), - $body = $('body'), - $window = $(window), - id = $this.attr('id'), - config; - - // Config. - config = $.extend({ - - // Delay. - delay: 0, - - // Hide panel on link click. - hideOnClick: false, - - // Hide panel on escape keypress. - hideOnEscape: false, - - // Hide panel on swipe. - hideOnSwipe: false, - - // Reset scroll position on hide. - resetScroll: false, - - // Reset forms on hide. - resetForms: false, - - // Side of viewport the panel will appear. - side: null, - - // Target element for "class". - target: $this, - - // Class to toggle. - visibleClass: 'visible' - - }, userConfig); - - // Expand "target" if it's not a jQuery object already. - if (typeof config.target != 'jQuery') - config.target = $(config.target); - - // Panel. - - // Methods. - $this._hide = function(event) { - - // Already hidden? Bail. - if (!config.target.hasClass(config.visibleClass)) - return; - - // If an event was provided, cancel it. - if (event) { - - event.preventDefault(); - event.stopPropagation(); - - } - - // Hide. - config.target.removeClass(config.visibleClass); - - // Post-hide stuff. - window.setTimeout(function() { - - // Reset scroll position. - if (config.resetScroll) - $this.scrollTop(0); - - // Reset forms. - if (config.resetForms) - $this.find('form').each(function() { - this.reset(); - }); - - }, config.delay); - - }; - - // Vendor fixes. - $this - .css('-ms-overflow-style', '-ms-autohiding-scrollbar') - .css('-webkit-overflow-scrolling', 'touch'); - - // Hide on click. - if (config.hideOnClick) { - - $this.find('a') - .css('-webkit-tap-highlight-color', 'rgba(0,0,0,0)'); - - $this - .on('click', 'a', function(event) { - - var $a = $(this), - href = $a.attr('href'), - target = $a.attr('target'); - - if (!href || href == '#' || href == '' || href == '#' + id) - return; - - // Cancel original event. - event.preventDefault(); - event.stopPropagation(); - - // Hide panel. - $this._hide(); - - // Redirect to href. - window.setTimeout(function() { - - if (target == '_blank') - window.open(href); - else - window.location.href = href; - - }, config.delay + 10); - - }); - - } - - // Event: Touch stuff. - $this.on('touchstart', function(event) { - - $this.touchPosX = event.originalEvent.touches[0].pageX; - $this.touchPosY = event.originalEvent.touches[0].pageY; - - }) - - $this.on('touchmove', function(event) { - - if ($this.touchPosX === null - || $this.touchPosY === null) - return; - - var diffX = $this.touchPosX - event.originalEvent.touches[0].pageX, - diffY = $this.touchPosY - event.originalEvent.touches[0].pageY, - th = $this.outerHeight(), - ts = ($this.get(0).scrollHeight - $this.scrollTop()); - - // Hide on swipe? - if (config.hideOnSwipe) { - - var result = false, - boundary = 20, - delta = 50; - - switch (config.side) { - - case 'left': - result = (diffY < boundary && diffY > (-1 * boundary)) && (diffX > delta); - break; - - case 'right': - result = (diffY < boundary && diffY > (-1 * boundary)) && (diffX < (-1 * delta)); - break; - - case 'top': - result = (diffX < boundary && diffX > (-1 * boundary)) && (diffY > delta); - break; - - case 'bottom': - result = (diffX < boundary && diffX > (-1 * boundary)) && (diffY < (-1 * delta)); - break; - - default: - break; - - } - - if (result) { - - $this.touchPosX = null; - $this.touchPosY = null; - $this._hide(); - - return false; - - } - - } - - // Prevent vertical scrolling past the top or bottom. - if (($this.scrollTop() < 0 && diffY < 0) - || (ts > (th - 2) && ts < (th + 2) && diffY > 0)) { - - event.preventDefault(); - event.stopPropagation(); - - } - - }); - - // Event: Prevent certain events inside the panel from bubbling. - $this.on('click touchend touchstart touchmove', function(event) { - event.stopPropagation(); - }); - - // Event: Hide panel if a child anchor tag pointing to its ID is clicked. - $this.on('click', 'a[href="#' + id + '"]', function(event) { - - event.preventDefault(); - event.stopPropagation(); - - config.target.removeClass(config.visibleClass); - - }); - - // Body. - - // Event: Hide panel on body click/tap. - $body.on('click touchend', function(event) { - $this._hide(event); - }); - - // Event: Toggle. - $body.on('click', 'a[href="#' + id + '"]', function(event) { - - event.preventDefault(); - event.stopPropagation(); - - config.target.toggleClass(config.visibleClass); - - }); - - // Window. - - // Event: Hide on ESC. - if (config.hideOnEscape) - $window.on('keydown', function(event) { - - if (event.keyCode == 27) - $this._hide(event); - - }); - - return $this; - - }; - - /** - * Apply "placeholder" attribute polyfill to one or more forms. - * @return {jQuery} jQuery object. - */ - $.fn.placeholder = function() { - - // Browser natively supports placeholders? Bail. - if (typeof (document.createElement('input')).placeholder != 'undefined') - return $(this); - - // No elements? - if (this.length == 0) - return $this; - - // Multiple elements? - if (this.length > 1) { - - for (var i=0; i < this.length; i++) - $(this[i]).placeholder(); - - return $this; - - } - - // Vars. - var $this = $(this); - - // Text, TextArea. - $this.find('input[type=text],textarea') - .each(function() { - - var i = $(this); - - if (i.val() == '' - || i.val() == i.attr('placeholder')) - i - .addClass('polyfill-placeholder') - .val(i.attr('placeholder')); - - }) - .on('blur', function() { - - var i = $(this); - - if (i.attr('name').match(/-polyfill-field$/)) - return; - - if (i.val() == '') - i - .addClass('polyfill-placeholder') - .val(i.attr('placeholder')); - - }) - .on('focus', function() { - - var i = $(this); - - if (i.attr('name').match(/-polyfill-field$/)) - return; - - if (i.val() == i.attr('placeholder')) - i - .removeClass('polyfill-placeholder') - .val(''); - - }); - - // Password. - $this.find('input[type=password]') - .each(function() { - - var i = $(this); - var x = $( - $('
') - .append(i.clone()) - .remove() - .html() - .replace(/type="password"/i, 'type="text"') - .replace(/type=password/i, 'type=text') - ); - - if (i.attr('id') != '') - x.attr('id', i.attr('id') + '-polyfill-field'); - - if (i.attr('name') != '') - x.attr('name', i.attr('name') + '-polyfill-field'); - - x.addClass('polyfill-placeholder') - .val(x.attr('placeholder')).insertAfter(i); - - if (i.val() == '') - i.hide(); - else - x.hide(); - - i - .on('blur', function(event) { - - event.preventDefault(); - - var x = i.parent().find('input[name=' + i.attr('name') + '-polyfill-field]'); - - if (i.val() == '') { - - i.hide(); - x.show(); - - } - - }); - - x - .on('focus', function(event) { - - event.preventDefault(); - - var i = x.parent().find('input[name=' + x.attr('name').replace('-polyfill-field', '') + ']'); - - x.hide(); - - i - .show() - .focus(); - - }) - .on('keypress', function(event) { - - event.preventDefault(); - x.val(''); - - }); - - }); - - // Events. - $this - .on('submit', function() { - - $this.find('input[type=text],input[type=password],textarea') - .each(function(event) { - - var i = $(this); - - if (i.attr('name').match(/-polyfill-field$/)) - i.attr('name', ''); - - if (i.val() == i.attr('placeholder')) { - - i.removeClass('polyfill-placeholder'); - i.val(''); - - } - - }); - - }) - .on('reset', function(event) { - - event.preventDefault(); - - $this.find('select') - .val($('option:first').val()); - - $this.find('input,textarea') - .each(function() { - - var i = $(this), - x; - - i.removeClass('polyfill-placeholder'); - - switch (this.type) { - - case 'submit': - case 'reset': - break; - - case 'password': - i.val(i.attr('defaultValue')); - - x = i.parent().find('input[name=' + i.attr('name') + '-polyfill-field]'); - - if (i.val() == '') { - i.hide(); - x.show(); - } - else { - i.show(); - x.hide(); - } - - break; - - case 'checkbox': - case 'radio': - i.attr('checked', i.attr('defaultValue')); - break; - - case 'text': - case 'textarea': - i.val(i.attr('defaultValue')); - - if (i.val() == '') { - i.addClass('polyfill-placeholder'); - i.val(i.attr('placeholder')); - } - - break; - - default: - i.val(i.attr('defaultValue')); - break; - - } - }); - - }); - - return $this; - - }; - - /** - * Moves elements to/from the first positions of their respective parents. - * @param {jQuery} $elements Elements (or selector) to move. - * @param {bool} condition If true, moves elements to the top. Otherwise, moves elements back to their original locations. - */ - $.prioritize = function($elements, condition) { - - var key = '__prioritize'; - - // Expand $elements if it's not already a jQuery object. - if (typeof $elements != 'jQuery') - $elements = $($elements); - - // Step through elements. - $elements.each(function() { - - var $e = $(this), $p, - $parent = $e.parent(); - - // No parent? Bail. - if ($parent.length == 0) - return; - - // Not moved? Move it. - if (!$e.data(key)) { - - // Condition is false? Bail. - if (!condition) - return; - - // Get placeholder (which will serve as our point of reference for when this element needs to move back). - $p = $e.prev(); - - // Couldn't find anything? Means this element's already at the top, so bail. - if ($p.length == 0) - return; - - // Move element to top of parent. - $e.prependTo($parent); - - // Mark element as moved. - $e.data(key, $p); - - } - - // Moved already? - else { - - // Condition is true? Bail. - if (condition) - return; - - $p = $e.data(key); - - // Move element back to its original location (using our placeholder). - $e.insertAfter($p); - - // Unmark element as moved. - $e.removeData(key); - - } - - }); - - }; - -})(jQuery); \ No newline at end of file diff --git a/public/map/index.html b/public/map/index.html deleted file mode 100644 index bf4fd8f..0000000 --- a/public/map/index.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - | Freifunk-Leipzig - - - - -
- - - -
- - - - - - - - \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml deleted file mode 100644 index d43cf92..0000000 --- a/public/sitemap.xml +++ /dev/null @@ -1,103 +0,0 @@ - - - - - https://freifunk-leipzig.de/elements/text/ - - - - https://freifunk-leipzig.de/elements/lists/ - - - - https://freifunk-leipzig.de/elements/table/ - - - - https://freifunk-leipzig.de/elements/buttons/ - - - - https://freifunk-leipzig.de/elements/form/ - - - - https://freifunk-leipzig.de/elements/image/ - - - - https://freifunk-leipzig.de/ - 2019-08-15T00:00:00+00:00 - - - - https://freifunk-leipzig.de/blog/ - 2019-08-15T00:00:00+00:00 - - - - https://freifunk-leipzig.de/blog/page-bundle-example/ - 2019-08-15T00:00:00+00:00 - - - - https://freifunk-leipzig.de/tags/tag1/ - 2019-08-15T00:00:00+00:00 - - - - https://freifunk-leipzig.de/tags/tag2/ - 2019-08-15T00:00:00+00:00 - - - - https://freifunk-leipzig.de/tags/ - 2019-08-15T00:00:00+00:00 - - - - https://freifunk-leipzig.de/blog/post2/ - 2019-04-18T00:00:00+00:00 - - - - https://freifunk-leipzig.de/blog/post4/ - 2019-04-11T00:00:00+00:00 - - - - https://freifunk-leipzig.de/blog/post3/ - 2019-04-07T00:00:00+00:00 - - - - https://freifunk-leipzig.de/blog/post/ - 2012-02-06T00:00:00+00:00 - - - - https://freifunk-leipzig.de/calendar/ - - - - https://freifunk-leipzig.de/gluon/ - - - - https://freifunk-leipzig.de/map/ - - - - https://freifunk-leipzig.de/categories/ - - - - https://freifunk-leipzig.de/elements/ - - - - https://freifunk-leipzig.de/blog/post1/ - - - diff --git a/public/style.css b/public/style.css deleted file mode 100644 index dcd387c..0000000 --- a/public/style.css +++ /dev/null @@ -1,3 +0,0 @@ -@import url("css/fontawesome-all.min.css");@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}body{-webkit-text-size-adjust:none}mark{background-color:transparent;color:inherit}input::-moz-focus-inner{border:0;padding:0}input,select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none}@-ms-viewport{width:device-width}body{-ms-overflow-style:scrollbar}@media screen and (max-width: 480px){html,body{min-width:320px}}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{background:#f5f5f5}body,input,select,textarea{color:#777;font-family:"Source Sans Pro",sans-serif;font-size:16pt;font-weight:300;line-height:1.65em;letter-spacing:-0.015em}a{-moz-transition:color .2s ease-in-out,border-bottom-color .2s ease-in-out;-webkit-transition:color .2s ease-in-out,border-bottom-color .2s ease-in-out;-ms-transition:color .2s ease-in-out,border-bottom-color .2s ease-in-out;transition:color .2s ease-in-out,border-bottom-color .2s ease-in-out;border-bottom:dotted 1px;color:#e89980;text-decoration:none}a:hover{border-bottom-color:transparent}strong,b{color:#646464;font-weight:400}em,i{font-style:italic}p{margin:0 0 2em 0}h1,h2,h3,h4,h5,h6{color:#646464;font-weight:300;line-height:1em;margin:0 0 .5em 0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;text-decoration:none}h2{font-size:2.25em;line-height:1.5em;letter-spacing:-0.035em}h3{font-size:1.75em;line-height:1.5em;letter-spacing:-0.025em}h4{font-size:1.1em;line-height:1.5em;letter-spacing:0}h5{font-size:0.9em;line-height:1.5em;letter-spacing:0}h6{font-size:0.7em;line-height:1.5em;letter-spacing:0}sub{font-size:0.8em;position:relative;top:0.5em}sup{font-size:0.8em;position:relative;top:-0.5em}hr{border:0;border-bottom:solid 2px #e5e5e5;margin:2em 0}hr.major{margin:3em 0}blockquote{border-left:solid 4px #e5e5e5;font-style:italic;margin:0 0 2em 0;padding:0.5em 0 0.5em 2em}pre{-webkit-overflow-scrolling:touch;background:#f8f8f8;border-radius:6px;border:solid 1px #e5e5e5;font-family:monospace;font-size:0.9em;line-height:1.75em;margin:0 0 2em 0;overflow-x:auto;padding:1em 1.5em}pre code{border:solid 0px #e5e5e5;font-family:monospace;font-size:0.9em;line-height:1.75em;margin:0 0 2em 0;overflow-x:auto}code{background:#f8f8f8;border-radius:6px;border:solid 1px #e5e5e5;font-family:monospace;font-size:0.9em;margin:0 0.25em;padding:0.25em 0.65em}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp{order:-1}.row>.col-1{width:8.33333333%}.row>.off-1{margin-left:8.33333333%}.row>.col-2{width:16.66666667%}.row>.off-2{margin-left:16.66666667%}.row>.col-3{width:25%}.row>.off-3{margin-left:25%}.row>.col-4{width:33.33333333%}.row>.off-4{margin-left:33.33333333%}.row>.col-5{width:41.66666667%}.row>.off-5{margin-left:41.66666667%}.row>.col-6{width:50%}.row>.off-6{margin-left:50%}.row>.col-7{width:58.33333333%}.row>.off-7{margin-left:58.33333333%}.row>.col-8{width:66.66666667%}.row>.off-8{margin-left:66.66666667%}.row>.col-9{width:75%}.row>.off-9{margin-left:75%}.row>.col-10{width:83.33333333%}.row>.off-10{margin-left:83.33333333%}.row>.col-11{width:91.66666667%}.row>.off-11{margin-left:91.66666667%}.row>.col-12{width:100%}.row>.off-12{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}@media screen and (max-width: 1680px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-wide{order:-1}.row>.col-1-wide{width:8.33333333%}.row>.off-1-wide{margin-left:8.33333333%}.row>.col-2-wide{width:16.66666667%}.row>.off-2-wide{margin-left:16.66666667%}.row>.col-3-wide{width:25%}.row>.off-3-wide{margin-left:25%}.row>.col-4-wide{width:33.33333333%}.row>.off-4-wide{margin-left:33.33333333%}.row>.col-5-wide{width:41.66666667%}.row>.off-5-wide{margin-left:41.66666667%}.row>.col-6-wide{width:50%}.row>.off-6-wide{margin-left:50%}.row>.col-7-wide{width:58.33333333%}.row>.off-7-wide{margin-left:58.33333333%}.row>.col-8-wide{width:66.66666667%}.row>.off-8-wide{margin-left:66.66666667%}.row>.col-9-wide{width:75%}.row>.off-9-wide{margin-left:75%}.row>.col-10-wide{width:83.33333333%}.row>.off-10-wide{margin-left:83.33333333%}.row>.col-11-wide{width:91.66666667%}.row>.off-11-wide{margin-left:91.66666667%}.row>.col-12-wide{width:100%}.row>.off-12-wide{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}@media screen and (max-width: 1280px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-normal{order:-1}.row>.col-1-normal{width:8.33333333%}.row>.off-1-normal{margin-left:8.33333333%}.row>.col-2-normal{width:16.66666667%}.row>.off-2-normal{margin-left:16.66666667%}.row>.col-3-normal{width:25%}.row>.off-3-normal{margin-left:25%}.row>.col-4-normal{width:33.33333333%}.row>.off-4-normal{margin-left:33.33333333%}.row>.col-5-normal{width:41.66666667%}.row>.off-5-normal{margin-left:41.66666667%}.row>.col-6-normal{width:50%}.row>.off-6-normal{margin-left:50%}.row>.col-7-normal{width:58.33333333%}.row>.off-7-normal{margin-left:58.33333333%}.row>.col-8-normal{width:66.66666667%}.row>.off-8-normal{margin-left:66.66666667%}.row>.col-9-normal{width:75%}.row>.off-9-normal{margin-left:75%}.row>.col-10-normal{width:83.33333333%}.row>.off-10-normal{margin-left:83.33333333%}.row>.col-11-normal{width:91.66666667%}.row>.off-11-normal{margin-left:91.66666667%}.row>.col-12-normal{width:100%}.row>.off-12-normal{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}@media screen and (max-width: 980px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-narrow{order:-1}.row>.col-1-narrow{width:8.33333333%}.row>.off-1-narrow{margin-left:8.33333333%}.row>.col-2-narrow{width:16.66666667%}.row>.off-2-narrow{margin-left:16.66666667%}.row>.col-3-narrow{width:25%}.row>.off-3-narrow{margin-left:25%}.row>.col-4-narrow{width:33.33333333%}.row>.off-4-narrow{margin-left:33.33333333%}.row>.col-5-narrow{width:41.66666667%}.row>.off-5-narrow{margin-left:41.66666667%}.row>.col-6-narrow{width:50%}.row>.off-6-narrow{margin-left:50%}.row>.col-7-narrow{width:58.33333333%}.row>.off-7-narrow{margin-left:58.33333333%}.row>.col-8-narrow{width:66.66666667%}.row>.off-8-narrow{margin-left:66.66666667%}.row>.col-9-narrow{width:75%}.row>.off-9-narrow{margin-left:75%}.row>.col-10-narrow{width:83.33333333%}.row>.off-10-narrow{margin-left:83.33333333%}.row>.col-11-narrow{width:91.66666667%}.row>.off-11-narrow{margin-left:91.66666667%}.row>.col-12-narrow{width:100%}.row>.off-12-narrow{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}@media screen and (max-width: 840px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-narrower{order:-1}.row>.col-1-narrower{width:8.33333333%}.row>.off-1-narrower{margin-left:8.33333333%}.row>.col-2-narrower{width:16.66666667%}.row>.off-2-narrower{margin-left:16.66666667%}.row>.col-3-narrower{width:25%}.row>.off-3-narrower{margin-left:25%}.row>.col-4-narrower{width:33.33333333%}.row>.off-4-narrower{margin-left:33.33333333%}.row>.col-5-narrower{width:41.66666667%}.row>.off-5-narrower{margin-left:41.66666667%}.row>.col-6-narrower{width:50%}.row>.off-6-narrower{margin-left:50%}.row>.col-7-narrower{width:58.33333333%}.row>.off-7-narrower{margin-left:58.33333333%}.row>.col-8-narrower{width:66.66666667%}.row>.off-8-narrower{margin-left:66.66666667%}.row>.col-9-narrower{width:75%}.row>.off-9-narrower{margin-left:75%}.row>.col-10-narrower{width:83.33333333%}.row>.off-10-narrower{margin-left:83.33333333%}.row>.col-11-narrower{width:91.66666667%}.row>.off-11-narrower{margin-left:91.66666667%}.row>.col-12-narrower{width:100%}.row>.off-12-narrower{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}@media screen and (max-width: 736px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-mobile{order:-1}.row>.col-1-mobile{width:8.33333333%}.row>.off-1-mobile{margin-left:8.33333333%}.row>.col-2-mobile{width:16.66666667%}.row>.off-2-mobile{margin-left:16.66666667%}.row>.col-3-mobile{width:25%}.row>.off-3-mobile{margin-left:25%}.row>.col-4-mobile{width:33.33333333%}.row>.off-4-mobile{margin-left:33.33333333%}.row>.col-5-mobile{width:41.66666667%}.row>.off-5-mobile{margin-left:41.66666667%}.row>.col-6-mobile{width:50%}.row>.off-6-mobile{margin-left:50%}.row>.col-7-mobile{width:58.33333333%}.row>.off-7-mobile{margin-left:58.33333333%}.row>.col-8-mobile{width:66.66666667%}.row>.off-8-mobile{margin-left:66.66666667%}.row>.col-9-mobile{width:75%}.row>.off-9-mobile{margin-left:75%}.row>.col-10-mobile{width:83.33333333%}.row>.off-10-mobile{margin-left:83.33333333%}.row>.col-11-mobile{width:91.66666667%}.row>.off-11-mobile{margin-left:91.66666667%}.row>.col-12-mobile{width:100%}.row>.off-12-mobile{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}@media screen and (max-width: 480px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-mobilep{order:-1}.row>.col-1-mobilep{width:8.33333333%}.row>.off-1-mobilep{margin-left:8.33333333%}.row>.col-2-mobilep{width:16.66666667%}.row>.off-2-mobilep{margin-left:16.66666667%}.row>.col-3-mobilep{width:25%}.row>.off-3-mobilep{margin-left:25%}.row>.col-4-mobilep{width:33.33333333%}.row>.off-4-mobilep{margin-left:33.33333333%}.row>.col-5-mobilep{width:41.66666667%}.row>.off-5-mobilep{margin-left:41.66666667%}.row>.col-6-mobilep{width:50%}.row>.off-6-mobilep{margin-left:50%}.row>.col-7-mobilep{width:58.33333333%}.row>.off-7-mobilep{margin-left:58.33333333%}.row>.col-8-mobilep{width:66.66666667%}.row>.off-8-mobilep{margin-left:66.66666667%}.row>.col-9-mobilep{width:75%}.row>.off-9-mobilep{margin-left:75%}.row>.col-10-mobilep{width:83.33333333%}.row>.off-10-mobilep{margin-left:83.33333333%}.row>.col-11-mobilep{width:91.66666667%}.row>.off-11-mobilep{margin-left:91.66666667%}.row>.col-12-mobilep{width:100%}.row>.off-12-mobilep{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}.container{margin:0 auto;max-width:calc(100% - 5em);width:60em}.container.xsmall{width:15em}.container.small{width:30em}.container.medium{width:45em}.container.large{width:75em}.container.xlarge{width:90em}.container.max{width:100%}@media screen and (max-width: 840px){.container{width:100% !important}}@media screen and (max-width: 736px){.container{max-width:100%}}section.special,article.special{text-align:center}header p{color:#999;position:relative;margin:0 0 1.5em 0;font-style:italic}header h2+p{font-size:1.25em;margin-top:-1em;line-height:1.5em}header h3+p{font-size:1.1em;margin-top:-0.85em;line-height:1.5em}header h4+p,header h5+p,header h6+p{font-size:0.8em;margin-top:-0.5em;line-height:1.5em}header.major{padding:1em 0;text-align:center}header.major h2{margin:0}header.major p{display:inline-block;border-top:solid 2px #e5e5e5;color:#777;margin:1.5em 0 0 0;padding:1.5em 0 0 0;font-style:normal}form{margin:0 0 2em 0}label{color:#646464;display:block;font-size:0.9em;font-weight:300;margin:0 0 1em 0}input[type="text"],input[type="password"],input[type="email"],select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;background-color:#f8f8f8;border-radius:6px;border:solid 1px #e5e5e5;color:inherit;display:block;outline:0;padding:0 1em;text-decoration:none;width:100%}input[type="text"]:invalid,input[type="password"]:invalid,input[type="email"]:invalid,select:invalid,textarea:invalid{box-shadow:none}input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,select:focus,textarea:focus{border-color:#e89980;box-shadow:0 0 0 2px #e89980}select{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23e5e5e5' /%3E%3C/svg%3E");background-size:1.25em;background-repeat:no-repeat;background-position:calc(100% - 1em) center;height:3em;padding-right:3em;text-overflow:ellipsis}select option{color:#777;background-color:#f5f5f5}select:focus::-ms-value{background-color:transparent}select::-ms-expand{display:none}input[type="text"],input[type="password"],input[type="email"],select{height:3em}textarea{padding:0.75em 1em}input[type="checkbox"],input[type="radio"]{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;display:block;float:left;margin-right:-2em;opacity:0;width:1em;z-index:-1}input[type="checkbox"]+label,input[type="radio"]+label{text-decoration:none;color:#777;cursor:pointer;display:inline-block;font-size:1em;font-weight:300;padding-left:2.55em;padding-right:0.75em;position:relative}input[type="checkbox"]+label:before,input[type="radio"]+label:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;text-transform:none !important;font-family:'Font Awesome 5 Free';font-weight:900}input[type="checkbox"]+label:before,input[type="radio"]+label:before{background:#f8f8f8;border-radius:6px;border:solid 1px #e5e5e5;content:'';display:inline-block;font-size:0.8em;height:2.25em;left:0;line-height:2.25em;position:absolute;text-align:center;top:0;width:2.25em}input[type="checkbox"]:checked+label:before,input[type="radio"]:checked+label:before{background:#666;border-color:#666;color:#fff;content:'\f00c'}input[type="checkbox"]:focus+label:before,input[type="radio"]:focus+label:before{border-color:#e89980;box-shadow:0 0 0 1px #e89980}input[type="checkbox"]+label:before{border-radius:6px}input[type="radio"]+label:before{border-radius:100%}::-webkit-input-placeholder{color:#999 !important;opacity:1.0}:-moz-placeholder{color:#999 !important;opacity:1.0}::-moz-placeholder{color:#999 !important;opacity:1.0}:-ms-input-placeholder{color:#999 !important;opacity:1.0}.box{background:#fff;border-radius:6px;box-shadow:0 2px 0 0 #e5e5e5;margin:0 0 2em 0;padding:3em}.box>:last-child{margin-bottom:0}.box.alt{background:none !important;border-radius:0 !important;box-shadow:none !important;margin:0 0 2em 0;padding:0 !important}.box.features .features-row{border-top:solid 2px #e5e5e5;position:relative}.box.features .features-row:after{clear:both;content:'';display:block}.box.features .features-row section{float:left;padding:3em;width:50%}.box.features .features-row section :last-child{margin-bottom:0}.box.features .features-row section:nth-child(2n){padding-right:0}.box.features .features-row section:nth-child(2n):before{background:#e5e5e5;content:'';display:block;height:100%;margin-left:-3em;position:absolute;top:0;width:2px}.box.features .features-row section:nth-child(2n-1){padding-left:0}.box.features .features-row:first-child{border-top:0}.box.features .features-row:first-child section{padding-top:0}.box.features .features-row:last-child{padding-bottom:0}.box.features .features-row:last-child section{padding-bottom:0}.box.special{text-align:center}.box .image.featured{border-radius:0;display:block;margin:3em 0 3em -3em;position:relative;width:calc(100% + 6em)}.box .image.featured img{border-radius:0;display:block;width:100%}.box .image.featured:first-child{border-radius:6px 6px 0 0;margin-bottom:3em;margin-top:-3em}.box .image.featured:first-child img{border-radius:6px 6px 0 0}.box .image.featured:last-child{border-radius:0 0 6px 6px;margin-bottom:-3em;margin-top:3em}.box .image.featured:last-child img{border-radius:0 0 6px 6px}.icon{text-decoration:none;border-bottom:none;position:relative}.icon:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;text-transform:none !important;font-family:'Font Awesome 5 Free';font-weight:400}.icon>.label{display:none}.icon:before{line-height:inherit}.icon.solid:before{font-weight:900}.icon.brands:before{font-family:'Font Awesome 5 Brands'}.icon.major{background:#666;border-radius:100%;color:#fff;cursor:default;display:inline-block;height:5.5em;line-height:5.5em;margin:0 0 2em 0;width:5.5em}.icon.major:before{font-size:2.5em}.icon.major.accent1{background:#666;color:#fff}.icon.major.accent2{background:#e89980;color:#fff}.icon.major.accent3{background:#7fcdb8;color:#fff}.icon.major.accent4{background:#90b0ba;color:#fff}.icon.major.accent5{background:#e5cb95;color:#fff}.image{border-radius:6px;border:0;display:inline-block;position:relative}.image img{border-radius:6px;display:block}.image.left{float:left;padding:0 1.5em 1em 0;top:0.25em}.image.right{float:right;padding:0 0 1em 1.5em;top:0.25em}.image.fit{display:block;margin:0 0 2em 0;width:100%}.image.fit img{display:block;width:100%}ol{list-style:decimal;margin:0 0 2em 0;padding-left:1.25em}ol li{padding-left:0.25em}ul{list-style:disc;margin:0 0 2em 0;padding-left:1em}ul li{padding-left:0.5em}ul.alt{list-style:none;padding-left:0}ul.alt li{border-top:solid 1px #e5e5e5;padding:0.5em 0}ul.alt li:first-child{border-top:0;padding-top:0}ul.icons{cursor:default;list-style:none;padding-left:0}ul.icons li{display:inline-block;padding:0 1.25em 0 0}ul.icons li:last-child{padding-right:0}ul.icons li .icon{color:inherit}ul.icons li .icon:before{font-size:1.75em}dl{margin:0 0 2em 0}ul.actions{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;cursor:default;list-style:none;margin-left:-1em;padding-left:0}ul.actions li{padding:0 0 0 1em;vertical-align:middle}ul.actions.special{-moz-justify-content:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;width:100%;margin-left:0}ul.actions.special li:first-child{padding-left:0}ul.actions.stacked{-moz-flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:0}ul.actions.stacked li{padding:1.3em 0 0 0}ul.actions.stacked li:first-child{padding-top:0}ul.actions.fit{width:calc(100% + 1em)}ul.actions.fit li{-moz-flex-grow:1;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;-moz-flex-shrink:1;-webkit-flex-shrink:1;-ms-flex-shrink:1;flex-shrink:1;width:100%}ul.actions.fit li>*{width:100%}ul.actions.fit.stacked{width:100%}@media screen and (max-width: 480px){ul.actions:not(.fixed){-moz-flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:0;width:100% !important}ul.actions:not(.fixed) li{-moz-flex-grow:1;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;-moz-flex-shrink:1;-webkit-flex-shrink:1;-ms-flex-shrink:1;flex-shrink:1;padding:1em 0 0 0;text-align:center;width:100%}ul.actions:not(.fixed) li>*{width:100%}ul.actions:not(.fixed) li:first-child{padding-top:0}ul.actions:not(.fixed) li input[type="submit"],ul.actions:not(.fixed) li input[type="reset"],ul.actions:not(.fixed) li input[type="button"],ul.actions:not(.fixed) li button,ul.actions:not(.fixed) li .button{width:100%}ul.actions:not(.fixed) li input.icon[type="submit"]:before,ul.actions:not(.fixed) li input.icon[type="reset"]:before,ul.actions:not(.fixed) li input.icon[type="button"]:before,ul.actions:not(.fixed) li button.icon:before,ul.actions:not(.fixed) li .button.icon:before{margin-left:-0.5em}}.table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}table{margin:0 0 2em 0;width:100%}table tbody tr{border:solid 1px #e5e5e5;border-left:0;border-right:0}table tbody tr:nth-child(2n + 1){background-color:#f8f8f8}table td{padding:0.75em 0.75em}table th{color:#646464;font-size:0.9em;font-weight:300;padding:0 0.75em 0.75em 0.75em;text-align:left}table thead{border-bottom:solid 2px #e5e5e5}table tfoot{border-top:solid 2px #e5e5e5}table.alt{border-collapse:separate}table.alt tbody tr td{border:solid 1px #e5e5e5;border-left-width:0;border-top-width:0}table.alt tbody tr td:first-child{border-left-width:1px}table.alt tbody tr:first-child td{border-top-width:1px}table.alt thead{border-bottom:0}table.alt tfoot{border-top:0}input[type="submit"],input[type="reset"],input[type="button"],.button{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;-moz-transition:background-color .2s ease-in-out,color .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out,color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out,color .2s ease-in-out;transition:background-color .2s ease-in-out,color .2s ease-in-out;background-color:#666;border-radius:6px;border:0;color:#fff;cursor:pointer;display:inline-block;font-weight:400;height:3em;line-height:3em;padding:0 2em;text-align:center;text-decoration:none;white-space:nowrap}input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.button:hover{background-color:#737373}input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active,.button:active{background-color:#595959}input.icon[type="submit"],input.icon[type="reset"],input.icon[type="button"],.button.icon{padding-left:1.35em}input.icon[type="submit"]:before,input.icon[type="reset"]:before,input.icon[type="button"]:before,.button.icon:before{margin-right:0.5em}input.fit[type="submit"],input.fit[type="reset"],input.fit[type="button"],.button.fit{width:100%}input.small[type="submit"],input.small[type="reset"],input.small[type="button"],.button.small{font-size:0.8em;height:2.7em;line-height:2.7em}input.large[type="submit"],input.large[type="reset"],input.large[type="button"],.button.large{font-size:1.25em;height:2.7em;line-height:2.7em}input.alt[type="submit"],input.alt[type="reset"],input.alt[type="button"],.button.alt{background-color:transparent;box-shadow:inset 0 0 0 2px #e5e5e5;color:#777}input.alt[type="submit"]:hover,input.alt[type="reset"]:hover,input.alt[type="button"]:hover,.button.alt:hover{background-color:#f8f8f8}input.alt[type="submit"]:active,input.alt[type="reset"]:active,input.alt[type="button"]:active,.button.alt:active{background-color:#f0f0f0}input.alt.icon[type="submit"]:before,input.alt.icon[type="reset"]:before,input.alt.icon[type="button"]:before,.button.alt.icon:before{color:#999}input.primary[type="submit"],input.primary[type="reset"],input.primary[type="button"],.button.primary{background-color:#e89980;color:#fff !important}input.primary[type="submit"]:hover,input.primary[type="reset"]:hover,input.primary[type="button"]:hover,.button.primary:hover{background-color:#ecaa96}input.primary[type="submit"]:active,input.primary[type="reset"]:active,input.primary[type="button"]:active,.button.primary:active{background-color:#e4886a}input.disabled[type="submit"],input[type="submit"]:disabled,input.disabled[type="reset"],input[type="reset"]:disabled,input.disabled[type="button"],input[type="button"]:disabled,.button.disabled,.button:disabled{background-color:#777 !important;box-shadow:inset 0 -0.15em 0 0 rgba(0,0,0,0.15);color:#f5f5f5 !important;cursor:default;opacity:0.25}#page-wrapper{padding-top:3em}body.landing #page-wrapper{padding-top:0}@-moz-keyframes reveal-header{0%{top:-5em}100%{top:0}}@-webkit-keyframes reveal-header{0%{top:-5em}100%{top:0}}@-ms-keyframes reveal-header{0%{top:-5em}100%{top:0}}@keyframes reveal-header{0%{top:-5em}100%{top:0}}#header{background:#444;color:#bbb;cursor:default;height:3.25em;left:0;line-height:3.25em;position:fixed;top:0;width:100%;z-index:10000}#header h1{color:inherit;height:inherit;left:1.25em;line-height:inherit;margin:0;padding:0;position:absolute;top:0}#header h1 a{color:#fff;font-weight:400;border:0}#header nav{height:inherit;line-height:inherit;position:absolute;right:0.75em;top:0;vertical-align:middle}#header nav>ul{list-style:none;margin:0;padding-left:0}#header nav>ul>li{display:inline-block;padding-left:0}#header nav>ul>li>ul{display:none}#header nav>ul>li a{display:inline-block;height:2em;line-height:1.95em;padding:0 1em;border-radius:6px}#header nav>ul>li a:not(.button){color:#fff;display:inline-block;text-decoration:none;border:0}#header nav>ul>li a.icon:not(.button):before{color:#999;margin-right:0.5em}#header nav>ul>li:first-child{margin-left:0}#header nav>ul>li.active a:not(.button){background-color:rgba(153,153,153,0.25)}#header nav>ul>li .button{margin:0 0 0 0.5em;position:relative}#header input[type="submit"],#header input[type="reset"],#header input[type="button"],#header .button{background-color:transparent;box-shadow:inset 0 0 0 2px #999;color:#fff}#header input[type="submit"]:hover,#header input[type="reset"]:hover,#header input[type="button"]:hover,#header .button:hover{background-color:rgba(153,153,153,0.25)}#header input[type="submit"]:active,#header input[type="reset"]:active,#header input[type="button"]:active,#header .button:active{background-color:rgba(153,153,153,0.5)}#header .container{position:relative}#header .container h1{left:0}#header .container nav{right:0}#header.reveal{-moz-animation:reveal-header 0.5s;-webkit-animation:reveal-header 0.5s;-ms-animation:reveal-header 0.5s;animation:reveal-header 0.5s}#header.alt{-moz-animation:none;-webkit-animation:none;-ms-animation:none;animation:none;background:none;color:rgba(255,255,255,0.75);position:absolute}#header.alt nav>ul>li a.icon:not(.button):before{color:rgba(255,255,255,0.75)}#header.alt nav>ul>li.active a:not(.button){background-color:rgba(255,255,255,0.2)}#header.alt input[type="submit"],#header.alt input[type="reset"],#header.alt input[type="button"],#header.alt .button{box-shadow:inset 0 0 0 2px rgba(255,255,255,0.5)}#header.alt input[type="submit"]:hover,#header.alt input[type="reset"]:hover,#header.alt input[type="button"]:hover,#header.alt .button:hover{background-color:rgba(255,255,255,0.1)}#header.alt input[type="submit"]:active,#header.alt input[type="reset"]:active,#header.alt input[type="button"]:active,#header.alt .button:active{background-color:rgba(255,255,255,0.2)}.dropotron{background:#fff;border-radius:6px;box-shadow:0 2px 0 0 rgba(0,0,0,0.065),inset 0 -1px 0 0 #fff,inset 0 0 0 1px rgba(229,229,229,0.5);list-style:none;margin:calc(-0.5em + 1px) 0 0 1px;padding:0.5em 0;width:11em}.dropotron li{padding:0}.dropotron li a,.dropotron li span{-moz-transition:none;-webkit-transition:none;-ms-transition:none;transition:none;border:0;border-top:solid 1px #f2f2f2;color:inherit;display:block;padding:0.15em 1em}.dropotron li:first-child>a,.dropotron li:first-child>span{border-top:0}.dropotron li.active>a,.dropotron li.active>span,.dropotron li:hover>a,.dropotron li:hover>span{background:#e89980;color:#fff}.dropotron.level-0{font-size:0.9em;margin:1em 0 0 0}.dropotron.level-0:before{-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;border:solid 1px rgba(229,229,229,0.5);border-bottom:0;border-right:0;box-shadow:-0.25em -0.125em 0.125em 0 rgba(0,0,0,0.015);content:'';display:block;height:0.75em;position:absolute;right:1.25em;top:-0.375em;width:0.75em;z-index:0}#banner{background-attachment:scroll, fixed;background-color:#666;background-image:url("images/banner.jpg");background-position:top left, center center;background-repeat:repeat, no-repeat;background-size:auto, cover;color:#fff;padding:12em 0 20em 0;text-align:center}#banner :last-child{margin-bottom:0}#banner h2,#banner h3,#banner h4,#banner h5,#banner h6{color:#fff}#banner h2{font-size:3.5em;line-height:1em;margin:0 0 0.5em 0;padding:0}#banner p{font-size:1.25em;margin-bottom:1.75em}#banner input[type="submit"],#banner input[type="reset"],#banner input[type="button"],#banner .button{background-color:transparent;box-shadow:inset 0 0 0 2px rgba(255,255,255,0.5);color:#fff;min-width:12em}#banner input[type="submit"]:hover,#banner input[type="reset"]:hover,#banner input[type="button"]:hover,#banner .button:hover{background-color:rgba(255,255,255,0.1)}#banner input[type="submit"]:active,#banner input[type="reset"]:active,#banner input[type="button"]:active,#banner .button:active{background-color:rgba(255,255,255,0.2)}#banner input.primary[type="submit"],#banner input.primary[type="reset"],#banner input.primary[type="button"],#banner .button.primary{background:#fff;color:#666 !important}#main{padding:4em 0}#main>header{text-align:center;margin:0 0 3em 0}#main>header h2{font-size:2.75em;margin:0}#main>header p{border-top:solid 2px #e5e5e5;color:#777;display:inline-block;font-style:normal;margin:1em 0 0 0;padding:1em 0 1.25em 0}body.landing #main{margin-top:-14em}#footer{background:#f0f0f0;padding:4em 0 6em 0;text-align:center}#footer .icons a{-moz-transition:opacity .2s ease-in-out;-webkit-transition:opacity .2s ease-in-out;-ms-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;opacity:0.35}#footer .icons a:hover{opacity:0.75}#footer .copyright{color:#999;font-size:0.9em;line-height:1em;margin:2em 0 0 0;padding:0;text-align:center}#footer .copyright a{color:inherit}#footer .copyright li{border-left:solid 1px #ddd;display:inline-block;list-style:none;margin-left:1em;padding-left:1em}#footer .copyright li:first-child{border-left:0;margin-left:0;padding-left:0}#cta{background:#e89980;color:#f9e6df;padding:3.5em 0 4em 0;text-align:center}#cta h2,#cta h3,#cta h4,#cta h5,#cta h6{color:inherit}#cta form{margin:0 auto;max-width:100%;width:25em}#cta input[type="submit"],#cta input[type="reset"],#cta input[type="button"],#cta .button{box-shadow:none;background:#fff;color:#e89980}#cta input[type="text"],#cta input[type="password"],#cta input[type="email"],#cta select,#cta textarea{color:#fff;background:rgba(255,255,255,0.15);border:0}#cta input[type="text"]:focus,#cta input[type="password"]:focus,#cta input[type="email"]:focus,#cta select:focus,#cta textarea:focus{box-shadow:inset 0 0 0 2px #fff}#cta ::-webkit-input-placeholder{color:rgba(255,255,255,0.75) !important}#cta :-moz-placeholder{color:rgba(255,255,255,0.75) !important}#cta ::-moz-placeholder{color:rgba(255,255,255,0.75) !important}#cta :-ms-input-placeholder{color:rgba(255,255,255,0.75) !important}#cta .formerize-placeholder{color:rgba(255,255,255,0.75) !important}@media screen and (max-width: 1680px){body,input,select,textarea{font-size:13pt}#banner{padding:10em 0 18em 0}}@media screen and (max-width: 1280px){body,input,select,textarea{font-size:11pt}.dropotron.level-0{font-size:1em}#banner{background-attachment:scroll}#banner h2{font-size:3.5em}}@media screen and (max-width: 980px){body,input,select,textarea{font-size:11pt}}#navPanel,#navButton{display:none}@media screen and (max-width: 840px){html,body{overflow-x:hidden}body,input,select,textarea{font-size:11pt}h2 br,h3 br,h4 br,h5 br,h6 br{display:none}header br{display:none}header.major{padding:0 4em}.box{padding:3em 2em}.box.features>section{padding:3em 2em}.box .image.featured{margin-left:-2em;width:calc(100% + 4em)}.box .image.featured:first-child{margin-bottom:3em;margin-top:-3em}.box .image.featured:last-child{margin-bottom:-3em;margin-top:3em}#page-wrapper{padding-top:0}#header{display:none}#page-wrapper{-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;-moz-transition:-moz-transform .5s ease;-webkit-transition:-webkit-transform .5s ease;-ms-transition:-ms-transform .5s ease;transition:transform .5s ease;padding-bottom:1px}#navButton{-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;-moz-transition:-moz-transform .5s ease;-webkit-transition:-webkit-transform .5s ease;-ms-transition:-ms-transform .5s ease;transition:transform .5s ease;display:block;height:44px;left:0;position:fixed;top:0;width:100%;z-index:10001}#navButton .toggle{text-decoration:none;height:100%;left:0;position:absolute;top:0;width:100%;border:0;outline:0}#navButton .toggle:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;text-transform:none !important;font-family:'Font Awesome 5 Free';font-weight:900}#navButton .toggle:before{background:rgba(192,192,192,0.75);border-radius:6px;color:#fff;content:'\f0c9';display:block;font-size:16px;height:2.25em;left:0.5em;line-height:2.25em;position:absolute;text-align:center;top:0.5em;width:3.5em}#navPanel{-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;-moz-transform:translateX(-275px);-webkit-transform:translateX(-275px);-ms-transform:translateX(-275px);transform:translateX(-275px);-moz-transition:-moz-transform .5s ease;-webkit-transition:-webkit-transform .5s ease;-ms-transition:-ms-transform .5s ease;transition:transform .5s ease;display:block;height:100%;left:0;overflow-y:auto;position:fixed;top:0;width:275px;z-index:10002;background:#2b2b2b;color:#bbb}#navPanel .link{border-bottom:0;border-top:solid 1px rgba(255,255,255,0.05);color:#bbb;display:block;height:44px;line-height:44px;padding:0 1em 0 1em;text-decoration:none}#navPanel .link:first-child{border-top:0}#navPanel .link.depth-0{color:#fff}#navPanel .link .indent-1{display:inline-block;width:1em}#navPanel .link .indent-2{display:inline-block;width:2em}#navPanel .link .indent-3{display:inline-block;width:3em}#navPanel .link .indent-4{display:inline-block;width:4em}#navPanel .link .indent-5{display:inline-block;width:5em}body.navPanel-visible #page-wrapper{-moz-transform:translateX(275px);-webkit-transform:translateX(275px);-ms-transform:translateX(275px);transform:translateX(275px)}body.navPanel-visible #navButton{-moz-transform:translateX(275px);-webkit-transform:translateX(275px);-ms-transform:translateX(275px);transform:translateX(275px)}body.navPanel-visible #navPanel{-moz-transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@media screen and (max-width: 736px){body,input,select,textarea{font-size:11pt}h2{font-size:1.75em;line-height:1.35em;letter-spacing:-0.025em}h3{font-size:1.5em}h4{font-size:1em}header.major{padding:1em}header.major h2,header.major p{padding-left:0.5em;padding-right:0.5em}.box{margin:1em;overflow-x:hidden;padding:2em 2em !important}.box.features .features-row{border-top:0;padding:0}.box.features .features-row section{border:0;border-top:solid 1px #e5e5e5 !important;float:none;margin:2em 0 0 0 !important;padding:2em 0 0 0 !important;width:100%}.box.features .features-row:first-child section:first-child{border-top:0 !important;margin-top:0 !important;padding-top:0 !important}.box .image.featured{margin-left:-2em;width:calc(100% + 4em)}.box .image.featured:first-child{margin-bottom:2em;margin-top:-2em}.box .image.featured:last-child{margin-bottom:-2em;margin-top:2em}#banner{padding:4em 0}#banner h2{font-size:2.25em}#banner p{font-size:1.25em}#main{padding:4em 0 0 0}#main>header{margin:0 2em 1.5em 2em}#main>header h2{font-size:2em}#main>header p{font-size:1em;padding-bottom:1em}body.landing #main{padding:0;margin-top:0}#footer{padding:4em 0}#footer .copyright li{border-left:0;display:block;line-height:2em;margin-left:0;padding-left:0}}@media screen and (max-width: 480px){html,body{min-width:320px}body,input,select,textarea{font-size:11pt}header.major{padding:0}ul.actions{margin:0 0 2em 0}ul.actions li{display:block;padding:1em 0 0 0;text-align:center;width:100%}ul.actions li:first-child{padding-top:0}ul.actions li>*{width:100%;margin:0 !important}ul.actions li>*.icon:before{margin-left:-2em}ul.actions.small li{padding:.5em 0 0 0}ul.actions.small li:first-child{padding-top:0}.box{border-radius:0;box-shadow:none;margin:1em 0 0 0;padding:3em 1em !important}.box.features .features-row section{margin:3em 0 0 0 !important;padding:3em 0 0 0 !important}.box .image.featured{border-radius:0;margin-left:-1em;width:calc(100% + 2em)}.box .image.featured img{border-radius:0 !important}.box .image.featured:first-child{margin-bottom:3em;margin-top:-3em}.box .image.featured:last-child{margin-bottom:-3em;margin-top:3em}#banner{padding:5em 3em 4em 3em}#main>.box:first-child{margin-top:0}#cta{padding:2.5em 1em 3em 1em}} - -/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/public/style.css.map b/public/style.css.map deleted file mode 100644 index deabcee..0000000 --- a/public/style.css.map +++ /dev/null @@ -1,25 +0,0 @@ -{ - "version": 3, - "file": "style.css", - "sourceRoot": "/home/braeuer/Dokumente/FFL/ffl5up", - "sources": [ - "assets/sass/main.scss", - "assets/sass/libs/_vars.scss", - "assets/sass/libs/_functions.scss", - "assets/sass/libs/_mixins.scss", - "assets/sass/libs/_vendor.scss", - "assets/sass/libs/_breakpoints.scss", - "assets/sass/libs/_html-grid.scss" - ], - "sourcesContent": [ - "@import 'libs/vars';\n@import 'libs/functions';\n@import 'libs/mixins';\n@import 'libs/vendor';\n@import 'libs/breakpoints';\n@import 'libs/html-grid';\n@import url('css/fontawesome-all.min.css');\n@import url(\"https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic\");\n\n/*\n\tAlpha by HTML5 UP\n\thtml5up.net | @ajlkn\n\tFree for personal and commercial use under the CCA 3.0 license (html5up.net/license)\n*/\n\n// BannerURL\n$bannerURL: \"images/banner.jpg\";\n\n// Breakpoints.\n\n\t@include breakpoints((\n\t\twide: ( 1281px, 1680px ),\n\t\tnormal: ( 981px, 1280px ),\n\t\tnarrow: ( 737px, 980px ),\n\t\tnarrower: ( 737px, 840px ),\n\t\tmobile: ( 481px, 736px ),\n\t\tmobilep: ( null, 480px )\n\t));\n\n/* Reset */\n/* Based on meyerweb.com/eric/tools/css/reset (v2.0 | 20110126 | License: public domain) */\n\n\thtml, body, div, span, applet, object,\n\tiframe, h1, h2, h3, h4, h5, h6, p, blockquote,\n\tpre, a, abbr, acronym, address, big, cite,\n\tcode, del, dfn, em, img, ins, kbd, q, s, samp,\n\tsmall, strike, strong, sub, sup, tt, var, b,\n\tu, i, center, dl, dt, dd, ol, ul, li, fieldset,\n\tform, label, legend, table, caption, tbody,\n\ttfoot, thead, tr, th, td, article, aside,\n\tcanvas, details, embed, figure, figcaption,\n\tfooter, header, hgroup, menu, nav, output, ruby,\n\tsection, summary, time, mark, audio, video {\n\t\tmargin: 0;\n\t\tpadding: 0;\n\t\tborder: 0;\n\t\tfont-size: 100%;\n\t\tfont: inherit;\n\t\tvertical-align: baseline;\n\t}\n\n\tarticle, aside, details, figcaption, figure,\n\tfooter, header, hgroup, menu, nav, section {\n\t\tdisplay: block;\n\t}\n\n\tbody {\n\t\tline-height: 1;\n\t}\n\n\tol, ul {\n\t\tlist-style:none;\n\t}\n\n\tblockquote,\tq {\n\t\tquotes: none;\n\n\t\t&:before,\n\t\t&:after {\n\t\t\tcontent: '';\n\t\t\tcontent: none;\n\t\t}\n\t}\n\n\ttable {\n\t\tborder-collapse: collapse;\n\t\tborder-spacing: 0;\n\t}\n\n\tbody {\n\t\t-webkit-text-size-adjust: none;\n\t}\n\n\tmark {\n\t\tbackground-color: transparent;\n\t\tcolor: inherit;\n\t}\n\n\tinput::-moz-focus-inner {\n\t\tborder: 0;\n\t\tpadding: 0;\n\t}\n\n\tinput, select, textarea {\n\t\t-moz-appearance: none;\n\t\t-webkit-appearance: none;\n\t\t-ms-appearance: none;\n\t\tappearance: none;\n\t}\n\n/* Basic */\n\n\t// MSIE: Required for IEMobile.\n\t\t@-ms-viewport {\n\t\t\twidth: device-width;\n\t\t}\n\n\t// MSIE: Prevents scrollbar from overlapping content.\n\t\tbody {\n\t\t\t-ms-overflow-style: scrollbar;\n\t\t}\n\n\t// Ensures page width is always >=320px.\n\t\t@include breakpoint('<=mobilep') {\n\t\t\thtml, body {\n\t\t\t\tmin-width: 320px;\n\t\t\t}\n\t\t}\n\n\t// Set box model to border-box.\n\t// Based on css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice\n\t\thtml {\n\t\t\tbox-sizing: border-box;\n\t\t}\n\n\t\t*, *:before, *:after {\n\t\t\tbox-sizing: inherit;\n\t\t}\n\n\tbody {\n\t\tbackground: _palette(bg);\n\t}\n\n\tbody, input, select, textarea {\n\t\tcolor: _palette(fg);\n\t\tfont-family: _font(family);\n\t\tfont-size: 16pt;\n\t\tfont-weight: _font(weight);\n\t\tline-height: 1.65em;\n\t\tletter-spacing: -0.015em;\n\t}\n\n\ta {\n\t\t@include vendor('transition', ('color #{_duration(transition)} ease-in-out', 'border-bottom-color #{_duration(transition)} ease-in-out'));\n\t\tborder-bottom: dotted 1px;\n\t\tcolor: _palette(accent2, bg);\n\t\ttext-decoration: none;\n\n\t\t&:hover {\n\t\t\tborder-bottom-color: transparent;\n\t\t}\n\t}\n\n\tstrong, b {\n\t\tcolor: _palette(fg-bold);\n\t\tfont-weight: _font(weight-bold);\n\t}\n\n\tem, i {\n\t\tfont-style: italic;\n\t}\n\n\tp {\n\t\tmargin: 0 0 _size(element-margin) 0;\n\t}\n\n\th1, h2, h3, h4, h5, h6 {\n\t\tcolor: _palette(fg-bold);\n\t\tfont-weight: _font(weight);\n\t\tline-height: 1em;\n\t\tmargin: 0 0 (_size(element-margin) * 0.25) 0;\n\n\t\ta {\n\t\t\tcolor: inherit;\n\t\t\ttext-decoration: none;\n\t\t}\n\t}\n\n\th2 {\n\t\tfont-size: 2.25em;\n\t\tline-height: 1.5em;\n\t\tletter-spacing: -0.035em;\n\t}\n\n\th3 {\n\t\tfont-size: 1.75em;\n\t\tline-height: 1.5em;\n\t\tletter-spacing: -0.025em;\n\t}\n\n\th4 {\n\t\tfont-size: 1.1em;\n\t\tline-height: 1.5em;\n\t\tletter-spacing: 0;\n\t}\n\n\th5 {\n\t\tfont-size: 0.9em;\n\t\tline-height: 1.5em;\n\t\tletter-spacing: 0;\n\t}\n\n\th6 {\n\t\tfont-size: 0.7em;\n\t\tline-height: 1.5em;\n\t\tletter-spacing: 0;\n\t}\n\n\tsub {\n\t\tfont-size: 0.8em;\n\t\tposition: relative;\n\t\ttop: 0.5em;\n\t}\n\n\tsup {\n\t\tfont-size: 0.8em;\n\t\tposition: relative;\n\t\ttop: -0.5em;\n\t}\n\n\thr {\n\t\tborder: 0;\n\t\tborder-bottom: solid 2px _palette(border);\n\n\t\t// This is the *only* instance where we need to rely on margin collapse.\n\t\tmargin: _size(element-margin) 0;\n\n\t\t&.major {\n\t\t\tmargin: (_size(element-margin) * 1.5) 0;\n\t\t}\n\t}\n\n\tblockquote {\n\t\tborder-left: solid 4px _palette(border);\n\t\tfont-style: italic;\n\t\tmargin: 0 0 _size(element-margin) 0;\n\t\tpadding: 0.5em 0 0.5em 2em;\n\t}\n\n\tpre {\n\t\t-webkit-overflow-scrolling: touch;\n\t\tbackground: _palette(border-bg);\n\t\tborder-radius: _size(border-radius);\n\t\tborder: solid 1px _palette(border);\n\t\tfont-family: _font(family-fixed);\n\t\tfont-size: 0.9em;\n\t\tline-height: 1.75em;\n\t\tmargin: 0 0 _size(element-margin) 0;\n\t\toverflow-x: auto;\n\t\tpadding: 1em 1.5em;\n\t\t& code {\n\t\t\tborder: solid 0px _palette(border);\n\t\t\tfont-family: _font(family-fixed);\n\t\t\tfont-size: 0.9em;\n\t\t\tline-height: 1.75em;\n\t\t\tmargin: 0 0 _size(element-margin) 0;\n\t\t\toverflow-x: auto;\n\t\t}\n\t}\n\n\tcode {\n\t\tbackground: _palette(border-bg);\n\t\tborder-radius: _size(border-radius);\n\t\tborder: solid 1px _palette(border);\n\t\tfont-family: _font(family-fixed);\n\t\tfont-size: 0.9em;\n\t\tmargin: 0 0.25em;\n\t\tpadding: 0.25em 0.65em;\n\t}\n\n\t.align-left {\n\t\ttext-align: left;\n\t}\n\n\t.align-center {\n\t\ttext-align: center;\n\t}\n\n\t.align-right {\n\t\ttext-align: right;\n\t}\n\n/* Row */\n\n\t.row {\n\t\t@include html-grid(2em);\n\n\t\t@include breakpoint('<=wide') {\n\t\t\t@include html-grid(2em, wide);\n\t\t}\n\n\t\t@include breakpoint('<=normal') {\n\t\t\t@include html-grid(2em, normal);\n\t\t}\n\n\t\t@include breakpoint('<=narrow') {\n\t\t\t@include html-grid(2em, narrow);\n\t\t}\n\n\t\t@include breakpoint('<=narrower') {\n\t\t\t@include html-grid(2em, narrower);\n\t\t}\n\n\t\t@include breakpoint('<=mobile') {\n\t\t\t@include html-grid(2em, mobile);\n\t\t}\n\n\t\t@include breakpoint('<=mobilep') {\n\t\t\t@include html-grid(2em, mobilep);\n\t\t}\n\t}\n\n/* Container */\n\n\t.container {\n\t\tmargin: 0 auto;\n\t\tmax-width: calc(100% - #{_size(element-margin) * 2.5});\n\t\twidth: _size(container-width);\n\n\t\t&.xsmall {\n\t\t\twidth: (_size(container-width) * 0.25);\n\t\t}\n\n\t\t&.small {\n\t\t\twidth: (_size(container-width) * 0.5);\n\t\t}\n\n\t\t&.medium {\n\t\t\twidth: (_size(container-width) * 0.75);\n\t\t}\n\n\t\t&.large {\n\t\t\twidth: (_size(container-width) * 1.25);\n\t\t}\n\n\t\t&.xlarge {\n\t\t\twidth: (_size(container-width) * 1.5);\n\t\t}\n\n\t\t&.max {\n\t\t\twidth: 100%;\n\t\t}\n\n\t\t@include breakpoint('<=narrower') {\n\t\t\twidth: 100% !important;\n\t\t}\n\n\t\t@include breakpoint('<=mobile') {\n\t\t\tmax-width: 100%;\n\t\t}\n\t}\n\n/* Section/Article */\n\n\tsection, article {\n\t\t&.special {\n\t\t\ttext-align: center;\n\t\t}\n\t}\n\n\theader {\n\t\tp {\n\t\t\tcolor: _palette(fg-light);\n\t\t\tposition: relative;\n\t\t\tmargin: 0 0 (_size(element-margin) * 0.75) 0;\n\t\t\tfont-style: italic;\n\t\t}\n\n\t\th2 + p {\n\t\t\tfont-size: 1.25em;\n\t\t\tmargin-top: -1em;\n\t\t\tline-height: 1.5em;\n\t\t}\n\n\t\th3 + p {\n\t\t\tfont-size: 1.1em;\n\t\t\tmargin-top: -0.85em;\n\t\t\tline-height: 1.5em;\n\t\t}\n\n\t\th4 + p,\n\t\th5 + p,\n\t\th6 + p {\n\t\t\tfont-size: 0.8em;\n\t\t\tmargin-top: -0.5em;\n\t\t\tline-height: 1.5em;\n\t\t}\n\n\t\t&.major {\n\t\t\tpadding: 1em 0;\n\t\t\ttext-align: center;\n\n\t\t\th2 {\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\tp {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tborder-top: solid 2px _palette(border);\n\t\t\t\tcolor: _palette(fg);\n\t\t\t\tmargin: 1.5em 0 0 0;\n\t\t\t\tpadding: 1.5em 0 0 0;\n\t\t\t\tfont-style: normal;\n\t\t\t}\n\t\t}\n\t}\n\n\tfooter {\n\t}\n\n/* Form */\n\n\tform {\n\t\tmargin: 0 0 _size(element-margin) 0;\n\t}\n\n\tlabel {\n\t\tcolor: _palette(fg-bold);\n\t\tdisplay: block;\n\t\tfont-size: 0.9em;\n\t\tfont-weight: _font(weight);\n\t\tmargin: 0 0 (_size(element-margin) * 0.5) 0;\n\t}\n\n\tinput[type=\"text\"],\n\tinput[type=\"password\"],\n\tinput[type=\"email\"],\n\tselect,\n\ttextarea {\n\t\t@include vendor('appearance', 'none');\n\t\tbackground-color: _palette(border-bg);\n\t\tborder-radius: _size(border-radius);\n\t\tborder: solid 1px _palette(border);\n\t\tcolor: inherit;\n\t\tdisplay: block;\n\t\toutline: 0;\n\t\tpadding: 0 1em;\n\t\ttext-decoration: none;\n\t\twidth: 100%;\n\n\t\t&:invalid {\n\t\t\tbox-shadow: none;\n\t\t}\n\n\t\t&:focus {\n\t\t\tborder-color: _palette(accent2, bg);\n\t\t\tbox-shadow: 0 0 0 2px _palette(accent2, bg);\n\t\t}\n\t}\n\n\tselect {\n\t\tbackground-image: svg-url(\"\");\n\t\tbackground-size: 1.25em;\n\t\tbackground-repeat: no-repeat;\n\t\tbackground-position: calc(100% - 1em) center;\n\t\theight: _size(element-height);\n\t\tpadding-right: _size(element-height);\n\t\ttext-overflow: ellipsis;\n\n\t\toption {\n\t\t\tcolor: _palette(fg);\n\t\t\tbackground-color: _palette(bg);\n\t\t}\n\n\t\t&:focus {\n\t\t\t&::-ms-value {\n\t\t\t\tbackground-color: transparent;\n\t\t\t}\n\t\t}\n\n\t\t&::-ms-expand {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n\n\tinput[type=\"text\"],\n\tinput[type=\"password\"],\n\tinput[type=\"email\"],\n\tselect {\n\t\theight: _size(element-height);\n\t}\n\n\ttextarea {\n\t\tpadding: 0.75em 1em;\n\t}\n\n\tinput[type=\"checkbox\"],\n\tinput[type=\"radio\"], {\n\t\t@include vendor('appearance', 'none');\n\t\tdisplay: block;\n\t\tfloat: left;\n\t\tmargin-right: -2em;\n\t\topacity: 0;\n\t\twidth: 1em;\n\t\tz-index: -1;\n\n\t\t& + label {\n\t\t\t@include icon(false, solid);\n\t\t\tcolor: _palette(fg);\n\t\t\tcursor: pointer;\n\t\t\tdisplay: inline-block;\n\t\t\tfont-size: 1em;\n\t\t\tfont-weight: _font(weight);\n\t\t\tpadding-left: (_size(element-height) * 0.6) + 0.75em;\n\t\t\tpadding-right: 0.75em;\n\t\t\tposition: relative;\n\n\t\t\t&:before {\n\t\t\t\tbackground: _palette(border-bg);\n\t\t\t\tborder-radius: _size(border-radius);\n\t\t\t\tborder: solid 1px _palette(border);\n\t\t\t\tcontent: '';\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tfont-size: 0.8em;\n\t\t\t\theight: (_size(element-height) * 0.75);\n\t\t\t\tleft: 0;\n\t\t\t\tline-height: (_size(element-height) * 0.75);\n\t\t\t\tposition: absolute;\n\t\t\t\ttext-align: center;\n\t\t\t\ttop: 0;\n\t\t\t\twidth: (_size(element-height) * 0.75);\n\t\t\t}\n\t\t}\n\n\t\t&:checked + label {\n\t\t\t&:before {\n\t\t\t\tbackground: _palette(accent1, bg);\n\t\t\t\tborder-color: _palette(accent1, bg);\n\t\t\t\tcolor: _palette(accent2, fg-bold);\n\t\t\t\tcontent: '\\f00c';\n\t\t\t}\n\t\t}\n\n\t\t&:focus + label {\n\t\t\t&:before {\n\t\t\t\tborder-color: _palette(accent2, bg);\n\t\t\t\tbox-shadow: 0 0 0 1px _palette(accent2, bg);\n\t\t\t}\n\t\t}\n\t}\n\n\tinput[type=\"checkbox\"] {\n\t\t& + label {\n\t\t\t&:before {\n\t\t\t\tborder-radius: _size(border-radius);\n\t\t\t}\n\t\t}\n\t}\n\n\tinput[type=\"radio\"] {\n\t\t& + label {\n\t\t\t&:before {\n\t\t\t\tborder-radius: 100%;\n\t\t\t}\n\t\t}\n\t}\n\n\t::-webkit-input-placeholder {\n\t\tcolor: _palette(fg-light) !important;\n\t\topacity: 1.0;\n\t}\n\n\t:-moz-placeholder {\n\t\tcolor: _palette(fg-light) !important;\n\t\topacity: 1.0;\n\t}\n\n\t::-moz-placeholder {\n\t\tcolor: _palette(fg-light) !important;\n\t\topacity: 1.0;\n\t}\n\n\t:-ms-input-placeholder {\n\t\tcolor: _palette(fg-light) !important;\n\t\topacity: 1.0;\n\t}\n\n/* Box */\n\n\t$box-padding: 3em;\n\n\t.box {\n\t\tbackground: #fff;\n\t\tborder-radius: _size(border-radius);\n\t\tbox-shadow: 0 2px 0 0 _palette(border);\n\t\tmargin: 0 0 _size(element-margin) 0;\n\t\tpadding: $box-padding;\n\n\t\t> :last-child {\n\t\t\tmargin-bottom: 0;\n\t\t}\n\n\t\t&.alt {\n\t\t\tbackground: none !important;\n\t\t\tborder-radius: 0 !important;\n\t\t\tbox-shadow: none !important;\n\t\t\tmargin: 0 0 _size(element-margin) 0;\n\t\t\tpadding: 0 !important;\n\t\t}\n\n\t\t&.features {\n\t\t\t.features-row {\n\t\t\t\tborder-top: solid 2px _palette(border);\n\t\t\t\tposition: relative;\n\n\t\t\t\t&:after {\n\t\t\t\t\tclear: both;\n\t\t\t\t\tcontent: '';\n\t\t\t\t\tdisplay: block;\n\t\t\t\t}\n\n\t\t\t\tsection {\n\t\t\t\t\tfloat: left;\n\t\t\t\t\tpadding: $box-padding;\n\t\t\t\t\twidth: 50%;\n\n\t\t\t\t\t:last-child {\n\t\t\t\t\t\tmargin-bottom: 0;\n\t\t\t\t\t}\n\n\t\t\t\t\t&:nth-child(2n) {\n\t\t\t\t\t\t&:before {\n\t\t\t\t\t\t\tbackground: _palette(border);\n\t\t\t\t\t\t\tcontent: '';\n\t\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\t\theight: 100%;\n\t\t\t\t\t\t\tmargin-left: -3em;\n\t\t\t\t\t\t\tposition: absolute;\n\t\t\t\t\t\t\ttop: 0;\n\t\t\t\t\t\t\twidth: 2px;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tpadding-right: 0;\n\t\t\t\t\t}\n\n\t\t\t\t\t&:nth-child(2n-1) {\n\t\t\t\t\t\tpadding-left: 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t&:first-child {\n\t\t\t\t\tborder-top: 0;\n\n\t\t\t\t\tsection {\n\t\t\t\t\t\tpadding-top: 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t&:last-child {\n\t\t\t\t\tpadding-bottom: 0;\n\n\t\t\t\t\tsection {\n\t\t\t\t\t\tpadding-bottom: 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&.special {\n\t\t\ttext-align: center;\n\t\t}\n\n\t\t.image {\n\t\t\t&.featured {\n\t\t\t\tborder-radius: 0;\n\t\t\t\tdisplay: block;\n\t\t\t\tmargin: $box-padding 0 $box-padding ($box-padding * -1);\n\t\t\t\tposition: relative;\n\t\t\t\twidth: calc(100% + #{$box-padding * 2});\n\n\t\t\t\timg {\n\t\t\t\t\tborder-radius: 0;\n\t\t\t\t\tdisplay: block;\n\t\t\t\t\twidth: 100%;\n\t\t\t\t}\n\n\t\t\t\t&:first-child {\n\t\t\t\t\tborder-radius: _size(border-radius) _size(border-radius) 0 0;\n\t\t\t\t\tmargin-bottom: $box-padding;\n\t\t\t\t\tmargin-top: $box-padding * -1;\n\n\t\t\t\t\timg {\n\t\t\t\t\t\tborder-radius: _size(border-radius) _size(border-radius) 0 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t&:last-child {\n\t\t\t\t\tborder-radius: 0 0 _size(border-radius) _size(border-radius);\n\t\t\t\t\tmargin-bottom: $box-padding * -1;\n\t\t\t\t\tmargin-top: $box-padding;\n\n\t\t\t\t\timg {\n\t\t\t\t\t\tborder-radius: 0 0 _size(border-radius) _size(border-radius);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n/* Icon */\n\n\t.icon {\n\t\t@include icon;\n\t\tborder-bottom: none;\n\t\tposition: relative;\n\n\t\t> .label {\n\t\t\tdisplay: none;\n\t\t}\n\n\t\t&:before {\n\t\t\tline-height: inherit;\n\t\t}\n\n\t\t&.solid {\n\t\t\t&:before {\n\t\t\t\tfont-weight: 900;\n\t\t\t}\n\t\t}\n\n\t\t&.brands {\n\t\t\t&:before {\n\t\t\t\tfont-family: 'Font Awesome 5 Brands';\n\t\t\t}\n\t\t}\n\n\t\t&.major {\n\t\t\tbackground: _palette(accent1, bg);\n\t\t\tborder-radius: 100%;\n\t\t\tcolor: _palette(accent1, fg-bold);\n\t\t\tcursor: default;\n\t\t\tdisplay: inline-block;\n\t\t\theight: 5.5em;\n\t\t\tline-height: 5.5em;\n\t\t\tmargin: 0 0 _size(element-margin) 0;\n\t\t\twidth: 5.5em;\n\n\t\t\t&:before {\n\t\t\t\tfont-size: 2.5em;\n\t\t\t}\n\n\t\t\t&.accent1 {\n\t\t\t\tbackground: _palette(accent1, bg);\n\t\t\t\tcolor: _palette(accent1, fg-bold);\n\t\t\t}\n\n\t\t\t&.accent2 {\n\t\t\t\tbackground: _palette(accent2, bg);\n\t\t\t\tcolor: _palette(accent2, fg-bold);\n\t\t\t}\n\n\t\t\t&.accent3 {\n\t\t\t\tbackground: _palette(accent3, bg);\n\t\t\t\tcolor: _palette(accent3, fg-bold);\n\t\t\t}\n\n\t\t\t&.accent4 {\n\t\t\t\tbackground: _palette(accent4, bg);\n\t\t\t\tcolor: _palette(accent4, fg-bold);\n\t\t\t}\n\n\t\t\t&.accent5 {\n\t\t\t\tbackground: _palette(accent5, bg);\n\t\t\t\tcolor: _palette(accent5, fg-bold);\n\t\t\t}\n\t\t}\n\t}\n\n/* Image */\n\n\t.image {\n\t\tborder-radius: _size(border-radius);\n\t\tborder: 0;\n\t\tdisplay: inline-block;\n\t\tposition: relative;\n\n\t\timg {\n\t\t\tborder-radius: _size(border-radius);\n\t\t\tdisplay: block;\n\t\t}\n\n\t\t&.left {\n\t\t\tfloat: left;\n\t\t\tpadding: 0 1.5em 1em 0;\n\t\t\ttop: 0.25em;\n\t\t}\n\n\t\t&.right {\n\t\t\tfloat: right;\n\t\t\tpadding: 0 0 1em 1.5em;\n\t\t\ttop: 0.25em;\n\t\t}\n\n\t\t&.fit {\n\t\t\tdisplay: block;\n\t\t\tmargin: 0 0 _size(element-margin) 0;\n\t\t\twidth: 100%;\n\n\t\t\timg {\n\t\t\t\tdisplay: block;\n\t\t\t\twidth: 100%;\n\t\t\t}\n\t\t}\n\t}\n\n/* List */\n\n\tol {\n\t\tlist-style: decimal;\n\t\tmargin: 0 0 _size(element-margin) 0;\n\t\tpadding-left: 1.25em;\n\n\t\tli {\n\t\t\tpadding-left: 0.25em;\n\t\t}\n\t}\n\n\tul {\n\t\tlist-style: disc;\n\t\tmargin: 0 0 _size(element-margin) 0;\n\t\tpadding-left: 1em;\n\n\t\tli {\n\t\t\tpadding-left: 0.5em;\n\t\t}\n\n\t\t&.alt {\n\t\t\tlist-style: none;\n\t\t\tpadding-left: 0;\n\n\t\t\tli {\n\t\t\t\tborder-top: solid 1px _palette(border);\n\t\t\t\tpadding: 0.5em 0;\n\n\t\t\t\t&:first-child {\n\t\t\t\t\tborder-top: 0;\n\t\t\t\t\tpadding-top: 0;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&.icons {\n\t\t\tcursor: default;\n\t\t\tlist-style: none;\n\t\t\tpadding-left: 0;\n\n\t\t\tli {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tpadding: 0 1.25em 0 0;\n\n\t\t\t\t&:last-child {\n\t\t\t\t\tpadding-right: 0;\n\t\t\t\t}\n\n\t\t\t\t.icon {\n\t\t\t\t\tcolor: inherit;\n\n\t\t\t\t\t&:before {\n\t\t\t\t\t\tfont-size: 1.75em;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\tdl {\n\t\tmargin: 0 0 _size(element-margin) 0;\n\t}\n\n/* Actions */\n\n\tul.actions {\n\t\t@include vendor('display', 'flex');\n\t\tcursor: default;\n\t\tlist-style: none;\n\t\tmargin-left: (_size(element-margin) * -0.5);\n\t\tpadding-left: 0;\n\n\t\tli {\n\t\t\tpadding: 0 0 0 (_size(element-margin) * 0.5);\n\t\t\tvertical-align: middle;\n\t\t}\n\n\t\t&.special {\n\t\t\t@include vendor('justify-content', 'center');\n\t\t\twidth: 100%;\n\t\t\tmargin-left: 0;\n\n\t\t\tli {\n\t\t\t\t&:first-child {\n\t\t\t\t\tpadding-left: 0;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&.stacked {\n\t\t\t@include vendor('flex-direction', 'column');\n\t\t\tmargin-left: 0;\n\n\t\t\tli {\n\t\t\t\tpadding: (_size(element-margin) * 0.65) 0 0 0;\n\n\t\t\t\t&:first-child {\n\t\t\t\t\tpadding-top: 0;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&.fit {\n\t\t\twidth: calc(100% + #{_size(element-margin) * 0.5});\n\n\t\t\tli {\n\t\t\t\t@include vendor('flex-grow', '1');\n\t\t\t\t@include vendor('flex-shrink', '1');\n\t\t\t\twidth: 100%;\n\n\t\t\t\t> * {\n\t\t\t\t\twidth: 100%;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&.stacked {\n\t\t\t\twidth: 100%;\n\t\t\t}\n\t\t}\n\n\t\t@include breakpoint('<=mobilep') {\n\t\t\t&:not(.fixed) {\n\t\t\t\t@include vendor('flex-direction', 'column');\n\t\t\t\tmargin-left: 0;\n\t\t\t\twidth: 100% !important;\n\n\t\t\t\tli {\n\t\t\t\t\t@include vendor('flex-grow', '1');\n\t\t\t\t\t@include vendor('flex-shrink', '1');\n\t\t\t\t\tpadding: (_size(element-margin) * 0.5) 0 0 0;\n\t\t\t\t\ttext-align: center;\n\t\t\t\t\twidth: 100%;\n\n\t\t\t\t\t> * {\n\t\t\t\t\t\twidth: 100%;\n\t\t\t\t\t}\n\n\t\t\t\t\t&:first-child {\n\t\t\t\t\t\tpadding-top: 0;\n\t\t\t\t\t}\n\n\t\t\t\t\tinput[type=\"submit\"],\n\t\t\t\t\tinput[type=\"reset\"],\n\t\t\t\t\tinput[type=\"button\"],\n\t\t\t\t\tbutton,\n\t\t\t\t\t.button {\n\t\t\t\t\t\twidth: 100%;\n\n\t\t\t\t\t\t&.icon {\n\t\t\t\t\t\t\t&:before {\n\t\t\t\t\t\t\t\tmargin-left: -0.5em;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n/* Table */\n\n\t.table-wrapper {\n\t\t-webkit-overflow-scrolling: touch;\n\t\toverflow-x: auto;\n\t}\n\n\ttable {\n\t\tmargin: 0 0 _size(element-margin) 0;\n\t\twidth: 100%;\n\n\t\ttbody {\n\t\t\ttr {\n\t\t\t\tborder: solid 1px _palette(border);\n\t\t\t\tborder-left: 0;\n\t\t\t\tborder-right: 0;\n\n\t\t\t\t&:nth-child(2n + 1) {\n\t\t\t\t\tbackground-color: _palette(border-bg);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\ttd {\n\t\t\tpadding: 0.75em 0.75em;\n\t\t}\n\n\t\tth {\n\t\t\tcolor: _palette(fg-bold);\n\t\t\tfont-size: 0.9em;\n\t\t\tfont-weight: _font(weight);\n\t\t\tpadding: 0 0.75em 0.75em 0.75em;\n\t\t\ttext-align: left;\n\t\t}\n\n\t\tthead {\n\t\t\tborder-bottom: solid 2px _palette(border);\n\t\t}\n\n\t\ttfoot {\n\t\t\tborder-top: solid 2px _palette(border);\n\t\t}\n\n\t\t&.alt {\n\t\t\tborder-collapse: separate;\n\n\t\t\ttbody {\n\t\t\t\ttr {\n\t\t\t\t\ttd {\n\t\t\t\t\t\tborder: solid 1px _palette(border);\n\t\t\t\t\t\tborder-left-width: 0;\n\t\t\t\t\t\tborder-top-width: 0;\n\n\t\t\t\t\t\t&:first-child {\n\t\t\t\t\t\t\tborder-left-width: 1px;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t&:first-child {\n\t\t\t\t\t\ttd {\n\t\t\t\t\t\t\tborder-top-width: 1px;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tthead {\n\t\t\t\tborder-bottom: 0;\n\t\t\t}\n\n\t\t\ttfoot {\n\t\t\t\tborder-top: 0;\n\t\t\t}\n\t\t}\n\t}\n\n/* Button */\n\n\tinput[type=\"submit\"],\n\tinput[type=\"reset\"],\n\tinput[type=\"button\"],\n\t.button {\n\t\t@include vendor('appearance', 'none');\n\t\t@include vendor('transition', ('background-color #{_duration(transition)} ease-in-out', 'color #{_duration(transition)} ease-in-out'));\n\t\tbackground-color: _palette(accent1, bg);\n\t\tborder-radius: _size(border-radius);\n\t\tborder: 0;\n\t\tcolor: _palette(accent1, fg-bold);\n\t\tcursor: pointer;\n\t\tdisplay: inline-block;\n\t\tfont-weight: _font(weight-bold);\n\t\theight: _size(element-height);\n\t\tline-height: _size(element-height);\n\t\tpadding: 0 2em;\n\t\ttext-align: center;\n\t\ttext-decoration: none;\n\t\twhite-space: nowrap;\n\n\t\t&:hover {\n\t\t\tbackground-color: lighten(_palette(accent1, bg), 5);\n\t\t}\n\n\t\t&:active {\n\t\t\tbackground-color: darken(_palette(accent1, bg), 5);\n\t\t}\n\n\t\t&.icon {\n\t\t\tpadding-left: 1.35em;\n\n\t\t\t&:before {\n\t\t\t\tmargin-right: 0.5em;\n\t\t\t}\n\t\t}\n\n\t\t&.fit {\n\t\t\twidth: 100%;\n\t\t}\n\n\t\t&.small {\n\t\t\tfont-size: 0.8em;\n\t\t\theight: (_size(element-height) * 0.9);\n\t\t\tline-height: (_size(element-height) * 0.9);\n\t\t}\n\n\t\t&.large {\n\t\t\tfont-size: 1.25em;\n\t\t\theight: (_size(element-height) * 0.9);\n\t\t\tline-height: (_size(element-height) * 0.9);\n\t\t}\n\n\t\t&.alt {\n\t\t\tbackground-color: transparent;\n\t\t\tbox-shadow: inset 0 0 0 2px _palette(border);\n\t\t\tcolor: _palette(fg);\n\n\t\t\t&:hover {\n\t\t\t\tbackground-color: _palette(border-bg);\n\t\t\t}\n\n\t\t\t&:active {\n\t\t\t\tbackground-color: _palette(border2-bg);\n\t\t\t}\n\n\t\t\t&.icon {\n\t\t\t\t&:before {\n\t\t\t\t\tcolor: _palette(fg-light);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&.primary {\n\t\t\tbackground-color: _palette(accent2, bg);\n\t\t\tcolor: _palette(accent2, fg-bold) !important;\n\n\t\t\t&:hover {\n\t\t\t\tbackground-color: lighten(_palette(accent2, bg), 5);\n\t\t\t}\n\n\t\t\t&:active {\n\t\t\t\tbackground-color: darken(_palette(accent2, bg), 5);\n\t\t\t}\n\t\t}\n\n\t\t&.disabled,\n\t\t&:disabled {\n\t\t\tbackground-color: _palette(fg) !important;\n\t\t\tbox-shadow: inset 0 -0.15em 0 0 rgba(0,0,0,0.15);\n\t\t\tcolor: _palette(bg) !important;\n\t\t\tcursor: default;\n\t\t\topacity: 0.25;\n\t\t}\n\t}\n\n/* Header */\n\n\t#page-wrapper {\n\t\tpadding-top: 3em;\n\t}\n\n\tbody.landing {\n\t\t#page-wrapper {\n\t\t\tpadding-top: 0;\n\t\t}\n\t}\n\n\t@include keyframes('reveal-header') {\n\t\t0% { top: -5em; }\n\t\t100% { top: 0; }\n\t}\n\n\t#header {\n\t\tbackground: _palette(header, bg);\n\t\tcolor: _palette(header, fg);\n\t\tcursor: default;\n\t\theight: 3.25em;\n\t\tleft: 0;\n\t\tline-height: 3.25em;\n\t\tposition: fixed;\n\t\ttop: 0;\n\t\twidth: 100%;\n\t\tz-index: 10000;\n\n\t\th1 {\n\t\t\tcolor: inherit;\n\t\t\theight: inherit;\n\t\t\tleft: 1.25em;\n\t\t\tline-height: inherit;\n\t\t\tmargin: 0;\n\t\t\tpadding: 0;\n\t\t\tposition: absolute;\n\t\t\ttop: 0;\n\n\t\t\ta {\n\t\t\t\tcolor: _palette(header, fg-bold);\n\t\t\t\tfont-weight: _font(weight-bold);\n\t\t\t\tborder: 0;\n\t\t\t}\n\t\t}\n\n\t\tnav {\n\t\t\theight: inherit;\n\t\t\tline-height: inherit;\n\t\t\tposition: absolute;\n\t\t\tright: 0.75em;\n\t\t\ttop: 0;\n\t\t\tvertical-align: middle;\n\n\t\t\t> ul {\n\t\t\t\tlist-style: none;\n\t\t\t\tmargin: 0;\n\t\t\t\tpadding-left: 0;\n\n\t\t\t\t> li {\n\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t\tpadding-left: 0;\n\n\t\t\t\t\t> ul {\n\t\t\t\t\t\tdisplay: none;\n\t\t\t\t\t}\n\n\t\t\t\t\ta {\n\t\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t\t\theight: 2em;\n\t\t\t\t\t\tline-height: 1.95em;\n\t\t\t\t\t\tpadding: 0 1em;\n\t\t\t\t\t\tborder-radius: _size(border-radius);\n\t\t\t\t\t}\n\n\t\t\t\t\ta:not(.button) {\n\t\t\t\t\t\tcolor: _palette(header, fg-bold);\n\t\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t\t\ttext-decoration: none;\n\t\t\t\t\t\tborder: 0;\n\n\t\t\t\t\t\t&.icon {\n\t\t\t\t\t\t\t&:before {\n\t\t\t\t\t\t\t\tcolor: _palette(header, fg-light);\n\t\t\t\t\t\t\t\tmargin-right: 0.5em;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t&:first-child {\n\t\t\t\t\t\tmargin-left: 0;\n\t\t\t\t\t}\n\n\t\t\t\t\t&.active {\n\t\t\t\t\t\ta:not(.button) {\n\t\t\t\t\t\t\tbackground-color: transparentize(_palette(header, fg-light), 0.75);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t.button {\n\t\t\t\t\t\tmargin: 0 0 0 0.5em;\n\t\t\t\t\t\tposition: relative;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tinput[type=\"submit\"],\n\t\tinput[type=\"reset\"],\n\t\tinput[type=\"button\"],\n\t\t.button {\n\t\t\tbackground-color: transparent;\n\t\t\tbox-shadow: inset 0 0 0 2px _palette(header, fg-light);\n\t\t\tcolor: _palette(header, fg-bold);\n\n\t\t\t&:hover {\n\t\t\t\tbackground-color: transparentize(_palette(header, fg-light), 0.75);\n\t\t\t}\n\n\t\t\t&:active {\n\t\t\t\tbackground-color: transparentize(_palette(header, fg-light), 0.5);\n\t\t\t}\n\t\t}\n\n\t\t.container {\n\t\t\tposition: relative;\n\n\t\t\th1 {\n\t\t\t\tleft: 0;\n\t\t\t}\n\n\t\t\tnav {\n\t\t\t\tright: 0;\n\t\t\t}\n\t\t}\n\n\t\t&.reveal {\n\t\t\t@include vendor('animation', 'reveal-header 0.5s');\n\t\t}\n\n\t\t&.alt {\n\t\t\t@include vendor('animation', 'none');\n\t\t\tbackground: none;\n\t\t\tcolor: rgba(255,255,255,0.75);\n\t\t\tposition: absolute;\n\n\t\t\tnav {\n\t\t\t\t> ul {\n\t\t\t\t\t> li {\n\t\t\t\t\t\ta:not(.button) {\n\t\t\t\t\t\t\t&.icon {\n\t\t\t\t\t\t\t\t&:before {\n\t\t\t\t\t\t\t\t\tcolor: rgba(255,255,255,0.75);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t&.active {\n\t\t\t\t\t\t\ta:not(.button) {\n\t\t\t\t\t\t\t\tbackground-color: rgba(255,255,255,0.2);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tinput[type=\"submit\"],\n\t\t\tinput[type=\"reset\"],\n\t\t\tinput[type=\"button\"],\n\t\t\t.button {\n\t\t\t\tbox-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);\n\n\t\t\t\t&:hover {\n\t\t\t\t\tbackground-color: rgba(255,255,255,0.1);\n\t\t\t\t}\n\n\t\t\t\t&:active {\n\t\t\t\t\tbackground-color: rgba(255,255,255,0.2);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t.dropotron {\n\t\tbackground: #fff;\n\t\tborder-radius: _size(border-radius);\n\t\tbox-shadow: 0 2px 0 0 rgba(0,0,0,0.065), inset 0 -1px 0 0 #fff, inset 0 0 0 1px transparentize(_palette(border), 0.5);\n\t\tlist-style: none;\n\t\tmargin: calc(-0.5em + 1px) 0 0 1px;\n\t\tpadding: 0.5em 0;\n\t\twidth: 11em;\n\n\t\tli {\n\t\t\tpadding: 0;\n\n\t\t\ta, span {\n\t\t\t\t@include vendor('transition', 'none');\n\t\t\t\tborder: 0;\n\t\t\t\tborder-top: solid 1px #f2f2f2;\n\t\t\t\tcolor: inherit;\n\t\t\t\tdisplay: block;\n\t\t\t\tpadding: 0.15em 1em;\n\t\t\t}\n\n\t\t\t&:first-child {\n\t\t\t\t> a, > span {\n\t\t\t\t\tborder-top: 0;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&.active,\n\t\t\t&:hover {\n\t\t\t\t> a, > span {\n\t\t\t\t\tbackground: _palette(accent2, bg);\n\t\t\t\t\tcolor: _palette(accent2, fg-bold);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&.level-0 {\n\t\t\tfont-size: 0.9em;\n\t\t\tmargin: 1em 0 0 0;\n\n\t\t\t&:before {\n\t\t\t\t@include vendor('transform', 'rotate(45deg)');\n\t\t\t\tbackground: #fff;\n\t\t\t\tborder: solid 1px transparentize(_palette(border), 0.5);\n\t\t\t\tborder-bottom: 0;\n\t\t\t\tborder-right: 0;\n\t\t\t\tbox-shadow: -0.25em -0.125em 0.125em 0 rgba(0,0,0,0.015);\n\t\t\t\tcontent: '';\n\t\t\t\tdisplay: block;\n\t\t\t\theight: 0.75em;\n\t\t\t\tposition: absolute;\n\t\t\t\tright: 1.25em;\n\t\t\t\ttop: -0.375em;\n\t\t\t\twidth: 0.75em;\n\t\t\t\tz-index: 0;\n\t\t\t}\n\t\t}\n\t}\n\n/* Banner */\n\n\t#banner {\n\t\tbackground-attachment:\tscroll,\t\t\t\t\t\t\tfixed;\n\t\tbackground-color:\t\t#666;\n\t\tbackground-image:\t\turl($bannerURL);\n\t\tbackground-position:\ttop left,\t\t\t\t\t\tcenter center;\n\t\tbackground-repeat:\t\trepeat,\t\t\t\t\t\t\tno-repeat;\n\t\tbackground-size:\t\tauto,\t\t\t\t\t\t\tcover;\n\t\tcolor: #fff;\n\t\tpadding: 12em 0 20em 0;\n\t\ttext-align: center;\n\n\t\t:last-child {\n\t\t\tmargin-bottom: 0;\n\t\t}\n\n\t\th2, h3, h4, h5, h6 {\n\t\t\tcolor: #fff;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 3.5em;\n\t\t\tline-height: 1em;\n\t\t\tmargin: 0 0 0.5em 0;\n\t\t\tpadding: 0;\n\t\t}\n\n\t\tp {\n\t\t\tfont-size: 1.25em;\n\t\t\tmargin-bottom: 1.75em;\n\t\t}\n\n\t\tinput[type=\"submit\"],\n\t\tinput[type=\"reset\"],\n\t\tinput[type=\"button\"],\n\t\t.button {\n\t\t\tbackground-color: transparent;\n\t\t\tbox-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);\n\t\t\tcolor: #fff;\n\t\t\tmin-width: 12em;\n\n\t\t\t&:hover {\n\t\t\t\tbackground-color: rgba(255,255,255,0.1);\n\t\t\t}\n\n\t\t\t&:active {\n\t\t\t\tbackground-color: rgba(255,255,255,0.2);\n\t\t\t}\n\n\t\t\t&.primary {\n\t\t\t\tbackground: #fff;\n\t\t\t\tcolor: #666 !important;\n\t\t\t}\n\t\t}\n\t}\n\n/* Main */\n\n\t#main {\n\t\tpadding: 4em 0;\n\n\t\t> header {\n\t\t\ttext-align: center;\n\t\t\tmargin: 0 0 3em 0;\n\n\t\t\th2 {\n\t\t\t\tfont-size: 2.75em;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\tp {\n\t\t\t\tborder-top: solid 2px _palette(border);\n\t\t\t\tcolor: _palette(fg);\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tfont-style: normal;\n\t\t\t\tmargin: 1em 0 0 0;\n\t\t\t\tpadding: 1em 0 1.25em 0;\n\t\t\t}\n\t\t}\n\t}\n\n\tbody.landing {\n\t\t#main {\n\t\t\tmargin-top: -14em;\n\t\t}\n\t}\n\n/* Footer */\n\n\t#footer {\n\t\tbackground: #f0f0f0;\n\t\tpadding: 4em 0 6em 0;\n\t\ttext-align: center;\n\n\t\t.icons {\n\t\t\ta {\n\t\t\t\t@include vendor('transition', 'opacity #{_duration(transition)} ease-in-out');\n\t\t\t\topacity: 0.35;\n\n\t\t\t\t&:hover {\n\t\t\t\t\topacity: 0.75;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.copyright {\n\t\t\tcolor: _palette(fg-light);\n\t\t\tfont-size: 0.9em;\n\t\t\tline-height: 1em;\n\t\t\tmargin: 2em 0 0 0;\n\t\t\tpadding: 0;\n\t\t\ttext-align: center;\n\n\t\t\ta {\n\t\t\t\tcolor: inherit;\n\t\t\t}\n\n\t\t\tli {\n\t\t\t\tborder-left: solid 1px _palette(border2);\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tlist-style: none;\n\t\t\t\tmargin-left: 1em;\n\t\t\t\tpadding-left: 1em;\n\n\t\t\t\t&:first-child {\n\t\t\t\t\tborder-left: 0;\n\t\t\t\t\tmargin-left: 0;\n\t\t\t\t\tpadding-left: 0;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n/* CTA */\n\n\t#cta {\n\t\tbackground: _palette(accent2, bg);\n\t\tcolor: _palette(accent2, fg);\n\t\tpadding: 3.5em 0 4em 0;\n\t\ttext-align: center;\n\n\t\th2, h3, h4, h5, h6 {\n\t\t\tcolor: inherit;\n\t\t}\n\n\t\tform {\n\t\t\tmargin: 0 auto;\n\t\t\tmax-width: 100%;\n\t\t\twidth: 25em;\n\t\t}\n\n\t\tinput[type=\"submit\"],\n\t\tinput[type=\"reset\"],\n\t\tinput[type=\"button\"],\n\t\t.button {\n\t\t\tbox-shadow: none;\n\t\t\tbackground: #fff;\n\t\t\tcolor: _palette(accent2, bg);\n\t\t}\n\n\t\tinput[type=\"text\"],\n\t\tinput[type=\"password\"],\n\t\tinput[type=\"email\"],\n\t\tselect,\n\t\ttextarea {\n\t\t\tcolor: _palette(accent2, fg-bold);\n\t\t\tbackground: rgba(255,255,255,0.15);\n\t\t\tborder: 0;\n\n\t\t\t&:focus {\n\t\t\t\tbox-shadow: inset 0 0 0 2px #fff;\n\t\t\t}\n\t\t}\n\n\t\t::-webkit-input-placeholder {\n\t\t\tcolor: rgba(255,255,255,0.75) !important;\n\t\t}\n\n\t\t:-moz-placeholder {\n\t\t\tcolor: rgba(255,255,255,0.75) !important;\n\t\t}\n\n\t\t::-moz-placeholder {\n\t\t\tcolor: rgba(255,255,255,0.75) !important;\n\t\t}\n\n\t\t:-ms-input-placeholder {\n\t\t\tcolor: rgba(255,255,255,0.75) !important;\n\t\t}\n\n\t\t.formerize-placeholder {\n\t\t\tcolor: rgba(255,255,255,0.75) !important;\n\t\t}\n\t}\n\n/* Wide */\n\n\t@include breakpoint('<=wide') {\n\n\t\t/* Basic */\n\n\t\t\tbody, input, select, textarea {\n\t\t\t\tfont-size: 13pt;\n\t\t\t}\n\n\t\t/* Banner */\n\n\t\t\t#banner {\n\t\t\t\tpadding: 10em 0 18em 0;\n\t\t\t}\n\n\t}\n\n/* Normal */\n\n\t@include breakpoint('<=normal') {\n\n\t\t/* Basic */\n\n\t\t\tbody, input, select, textarea {\n\t\t\t\tfont-size: 11pt;\n\t\t\t}\n\n\t\t/* Header */\n\n\t\t\t.dropotron {\n\t\t\t\t&.level-0 {\n\t\t\t\t\tfont-size: 1em;\n\t\t\t\t}\n\t\t\t}\n\n\t\t/* Banner */\n\n\t\t\t#banner {\n\t\t\t\tbackground-attachment: scroll;\n\n\t\t\t\th2 {\n\t\t\t\t\tfont-size: 3.5em;\n\t\t\t\t}\n\t\t\t}\n\n\t}\n\n/* Narrow */\n\n\t@include breakpoint('<=narrow') {\n\n\t\t/* Basic */\n\n\t\t\tbody, input, select, textarea {\n\t\t\t\tfont-size: 11pt;\n\t\t\t}\n\n\t}\n\n/* Narrower */\n\n\t#navPanel, #navButton {\n\t\tdisplay: none;\n\t}\n\n\t@include breakpoint('<=narrower') {\n\n\t\t/* Basic */\n\n\t\t\thtml, body {\n\t\t\t\toverflow-x: hidden;\n\t\t\t}\n\n\t\t\tbody, input, select, textarea {\n\t\t\t\tfont-size: 11pt;\n\t\t\t}\n\n\t\t\th2, h3, h4, h5, h6 {\n\t\t\t\tbr {\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}\n\t\t\t}\n\n\t\t/* Section/Article */\n\n\t\t\theader {\n\t\t\t\tbr {\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}\n\n\t\t\t\t&.major {\n\t\t\t\t\tpadding: 0 4em;\n\t\t\t\t}\n\t\t\t}\n\n\t\t/* Box */\n\n\t\t\t$box-padding-vertical: 3em;\n\t\t\t$box-padding-horizontal: 2em;\n\n\t\t\t.box {\n\t\t\t\tpadding: $box-padding-vertical $box-padding-horizontal;\n\n\t\t\t\t&.features {\n\t\t\t\t\t> section {\n\t\t\t\t\t\tpadding: $box-padding-vertical $box-padding-horizontal;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t.image {\n\t\t\t\t\t&.featured {\n\t\t\t\t\t\tmargin-left: ($box-padding-horizontal * -1);\n\t\t\t\t\t\twidth: calc(100% + #{$box-padding-horizontal * 2});\n\n\t\t\t\t\t\t&:first-child {\n\t\t\t\t\t\t\tmargin-bottom: $box-padding-vertical;\n\t\t\t\t\t\t\tmargin-top: $box-padding-vertical * -1;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t&:last-child {\n\t\t\t\t\t\t\tmargin-bottom: $box-padding-vertical * -1;\n\t\t\t\t\t\t\tmargin-top: $box-padding-vertical;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t/* Header */\n\n\t\t\t#page-wrapper {\n\t\t\t\tpadding-top: 0;\n\t\t\t}\n\n\t\t\t#header {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\n\t\t/* Banner */\n\n\t\t\t#banner {\n\t\t\t\t//padding: 6em 2em;\n\t\t\t}\n\n\t\t/* Nav */\n\n\t\t\t#page-wrapper {\n\t\t\t\t@include vendor('backface-visibility', 'hidden');\n\t\t\t\t@include vendor('transition', 'transform #{_duration(navPanel)} ease');\n\t\t\t\tpadding-bottom: 1px;\n\t\t\t}\n\n\t\t\t#navButton {\n\t\t\t\t@include vendor('backface-visibility', 'hidden');\n\t\t\t\t@include vendor('transition', 'transform #{_duration(navPanel)} ease');\n\t\t\t\tdisplay: block;\n\t\t\t\theight: 44px;\n\t\t\t\tleft: 0;\n\t\t\t\tposition: fixed;\n\t\t\t\ttop: 0;\n\t\t\t\twidth: 100%;\n\t\t\t\tz-index: _misc(z-index-base) + 1;\n\n\t\t\t\t.toggle {\n\t\t\t\t\t@include icon(false, solid);\n\t\t\t\t\theight: 100%;\n\t\t\t\t\tleft: 0;\n\t\t\t\t\tposition: absolute;\n\t\t\t\t\ttop: 0;\n\t\t\t\t\twidth: 100%;\n\t\t\t\t\tborder: 0;\n\t\t\t\t\toutline: 0;\n\n\t\t\t\t\t&:before {\n\t\t\t\t\t\tbackground: rgba(192,192,192,0.75);\n\t\t\t\t\t\tborder-radius: _size(border-radius);\n\t\t\t\t\t\tcolor: #fff;\n\t\t\t\t\t\tcontent: '\\f0c9';\n\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\tfont-size: 16px;\n\t\t\t\t\t\theight: 2.25em;\n\t\t\t\t\t\tleft: 0.5em;\n\t\t\t\t\t\tline-height: 2.25em;\n\t\t\t\t\t\tposition: absolute;\n\t\t\t\t\t\ttext-align: center;\n\t\t\t\t\t\ttop: 0.5em;\n\t\t\t\t\t\twidth: 3.5em;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t#navPanel {\n\t\t\t\t@include vendor('backface-visibility', 'hidden');\n\t\t\t\t@include vendor('transform', 'translateX(#{_size(navPanel) * -1})');\n\t\t\t\t@include vendor('transition', ('transform #{_duration(navPanel)} ease'));\n\t\t\t\tdisplay: block;\n\t\t\t\theight: 100%;\n\t\t\t\tleft: 0;\n\t\t\t\toverflow-y: auto;\n\t\t\t\tposition: fixed;\n\t\t\t\ttop: 0;\n\t\t\t\twidth: _size(navPanel);\n\t\t\t\tz-index: _misc(z-index-base) + 2;\n\t\t\t\tbackground: darken(_palette(header, bg), 10);\n\t\t\t\tcolor: _palette(header, fg);\n\n\t\t\t\t.link {\n\t\t\t\t\tborder-bottom: 0;\n\t\t\t\t\tborder-top: solid 1px rgba(255,255,255,0.05);\n\t\t\t\t\tcolor: _palette(header, fg);\n\t\t\t\t\tdisplay: block;\n\t\t\t\t\theight: 44px;\n\t\t\t\t\tline-height: 44px;\n\t\t\t\t\tpadding: 0 1em 0 1em;\n\t\t\t\t\ttext-decoration: none;\n\n\t\t\t\t\t&:first-child {\n\t\t\t\t\t\tborder-top: 0;\n\t\t\t\t\t}\n\n\t\t\t\t\t&.depth-0 {\n\t\t\t\t\t\tcolor: _palette(header, fg-bold);\n\t\t\t\t\t}\n\n\t\t\t\t\t.indent-1 { display: inline-block; width: 1em; }\n\t\t\t\t\t.indent-2 { display: inline-block; width: 2em; }\n\t\t\t\t\t.indent-3 { display: inline-block; width: 3em; }\n\t\t\t\t\t.indent-4 { display: inline-block; width: 4em; }\n\t\t\t\t\t.indent-5 { display: inline-block; width: 5em; }\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tbody {\n\t\t\t\t&.navPanel-visible {\n\t\t\t\t\t#page-wrapper {\n\t\t\t\t\t\t@include vendor('transform', 'translateX(#{_size(navPanel)})');\n\t\t\t\t\t}\n\n\t\t\t\t\t#navButton {\n\t\t\t\t\t\t@include vendor('transform', 'translateX(#{_size(navPanel)})');\n\t\t\t\t\t}\n\n\t\t\t\t\t#navPanel {\n\t\t\t\t\t\t@include vendor('transform', 'translateX(0)');\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t}\n\n/* Mobile */\n\n\t@include breakpoint('<=mobile') {\n\n\t\t/* Basic */\n\n\t\t\tbody, input, select, textarea {\n\t\t\t\tfont-size: 11pt;\n\t\t\t}\n\n\t\t\th2 {\n\t\t\t\tfont-size: 1.75em;\n\t\t\t\tline-height: 1.35em;\n\t\t\t\tletter-spacing: -0.025em;\n\t\t\t}\n\n\t\t\th3 {\n\t\t\t\tfont-size: 1.5em;\n\t\t\t}\n\n\t\t\th4 {\n\t\t\t\tfont-size: 1em;\n\t\t\t}\n\n\t\t/* Section/Article */\n\n\t\t\theader {\n\t\t\t\t&.major {\n\t\t\t\t\tpadding: 1em;\n\n\t\t\t\t\th2, p {\n\t\t\t\t\t\tpadding-left: 0.5em;\n\t\t\t\t\t\tpadding-right: 0.5em;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t/* Box */\n\n\t\t\t$box-padding-vertical: 2em;\n\t\t\t$box-padding-horizontal: 2em;\n\n\t\t\t.box {\n\t\t\t\tmargin: (_size(element-margin) * 0.5);\n\t\t\t\toverflow-x: hidden;\n\t\t\t\tpadding: $box-padding-vertical $box-padding-horizontal !important;\n\n\t\t\t\t&.features {\n\t\t\t\t\t.features-row {\n\t\t\t\t\t\tborder-top: 0;\n\t\t\t\t\t\tpadding: 0;\n\n\t\t\t\t\t\tsection {\n\t\t\t\t\t\t\tborder: 0;\n\t\t\t\t\t\t\tborder-top: solid 1px _palette(border) !important;\n\t\t\t\t\t\t\tfloat: none;\n\t\t\t\t\t\t\tmargin: $box-padding-vertical 0 0 0 !important;\n\t\t\t\t\t\t\tpadding: $box-padding-vertical 0 0 0 !important;\n\t\t\t\t\t\t\twidth: 100%;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t&:first-child {\n\t\t\t\t\t\t\tsection {\n\t\t\t\t\t\t\t\t&:first-child {\n\t\t\t\t\t\t\t\t\tborder-top: 0 !important;\n\t\t\t\t\t\t\t\t\tmargin-top: 0 !important;\n\t\t\t\t\t\t\t\t\tpadding-top: 0 !important;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t.image {\n\t\t\t\t\t&.featured {\n\t\t\t\t\t\tmargin-left: ($box-padding-horizontal * -1);\n\t\t\t\t\t\twidth: calc(100% + #{$box-padding-horizontal * 2});\n\n\t\t\t\t\t\t&:first-child {\n\t\t\t\t\t\t\tmargin-bottom: $box-padding-vertical;\n\t\t\t\t\t\t\tmargin-top: $box-padding-vertical * -1;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t&:last-child {\n\t\t\t\t\t\t\tmargin-bottom: $box-padding-vertical * -1;\n\t\t\t\t\t\t\tmargin-top: $box-padding-vertical;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t/* Banner */\n\n\t\t\t#banner {\n\t\t\t\tpadding: 4em 0;\n\n\t\t\t\th2 {\n\t\t\t\t\tfont-size: 2.25em;\n\t\t\t\t}\n\n\t\t\t\tp {\n\t\t\t\t\tfont-size: 1.25em;\n\t\t\t\t}\n\t\t\t}\n\n\t\t/* Main */\n\n\t\t\t#main {\n\t\t\t\tpadding: 4em 0 0 0;\n\n\t\t\t\t> header {\n\t\t\t\t\tmargin: 0 2em 1.5em 2em;\n\n\t\t\t\t\th2 {\n\t\t\t\t\t\tfont-size: 2em;\n\t\t\t\t\t}\n\n\t\t\t\t\tp {\n\t\t\t\t\t\tfont-size: 1em;\n\t\t\t\t\t\tpadding-bottom: 1em;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tbody.landing {\n\t\t\t\t#main {\n\t\t\t\t\tpadding: 0;\n\t\t\t\t\tmargin-top: 0;\n\t\t\t\t}\n\t\t\t}\n\n\t\t/* Footer */\n\n\t\t\t#footer {\n\t\t\t\tpadding: 4em 0;\n\n\t\t\t\t.copyright {\n\t\t\t\t\tli {\n\t\t\t\t\t\tborder-left: 0;\n\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\tline-height: 2em;\n\t\t\t\t\t\tmargin-left: 0;\n\t\t\t\t\t\tpadding-left: 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t}\n\n/* Mobile (Portrait) */\n\n\t@include breakpoint('<=mobilep') {\n\n\t\t/* Basic */\n\n\t\t\thtml, body {\n\t\t\t\tmin-width: 320px;\n\t\t\t}\n\n\t\t\tbody, input, select, textarea {\n\t\t\t\tfont-size: 11pt;\n\t\t\t}\n\n\t\t/* Section/Article */\n\n\t\t\theader {\n\t\t\t\t&.major {\n\t\t\t\t\tpadding: 0;\n\t\t\t\t}\n\t\t\t}\n\n\t\t/* List */\n\n\t\t\tul {\n\t\t\t\t&.actions {\n\t\t\t\t\tmargin: 0 0 _size(element-margin) 0;\n\n\t\t\t\t\tli {\n\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\tpadding: (_size(element-margin) * 0.5) 0 0 0;\n\t\t\t\t\t\ttext-align: center;\n\t\t\t\t\t\twidth: 100%;\n\n\t\t\t\t\t\t&:first-child {\n\t\t\t\t\t\t\tpadding-top: 0;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t> * {\n\t\t\t\t\t\t\twidth: 100%;\n\t\t\t\t\t\t\tmargin: 0 !important;\n\n\t\t\t\t\t\t\t&.icon {\n\t\t\t\t\t\t\t\t&:before {\n\t\t\t\t\t\t\t\t\tmargin-left: -2em;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t&.small {\n\t\t\t\t\t\tli {\n\t\t\t\t\t\t\tpadding: (_size(element-margin) * 0.25) 0 0 0;\n\n\t\t\t\t\t\t\t&:first-child {\n\t\t\t\t\t\t\t\tpadding-top: 0;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t/* Box */\n\n\t\t\t$box-padding-vertical: 3em;\n\t\t\t$box-padding-horizontal: 1em;\n\n\t\t\t.box {\n\t\t\t\tborder-radius: 0;\n\t\t\t\tbox-shadow: none;\n\t\t\t\tmargin: (_size(element-margin) * 0.5) 0 0 0;\n\t\t\t\tpadding: $box-padding-vertical $box-padding-horizontal !important;\n\n\t\t\t\t&.features {\n\t\t\t\t\t.features-row {\n\t\t\t\t\t\tsection {\n\t\t\t\t\t\t\tmargin: $box-padding-vertical 0 0 0 !important;\n\t\t\t\t\t\t\tpadding: $box-padding-vertical 0 0 0 !important;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t.image {\n\t\t\t\t\t&.featured {\n\t\t\t\t\t\tborder-radius: 0;\n\t\t\t\t\t\tmargin-left: ($box-padding-horizontal * -1);\n\t\t\t\t\t\twidth: calc(100% + #{$box-padding-horizontal * 2});\n\n\t\t\t\t\t\timg {\n\t\t\t\t\t\t\tborder-radius: 0 !important;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t&:first-child {\n\t\t\t\t\t\t\tmargin-bottom: $box-padding-vertical;\n\t\t\t\t\t\t\tmargin-top: $box-padding-vertical * -1;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t&:last-child {\n\t\t\t\t\t\t\tmargin-bottom: $box-padding-vertical * -1;\n\t\t\t\t\t\t\tmargin-top: $box-padding-vertical;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t/* Banner */\n\n\t\t\t#banner {\n\t\t\t\tpadding: 5em 3em 4em 3em;\n\t\t\t}\n\n\t\t/* Main */\n\n\t\t\t#main {\n\t\t\t\t> .box {\n\t\t\t\t\t&:first-child {\n\t\t\t\t\t\tmargin-top: 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t/* CTA */\n\n\t\t\t#cta {\n\t\t\t\tpadding: 2.5em 1em 3em 1em;\n\t\t\t}\n\n\t}", - "// Misc.\n\t$misc: (\n\t\tz-index-base:\t\t10000\n\t);\n\n// Duration.\n\t$duration: (\n\t\tnavPanel:\t\t\t0.5s,\n\t\ttransition:\t\t\t0.2s\n\t);\n\n// Size.\n\t$size: (\n\t\tnavPanel:\t\t\t275px,\n\t\tborder-radius:\t\t6px,\n\t\telement-height:\t\t3em,\n\t\telement-margin:\t\t2em,\n\t\tcontainer-width:\t60em\n\t);\n\n// Font.\n\t$font: (\n\t\tfamily:\t\t\t\t('Source Sans Pro', sans-serif),\n\t\tfamily-fixed:\t\tmonospace,\n\t\tweight:\t\t\t\t300,\n\t\tweight-bold:\t\t400,\n\t);\n\n// Palette.\n\t$palette: (\n\t\tbg:\t\t\t\t\t#f5f5f5,\n\t\tfg:\t\t\t\t\t#777,\n\t\tfg-bold:\t\t\t#646464,\n\t\tfg-light:\t\t\t#999,\n\t\tborder:\t\t\t\t#e5e5e5,\n\t\tborder-bg:\t\t\t#f8f8f8,\n\t\tborder2:\t\t\t#dddddd,\n\t\tborder2-bg:\t\t\t#f0f0f0,\n\n\t\theader: (\n\t\t\tbg:\t\t\t\t#444,\n\t\t\tfg:\t\t\t\t#bbb,\n\t\t\tfg-bold:\t\t#fff,\n\t\t\tfg-light:\t\t#999\n\t\t),\n\n\t\taccent1: (\n\t\t\tbg:\t\t\t\t#666,\n\t\t\tfg:\t\t\t\tmix(#666, #ffffff, 25%),\n\t\t\tfg-bold:\t\t#ffffff,\n\t\t\tfg-light:\t\tmix(#666, #ffffff, 40%)\n\t\t),\n\n\t\taccent2: (\n\t\t\tbg:\t\t\t\t#e89980,\n\t\t\tfg:\t\t\t\tmix(#e89980, #ffffff, 25%),\n\t\t\tfg-bold:\t\t#ffffff,\n\t\t\tfg-light:\t\tmix(#e89980, #ffffff, 40%)\n\t\t),\n\n\t\taccent3: (\n\t\t\tbg:\t\t\t\t#7fcdb8,\n\t\t\tfg:\t\t\t\tmix(#7fcdb8, #ffffff, 25%),\n\t\t\tfg-bold:\t\t#ffffff,\n\t\t\tfg-light:\t\tmix(#7fcdb8, #ffffff, 40%)\n\t\t),\n\n\t\taccent4: (\n\t\t\tbg:\t\t\t\t#90b0ba,\n\t\t\tfg:\t\t\t\tmix(#90b0ba, #ffffff, 25%),\n\t\t\tfg-bold:\t\t#ffffff,\n\t\t\tfg-light:\t\tmix(#90b0ba, #ffffff, 40%)\n\t\t),\n\n\t\taccent5: (\n\t\t\tbg:\t\t\t\t#e5cb95,\n\t\t\tfg:\t\t\t\tmix(#e5cb95, #ffffff, 25%),\n\t\t\tfg-bold:\t\t#ffffff,\n\t\t\tfg-light:\t\tmix(#e5cb95, #ffffff, 40%)\n\t\t)\n\n\t);", - "/// Removes a specific item from a list.\n/// @author Hugo Giraudel\n/// @param {list} $list List.\n/// @param {integer} $index Index.\n/// @return {list} Updated list.\n@function remove-nth($list, $index) {\n\n\t$result: null;\n\n\t@if type-of($index) != number {\n\t\t@warn \"$index: #{quote($index)} is not a number for `remove-nth`.\";\n\t}\n\t@else if $index == 0 {\n\t\t@warn \"List index 0 must be a non-zero integer for `remove-nth`.\";\n\t}\n\t@else if abs($index) > length($list) {\n\t\t@warn \"List index is #{$index} but list is only #{length($list)} item long for `remove-nth`.\";\n\t}\n\t@else {\n\n\t\t$result: ();\n\t\t$index: if($index < 0, length($list) + $index + 1, $index);\n\n\t\t@for $i from 1 through length($list) {\n\n\t\t\t@if $i != $index {\n\t\t\t\t$result: append($result, nth($list, $i));\n\t\t\t}\n\n\t\t}\n\n\t}\n\n\t@return $result;\n\n}\n\n/// Gets a value from a map.\n/// @author Hugo Giraudel\n/// @param {map} $map Map.\n/// @param {string} $keys Key(s).\n/// @return {string} Value.\n@function val($map, $keys...) {\n\n\t@if nth($keys, 1) == null {\n\t\t$keys: remove-nth($keys, 1);\n\t}\n\n\t@each $key in $keys {\n\t\t$map: map-get($map, $key);\n\t}\n\n\t@return $map;\n\n}\n\n/// Gets a duration value.\n/// @param {string} $keys Key(s).\n/// @return {string} Value.\n@function _duration($keys...) {\n\t@return val($duration, $keys...);\n}\n\n/// Gets a font value.\n/// @param {string} $keys Key(s).\n/// @return {string} Value.\n@function _font($keys...) {\n\t@return val($font, $keys...);\n}\n\n/// Gets a misc value.\n/// @param {string} $keys Key(s).\n/// @return {string} Value.\n@function _misc($keys...) {\n\t@return val($misc, $keys...);\n}\n\n/// Gets a palette value.\n/// @param {string} $keys Key(s).\n/// @return {string} Value.\n@function _palette($keys...) {\n\t@return val($palette, $keys...);\n}\n\n/// Gets a size value.\n/// @param {string} $keys Key(s).\n/// @return {string} Value.\n@function _size($keys...) {\n\t@return val($size, $keys...);\n}", - "/// Makes an element's :before pseudoelement a FontAwesome icon.\n/// @param {string} $content Optional content value to use.\n/// @param {string} $category Optional category to use.\n/// @param {string} $where Optional pseudoelement to target (before or after).\n@mixin icon($content: false, $category: regular, $where: before) {\n\n\ttext-decoration: none;\n\n\t&:#{$where} {\n\n\t\t@if $content {\n\t\t\tcontent: $content;\n\t\t}\n\n\t\t-moz-osx-font-smoothing: grayscale;\n\t\t-webkit-font-smoothing: antialiased;\n\t\tdisplay: inline-block;\n\t\tfont-style: normal;\n\t\tfont-variant: normal;\n\t\ttext-rendering: auto;\n\t\tline-height: 1;\n\t\ttext-transform: none !important;\n\n\t\t@if ($category == brands) {\n\t\t\tfont-family: 'Font Awesome 5 Brands';\n\t\t}\n\t\t@elseif ($category == solid) {\n\t\t\tfont-family: 'Font Awesome 5 Free';\n\t\t\tfont-weight: 900;\n\t\t}\n\t\t@else {\n\t\t\tfont-family: 'Font Awesome 5 Free';\n\t\t\tfont-weight: 400;\n\t\t}\n\n\t}\n\n}\n\n/// Applies padding to an element, taking the current element-margin value into account.\n/// @param {mixed} $tb Top/bottom padding.\n/// @param {mixed} $lr Left/right padding.\n/// @param {list} $pad Optional extra padding (in the following order top, right, bottom, left)\n/// @param {bool} $important If true, adds !important.\n@mixin padding($tb, $lr, $pad: (0,0,0,0), $important: null) {\n\n\t@if $important {\n\t\t$important: '!important';\n\t}\n\n\t$x: 0.1em;\n\n\t@if unit(_size(element-margin)) == 'rem' {\n\t\t$x: 0.1rem;\n\t}\n\n\tpadding: ($tb + nth($pad,1)) ($lr + nth($pad,2)) max($x, $tb - _size(element-margin) + nth($pad,3)) ($lr + nth($pad,4)) #{$important};\n\n}\n\n/// Encodes a SVG data URL so IE doesn't choke (via codepen.io/jakob-e/pen/YXXBrp).\n/// @param {string} $svg SVG data URL.\n/// @return {string} Encoded SVG data URL.\n@function svg-url($svg) {\n\n\t$svg: str-replace($svg, '\"', '\\'');\n\t$svg: str-replace($svg, '%', '%25');\n\t$svg: str-replace($svg, '<', '%3C');\n\t$svg: str-replace($svg, '>', '%3E');\n\t$svg: str-replace($svg, '&', '%26');\n\t$svg: str-replace($svg, '#', '%23');\n\t$svg: str-replace($svg, '{', '%7B');\n\t$svg: str-replace($svg, '}', '%7D');\n\t$svg: str-replace($svg, ';', '%3B');\n\n\t@return url(\"data:image/svg+xml;charset=utf8,#{$svg}\");\n\n}", - "// vendor.scss v1.0 | @ajlkn | MIT licensed */\n\n// Vars.\n\n\t/// Vendor prefixes.\n\t/// @var {list}\n\t$vendor-prefixes: (\n\t\t'-moz-',\n\t\t'-webkit-',\n\t\t'-ms-',\n\t\t''\n\t);\n\n\t/// Properties that should be vendorized.\n\t/// Data via caniuse.com, github.com/postcss/autoprefixer, and developer.mozilla.org\n\t/// @var {list}\n\t$vendor-properties: (\n\n\t\t// Animation.\n\t\t\t'animation',\n\t\t\t'animation-delay',\n\t\t\t'animation-direction',\n\t\t\t'animation-duration',\n\t\t\t'animation-fill-mode',\n\t\t\t'animation-iteration-count',\n\t\t\t'animation-name',\n\t\t\t'animation-play-state',\n\t\t\t'animation-timing-function',\n\n\t\t// Appearance.\n\t\t\t'appearance',\n\n\t\t// Backdrop filter.\n\t\t\t'backdrop-filter',\n\n\t\t// Background image options.\n\t\t\t'background-clip',\n\t\t\t'background-origin',\n\t\t\t'background-size',\n\n\t\t// Box sizing.\n\t\t\t'box-sizing',\n\n\t\t// Clip path.\n\t\t\t'clip-path',\n\n\t\t// Filter effects.\n\t\t\t'filter',\n\n\t\t// Flexbox.\n\t\t\t'align-content',\n\t\t\t'align-items',\n\t\t\t'align-self',\n\t\t\t'flex',\n\t\t\t'flex-basis',\n\t\t\t'flex-direction',\n\t\t\t'flex-flow',\n\t\t\t'flex-grow',\n\t\t\t'flex-shrink',\n\t\t\t'flex-wrap',\n\t\t\t'justify-content',\n\t\t\t'order',\n\n\t\t// Font feature.\n\t\t\t'font-feature-settings',\n\t\t\t'font-language-override',\n\t\t\t'font-variant-ligatures',\n\n\t\t// Font kerning.\n\t\t\t'font-kerning',\n\n\t\t// Fragmented borders and backgrounds.\n\t\t\t'box-decoration-break',\n\n\t\t// Grid layout.\n\t\t\t'grid-column',\n\t\t\t'grid-column-align',\n\t\t\t'grid-column-end',\n\t\t\t'grid-column-start',\n\t\t\t'grid-row',\n\t\t\t'grid-row-align',\n\t\t\t'grid-row-end',\n\t\t\t'grid-row-start',\n\t\t\t'grid-template-columns',\n\t\t\t'grid-template-rows',\n\n\t\t// Hyphens.\n\t\t\t'hyphens',\n\t\t\t'word-break',\n\n\t\t// Masks.\n\t\t\t'mask',\n\t\t\t'mask-border',\n\t\t\t'mask-border-outset',\n\t\t\t'mask-border-repeat',\n\t\t\t'mask-border-slice',\n\t\t\t'mask-border-source',\n\t\t\t'mask-border-width',\n\t\t\t'mask-clip',\n\t\t\t'mask-composite',\n\t\t\t'mask-image',\n\t\t\t'mask-origin',\n\t\t\t'mask-position',\n\t\t\t'mask-repeat',\n\t\t\t'mask-size',\n\n\t\t// Multicolumn.\n\t\t\t'break-after',\n\t\t\t'break-before',\n\t\t\t'break-inside',\n\t\t\t'column-count',\n\t\t\t'column-fill',\n\t\t\t'column-gap',\n\t\t\t'column-rule',\n\t\t\t'column-rule-color',\n\t\t\t'column-rule-style',\n\t\t\t'column-rule-width',\n\t\t\t'column-span',\n\t\t\t'column-width',\n\t\t\t'columns',\n\n\t\t// Object fit.\n\t\t\t'object-fit',\n\t\t\t'object-position',\n\n\t\t// Regions.\n\t\t\t'flow-from',\n\t\t\t'flow-into',\n\t\t\t'region-fragment',\n\n\t\t// Scroll snap points.\n\t\t\t'scroll-snap-coordinate',\n\t\t\t'scroll-snap-destination',\n\t\t\t'scroll-snap-points-x',\n\t\t\t'scroll-snap-points-y',\n\t\t\t'scroll-snap-type',\n\n\t\t// Shapes.\n\t\t\t'shape-image-threshold',\n\t\t\t'shape-margin',\n\t\t\t'shape-outside',\n\n\t\t// Tab size.\n\t\t\t'tab-size',\n\n\t\t// Text align last.\n\t\t\t'text-align-last',\n\n\t\t// Text decoration.\n\t\t\t'text-decoration-color',\n\t\t\t'text-decoration-line',\n\t\t\t'text-decoration-skip',\n\t\t\t'text-decoration-style',\n\n\t\t// Text emphasis.\n\t\t\t'text-emphasis',\n\t\t\t'text-emphasis-color',\n\t\t\t'text-emphasis-position',\n\t\t\t'text-emphasis-style',\n\n\t\t// Text size adjust.\n\t\t\t'text-size-adjust',\n\n\t\t// Text spacing.\n\t\t\t'text-spacing',\n\n\t\t// Transform.\n\t\t\t'transform',\n\t\t\t'transform-origin',\n\n\t\t// Transform 3D.\n\t\t\t'backface-visibility',\n\t\t\t'perspective',\n\t\t\t'perspective-origin',\n\t\t\t'transform-style',\n\n\t\t// Transition.\n\t\t\t'transition',\n\t\t\t'transition-delay',\n\t\t\t'transition-duration',\n\t\t\t'transition-property',\n\t\t\t'transition-timing-function',\n\n\t\t// Unicode bidi.\n\t\t\t'unicode-bidi',\n\n\t\t// User select.\n\t\t\t'user-select',\n\n\t\t// Writing mode.\n\t\t\t'writing-mode',\n\n\t);\n\n\t/// Values that should be vendorized.\n\t/// Data via caniuse.com, github.com/postcss/autoprefixer, and developer.mozilla.org\n\t/// @var {list}\n\t$vendor-values: (\n\n\t\t// Cross fade.\n\t\t\t'cross-fade',\n\n\t\t// Element function.\n\t\t\t'element',\n\n\t\t// Filter function.\n\t\t\t'filter',\n\n\t\t// Flexbox.\n\t\t\t'flex',\n\t\t\t'inline-flex',\n\n\t\t// Grab cursors.\n\t\t\t'grab',\n\t\t\t'grabbing',\n\n\t\t// Gradients.\n\t\t\t'linear-gradient',\n\t\t\t'repeating-linear-gradient',\n\t\t\t'radial-gradient',\n\t\t\t'repeating-radial-gradient',\n\n\t\t// Grid layout.\n\t\t\t'grid',\n\t\t\t'inline-grid',\n\n\t\t// Image set.\n\t\t\t'image-set',\n\n\t\t// Intrinsic width.\n\t\t\t'max-content',\n\t\t\t'min-content',\n\t\t\t'fit-content',\n\t\t\t'fill',\n\t\t\t'fill-available',\n\t\t\t'stretch',\n\n\t\t// Sticky position.\n\t\t\t'sticky',\n\n\t\t// Transform.\n\t\t\t'transform',\n\n\t\t// Zoom cursors.\n\t\t\t'zoom-in',\n\t\t\t'zoom-out',\n\n\t);\n\n// Functions.\n\n\t/// Removes a specific item from a list.\n\t/// @author Hugo Giraudel\n\t/// @param {list} $list List.\n\t/// @param {integer} $index Index.\n\t/// @return {list} Updated list.\n\t@function remove-nth($list, $index) {\n\n\t\t$result: null;\n\n\t\t@if type-of($index) != number {\n\t\t\t@warn \"$index: #{quote($index)} is not a number for `remove-nth`.\";\n\t\t}\n\t\t@else if $index == 0 {\n\t\t\t@warn \"List index 0 must be a non-zero integer for `remove-nth`.\";\n\t\t}\n\t\t@else if abs($index) > length($list) {\n\t\t\t@warn \"List index is #{$index} but list is only #{length($list)} item long for `remove-nth`.\";\n\t\t}\n\t\t@else {\n\n\t\t\t$result: ();\n\t\t\t$index: if($index < 0, length($list) + $index + 1, $index);\n\n\t\t\t@for $i from 1 through length($list) {\n\n\t\t\t\t@if $i != $index {\n\t\t\t\t\t$result: append($result, nth($list, $i));\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t}\n\n\t\t@return $result;\n\n\t}\n\n\t/// Replaces a substring within another string.\n\t/// @author Hugo Giraudel\n\t/// @param {string} $string String.\n\t/// @param {string} $search Substring.\n\t/// @param {string} $replace Replacement.\n\t/// @return {string} Updated string.\n\t@function str-replace($string, $search, $replace: '') {\n\n\t\t$index: str-index($string, $search);\n\n\t\t@if $index {\n\t\t\t@return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);\n\t\t}\n\n\t\t@return $string;\n\n\t}\n\n\t/// Replaces a substring within each string in a list.\n\t/// @param {list} $strings List of strings.\n\t/// @param {string} $search Substring.\n\t/// @param {string} $replace Replacement.\n\t/// @return {list} Updated list of strings.\n\t@function str-replace-all($strings, $search, $replace: '') {\n\n\t\t@each $string in $strings {\n\t\t\t$strings: set-nth($strings, index($strings, $string), str-replace($string, $search, $replace));\n\t\t}\n\n\t\t@return $strings;\n\n\t}\n\n// Mixins.\n\n\t/// Wraps @content in vendorized keyframe blocks.\n\t/// @param {string} $name Name.\n\t@mixin keyframes($name) {\n\n\t\t@-moz-keyframes #{$name} { @content; }\n\t\t@-webkit-keyframes #{$name} { @content; }\n\t\t@-ms-keyframes #{$name} { @content; }\n\t\t@keyframes #{$name} { @content; }\n\n\t}\n\n\t/// Vendorizes a declaration's property and/or value(s).\n\t/// @param {string} $property Property.\n\t/// @param {mixed} $value String/list of value(s).\n\t@mixin vendor($property, $value) {\n\n\t\t// Determine if property should expand.\n\t\t\t$expandProperty: index($vendor-properties, $property);\n\n\t\t// Determine if value should expand (and if so, add '-prefix-' placeholder).\n\t\t\t$expandValue: false;\n\n\t\t\t@each $x in $value {\n\t\t\t\t@each $y in $vendor-values {\n\t\t\t\t\t@if $y == str-slice($x, 1, str-length($y)) {\n\n\t\t\t\t\t\t$value: set-nth($value, index($value, $x), '-prefix-' + $x);\n\t\t\t\t\t\t$expandValue: true;\n\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Expand property?\n\t\t\t@if $expandProperty {\n\t\t\t @each $vendor in $vendor-prefixes {\n\t\t\t #{$vendor}#{$property}: #{str-replace-all($value, '-prefix-', $vendor)};\n\t\t\t }\n\t\t\t}\n\n\t\t// Expand just the value?\n\t\t\t@elseif $expandValue {\n\t\t\t @each $vendor in $vendor-prefixes {\n\t\t\t #{$property}: #{str-replace-all($value, '-prefix-', $vendor)};\n\t\t\t }\n\t\t\t}\n\n\t\t// Neither? Treat them as a normal declaration.\n\t\t\t@else {\n\t\t #{$property}: #{$value};\n\t\t\t}\n\n\t}", - "// breakpoints.scss v1.0 | @ajlkn | MIT licensed */\n\n// Vars.\n\n\t/// Breakpoints.\n\t/// @var {list}\n\t$breakpoints: () !global;\n\n// Mixins.\n\n\t/// Sets breakpoints.\n\t/// @param {map} $x Breakpoints.\n\t@mixin breakpoints($x: ()) {\n\t\t$breakpoints: $x !global;\n\t}\n\n\t/// Wraps @content in a @media block targeting a specific orientation.\n\t/// @param {string} $orientation Orientation.\n\t@mixin orientation($orientation) {\n\t\t@media screen and (orientation: #{$orientation}) {\n\t\t\t@content;\n\t\t}\n\t}\n\n\t/// Wraps @content in a @media block using a given query.\n\t/// @param {string} $query Query.\n\t@mixin breakpoint($query: null) {\n\n\t\t$breakpoint: null;\n\t\t$op: null;\n\t\t$media: null;\n\n\t\t// Determine operator, breakpoint.\n\n\t\t\t// Greater than or equal.\n\t\t\t\t@if (str-slice($query, 0, 2) == '>=') {\n\n\t\t\t\t\t$op: 'gte';\n\t\t\t\t\t$breakpoint: str-slice($query, 3);\n\n\t\t\t\t}\n\n\t\t\t// Less than or equal.\n\t\t\t\t@elseif (str-slice($query, 0, 2) == '<=') {\n\n\t\t\t\t\t$op: 'lte';\n\t\t\t\t\t$breakpoint: str-slice($query, 3);\n\n\t\t\t\t}\n\n\t\t\t// Greater than.\n\t\t\t\t@elseif (str-slice($query, 0, 1) == '>') {\n\n\t\t\t\t\t$op: 'gt';\n\t\t\t\t\t$breakpoint: str-slice($query, 2);\n\n\t\t\t\t}\n\n\t\t\t// Less than.\n\t\t\t\t@elseif (str-slice($query, 0, 1) == '<') {\n\n\t\t\t\t\t$op: 'lt';\n\t\t\t\t\t$breakpoint: str-slice($query, 2);\n\n\t\t\t\t}\n\n\t\t\t// Not.\n\t\t\t\t@elseif (str-slice($query, 0, 1) == '!') {\n\n\t\t\t\t\t$op: 'not';\n\t\t\t\t\t$breakpoint: str-slice($query, 2);\n\n\t\t\t\t}\n\n\t\t\t// Equal.\n\t\t\t\t@else {\n\n\t\t\t\t\t$op: 'eq';\n\t\t\t\t\t$breakpoint: $query;\n\n\t\t\t\t}\n\n\t\t// Build media.\n\t\t\t@if ($breakpoint and map-has-key($breakpoints, $breakpoint)) {\n\n\t\t\t\t$a: map-get($breakpoints, $breakpoint);\n\n\t\t\t\t// Range.\n\t\t\t\t\t@if (type-of($a) == 'list') {\n\n\t\t\t\t\t\t$x: nth($a, 1);\n\t\t\t\t\t\t$y: nth($a, 2);\n\n\t\t\t\t\t\t// Max only.\n\t\t\t\t\t\t\t@if ($x == null) {\n\n\t\t\t\t\t\t\t\t// Greater than or equal (>= 0 / anything)\n\t\t\t\t\t\t\t\t\t@if ($op == 'gte') {\n\t\t\t\t\t\t\t\t\t\t$media: 'screen';\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Less than or equal (<= y)\n\t\t\t\t\t\t\t\t\t@elseif ($op == 'lte') {\n\t\t\t\t\t\t\t\t\t\t$media: 'screen and (max-width: ' + $y + ')';\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Greater than (> y)\n\t\t\t\t\t\t\t\t\t@elseif ($op == 'gt') {\n\t\t\t\t\t\t\t\t\t\t$media: 'screen and (min-width: ' + ($y + 1) + ')';\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Less than (< 0 / invalid)\n\t\t\t\t\t\t\t\t\t@elseif ($op == 'lt') {\n\t\t\t\t\t\t\t\t\t\t$media: 'screen and (max-width: -1px)';\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Not (> y)\n\t\t\t\t\t\t\t\t\t@elseif ($op == 'not') {\n\t\t\t\t\t\t\t\t\t\t$media: 'screen and (min-width: ' + ($y + 1) + ')';\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Equal (<= y)\n\t\t\t\t\t\t\t\t\t@else {\n\t\t\t\t\t\t\t\t\t\t$media: 'screen and (max-width: ' + $y + ')';\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Min only.\n\t\t\t\t\t\t\t@else if ($y == null) {\n\n\t\t\t\t\t\t\t\t// Greater than or equal (>= x)\n\t\t\t\t\t\t\t\t\t@if ($op == 'gte') {\n\t\t\t\t\t\t\t\t\t\t$media: 'screen and (min-width: ' + $x + ')';\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Less than or equal (<= inf / anything)\n\t\t\t\t\t\t\t\t\t@elseif ($op == 'lte') {\n\t\t\t\t\t\t\t\t\t\t$media: 'screen';\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Greater than (> inf / invalid)\n\t\t\t\t\t\t\t\t\t@elseif ($op == 'gt') {\n\t\t\t\t\t\t\t\t\t\t$media: 'screen and (max-width: -1px)';\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Less than (< x)\n\t\t\t\t\t\t\t\t\t@elseif ($op == 'lt') {\n\t\t\t\t\t\t\t\t\t\t$media: 'screen and (max-width: ' + ($x - 1) + ')';\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Not (< x)\n\t\t\t\t\t\t\t\t\t@elseif ($op == 'not') {\n\t\t\t\t\t\t\t\t\t\t$media: 'screen and (max-width: ' + ($x - 1) + ')';\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Equal (>= x)\n\t\t\t\t\t\t\t\t\t@else {\n\t\t\t\t\t\t\t\t\t\t$media: 'screen and (min-width: ' + $x + ')';\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Min and max.\n\t\t\t\t\t\t\t@else {\n\n\t\t\t\t\t\t\t\t// Greater than or equal (>= x)\n\t\t\t\t\t\t\t\t\t@if ($op == 'gte') {\n\t\t\t\t\t\t\t\t\t\t$media: 'screen and (min-width: ' + $x + ')';\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Less than or equal (<= y)\n\t\t\t\t\t\t\t\t\t@elseif ($op == 'lte') {\n\t\t\t\t\t\t\t\t\t\t$media: 'screen and (max-width: ' + $y + ')';\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Greater than (> y)\n\t\t\t\t\t\t\t\t\t@elseif ($op == 'gt') {\n\t\t\t\t\t\t\t\t\t\t$media: 'screen and (min-width: ' + ($y + 1) + ')';\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Less than (< x)\n\t\t\t\t\t\t\t\t\t@elseif ($op == 'lt') {\n\t\t\t\t\t\t\t\t\t\t$media: 'screen and (max-width: ' + ($x - 1) + ')';\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Not (< x and > y)\n\t\t\t\t\t\t\t\t\t@elseif ($op == 'not') {\n\t\t\t\t\t\t\t\t\t\t$media: 'screen and (max-width: ' + ($x - 1) + '), screen and (min-width: ' + ($y + 1) + ')';\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Equal (>= x and <= y)\n\t\t\t\t\t\t\t\t\t@else {\n\t\t\t\t\t\t\t\t\t\t$media: 'screen and (min-width: ' + $x + ') and (max-width: ' + $y + ')';\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t}\n\n\t\t\t\t// String.\n\t\t\t\t\t@else {\n\n\t\t\t\t\t\t// Missing a media type? Prefix with \"screen\".\n\t\t\t\t\t\t\t@if (str-slice($a, 0, 1) == '(') {\n\t\t\t\t\t\t\t\t$media: 'screen and ' + $a;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Otherwise, use as-is.\n\t\t\t\t\t\t\t@else {\n\t\t\t\t\t\t\t\t$media: $a;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t}\n\n\t\t\t}\n\n\t\t// Output.\n\t @media #{$media} {\n\t\t\t\t@content;\n\t\t\t}\n\n\t}", - "// html-grid.scss v1.0 | @ajlkn | MIT licensed */\n\n// Mixins.\n\n\t/// Initializes the current element as an HTML grid.\n\t/// @param {mixed} $gutters Gutters (either a single number to set both column/row gutters, or a list to set them individually).\n\t/// @param {mixed} $suffix Column class suffix (optional; either a single suffix or a list).\n\t@mixin html-grid($gutters: 1.5em, $suffix: '') {\n\n\t\t// Initialize.\n\t\t\t$cols: 12;\n\t\t\t$multipliers: 0, 0.25, 0.5, 1, 1.50, 2.00;\n\t\t\t$unit: 100% / $cols;\n\n\t\t\t// Suffixes.\n\t\t\t\t$suffixes: null;\n\n\t\t\t\t@if (type-of($suffix) == 'list') {\n\t\t\t\t\t$suffixes: $suffix;\n\t\t\t\t}\n\t\t\t\t@else {\n\t\t\t\t\t$suffixes: ($suffix);\n\t\t\t\t}\n\n\t\t\t// Gutters.\n\t\t\t\t$guttersCols: null;\n\t\t\t\t$guttersRows: null;\n\n\t\t\t\t@if (type-of($gutters) == 'list') {\n\n\t\t\t\t\t$guttersCols: nth($gutters, 1);\n\t\t\t\t\t$guttersRows: nth($gutters, 2);\n\n\t\t\t\t}\n\t\t\t\t@else {\n\n\t\t\t\t\t$guttersCols: $gutters;\n\t\t\t\t\t$guttersRows: 0;\n\n\t\t\t\t}\n\n\t\t// Row.\n\t\t\tdisplay: flex;\n\t\t\tflex-wrap: wrap;\n\t\t\tbox-sizing: border-box;\n\t\t\talign-items: stretch;\n\n\t\t\t// Columns.\n\t\t\t\t> * {\n\t\t\t\t\tbox-sizing: border-box;\n\t\t\t\t}\n\n\t\t\t// Gutters.\n\t\t\t\t&.gtr-uniform {\n\t\t\t\t\t> * {\n\t\t\t\t\t\t> :last-child {\n\t\t\t\t\t\t\tmargin-bottom: 0;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Alignment.\n\t\t\t\t&.aln-left {\n\t\t\t\t\tjustify-content: flex-start;\n\t\t\t\t}\n\n\t\t\t\t&.aln-center {\n\t\t\t\t\tjustify-content: center;\n\t\t\t\t}\n\n\t\t\t\t&.aln-right {\n\t\t\t\t\tjustify-content: flex-end;\n\t\t\t\t}\n\n\t\t\t\t&.aln-top {\n\t\t\t\t\talign-items: flex-start;\n\t\t\t\t}\n\n\t\t\t\t&.aln-middle {\n\t\t\t\t\talign-items: center;\n\t\t\t\t}\n\n\t\t\t\t&.aln-bottom {\n\t\t\t\t\talign-items: flex-end;\n\t\t\t\t}\n\n\t\t// Step through suffixes.\n\t\t\t@each $suffix in $suffixes {\n\n\t\t\t\t// Suffix.\n\t\t\t\t\t@if ($suffix != '') {\n\t\t\t\t\t\t$suffix: '-' + $suffix;\n\t\t\t\t\t}\n\t\t\t\t\t@else {\n\t\t\t\t\t\t$suffix: '';\n\t\t\t\t\t}\n\n\t\t\t\t// Row.\n\n\t\t\t\t\t// Important.\n\t\t\t\t\t\t> .imp#{$suffix} {\n\t\t\t\t\t\t\torder: -1;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t// Columns, offsets.\n\t\t\t\t\t\t@for $i from 1 through $cols {\n\t\t\t\t\t\t\t> .col-#{$i}#{$suffix} {\n\t\t\t\t\t\t\t\twidth: $unit * $i;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t> .off-#{$i}#{$suffix} {\n\t\t\t\t\t\t\t\tmargin-left: $unit * $i;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t// Step through multipliers.\n\t\t\t\t\t\t@each $multiplier in $multipliers {\n\n\t\t\t\t\t\t\t// Gutters.\n\t\t\t\t\t\t\t\t$class: null;\n\n\t\t\t\t\t\t\t\t@if ($multiplier != 1) {\n\t\t\t\t\t\t\t\t\t$class: '.gtr-' + ($multiplier * 100);\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t&#{$class} {\n\t\t\t\t\t\t\t\t\tmargin-top: ($guttersRows * $multiplier * -1);\n\t\t\t\t\t\t\t\t\tmargin-left: ($guttersCols * $multiplier * -1);\n\n\t\t\t\t\t\t\t\t\t> * {\n\t\t\t\t\t\t\t\t\t\tpadding: ($guttersRows * $multiplier) 0 0 ($guttersCols * $multiplier);\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Uniform.\n\t\t\t\t\t\t\t\t\t\t&.gtr-uniform {\n\t\t\t\t\t\t\t\t\t\t\tmargin-top: $guttersCols * $multiplier * -1;\n\n\t\t\t\t\t\t\t\t\t\t\t> * {\n\t\t\t\t\t\t\t\t\t\t\t\tpadding-top: $guttersCols * $multiplier;\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t}\n\n\t\t\t}\n\n\t}" - ], - "names": [], - "mappings": "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" -} \ No newline at end of file diff --git a/public/tags/index.html b/public/tags/index.html deleted file mode 100644 index d739a60..0000000 --- a/public/tags/index.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - -Tags | Freifunk-Leipzig - - - - -
-
- -
-

Tags

-
-
- -
-
- -

tag1

-

Aug 15, 2019

- -

- -
    -
  • -
-
-
- -
-
- -

tag2

-

Aug 15, 2019

- -

- -
    -
  • -
-
-
- -
- -
-
- - - - - - - - \ No newline at end of file diff --git a/public/tags/index.xml b/public/tags/index.xml deleted file mode 100644 index ff56858..0000000 --- a/public/tags/index.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - Tags on Freifunk-Leipzig - https://freifunk-leipzig.de/tags/ - Recent content in Tags on Freifunk-Leipzig - Hugo -- gohugo.io - de-de - Thu, 15 Aug 2019 00:00:00 +0000 - - tag1 - https://freifunk-leipzig.de/tags/tag1/ - Thu, 15 Aug 2019 00:00:00 +0000 - - https://freifunk-leipzig.de/tags/tag1/ - - - - - tag2 - https://freifunk-leipzig.de/tags/tag2/ - Thu, 15 Aug 2019 00:00:00 +0000 - - https://freifunk-leipzig.de/tags/tag2/ - - - - - diff --git a/public/tags/tag1/index.html b/public/tags/tag1/index.html deleted file mode 100644 index 8182327..0000000 --- a/public/tags/tag1/index.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - -tag1 | Freifunk-Leipzig - - - - -
-
- -
-

tag1

-
-
- -
-
- - - -

Page Bundle Example

-

Aug 15, 2019

- -

Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.

- -
    -
  • -
-
-
- -
- -
-
- - - - - - - - \ No newline at end of file diff --git a/public/tags/tag1/index.xml b/public/tags/tag1/index.xml deleted file mode 100644 index a94786f..0000000 --- a/public/tags/tag1/index.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - tag1 on Freifunk-Leipzig - https://freifunk-leipzig.de/tags/tag1/ - Recent content in tag1 on Freifunk-Leipzig - Hugo -- gohugo.io - de-de - Thu, 15 Aug 2019 00:00:00 +0000 - - Page Bundle Example - https://freifunk-leipzig.de/blog/page-bundle-example/ - Thu, 15 Aug 2019 00:00:00 +0000 - - https://freifunk-leipzig.de/blog/page-bundle-example/ - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam sit amet dui nec dui commodo auctor non eu mauris. Duis varius finibus vestibulum. Praesent aliquam, erat sed dictum feugiat, velit erat iaculis elit, eget iaculis ex libero ac sapien. Sed maximus ut lectus et varius. Nullam posuere velit vitae est consectetur porttitor. Vestibulum tempor felis ante, nec volutpat risus vestibulum ac. Mauris at finibus felis, eu placerat arcu. Sed nec semper nunc. - - - - diff --git a/public/tags/tag2/index.html b/public/tags/tag2/index.html deleted file mode 100644 index 9bc6570..0000000 --- a/public/tags/tag2/index.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - -tag2 | Freifunk-Leipzig - - - - -
-
- -
-

tag2

-
-
- -
-
- - - -

Page Bundle Example

-

Aug 15, 2019

- -

Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.

- -
    -
  • -
-
-
- -
- -
-
- - - - - - - - \ No newline at end of file diff --git a/public/tags/tag2/index.xml b/public/tags/tag2/index.xml deleted file mode 100644 index 48daa78..0000000 --- a/public/tags/tag2/index.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - tag2 on Freifunk-Leipzig - https://freifunk-leipzig.de/tags/tag2/ - Recent content in tag2 on Freifunk-Leipzig - Hugo -- gohugo.io - de-de - Thu, 15 Aug 2019 00:00:00 +0000 - - Page Bundle Example - https://freifunk-leipzig.de/blog/page-bundle-example/ - Thu, 15 Aug 2019 00:00:00 +0000 - - https://freifunk-leipzig.de/blog/page-bundle-example/ - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam sit amet dui nec dui commodo auctor non eu mauris. Duis varius finibus vestibulum. Praesent aliquam, erat sed dictum feugiat, velit erat iaculis elit, eget iaculis ex libero ac sapien. Sed maximus ut lectus et varius. Nullam posuere velit vitae est consectetur porttitor. Vestibulum tempor felis ante, nec volutpat risus vestibulum ac. Mauris at finibus felis, eu placerat arcu. Sed nec semper nunc. - - - - diff --git a/public/webfonts/fa-brands-400.eot b/public/webfonts/fa-brands-400.eot deleted file mode 100644 index e79f40f..0000000 Binary files a/public/webfonts/fa-brands-400.eot and /dev/null differ diff --git a/public/webfonts/fa-brands-400.svg b/public/webfonts/fa-brands-400.svg deleted file mode 100644 index ba0d850..0000000 --- a/public/webfonts/fa-brands-400.svg +++ /dev/null @@ -1,3442 +0,0 @@ - - - - - -Created by FontForge 20190112 at Tue Jun 4 15:16:44 2019 - By Robert Madole -Copyright (c) Font Awesome - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/webfonts/fa-brands-400.ttf b/public/webfonts/fa-brands-400.ttf deleted file mode 100644 index 217ffe9..0000000 Binary files a/public/webfonts/fa-brands-400.ttf and /dev/null differ diff --git a/public/webfonts/fa-brands-400.woff b/public/webfonts/fa-brands-400.woff deleted file mode 100644 index a2d8025..0000000 Binary files a/public/webfonts/fa-brands-400.woff and /dev/null differ diff --git a/public/webfonts/fa-brands-400.woff2 b/public/webfonts/fa-brands-400.woff2 deleted file mode 100644 index e27b0bf..0000000 Binary files a/public/webfonts/fa-brands-400.woff2 and /dev/null differ diff --git a/public/webfonts/fa-regular-400.eot b/public/webfonts/fa-regular-400.eot deleted file mode 100644 index d62be2f..0000000 Binary files a/public/webfonts/fa-regular-400.eot and /dev/null differ diff --git a/public/webfonts/fa-regular-400.svg b/public/webfonts/fa-regular-400.svg deleted file mode 100644 index 751083e..0000000 --- a/public/webfonts/fa-regular-400.svg +++ /dev/null @@ -1,803 +0,0 @@ - - - - - -Created by FontForge 20190112 at Tue Jun 4 15:16:44 2019 - By Robert Madole -Copyright (c) Font Awesome - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/webfonts/fa-regular-400.ttf b/public/webfonts/fa-regular-400.ttf deleted file mode 100644 index eb3cb5e..0000000 Binary files a/public/webfonts/fa-regular-400.ttf and /dev/null differ diff --git a/public/webfonts/fa-regular-400.woff b/public/webfonts/fa-regular-400.woff deleted file mode 100644 index 43b1a9a..0000000 Binary files a/public/webfonts/fa-regular-400.woff and /dev/null differ diff --git a/public/webfonts/fa-regular-400.woff2 b/public/webfonts/fa-regular-400.woff2 deleted file mode 100644 index b9344a7..0000000 Binary files a/public/webfonts/fa-regular-400.woff2 and /dev/null differ diff --git a/public/webfonts/fa-solid-900.eot b/public/webfonts/fa-solid-900.eot deleted file mode 100644 index c77baa8..0000000 Binary files a/public/webfonts/fa-solid-900.eot and /dev/null differ diff --git a/public/webfonts/fa-solid-900.svg b/public/webfonts/fa-solid-900.svg deleted file mode 100644 index 627128b..0000000 --- a/public/webfonts/fa-solid-900.svg +++ /dev/null @@ -1,4649 +0,0 @@ - - - - - -Created by FontForge 20190112 at Tue Jun 4 15:16:44 2019 - By Robert Madole -Copyright (c) Font Awesome - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/webfonts/fa-solid-900.ttf b/public/webfonts/fa-solid-900.ttf deleted file mode 100644 index c6c3dd4..0000000 Binary files a/public/webfonts/fa-solid-900.ttf and /dev/null differ diff --git a/public/webfonts/fa-solid-900.woff b/public/webfonts/fa-solid-900.woff deleted file mode 100644 index 77c1786..0000000 Binary files a/public/webfonts/fa-solid-900.woff and /dev/null differ diff --git a/public/webfonts/fa-solid-900.woff2 b/public/webfonts/fa-solid-900.woff2 deleted file mode 100644 index e30fb67..0000000 Binary files a/public/webfonts/fa-solid-900.woff2 and /dev/null differ diff --git a/resources/_gen/assets/scss/sass/libs/_vars.scss_847fae3780d859318e8b9eb89f9be0e1.content b/resources/_gen/assets/scss/sass/libs/_vars.scss_847fae3780d859318e8b9eb89f9be0e1.content deleted file mode 100644 index d2424f7..0000000 --- a/resources/_gen/assets/scss/sass/libs/_vars.scss_847fae3780d859318e8b9eb89f9be0e1.content +++ /dev/null @@ -1,2 +0,0 @@ - -/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/resources/_gen/assets/scss/sass/libs/_vars.scss_847fae3780d859318e8b9eb89f9be0e1.json b/resources/_gen/assets/scss/sass/libs/_vars.scss_847fae3780d859318e8b9eb89f9be0e1.json deleted file mode 100644 index 8d03ad7..0000000 --- a/resources/_gen/assets/scss/sass/libs/_vars.scss_847fae3780d859318e8b9eb89f9be0e1.json +++ /dev/null @@ -1 +0,0 @@ -{"Target":"style.css","MediaType":"text/css","Data":{}} \ No newline at end of file diff --git a/resources/_gen/assets/scss/sass/libs/_vars.scss_e95820d474fe7cf9c38afe1151187c97.content b/resources/_gen/assets/scss/sass/libs/_vars.scss_e95820d474fe7cf9c38afe1151187c97.content deleted file mode 100644 index d2424f7..0000000 --- a/resources/_gen/assets/scss/sass/libs/_vars.scss_e95820d474fe7cf9c38afe1151187c97.content +++ /dev/null @@ -1,2 +0,0 @@ - -/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/resources/_gen/assets/scss/sass/libs/_vars.scss_e95820d474fe7cf9c38afe1151187c97.json b/resources/_gen/assets/scss/sass/libs/_vars.scss_e95820d474fe7cf9c38afe1151187c97.json deleted file mode 100644 index 8d03ad7..0000000 --- a/resources/_gen/assets/scss/sass/libs/_vars.scss_e95820d474fe7cf9c38afe1151187c97.json +++ /dev/null @@ -1 +0,0 @@ -{"Target":"style.css","MediaType":"text/css","Data":{}} \ No newline at end of file diff --git a/resources/_gen/assets/scss/sass/main.scss_847fae3780d859318e8b9eb89f9be0e1.content b/resources/_gen/assets/scss/sass/main.scss_847fae3780d859318e8b9eb89f9be0e1.content deleted file mode 100644 index 776b722..0000000 --- a/resources/_gen/assets/scss/sass/main.scss_847fae3780d859318e8b9eb89f9be0e1.content +++ /dev/null @@ -1,3 +0,0 @@ -@import url("css/fontawesome-all.min.css");@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}body{-webkit-text-size-adjust:none}mark{background-color:transparent;color:inherit}input::-moz-focus-inner{border:0;padding:0}input,select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none}@-ms-viewport{width:device-width}body{-ms-overflow-style:scrollbar}@media screen and (max-width: 480px){html,body{min-width:320px}}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{background:#f5f5f5}body,input,select,textarea{color:#777;font-family:"Source Sans Pro",sans-serif;font-size:16pt;font-weight:300;line-height:1.65em;letter-spacing:-0.015em}a{-moz-transition:color .2s ease-in-out,border-bottom-color .2s ease-in-out;-webkit-transition:color .2s ease-in-out,border-bottom-color .2s ease-in-out;-ms-transition:color .2s ease-in-out,border-bottom-color .2s ease-in-out;transition:color .2s ease-in-out,border-bottom-color .2s ease-in-out;border-bottom:dotted 1px;color:#e89980;text-decoration:none}a:hover{border-bottom-color:transparent}strong,b{color:#646464;font-weight:400}em,i{font-style:italic}p{margin:0 0 2em 0}h1,h2,h3,h4,h5,h6{color:#646464;font-weight:300;line-height:1em;margin:0 0 .5em 0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;text-decoration:none}h2{font-size:2.25em;line-height:1.5em;letter-spacing:-0.035em}h3{font-size:1.75em;line-height:1.5em;letter-spacing:-0.025em}h4{font-size:1.1em;line-height:1.5em;letter-spacing:0}h5{font-size:0.9em;line-height:1.5em;letter-spacing:0}h6{font-size:0.7em;line-height:1.5em;letter-spacing:0}sub{font-size:0.8em;position:relative;top:0.5em}sup{font-size:0.8em;position:relative;top:-0.5em}hr{border:0;border-bottom:solid 2px #e5e5e5;margin:2em 0}hr.major{margin:3em 0}blockquote{border-left:solid 4px #e5e5e5;font-style:italic;margin:0 0 2em 0;padding:0.5em 0 0.5em 2em}pre{-webkit-overflow-scrolling:touch;background:#f8f8f8;border-radius:6px;border:solid 1px #e5e5e5;font-family:monospace;font-size:0.9em;line-height:1.75em;margin:0 0 2em 0;overflow-x:auto;padding:1em 1.5em}pre code{border:solid 0px #e5e5e5;font-family:monospace;font-size:0.9em;line-height:1.75em;margin:0 0 2em 0;overflow-x:auto}code{background:#f8f8f8;border-radius:6px;border:solid 1px #e5e5e5;font-family:monospace;font-size:0.9em;margin:0 0.25em;padding:0.25em 0.65em}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp{order:-1}.row>.col-1{width:8.33333333%}.row>.off-1{margin-left:8.33333333%}.row>.col-2{width:16.66666667%}.row>.off-2{margin-left:16.66666667%}.row>.col-3{width:25%}.row>.off-3{margin-left:25%}.row>.col-4{width:33.33333333%}.row>.off-4{margin-left:33.33333333%}.row>.col-5{width:41.66666667%}.row>.off-5{margin-left:41.66666667%}.row>.col-6{width:50%}.row>.off-6{margin-left:50%}.row>.col-7{width:58.33333333%}.row>.off-7{margin-left:58.33333333%}.row>.col-8{width:66.66666667%}.row>.off-8{margin-left:66.66666667%}.row>.col-9{width:75%}.row>.off-9{margin-left:75%}.row>.col-10{width:83.33333333%}.row>.off-10{margin-left:83.33333333%}.row>.col-11{width:91.66666667%}.row>.off-11{margin-left:91.66666667%}.row>.col-12{width:100%}.row>.off-12{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}@media screen and (max-width: 1680px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-wide{order:-1}.row>.col-1-wide{width:8.33333333%}.row>.off-1-wide{margin-left:8.33333333%}.row>.col-2-wide{width:16.66666667%}.row>.off-2-wide{margin-left:16.66666667%}.row>.col-3-wide{width:25%}.row>.off-3-wide{margin-left:25%}.row>.col-4-wide{width:33.33333333%}.row>.off-4-wide{margin-left:33.33333333%}.row>.col-5-wide{width:41.66666667%}.row>.off-5-wide{margin-left:41.66666667%}.row>.col-6-wide{width:50%}.row>.off-6-wide{margin-left:50%}.row>.col-7-wide{width:58.33333333%}.row>.off-7-wide{margin-left:58.33333333%}.row>.col-8-wide{width:66.66666667%}.row>.off-8-wide{margin-left:66.66666667%}.row>.col-9-wide{width:75%}.row>.off-9-wide{margin-left:75%}.row>.col-10-wide{width:83.33333333%}.row>.off-10-wide{margin-left:83.33333333%}.row>.col-11-wide{width:91.66666667%}.row>.off-11-wide{margin-left:91.66666667%}.row>.col-12-wide{width:100%}.row>.off-12-wide{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}@media screen and (max-width: 1280px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-normal{order:-1}.row>.col-1-normal{width:8.33333333%}.row>.off-1-normal{margin-left:8.33333333%}.row>.col-2-normal{width:16.66666667%}.row>.off-2-normal{margin-left:16.66666667%}.row>.col-3-normal{width:25%}.row>.off-3-normal{margin-left:25%}.row>.col-4-normal{width:33.33333333%}.row>.off-4-normal{margin-left:33.33333333%}.row>.col-5-normal{width:41.66666667%}.row>.off-5-normal{margin-left:41.66666667%}.row>.col-6-normal{width:50%}.row>.off-6-normal{margin-left:50%}.row>.col-7-normal{width:58.33333333%}.row>.off-7-normal{margin-left:58.33333333%}.row>.col-8-normal{width:66.66666667%}.row>.off-8-normal{margin-left:66.66666667%}.row>.col-9-normal{width:75%}.row>.off-9-normal{margin-left:75%}.row>.col-10-normal{width:83.33333333%}.row>.off-10-normal{margin-left:83.33333333%}.row>.col-11-normal{width:91.66666667%}.row>.off-11-normal{margin-left:91.66666667%}.row>.col-12-normal{width:100%}.row>.off-12-normal{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}@media screen and (max-width: 980px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-narrow{order:-1}.row>.col-1-narrow{width:8.33333333%}.row>.off-1-narrow{margin-left:8.33333333%}.row>.col-2-narrow{width:16.66666667%}.row>.off-2-narrow{margin-left:16.66666667%}.row>.col-3-narrow{width:25%}.row>.off-3-narrow{margin-left:25%}.row>.col-4-narrow{width:33.33333333%}.row>.off-4-narrow{margin-left:33.33333333%}.row>.col-5-narrow{width:41.66666667%}.row>.off-5-narrow{margin-left:41.66666667%}.row>.col-6-narrow{width:50%}.row>.off-6-narrow{margin-left:50%}.row>.col-7-narrow{width:58.33333333%}.row>.off-7-narrow{margin-left:58.33333333%}.row>.col-8-narrow{width:66.66666667%}.row>.off-8-narrow{margin-left:66.66666667%}.row>.col-9-narrow{width:75%}.row>.off-9-narrow{margin-left:75%}.row>.col-10-narrow{width:83.33333333%}.row>.off-10-narrow{margin-left:83.33333333%}.row>.col-11-narrow{width:91.66666667%}.row>.off-11-narrow{margin-left:91.66666667%}.row>.col-12-narrow{width:100%}.row>.off-12-narrow{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}@media screen and (max-width: 840px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-narrower{order:-1}.row>.col-1-narrower{width:8.33333333%}.row>.off-1-narrower{margin-left:8.33333333%}.row>.col-2-narrower{width:16.66666667%}.row>.off-2-narrower{margin-left:16.66666667%}.row>.col-3-narrower{width:25%}.row>.off-3-narrower{margin-left:25%}.row>.col-4-narrower{width:33.33333333%}.row>.off-4-narrower{margin-left:33.33333333%}.row>.col-5-narrower{width:41.66666667%}.row>.off-5-narrower{margin-left:41.66666667%}.row>.col-6-narrower{width:50%}.row>.off-6-narrower{margin-left:50%}.row>.col-7-narrower{width:58.33333333%}.row>.off-7-narrower{margin-left:58.33333333%}.row>.col-8-narrower{width:66.66666667%}.row>.off-8-narrower{margin-left:66.66666667%}.row>.col-9-narrower{width:75%}.row>.off-9-narrower{margin-left:75%}.row>.col-10-narrower{width:83.33333333%}.row>.off-10-narrower{margin-left:83.33333333%}.row>.col-11-narrower{width:91.66666667%}.row>.off-11-narrower{margin-left:91.66666667%}.row>.col-12-narrower{width:100%}.row>.off-12-narrower{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}@media screen and (max-width: 736px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-mobile{order:-1}.row>.col-1-mobile{width:8.33333333%}.row>.off-1-mobile{margin-left:8.33333333%}.row>.col-2-mobile{width:16.66666667%}.row>.off-2-mobile{margin-left:16.66666667%}.row>.col-3-mobile{width:25%}.row>.off-3-mobile{margin-left:25%}.row>.col-4-mobile{width:33.33333333%}.row>.off-4-mobile{margin-left:33.33333333%}.row>.col-5-mobile{width:41.66666667%}.row>.off-5-mobile{margin-left:41.66666667%}.row>.col-6-mobile{width:50%}.row>.off-6-mobile{margin-left:50%}.row>.col-7-mobile{width:58.33333333%}.row>.off-7-mobile{margin-left:58.33333333%}.row>.col-8-mobile{width:66.66666667%}.row>.off-8-mobile{margin-left:66.66666667%}.row>.col-9-mobile{width:75%}.row>.off-9-mobile{margin-left:75%}.row>.col-10-mobile{width:83.33333333%}.row>.off-10-mobile{margin-left:83.33333333%}.row>.col-11-mobile{width:91.66666667%}.row>.off-11-mobile{margin-left:91.66666667%}.row>.col-12-mobile{width:100%}.row>.off-12-mobile{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}@media screen and (max-width: 480px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-mobilep{order:-1}.row>.col-1-mobilep{width:8.33333333%}.row>.off-1-mobilep{margin-left:8.33333333%}.row>.col-2-mobilep{width:16.66666667%}.row>.off-2-mobilep{margin-left:16.66666667%}.row>.col-3-mobilep{width:25%}.row>.off-3-mobilep{margin-left:25%}.row>.col-4-mobilep{width:33.33333333%}.row>.off-4-mobilep{margin-left:33.33333333%}.row>.col-5-mobilep{width:41.66666667%}.row>.off-5-mobilep{margin-left:41.66666667%}.row>.col-6-mobilep{width:50%}.row>.off-6-mobilep{margin-left:50%}.row>.col-7-mobilep{width:58.33333333%}.row>.off-7-mobilep{margin-left:58.33333333%}.row>.col-8-mobilep{width:66.66666667%}.row>.off-8-mobilep{margin-left:66.66666667%}.row>.col-9-mobilep{width:75%}.row>.off-9-mobilep{margin-left:75%}.row>.col-10-mobilep{width:83.33333333%}.row>.off-10-mobilep{margin-left:83.33333333%}.row>.col-11-mobilep{width:91.66666667%}.row>.off-11-mobilep{margin-left:91.66666667%}.row>.col-12-mobilep{width:100%}.row>.off-12-mobilep{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}.container{margin:0 auto;max-width:calc(100% - 5em);width:60em}.container.xsmall{width:15em}.container.small{width:30em}.container.medium{width:45em}.container.large{width:75em}.container.xlarge{width:90em}.container.max{width:100%}@media screen and (max-width: 840px){.container{width:100% !important}}@media screen and (max-width: 736px){.container{max-width:100%}}section.special,article.special{text-align:center}header p{color:#999;position:relative;margin:0 0 1.5em 0;font-style:italic}header h2+p{font-size:1.25em;margin-top:-1em;line-height:1.5em}header h3+p{font-size:1.1em;margin-top:-0.85em;line-height:1.5em}header h4+p,header h5+p,header h6+p{font-size:0.8em;margin-top:-0.5em;line-height:1.5em}header.major{padding:1em 0;text-align:center}header.major h2{margin:0}header.major p{display:inline-block;border-top:solid 2px #e5e5e5;color:#777;margin:1.5em 0 0 0;padding:1.5em 0 0 0;font-style:normal}form{margin:0 0 2em 0}label{color:#646464;display:block;font-size:0.9em;font-weight:300;margin:0 0 1em 0}input[type="text"],input[type="password"],input[type="email"],select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;background-color:#f8f8f8;border-radius:6px;border:solid 1px #e5e5e5;color:inherit;display:block;outline:0;padding:0 1em;text-decoration:none;width:100%}input[type="text"]:invalid,input[type="password"]:invalid,input[type="email"]:invalid,select:invalid,textarea:invalid{box-shadow:none}input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,select:focus,textarea:focus{border-color:#e89980;box-shadow:0 0 0 2px #e89980}select{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23e5e5e5' /%3E%3C/svg%3E");background-size:1.25em;background-repeat:no-repeat;background-position:calc(100% - 1em) center;height:3em;padding-right:3em;text-overflow:ellipsis}select option{color:#777;background-color:#f5f5f5}select:focus::-ms-value{background-color:transparent}select::-ms-expand{display:none}input[type="text"],input[type="password"],input[type="email"],select{height:3em}textarea{padding:0.75em 1em}input[type="checkbox"],input[type="radio"]{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;display:block;float:left;margin-right:-2em;opacity:0;width:1em;z-index:-1}input[type="checkbox"]+label,input[type="radio"]+label{text-decoration:none;color:#777;cursor:pointer;display:inline-block;font-size:1em;font-weight:300;padding-left:2.55em;padding-right:0.75em;position:relative}input[type="checkbox"]+label:before,input[type="radio"]+label:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;text-transform:none !important;font-family:'Font Awesome 5 Free';font-weight:900}input[type="checkbox"]+label:before,input[type="radio"]+label:before{background:#f8f8f8;border-radius:6px;border:solid 1px #e5e5e5;content:'';display:inline-block;font-size:0.8em;height:2.25em;left:0;line-height:2.25em;position:absolute;text-align:center;top:0;width:2.25em}input[type="checkbox"]:checked+label:before,input[type="radio"]:checked+label:before{background:#666;border-color:#666;color:#fff;content:'\f00c'}input[type="checkbox"]:focus+label:before,input[type="radio"]:focus+label:before{border-color:#e89980;box-shadow:0 0 0 1px #e89980}input[type="checkbox"]+label:before{border-radius:6px}input[type="radio"]+label:before{border-radius:100%}::-webkit-input-placeholder{color:#999 !important;opacity:1.0}:-moz-placeholder{color:#999 !important;opacity:1.0}::-moz-placeholder{color:#999 !important;opacity:1.0}:-ms-input-placeholder{color:#999 !important;opacity:1.0}.box{background:#fff;border-radius:6px;box-shadow:0 2px 0 0 #e5e5e5;margin:0 0 2em 0;padding:3em}.box>:last-child{margin-bottom:0}.box.alt{background:none !important;border-radius:0 !important;box-shadow:none !important;margin:0 0 2em 0;padding:0 !important}.box.features .features-row{border-top:solid 2px #e5e5e5;position:relative}.box.features .features-row:after{clear:both;content:'';display:block}.box.features .features-row section{float:left;padding:3em;width:50%}.box.features .features-row section :last-child{margin-bottom:0}.box.features .features-row section:nth-child(2n){padding-right:0}.box.features .features-row section:nth-child(2n):before{background:#e5e5e5;content:'';display:block;height:100%;margin-left:-3em;position:absolute;top:0;width:2px}.box.features .features-row section:nth-child(2n-1){padding-left:0}.box.features .features-row:first-child{border-top:0}.box.features .features-row:first-child section{padding-top:0}.box.features .features-row:last-child{padding-bottom:0}.box.features .features-row:last-child section{padding-bottom:0}.box.special{text-align:center}.box .image.featured{border-radius:0;display:block;margin:3em 0 3em -3em;position:relative;width:calc(100% + 6em)}.box .image.featured img{border-radius:0;display:block;width:100%}.box .image.featured:first-child{border-radius:6px 6px 0 0;margin-bottom:3em;margin-top:-3em}.box .image.featured:first-child img{border-radius:6px 6px 0 0}.box .image.featured:last-child{border-radius:0 0 6px 6px;margin-bottom:-3em;margin-top:3em}.box .image.featured:last-child img{border-radius:0 0 6px 6px}.icon{text-decoration:none;border-bottom:none;position:relative}.icon:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;text-transform:none !important;font-family:'Font Awesome 5 Free';font-weight:400}.icon>.label{display:none}.icon:before{line-height:inherit}.icon.solid:before{font-weight:900}.icon.brands:before{font-family:'Font Awesome 5 Brands'}.icon.major{background:#666;border-radius:100%;color:#fff;cursor:default;display:inline-block;height:5.5em;line-height:5.5em;margin:0 0 2em 0;width:5.5em}.icon.major:before{font-size:2.5em}.icon.major.accent1{background:#666;color:#fff}.icon.major.accent2{background:#e89980;color:#fff}.icon.major.accent3{background:#7fcdb8;color:#fff}.icon.major.accent4{background:#90b0ba;color:#fff}.icon.major.accent5{background:#e5cb95;color:#fff}.image{border-radius:6px;border:0;display:inline-block;position:relative}.image img{border-radius:6px;display:block}.image.left{float:left;padding:0 1.5em 1em 0;top:0.25em}.image.right{float:right;padding:0 0 1em 1.5em;top:0.25em}.image.fit{display:block;margin:0 0 2em 0;width:100%}.image.fit img{display:block;width:100%}ol{list-style:decimal;margin:0 0 2em 0;padding-left:1.25em}ol li{padding-left:0.25em}ul{list-style:disc;margin:0 0 2em 0;padding-left:1em}ul li{padding-left:0.5em}ul.alt{list-style:none;padding-left:0}ul.alt li{border-top:solid 1px #e5e5e5;padding:0.5em 0}ul.alt li:first-child{border-top:0;padding-top:0}ul.icons{cursor:default;list-style:none;padding-left:0}ul.icons li{display:inline-block;padding:0 1.25em 0 0}ul.icons li:last-child{padding-right:0}ul.icons li .icon{color:inherit}ul.icons li .icon:before{font-size:1.75em}dl{margin:0 0 2em 0}ul.actions{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;cursor:default;list-style:none;margin-left:-1em;padding-left:0}ul.actions li{padding:0 0 0 1em;vertical-align:middle}ul.actions.special{-moz-justify-content:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;width:100%;margin-left:0}ul.actions.special li:first-child{padding-left:0}ul.actions.stacked{-moz-flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:0}ul.actions.stacked li{padding:1.3em 0 0 0}ul.actions.stacked li:first-child{padding-top:0}ul.actions.fit{width:calc(100% + 1em)}ul.actions.fit li{-moz-flex-grow:1;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;-moz-flex-shrink:1;-webkit-flex-shrink:1;-ms-flex-shrink:1;flex-shrink:1;width:100%}ul.actions.fit li>*{width:100%}ul.actions.fit.stacked{width:100%}@media screen and (max-width: 480px){ul.actions:not(.fixed){-moz-flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:0;width:100% !important}ul.actions:not(.fixed) li{-moz-flex-grow:1;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;-moz-flex-shrink:1;-webkit-flex-shrink:1;-ms-flex-shrink:1;flex-shrink:1;padding:1em 0 0 0;text-align:center;width:100%}ul.actions:not(.fixed) li>*{width:100%}ul.actions:not(.fixed) li:first-child{padding-top:0}ul.actions:not(.fixed) li input[type="submit"],ul.actions:not(.fixed) li input[type="reset"],ul.actions:not(.fixed) li input[type="button"],ul.actions:not(.fixed) li button,ul.actions:not(.fixed) li .button{width:100%}ul.actions:not(.fixed) li input[type="submit"].icon:before,ul.actions:not(.fixed) li input[type="reset"].icon:before,ul.actions:not(.fixed) li input[type="button"].icon:before,ul.actions:not(.fixed) li button.icon:before,ul.actions:not(.fixed) li .button.icon:before{margin-left:-0.5em}}.table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}table{margin:0 0 2em 0;width:100%}table tbody tr{border:solid 1px #e5e5e5;border-left:0;border-right:0}table tbody tr:nth-child(2n + 1){background-color:#f8f8f8}table td{padding:0.75em 0.75em}table th{color:#646464;font-size:0.9em;font-weight:300;padding:0 0.75em 0.75em 0.75em;text-align:left}table thead{border-bottom:solid 2px #e5e5e5}table tfoot{border-top:solid 2px #e5e5e5}table.alt{border-collapse:separate}table.alt tbody tr td{border:solid 1px #e5e5e5;border-left-width:0;border-top-width:0}table.alt tbody tr td:first-child{border-left-width:1px}table.alt tbody tr:first-child td{border-top-width:1px}table.alt thead{border-bottom:0}table.alt tfoot{border-top:0}input[type="submit"],input[type="reset"],input[type="button"],.button{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;-moz-transition:background-color .2s ease-in-out,color .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out,color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out,color .2s ease-in-out;transition:background-color .2s ease-in-out,color .2s ease-in-out;background-color:#666;border-radius:6px;border:0;color:#fff;cursor:pointer;display:inline-block;font-weight:400;height:3em;line-height:3em;padding:0 2em;text-align:center;text-decoration:none;white-space:nowrap}input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.button:hover{background-color:#737373}input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active,.button:active{background-color:#595959}input[type="submit"].icon,input[type="reset"].icon,input[type="button"].icon,.button.icon{padding-left:1.35em}input[type="submit"].icon:before,input[type="reset"].icon:before,input[type="button"].icon:before,.button.icon:before{margin-right:0.5em}input[type="submit"].fit,input[type="reset"].fit,input[type="button"].fit,.button.fit{width:100%}input[type="submit"].small,input[type="reset"].small,input[type="button"].small,.button.small{font-size:0.8em;height:2.7em;line-height:2.7em}input[type="submit"].large,input[type="reset"].large,input[type="button"].large,.button.large{font-size:1.25em;height:2.7em;line-height:2.7em}input[type="submit"].alt,input[type="reset"].alt,input[type="button"].alt,.button.alt{background-color:transparent;box-shadow:inset 0 0 0 2px #e5e5e5;color:#777}input[type="submit"].alt:hover,input[type="reset"].alt:hover,input[type="button"].alt:hover,.button.alt:hover{background-color:#f8f8f8}input[type="submit"].alt:active,input[type="reset"].alt:active,input[type="button"].alt:active,.button.alt:active{background-color:#f0f0f0}input[type="submit"].alt.icon:before,input[type="reset"].alt.icon:before,input[type="button"].alt.icon:before,.button.alt.icon:before{color:#999}input[type="submit"].primary,input[type="reset"].primary,input[type="button"].primary,.button.primary{background-color:#e89980;color:#fff !important}input[type="submit"].primary:hover,input[type="reset"].primary:hover,input[type="button"].primary:hover,.button.primary:hover{background-color:#ecaa96}input[type="submit"].primary:active,input[type="reset"].primary:active,input[type="button"].primary:active,.button.primary:active{background-color:#e4886a}input[type="submit"].disabled,input[type="submit"]:disabled,input[type="reset"].disabled,input[type="reset"]:disabled,input[type="button"].disabled,input[type="button"]:disabled,.button.disabled,.button:disabled{background-color:#777 !important;box-shadow:inset 0 -0.15em 0 0 rgba(0,0,0,0.15);color:#f5f5f5 !important;cursor:default;opacity:0.25}#page-wrapper{padding-top:3em}body.landing #page-wrapper{padding-top:0}@-moz-keyframes reveal-header{0%{top:-5em}100%{top:0}}@-webkit-keyframes reveal-header{0%{top:-5em}100%{top:0}}@-ms-keyframes reveal-header{0%{top:-5em}100%{top:0}}@keyframes reveal-header{0%{top:-5em}100%{top:0}}#header{background:#444;color:#bbb;cursor:default;height:3.25em;left:0;line-height:3.25em;position:fixed;top:0;width:100%;z-index:10000}#header h1{color:inherit;height:inherit;left:1.25em;line-height:inherit;margin:0;padding:0;position:absolute;top:0}#header h1 a{color:#fff;font-weight:400;border:0}#header nav{height:inherit;line-height:inherit;position:absolute;right:0.75em;top:0;vertical-align:middle}#header nav>ul{list-style:none;margin:0;padding-left:0}#header nav>ul>li{display:inline-block;padding-left:0}#header nav>ul>li>ul{display:none}#header nav>ul>li a{display:inline-block;height:2em;line-height:1.95em;padding:0 1em;border-radius:6px}#header nav>ul>li a:not(.button){color:#fff;display:inline-block;text-decoration:none;border:0}#header nav>ul>li a:not(.button).icon:before{color:#999;margin-right:0.5em}#header nav>ul>li:first-child{margin-left:0}#header nav>ul>li.active a:not(.button){background-color:rgba(153,153,153,0.25)}#header nav>ul>li .button{margin:0 0 0 0.5em;position:relative}#header input[type="submit"],#header input[type="reset"],#header input[type="button"],#header .button{background-color:transparent;box-shadow:inset 0 0 0 2px #999;color:#fff}#header input[type="submit"]:hover,#header input[type="reset"]:hover,#header input[type="button"]:hover,#header .button:hover{background-color:rgba(153,153,153,0.25)}#header input[type="submit"]:active,#header input[type="reset"]:active,#header input[type="button"]:active,#header .button:active{background-color:rgba(153,153,153,0.5)}#header .container{position:relative}#header .container h1{left:0}#header .container nav{right:0}#header.reveal{-moz-animation:reveal-header 0.5s;-webkit-animation:reveal-header 0.5s;-ms-animation:reveal-header 0.5s;animation:reveal-header 0.5s}#header.alt{-moz-animation:none;-webkit-animation:none;-ms-animation:none;animation:none;background:none;color:rgba(255,255,255,0.75);position:absolute}#header.alt nav>ul>li a:not(.button).icon:before{color:rgba(255,255,255,0.75)}#header.alt nav>ul>li.active a:not(.button){background-color:rgba(255,255,255,0.2)}#header.alt input[type="submit"],#header.alt input[type="reset"],#header.alt input[type="button"],#header.alt .button{box-shadow:inset 0 0 0 2px rgba(255,255,255,0.5)}#header.alt input[type="submit"]:hover,#header.alt input[type="reset"]:hover,#header.alt input[type="button"]:hover,#header.alt .button:hover{background-color:rgba(255,255,255,0.1)}#header.alt input[type="submit"]:active,#header.alt input[type="reset"]:active,#header.alt input[type="button"]:active,#header.alt .button:active{background-color:rgba(255,255,255,0.2)}.dropotron{background:#fff;border-radius:6px;box-shadow:0 2px 0 0 rgba(0,0,0,0.065),inset 0 -1px 0 0 #fff,inset 0 0 0 1px rgba(229,229,229,0.5);list-style:none;margin:calc(-0.5em + 1px) 0 0 1px;padding:0.5em 0;width:11em}.dropotron li{padding:0}.dropotron li a,.dropotron li span{-moz-transition:none;-webkit-transition:none;-ms-transition:none;transition:none;border:0;border-top:solid 1px #f2f2f2;color:inherit;display:block;padding:0.15em 1em}.dropotron li:first-child>a,.dropotron li:first-child>span{border-top:0}.dropotron li.active>a,.dropotron li.active>span,.dropotron li:hover>a,.dropotron li:hover>span{background:#e89980;color:#fff}.dropotron.level-0{font-size:0.9em;margin:1em 0 0 0}.dropotron.level-0:before{-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;border:solid 1px rgba(229,229,229,0.5);border-bottom:0;border-right:0;box-shadow:-0.25em -0.125em 0.125em 0 rgba(0,0,0,0.015);content:'';display:block;height:0.75em;position:absolute;right:1.25em;top:-0.375em;width:0.75em;z-index:0}#banner{background-attachment:scroll, fixed;background-color:#666;background-image:url("http://localhost:1313/images/banner.jpg");background-position:top left, center center;background-repeat:repeat, no-repeat;background-size:auto, cover;color:#fff;padding:12em 0 20em 0;text-align:center}#banner :last-child{margin-bottom:0}#banner h2,#banner h3,#banner h4,#banner h5,#banner h6{color:#fff}#banner h2{font-size:3.5em;line-height:1em;margin:0 0 0.5em 0;padding:0}#banner p{font-size:1.25em;margin-bottom:1.75em}#banner input[type="submit"],#banner input[type="reset"],#banner input[type="button"],#banner .button{background-color:transparent;box-shadow:inset 0 0 0 2px rgba(255,255,255,0.5);color:#fff;min-width:12em}#banner input[type="submit"]:hover,#banner input[type="reset"]:hover,#banner input[type="button"]:hover,#banner .button:hover{background-color:rgba(255,255,255,0.1)}#banner input[type="submit"]:active,#banner input[type="reset"]:active,#banner input[type="button"]:active,#banner .button:active{background-color:rgba(255,255,255,0.2)}#banner input[type="submit"].primary,#banner input[type="reset"].primary,#banner input[type="button"].primary,#banner .button.primary{background:#fff;color:#666 !important}#main{padding:4em 0}#main>header{text-align:center;margin:0 0 3em 0}#main>header h2{font-size:2.75em;margin:0}#main>header p{border-top:solid 2px #e5e5e5;color:#777;display:inline-block;font-style:normal;margin:1em 0 0 0;padding:1em 0 1.25em 0}body.landing #main{margin-top:-14em}#footer{background:#f0f0f0;padding:4em 0 6em 0;text-align:center}#footer .icons a{-moz-transition:opacity .2s ease-in-out;-webkit-transition:opacity .2s ease-in-out;-ms-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;opacity:0.35}#footer .icons a:hover{opacity:0.75}#footer .copyright{color:#999;font-size:0.9em;line-height:1em;margin:2em 0 0 0;padding:0;text-align:center}#footer .copyright a{color:inherit}#footer .copyright li{border-left:solid 1px #ddd;display:inline-block;list-style:none;margin-left:1em;padding-left:1em}#footer .copyright li:first-child{border-left:0;margin-left:0;padding-left:0}#cta{background:#e89980;color:#f9e6df;padding:3.5em 0 4em 0;text-align:center}#cta h2,#cta h3,#cta h4,#cta h5,#cta h6{color:inherit}#cta form{margin:0 auto;max-width:100%;width:25em}#cta input[type="submit"],#cta input[type="reset"],#cta input[type="button"],#cta .button{box-shadow:none;background:#fff;color:#e89980}#cta input[type="text"],#cta input[type="password"],#cta input[type="email"],#cta select,#cta textarea{color:#fff;background:rgba(255,255,255,0.15);border:0}#cta input[type="text"]:focus,#cta input[type="password"]:focus,#cta input[type="email"]:focus,#cta select:focus,#cta textarea:focus{box-shadow:inset 0 0 0 2px #fff}#cta ::-webkit-input-placeholder{color:rgba(255,255,255,0.75) !important}#cta :-moz-placeholder{color:rgba(255,255,255,0.75) !important}#cta ::-moz-placeholder{color:rgba(255,255,255,0.75) !important}#cta :-ms-input-placeholder{color:rgba(255,255,255,0.75) !important}#cta .formerize-placeholder{color:rgba(255,255,255,0.75) !important}@media screen and (max-width: 1680px){body,input,select,textarea{font-size:13pt}#banner{padding:10em 0 18em 0}}@media screen and (max-width: 1280px){body,input,select,textarea{font-size:11pt}.dropotron.level-0{font-size:1em}#banner{background-attachment:scroll}#banner h2{font-size:3.5em}}@media screen and (max-width: 980px){body,input,select,textarea{font-size:11pt}}#navPanel,#navButton{display:none}@media screen and (max-width: 840px){html,body{overflow-x:hidden}body,input,select,textarea{font-size:11pt}h2 br,h3 br,h4 br,h5 br,h6 br{display:none}header br{display:none}header.major{padding:0 4em}.box{padding:3em 2em}.box.features>section{padding:3em 2em}.box .image.featured{margin-left:-2em;width:calc(100% + 4em)}.box .image.featured:first-child{margin-bottom:3em;margin-top:-3em}.box .image.featured:last-child{margin-bottom:-3em;margin-top:3em}#page-wrapper{padding-top:0}#header{display:none}#page-wrapper{-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;-moz-transition:-moz-transform .5s ease;-webkit-transition:-webkit-transform .5s ease;-ms-transition:-ms-transform .5s ease;transition:transform .5s ease;padding-bottom:1px}#navButton{-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;-moz-transition:-moz-transform .5s ease;-webkit-transition:-webkit-transform .5s ease;-ms-transition:-ms-transform .5s ease;transition:transform .5s ease;display:block;height:44px;left:0;position:fixed;top:0;width:100%;z-index:10001}#navButton .toggle{text-decoration:none;height:100%;left:0;position:absolute;top:0;width:100%;border:0;outline:0}#navButton .toggle:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;text-transform:none !important;font-family:'Font Awesome 5 Free';font-weight:900}#navButton .toggle:before{background:rgba(192,192,192,0.75);border-radius:6px;color:#fff;content:'\f0c9';display:block;font-size:16px;height:2.25em;left:0.5em;line-height:2.25em;position:absolute;text-align:center;top:0.5em;width:3.5em}#navPanel{-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;-moz-transform:translateX(-275px);-webkit-transform:translateX(-275px);-ms-transform:translateX(-275px);transform:translateX(-275px);-moz-transition:-moz-transform .5s ease;-webkit-transition:-webkit-transform .5s ease;-ms-transition:-ms-transform .5s ease;transition:transform .5s ease;display:block;height:100%;left:0;overflow-y:auto;position:fixed;top:0;width:275px;z-index:10002;background:#2b2b2b;color:#bbb}#navPanel .link{border-bottom:0;border-top:solid 1px rgba(255,255,255,0.05);color:#bbb;display:block;height:44px;line-height:44px;padding:0 1em 0 1em;text-decoration:none}#navPanel .link:first-child{border-top:0}#navPanel .link.depth-0{color:#fff}#navPanel .link .indent-1{display:inline-block;width:1em}#navPanel .link .indent-2{display:inline-block;width:2em}#navPanel .link .indent-3{display:inline-block;width:3em}#navPanel .link .indent-4{display:inline-block;width:4em}#navPanel .link .indent-5{display:inline-block;width:5em}body.navPanel-visible #page-wrapper{-moz-transform:translateX(275px);-webkit-transform:translateX(275px);-ms-transform:translateX(275px);transform:translateX(275px)}body.navPanel-visible #navButton{-moz-transform:translateX(275px);-webkit-transform:translateX(275px);-ms-transform:translateX(275px);transform:translateX(275px)}body.navPanel-visible #navPanel{-moz-transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@media screen and (max-width: 736px){body,input,select,textarea{font-size:11pt}h2{font-size:1.75em;line-height:1.35em;letter-spacing:-0.025em}h3{font-size:1.5em}h4{font-size:1em}header.major{padding:1em}header.major h2,header.major p{padding-left:0.5em;padding-right:0.5em}.box{margin:1em;overflow-x:hidden;padding:2em 2em !important}.box.features .features-row{border-top:0;padding:0}.box.features .features-row section{border:0;border-top:solid 1px #e5e5e5 !important;float:none;margin:2em 0 0 0 !important;padding:2em 0 0 0 !important;width:100%}.box.features .features-row:first-child section:first-child{border-top:0 !important;margin-top:0 !important;padding-top:0 !important}.box .image.featured{margin-left:-2em;width:calc(100% + 4em)}.box .image.featured:first-child{margin-bottom:2em;margin-top:-2em}.box .image.featured:last-child{margin-bottom:-2em;margin-top:2em}#banner{padding:4em 0}#banner h2{font-size:2.25em}#banner p{font-size:1.25em}#main{padding:4em 0 0 0}#main>header{margin:0 2em 1.5em 2em}#main>header h2{font-size:2em}#main>header p{font-size:1em;padding-bottom:1em}body.landing #main{padding:0;margin-top:0}#footer{padding:4em 0}#footer .copyright li{border-left:0;display:block;line-height:2em;margin-left:0;padding-left:0}}@media screen and (max-width: 480px){html,body{min-width:320px}body,input,select,textarea{font-size:11pt}header.major{padding:0}ul.actions{margin:0 0 2em 0}ul.actions li{display:block;padding:1em 0 0 0;text-align:center;width:100%}ul.actions li:first-child{padding-top:0}ul.actions li>*{width:100%;margin:0 !important}ul.actions li>*.icon:before{margin-left:-2em}ul.actions.small li{padding:.5em 0 0 0}ul.actions.small li:first-child{padding-top:0}.box{border-radius:0;box-shadow:none;margin:1em 0 0 0;padding:3em 1em !important}.box.features .features-row section{margin:3em 0 0 0 !important;padding:3em 0 0 0 !important}.box .image.featured{border-radius:0;margin-left:-1em;width:calc(100% + 2em)}.box .image.featured img{border-radius:0 !important}.box .image.featured:first-child{margin-bottom:3em;margin-top:-3em}.box .image.featured:last-child{margin-bottom:-3em;margin-top:3em}#banner{padding:5em 3em 4em 3em}#main>.box:first-child{margin-top:0}#cta{padding:2.5em 1em 3em 1em}} - -/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/resources/_gen/assets/scss/sass/main.scss_847fae3780d859318e8b9eb89f9be0e1.json b/resources/_gen/assets/scss/sass/main.scss_847fae3780d859318e8b9eb89f9be0e1.json deleted file mode 100644 index 8d03ad7..0000000 --- a/resources/_gen/assets/scss/sass/main.scss_847fae3780d859318e8b9eb89f9be0e1.json +++ /dev/null @@ -1 +0,0 @@ -{"Target":"style.css","MediaType":"text/css","Data":{}} \ No newline at end of file diff --git a/resources/_gen/assets/scss/sass/main.scss_c17dc4edf7b1ac1463b44551a7348b1f.content b/resources/_gen/assets/scss/sass/main.scss_c17dc4edf7b1ac1463b44551a7348b1f.content deleted file mode 100644 index b387f45..0000000 --- a/resources/_gen/assets/scss/sass/main.scss_c17dc4edf7b1ac1463b44551a7348b1f.content +++ /dev/null @@ -1,3 +0,0 @@ -@import url("css/fontawesome-all.min.css");@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}body{-webkit-text-size-adjust:none}mark{background-color:transparent;color:inherit}input::-moz-focus-inner{border:0;padding:0}input,select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none}@-ms-viewport{width:device-width}body{-ms-overflow-style:scrollbar}@media screen and (max-width: 480px){html,body{min-width:320px}}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{background:#f5f5f5}body,input,select,textarea{color:#777;font-family:"Source Sans Pro",sans-serif;font-size:16pt;font-weight:300;line-height:1.65em;letter-spacing:-0.015em}a{-moz-transition:color .2s ease-in-out,border-bottom-color .2s ease-in-out;-webkit-transition:color .2s ease-in-out,border-bottom-color .2s ease-in-out;-ms-transition:color .2s ease-in-out,border-bottom-color .2s ease-in-out;transition:color .2s ease-in-out,border-bottom-color .2s ease-in-out;border-bottom:dotted 1px;color:#e89980;text-decoration:none}a:hover{border-bottom-color:transparent}strong,b{color:#646464;font-weight:400}em,i{font-style:italic}p{margin:0 0 2em 0}h1,h2,h3,h4,h5,h6{color:#646464;font-weight:300;line-height:1em;margin:0 0 .5em 0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;text-decoration:none}h2{font-size:2.25em;line-height:1.5em;letter-spacing:-0.035em}h3{font-size:1.75em;line-height:1.5em;letter-spacing:-0.025em}h4{font-size:1.1em;line-height:1.5em;letter-spacing:0}h5{font-size:0.9em;line-height:1.5em;letter-spacing:0}h6{font-size:0.7em;line-height:1.5em;letter-spacing:0}sub{font-size:0.8em;position:relative;top:0.5em}sup{font-size:0.8em;position:relative;top:-0.5em}hr{border:0;border-bottom:solid 2px #e5e5e5;margin:2em 0}hr.major{margin:3em 0}blockquote{border-left:solid 4px #e5e5e5;font-style:italic;margin:0 0 2em 0;padding:0.5em 0 0.5em 2em}pre{-webkit-overflow-scrolling:touch;background:#f8f8f8;border-radius:6px;border:solid 1px #e5e5e5;font-family:monospace;font-size:0.9em;line-height:1.75em;margin:0 0 2em 0;overflow-x:auto;padding:1em 1.5em}pre code{border:solid 0px #e5e5e5;font-family:monospace;font-size:0.9em;line-height:1.75em;margin:0 0 2em 0;overflow-x:auto}code{background:#f8f8f8;border-radius:6px;border:solid 1px #e5e5e5;font-family:monospace;font-size:0.9em;margin:0 0.25em;padding:0.25em 0.65em}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp{order:-1}.row>.col-1{width:8.33333333%}.row>.off-1{margin-left:8.33333333%}.row>.col-2{width:16.66666667%}.row>.off-2{margin-left:16.66666667%}.row>.col-3{width:25%}.row>.off-3{margin-left:25%}.row>.col-4{width:33.33333333%}.row>.off-4{margin-left:33.33333333%}.row>.col-5{width:41.66666667%}.row>.off-5{margin-left:41.66666667%}.row>.col-6{width:50%}.row>.off-6{margin-left:50%}.row>.col-7{width:58.33333333%}.row>.off-7{margin-left:58.33333333%}.row>.col-8{width:66.66666667%}.row>.off-8{margin-left:66.66666667%}.row>.col-9{width:75%}.row>.off-9{margin-left:75%}.row>.col-10{width:83.33333333%}.row>.off-10{margin-left:83.33333333%}.row>.col-11{width:91.66666667%}.row>.off-11{margin-left:91.66666667%}.row>.col-12{width:100%}.row>.off-12{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}@media screen and (max-width: 1680px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-wide{order:-1}.row>.col-1-wide{width:8.33333333%}.row>.off-1-wide{margin-left:8.33333333%}.row>.col-2-wide{width:16.66666667%}.row>.off-2-wide{margin-left:16.66666667%}.row>.col-3-wide{width:25%}.row>.off-3-wide{margin-left:25%}.row>.col-4-wide{width:33.33333333%}.row>.off-4-wide{margin-left:33.33333333%}.row>.col-5-wide{width:41.66666667%}.row>.off-5-wide{margin-left:41.66666667%}.row>.col-6-wide{width:50%}.row>.off-6-wide{margin-left:50%}.row>.col-7-wide{width:58.33333333%}.row>.off-7-wide{margin-left:58.33333333%}.row>.col-8-wide{width:66.66666667%}.row>.off-8-wide{margin-left:66.66666667%}.row>.col-9-wide{width:75%}.row>.off-9-wide{margin-left:75%}.row>.col-10-wide{width:83.33333333%}.row>.off-10-wide{margin-left:83.33333333%}.row>.col-11-wide{width:91.66666667%}.row>.off-11-wide{margin-left:91.66666667%}.row>.col-12-wide{width:100%}.row>.off-12-wide{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}@media screen and (max-width: 1280px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-normal{order:-1}.row>.col-1-normal{width:8.33333333%}.row>.off-1-normal{margin-left:8.33333333%}.row>.col-2-normal{width:16.66666667%}.row>.off-2-normal{margin-left:16.66666667%}.row>.col-3-normal{width:25%}.row>.off-3-normal{margin-left:25%}.row>.col-4-normal{width:33.33333333%}.row>.off-4-normal{margin-left:33.33333333%}.row>.col-5-normal{width:41.66666667%}.row>.off-5-normal{margin-left:41.66666667%}.row>.col-6-normal{width:50%}.row>.off-6-normal{margin-left:50%}.row>.col-7-normal{width:58.33333333%}.row>.off-7-normal{margin-left:58.33333333%}.row>.col-8-normal{width:66.66666667%}.row>.off-8-normal{margin-left:66.66666667%}.row>.col-9-normal{width:75%}.row>.off-9-normal{margin-left:75%}.row>.col-10-normal{width:83.33333333%}.row>.off-10-normal{margin-left:83.33333333%}.row>.col-11-normal{width:91.66666667%}.row>.off-11-normal{margin-left:91.66666667%}.row>.col-12-normal{width:100%}.row>.off-12-normal{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}@media screen and (max-width: 980px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-narrow{order:-1}.row>.col-1-narrow{width:8.33333333%}.row>.off-1-narrow{margin-left:8.33333333%}.row>.col-2-narrow{width:16.66666667%}.row>.off-2-narrow{margin-left:16.66666667%}.row>.col-3-narrow{width:25%}.row>.off-3-narrow{margin-left:25%}.row>.col-4-narrow{width:33.33333333%}.row>.off-4-narrow{margin-left:33.33333333%}.row>.col-5-narrow{width:41.66666667%}.row>.off-5-narrow{margin-left:41.66666667%}.row>.col-6-narrow{width:50%}.row>.off-6-narrow{margin-left:50%}.row>.col-7-narrow{width:58.33333333%}.row>.off-7-narrow{margin-left:58.33333333%}.row>.col-8-narrow{width:66.66666667%}.row>.off-8-narrow{margin-left:66.66666667%}.row>.col-9-narrow{width:75%}.row>.off-9-narrow{margin-left:75%}.row>.col-10-narrow{width:83.33333333%}.row>.off-10-narrow{margin-left:83.33333333%}.row>.col-11-narrow{width:91.66666667%}.row>.off-11-narrow{margin-left:91.66666667%}.row>.col-12-narrow{width:100%}.row>.off-12-narrow{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}@media screen and (max-width: 840px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-narrower{order:-1}.row>.col-1-narrower{width:8.33333333%}.row>.off-1-narrower{margin-left:8.33333333%}.row>.col-2-narrower{width:16.66666667%}.row>.off-2-narrower{margin-left:16.66666667%}.row>.col-3-narrower{width:25%}.row>.off-3-narrower{margin-left:25%}.row>.col-4-narrower{width:33.33333333%}.row>.off-4-narrower{margin-left:33.33333333%}.row>.col-5-narrower{width:41.66666667%}.row>.off-5-narrower{margin-left:41.66666667%}.row>.col-6-narrower{width:50%}.row>.off-6-narrower{margin-left:50%}.row>.col-7-narrower{width:58.33333333%}.row>.off-7-narrower{margin-left:58.33333333%}.row>.col-8-narrower{width:66.66666667%}.row>.off-8-narrower{margin-left:66.66666667%}.row>.col-9-narrower{width:75%}.row>.off-9-narrower{margin-left:75%}.row>.col-10-narrower{width:83.33333333%}.row>.off-10-narrower{margin-left:83.33333333%}.row>.col-11-narrower{width:91.66666667%}.row>.off-11-narrower{margin-left:91.66666667%}.row>.col-12-narrower{width:100%}.row>.off-12-narrower{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}@media screen and (max-width: 736px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-mobile{order:-1}.row>.col-1-mobile{width:8.33333333%}.row>.off-1-mobile{margin-left:8.33333333%}.row>.col-2-mobile{width:16.66666667%}.row>.off-2-mobile{margin-left:16.66666667%}.row>.col-3-mobile{width:25%}.row>.off-3-mobile{margin-left:25%}.row>.col-4-mobile{width:33.33333333%}.row>.off-4-mobile{margin-left:33.33333333%}.row>.col-5-mobile{width:41.66666667%}.row>.off-5-mobile{margin-left:41.66666667%}.row>.col-6-mobile{width:50%}.row>.off-6-mobile{margin-left:50%}.row>.col-7-mobile{width:58.33333333%}.row>.off-7-mobile{margin-left:58.33333333%}.row>.col-8-mobile{width:66.66666667%}.row>.off-8-mobile{margin-left:66.66666667%}.row>.col-9-mobile{width:75%}.row>.off-9-mobile{margin-left:75%}.row>.col-10-mobile{width:83.33333333%}.row>.off-10-mobile{margin-left:83.33333333%}.row>.col-11-mobile{width:91.66666667%}.row>.off-11-mobile{margin-left:91.66666667%}.row>.col-12-mobile{width:100%}.row>.off-12-mobile{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}@media screen and (max-width: 480px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-mobilep{order:-1}.row>.col-1-mobilep{width:8.33333333%}.row>.off-1-mobilep{margin-left:8.33333333%}.row>.col-2-mobilep{width:16.66666667%}.row>.off-2-mobilep{margin-left:16.66666667%}.row>.col-3-mobilep{width:25%}.row>.off-3-mobilep{margin-left:25%}.row>.col-4-mobilep{width:33.33333333%}.row>.off-4-mobilep{margin-left:33.33333333%}.row>.col-5-mobilep{width:41.66666667%}.row>.off-5-mobilep{margin-left:41.66666667%}.row>.col-6-mobilep{width:50%}.row>.off-6-mobilep{margin-left:50%}.row>.col-7-mobilep{width:58.33333333%}.row>.off-7-mobilep{margin-left:58.33333333%}.row>.col-8-mobilep{width:66.66666667%}.row>.off-8-mobilep{margin-left:66.66666667%}.row>.col-9-mobilep{width:75%}.row>.off-9-mobilep{margin-left:75%}.row>.col-10-mobilep{width:83.33333333%}.row>.off-10-mobilep{margin-left:83.33333333%}.row>.col-11-mobilep{width:91.66666667%}.row>.off-11-mobilep{margin-left:91.66666667%}.row>.col-12-mobilep{width:100%}.row>.off-12-mobilep{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}.container{margin:0 auto;max-width:calc(100% - 5em);width:60em}.container.xsmall{width:15em}.container.small{width:30em}.container.medium{width:45em}.container.large{width:75em}.container.xlarge{width:90em}.container.max{width:100%}@media screen and (max-width: 840px){.container{width:100% !important}}@media screen and (max-width: 736px){.container{max-width:100%}}section.special,article.special{text-align:center}header p{color:#999;position:relative;margin:0 0 1.5em 0;font-style:italic}header h2+p{font-size:1.25em;margin-top:-1em;line-height:1.5em}header h3+p{font-size:1.1em;margin-top:-0.85em;line-height:1.5em}header h4+p,header h5+p,header h6+p{font-size:0.8em;margin-top:-0.5em;line-height:1.5em}header.major{padding:1em 0;text-align:center}header.major h2{margin:0}header.major p{display:inline-block;border-top:solid 2px #e5e5e5;color:#777;margin:1.5em 0 0 0;padding:1.5em 0 0 0;font-style:normal}form{margin:0 0 2em 0}label{color:#646464;display:block;font-size:0.9em;font-weight:300;margin:0 0 1em 0}input[type="text"],input[type="password"],input[type="email"],select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;background-color:#f8f8f8;border-radius:6px;border:solid 1px #e5e5e5;color:inherit;display:block;outline:0;padding:0 1em;text-decoration:none;width:100%}input[type="text"]:invalid,input[type="password"]:invalid,input[type="email"]:invalid,select:invalid,textarea:invalid{box-shadow:none}input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,select:focus,textarea:focus{border-color:#e89980;box-shadow:0 0 0 2px #e89980}select{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23e5e5e5' /%3E%3C/svg%3E");background-size:1.25em;background-repeat:no-repeat;background-position:calc(100% - 1em) center;height:3em;padding-right:3em;text-overflow:ellipsis}select option{color:#777;background-color:#f5f5f5}select:focus::-ms-value{background-color:transparent}select::-ms-expand{display:none}input[type="text"],input[type="password"],input[type="email"],select{height:3em}textarea{padding:0.75em 1em}input[type="checkbox"],input[type="radio"]{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;display:block;float:left;margin-right:-2em;opacity:0;width:1em;z-index:-1}input[type="checkbox"]+label,input[type="radio"]+label{text-decoration:none;color:#777;cursor:pointer;display:inline-block;font-size:1em;font-weight:300;padding-left:2.55em;padding-right:0.75em;position:relative}input[type="checkbox"]+label:before,input[type="radio"]+label:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;text-transform:none !important;font-family:'Font Awesome 5 Free';font-weight:900}input[type="checkbox"]+label:before,input[type="radio"]+label:before{background:#f8f8f8;border-radius:6px;border:solid 1px #e5e5e5;content:'';display:inline-block;font-size:0.8em;height:2.25em;left:0;line-height:2.25em;position:absolute;text-align:center;top:0;width:2.25em}input[type="checkbox"]:checked+label:before,input[type="radio"]:checked+label:before{background:#666;border-color:#666;color:#fff;content:'\f00c'}input[type="checkbox"]:focus+label:before,input[type="radio"]:focus+label:before{border-color:#e89980;box-shadow:0 0 0 1px #e89980}input[type="checkbox"]+label:before{border-radius:6px}input[type="radio"]+label:before{border-radius:100%}::-webkit-input-placeholder{color:#999 !important;opacity:1.0}:-moz-placeholder{color:#999 !important;opacity:1.0}::-moz-placeholder{color:#999 !important;opacity:1.0}:-ms-input-placeholder{color:#999 !important;opacity:1.0}.box{background:#fff;border-radius:6px;box-shadow:0 2px 0 0 #e5e5e5;margin:0 0 2em 0;padding:3em}.box>:last-child{margin-bottom:0}.box.alt{background:none !important;border-radius:0 !important;box-shadow:none !important;margin:0 0 2em 0;padding:0 !important}.box.features .features-row{border-top:solid 2px #e5e5e5;position:relative}.box.features .features-row:after{clear:both;content:'';display:block}.box.features .features-row section{float:left;padding:3em;width:50%}.box.features .features-row section :last-child{margin-bottom:0}.box.features .features-row section:nth-child(2n){padding-right:0}.box.features .features-row section:nth-child(2n):before{background:#e5e5e5;content:'';display:block;height:100%;margin-left:-3em;position:absolute;top:0;width:2px}.box.features .features-row section:nth-child(2n-1){padding-left:0}.box.features .features-row:first-child{border-top:0}.box.features .features-row:first-child section{padding-top:0}.box.features .features-row:last-child{padding-bottom:0}.box.features .features-row:last-child section{padding-bottom:0}.box.special{text-align:center}.box .image.featured{border-radius:0;display:block;margin:3em 0 3em -3em;position:relative;width:calc(100% + 6em)}.box .image.featured img{border-radius:0;display:block;width:100%}.box .image.featured:first-child{border-radius:6px 6px 0 0;margin-bottom:3em;margin-top:-3em}.box .image.featured:first-child img{border-radius:6px 6px 0 0}.box .image.featured:last-child{border-radius:0 0 6px 6px;margin-bottom:-3em;margin-top:3em}.box .image.featured:last-child img{border-radius:0 0 6px 6px}.icon{text-decoration:none;border-bottom:none;position:relative}.icon:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;text-transform:none !important;font-family:'Font Awesome 5 Free';font-weight:400}.icon>.label{display:none}.icon:before{line-height:inherit}.icon.solid:before{font-weight:900}.icon.brands:before{font-family:'Font Awesome 5 Brands'}.icon.major{background:#666;border-radius:100%;color:#fff;cursor:default;display:inline-block;height:5.5em;line-height:5.5em;margin:0 0 2em 0;width:5.5em}.icon.major:before{font-size:2.5em}.icon.major.accent1{background:#666;color:#fff}.icon.major.accent2{background:#e89980;color:#fff}.icon.major.accent3{background:#7fcdb8;color:#fff}.icon.major.accent4{background:#90b0ba;color:#fff}.icon.major.accent5{background:#e5cb95;color:#fff}.image{border-radius:6px;border:0;display:inline-block;position:relative}.image img{border-radius:6px;display:block}.image.left{float:left;padding:0 1.5em 1em 0;top:0.25em}.image.right{float:right;padding:0 0 1em 1.5em;top:0.25em}.image.fit{display:block;margin:0 0 2em 0;width:100%}.image.fit img{display:block;width:100%}ol{list-style:decimal;margin:0 0 2em 0;padding-left:1.25em}ol li{padding-left:0.25em}ul{list-style:disc;margin:0 0 2em 0;padding-left:1em}ul li{padding-left:0.5em}ul.alt{list-style:none;padding-left:0}ul.alt li{border-top:solid 1px #e5e5e5;padding:0.5em 0}ul.alt li:first-child{border-top:0;padding-top:0}ul.icons{cursor:default;list-style:none;padding-left:0}ul.icons li{display:inline-block;padding:0 1.25em 0 0}ul.icons li:last-child{padding-right:0}ul.icons li .icon{color:inherit}ul.icons li .icon:before{font-size:1.75em}dl{margin:0 0 2em 0}ul.actions{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;cursor:default;list-style:none;margin-left:-1em;padding-left:0}ul.actions li{padding:0 0 0 1em;vertical-align:middle}ul.actions.special{-moz-justify-content:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;width:100%;margin-left:0}ul.actions.special li:first-child{padding-left:0}ul.actions.stacked{-moz-flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:0}ul.actions.stacked li{padding:1.3em 0 0 0}ul.actions.stacked li:first-child{padding-top:0}ul.actions.fit{width:calc(100% + 1em)}ul.actions.fit li{-moz-flex-grow:1;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;-moz-flex-shrink:1;-webkit-flex-shrink:1;-ms-flex-shrink:1;flex-shrink:1;width:100%}ul.actions.fit li>*{width:100%}ul.actions.fit.stacked{width:100%}@media screen and (max-width: 480px){ul.actions:not(.fixed){-moz-flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:0;width:100% !important}ul.actions:not(.fixed) li{-moz-flex-grow:1;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;-moz-flex-shrink:1;-webkit-flex-shrink:1;-ms-flex-shrink:1;flex-shrink:1;padding:1em 0 0 0;text-align:center;width:100%}ul.actions:not(.fixed) li>*{width:100%}ul.actions:not(.fixed) li:first-child{padding-top:0}ul.actions:not(.fixed) li input[type="submit"],ul.actions:not(.fixed) li input[type="reset"],ul.actions:not(.fixed) li input[type="button"],ul.actions:not(.fixed) li button,ul.actions:not(.fixed) li .button{width:100%}ul.actions:not(.fixed) li input[type="submit"].icon:before,ul.actions:not(.fixed) li input[type="reset"].icon:before,ul.actions:not(.fixed) li input[type="button"].icon:before,ul.actions:not(.fixed) li button.icon:before,ul.actions:not(.fixed) li .button.icon:before{margin-left:-0.5em}}.table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}table{margin:0 0 2em 0;width:100%}table tbody tr{border:solid 1px #e5e5e5;border-left:0;border-right:0}table tbody tr:nth-child(2n + 1){background-color:#f8f8f8}table td{padding:0.75em 0.75em}table th{color:#646464;font-size:0.9em;font-weight:300;padding:0 0.75em 0.75em 0.75em;text-align:left}table thead{border-bottom:solid 2px #e5e5e5}table tfoot{border-top:solid 2px #e5e5e5}table.alt{border-collapse:separate}table.alt tbody tr td{border:solid 1px #e5e5e5;border-left-width:0;border-top-width:0}table.alt tbody tr td:first-child{border-left-width:1px}table.alt tbody tr:first-child td{border-top-width:1px}table.alt thead{border-bottom:0}table.alt tfoot{border-top:0}input[type="submit"],input[type="reset"],input[type="button"],.button{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;-moz-transition:background-color .2s ease-in-out,color .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out,color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out,color .2s ease-in-out;transition:background-color .2s ease-in-out,color .2s ease-in-out;background-color:#666;border-radius:6px;border:0;color:#fff;cursor:pointer;display:inline-block;font-weight:400;height:3em;line-height:3em;padding:0 2em;text-align:center;text-decoration:none;white-space:nowrap}input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.button:hover{background-color:#737373}input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active,.button:active{background-color:#595959}input[type="submit"].icon,input[type="reset"].icon,input[type="button"].icon,.button.icon{padding-left:1.35em}input[type="submit"].icon:before,input[type="reset"].icon:before,input[type="button"].icon:before,.button.icon:before{margin-right:0.5em}input[type="submit"].fit,input[type="reset"].fit,input[type="button"].fit,.button.fit{width:100%}input[type="submit"].small,input[type="reset"].small,input[type="button"].small,.button.small{font-size:0.8em;height:2.7em;line-height:2.7em}input[type="submit"].large,input[type="reset"].large,input[type="button"].large,.button.large{font-size:1.25em;height:2.7em;line-height:2.7em}input[type="submit"].alt,input[type="reset"].alt,input[type="button"].alt,.button.alt{background-color:transparent;box-shadow:inset 0 0 0 2px #e5e5e5;color:#777}input[type="submit"].alt:hover,input[type="reset"].alt:hover,input[type="button"].alt:hover,.button.alt:hover{background-color:#f8f8f8}input[type="submit"].alt:active,input[type="reset"].alt:active,input[type="button"].alt:active,.button.alt:active{background-color:#f0f0f0}input[type="submit"].alt.icon:before,input[type="reset"].alt.icon:before,input[type="button"].alt.icon:before,.button.alt.icon:before{color:#999}input[type="submit"].primary,input[type="reset"].primary,input[type="button"].primary,.button.primary{background-color:#e89980;color:#fff !important}input[type="submit"].primary:hover,input[type="reset"].primary:hover,input[type="button"].primary:hover,.button.primary:hover{background-color:#ecaa96}input[type="submit"].primary:active,input[type="reset"].primary:active,input[type="button"].primary:active,.button.primary:active{background-color:#e4886a}input[type="submit"].disabled,input[type="submit"]:disabled,input[type="reset"].disabled,input[type="reset"]:disabled,input[type="button"].disabled,input[type="button"]:disabled,.button.disabled,.button:disabled{background-color:#777 !important;box-shadow:inset 0 -0.15em 0 0 rgba(0,0,0,0.15);color:#f5f5f5 !important;cursor:default;opacity:0.25}#page-wrapper{padding-top:3em}body.landing #page-wrapper{padding-top:0}@-moz-keyframes reveal-header{0%{top:-5em}100%{top:0}}@-webkit-keyframes reveal-header{0%{top:-5em}100%{top:0}}@-ms-keyframes reveal-header{0%{top:-5em}100%{top:0}}@keyframes reveal-header{0%{top:-5em}100%{top:0}}#header{background:#444;color:#bbb;cursor:default;height:3.25em;left:0;line-height:3.25em;position:fixed;top:0;width:100%;z-index:10000}#header h1{color:inherit;height:inherit;left:1.25em;line-height:inherit;margin:0;padding:0;position:absolute;top:0}#header h1 a{color:#fff;font-weight:400;border:0}#header nav{height:inherit;line-height:inherit;position:absolute;right:0.75em;top:0;vertical-align:middle}#header nav>ul{list-style:none;margin:0;padding-left:0}#header nav>ul>li{display:inline-block;padding-left:0}#header nav>ul>li>ul{display:none}#header nav>ul>li a{display:inline-block;height:2em;line-height:1.95em;padding:0 1em;border-radius:6px}#header nav>ul>li a:not(.button){color:#fff;display:inline-block;text-decoration:none;border:0}#header nav>ul>li a:not(.button).icon:before{color:#999;margin-right:0.5em}#header nav>ul>li:first-child{margin-left:0}#header nav>ul>li.active a:not(.button){background-color:rgba(153,153,153,0.25)}#header nav>ul>li .button{margin:0 0 0 0.5em;position:relative}#header input[type="submit"],#header input[type="reset"],#header input[type="button"],#header .button{background-color:transparent;box-shadow:inset 0 0 0 2px #999;color:#fff}#header input[type="submit"]:hover,#header input[type="reset"]:hover,#header input[type="button"]:hover,#header .button:hover{background-color:rgba(153,153,153,0.25)}#header input[type="submit"]:active,#header input[type="reset"]:active,#header input[type="button"]:active,#header .button:active{background-color:rgba(153,153,153,0.5)}#header .container{position:relative}#header .container h1{left:0}#header .container nav{right:0}#header.reveal{-moz-animation:reveal-header 0.5s;-webkit-animation:reveal-header 0.5s;-ms-animation:reveal-header 0.5s;animation:reveal-header 0.5s}#header.alt{-moz-animation:none;-webkit-animation:none;-ms-animation:none;animation:none;background:none;color:rgba(255,255,255,0.75);position:absolute}#header.alt nav>ul>li a:not(.button).icon:before{color:rgba(255,255,255,0.75)}#header.alt nav>ul>li.active a:not(.button){background-color:rgba(255,255,255,0.2)}#header.alt input[type="submit"],#header.alt input[type="reset"],#header.alt input[type="button"],#header.alt .button{box-shadow:inset 0 0 0 2px rgba(255,255,255,0.5)}#header.alt input[type="submit"]:hover,#header.alt input[type="reset"]:hover,#header.alt input[type="button"]:hover,#header.alt .button:hover{background-color:rgba(255,255,255,0.1)}#header.alt input[type="submit"]:active,#header.alt input[type="reset"]:active,#header.alt input[type="button"]:active,#header.alt .button:active{background-color:rgba(255,255,255,0.2)}.dropotron{background:#fff;border-radius:6px;box-shadow:0 2px 0 0 rgba(0,0,0,0.065),inset 0 -1px 0 0 #fff,inset 0 0 0 1px rgba(229,229,229,0.5);list-style:none;margin:calc(-0.5em + 1px) 0 0 1px;padding:0.5em 0;width:11em}.dropotron li{padding:0}.dropotron li a,.dropotron li span{-moz-transition:none;-webkit-transition:none;-ms-transition:none;transition:none;border:0;border-top:solid 1px #f2f2f2;color:inherit;display:block;padding:0.15em 1em}.dropotron li:first-child>a,.dropotron li:first-child>span{border-top:0}.dropotron li.active>a,.dropotron li.active>span,.dropotron li:hover>a,.dropotron li:hover>span{background:#e89980;color:#fff}.dropotron.level-0{font-size:0.9em;margin:1em 0 0 0}.dropotron.level-0:before{-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;border:solid 1px rgba(229,229,229,0.5);border-bottom:0;border-right:0;box-shadow:-0.25em -0.125em 0.125em 0 rgba(0,0,0,0.015);content:'';display:block;height:0.75em;position:absolute;right:1.25em;top:-0.375em;width:0.75em;z-index:0}#banner{background-attachment:scroll, fixed;background-color:#666;background-image:url("{{'images/banner.jpg' | absURL}}");background-position:top left, center center;background-repeat:repeat, no-repeat;background-size:auto, cover;color:#fff;padding:12em 0 20em 0;text-align:center}#banner :last-child{margin-bottom:0}#banner h2,#banner h3,#banner h4,#banner h5,#banner h6{color:#fff}#banner h2{font-size:3.5em;line-height:1em;margin:0 0 0.5em 0;padding:0}#banner p{font-size:1.25em;margin-bottom:1.75em}#banner input[type="submit"],#banner input[type="reset"],#banner input[type="button"],#banner .button{background-color:transparent;box-shadow:inset 0 0 0 2px rgba(255,255,255,0.5);color:#fff;min-width:12em}#banner input[type="submit"]:hover,#banner input[type="reset"]:hover,#banner input[type="button"]:hover,#banner .button:hover{background-color:rgba(255,255,255,0.1)}#banner input[type="submit"]:active,#banner input[type="reset"]:active,#banner input[type="button"]:active,#banner .button:active{background-color:rgba(255,255,255,0.2)}#banner input[type="submit"].primary,#banner input[type="reset"].primary,#banner input[type="button"].primary,#banner .button.primary{background:#fff;color:#666 !important}#main{padding:4em 0}#main>header{text-align:center;margin:0 0 3em 0}#main>header h2{font-size:2.75em;margin:0}#main>header p{border-top:solid 2px #e5e5e5;color:#777;display:inline-block;font-style:normal;margin:1em 0 0 0;padding:1em 0 1.25em 0}body.landing #main{margin-top:-14em}#footer{background:#f0f0f0;padding:4em 0 6em 0;text-align:center}#footer .icons a{-moz-transition:opacity .2s ease-in-out;-webkit-transition:opacity .2s ease-in-out;-ms-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;opacity:0.35}#footer .icons a:hover{opacity:0.75}#footer .copyright{color:#999;font-size:0.9em;line-height:1em;margin:2em 0 0 0;padding:0;text-align:center}#footer .copyright a{color:inherit}#footer .copyright li{border-left:solid 1px #ddd;display:inline-block;list-style:none;margin-left:1em;padding-left:1em}#footer .copyright li:first-child{border-left:0;margin-left:0;padding-left:0}#cta{background:#e89980;color:#f9e6df;padding:3.5em 0 4em 0;text-align:center}#cta h2,#cta h3,#cta h4,#cta h5,#cta h6{color:inherit}#cta form{margin:0 auto;max-width:100%;width:25em}#cta input[type="submit"],#cta input[type="reset"],#cta input[type="button"],#cta .button{box-shadow:none;background:#fff;color:#e89980}#cta input[type="text"],#cta input[type="password"],#cta input[type="email"],#cta select,#cta textarea{color:#fff;background:rgba(255,255,255,0.15);border:0}#cta input[type="text"]:focus,#cta input[type="password"]:focus,#cta input[type="email"]:focus,#cta select:focus,#cta textarea:focus{box-shadow:inset 0 0 0 2px #fff}#cta ::-webkit-input-placeholder{color:rgba(255,255,255,0.75) !important}#cta :-moz-placeholder{color:rgba(255,255,255,0.75) !important}#cta ::-moz-placeholder{color:rgba(255,255,255,0.75) !important}#cta :-ms-input-placeholder{color:rgba(255,255,255,0.75) !important}#cta .formerize-placeholder{color:rgba(255,255,255,0.75) !important}@media screen and (max-width: 1680px){body,input,select,textarea{font-size:13pt}#banner{padding:10em 0 18em 0}}@media screen and (max-width: 1280px){body,input,select,textarea{font-size:11pt}.dropotron.level-0{font-size:1em}#banner{background-attachment:scroll}#banner h2{font-size:3.5em}}@media screen and (max-width: 980px){body,input,select,textarea{font-size:11pt}}#navPanel,#navButton{display:none}@media screen and (max-width: 840px){html,body{overflow-x:hidden}body,input,select,textarea{font-size:11pt}h2 br,h3 br,h4 br,h5 br,h6 br{display:none}header br{display:none}header.major{padding:0 4em}.box{padding:3em 2em}.box.features>section{padding:3em 2em}.box .image.featured{margin-left:-2em;width:calc(100% + 4em)}.box .image.featured:first-child{margin-bottom:3em;margin-top:-3em}.box .image.featured:last-child{margin-bottom:-3em;margin-top:3em}#page-wrapper{padding-top:0}#header{display:none}#page-wrapper{-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;-moz-transition:-moz-transform .5s ease;-webkit-transition:-webkit-transform .5s ease;-ms-transition:-ms-transform .5s ease;transition:transform .5s ease;padding-bottom:1px}#navButton{-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;-moz-transition:-moz-transform .5s ease;-webkit-transition:-webkit-transform .5s ease;-ms-transition:-ms-transform .5s ease;transition:transform .5s ease;display:block;height:44px;left:0;position:fixed;top:0;width:100%;z-index:10001}#navButton .toggle{text-decoration:none;height:100%;left:0;position:absolute;top:0;width:100%;border:0;outline:0}#navButton .toggle:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;text-transform:none !important;font-family:'Font Awesome 5 Free';font-weight:900}#navButton .toggle:before{background:rgba(192,192,192,0.75);border-radius:6px;color:#fff;content:'\f0c9';display:block;font-size:16px;height:2.25em;left:0.5em;line-height:2.25em;position:absolute;text-align:center;top:0.5em;width:3.5em}#navPanel{-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;-moz-transform:translateX(-275px);-webkit-transform:translateX(-275px);-ms-transform:translateX(-275px);transform:translateX(-275px);-moz-transition:-moz-transform .5s ease;-webkit-transition:-webkit-transform .5s ease;-ms-transition:-ms-transform .5s ease;transition:transform .5s ease;display:block;height:100%;left:0;overflow-y:auto;position:fixed;top:0;width:275px;z-index:10002;background:#2b2b2b;color:#bbb}#navPanel .link{border-bottom:0;border-top:solid 1px rgba(255,255,255,0.05);color:#bbb;display:block;height:44px;line-height:44px;padding:0 1em 0 1em;text-decoration:none}#navPanel .link:first-child{border-top:0}#navPanel .link.depth-0{color:#fff}#navPanel .link .indent-1{display:inline-block;width:1em}#navPanel .link .indent-2{display:inline-block;width:2em}#navPanel .link .indent-3{display:inline-block;width:3em}#navPanel .link .indent-4{display:inline-block;width:4em}#navPanel .link .indent-5{display:inline-block;width:5em}body.navPanel-visible #page-wrapper{-moz-transform:translateX(275px);-webkit-transform:translateX(275px);-ms-transform:translateX(275px);transform:translateX(275px)}body.navPanel-visible #navButton{-moz-transform:translateX(275px);-webkit-transform:translateX(275px);-ms-transform:translateX(275px);transform:translateX(275px)}body.navPanel-visible #navPanel{-moz-transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@media screen and (max-width: 736px){body,input,select,textarea{font-size:11pt}h2{font-size:1.75em;line-height:1.35em;letter-spacing:-0.025em}h3{font-size:1.5em}h4{font-size:1em}header.major{padding:1em}header.major h2,header.major p{padding-left:0.5em;padding-right:0.5em}.box{margin:1em;overflow-x:hidden;padding:2em 2em !important}.box.features .features-row{border-top:0;padding:0}.box.features .features-row section{border:0;border-top:solid 1px #e5e5e5 !important;float:none;margin:2em 0 0 0 !important;padding:2em 0 0 0 !important;width:100%}.box.features .features-row:first-child section:first-child{border-top:0 !important;margin-top:0 !important;padding-top:0 !important}.box .image.featured{margin-left:-2em;width:calc(100% + 4em)}.box .image.featured:first-child{margin-bottom:2em;margin-top:-2em}.box .image.featured:last-child{margin-bottom:-2em;margin-top:2em}#banner{padding:4em 0}#banner h2{font-size:2.25em}#banner p{font-size:1.25em}#main{padding:4em 0 0 0}#main>header{margin:0 2em 1.5em 2em}#main>header h2{font-size:2em}#main>header p{font-size:1em;padding-bottom:1em}body.landing #main{padding:0;margin-top:0}#footer{padding:4em 0}#footer .copyright li{border-left:0;display:block;line-height:2em;margin-left:0;padding-left:0}}@media screen and (max-width: 480px){html,body{min-width:320px}body,input,select,textarea{font-size:11pt}header.major{padding:0}ul.actions{margin:0 0 2em 0}ul.actions li{display:block;padding:1em 0 0 0;text-align:center;width:100%}ul.actions li:first-child{padding-top:0}ul.actions li>*{width:100%;margin:0 !important}ul.actions li>*.icon:before{margin-left:-2em}ul.actions.small li{padding:.5em 0 0 0}ul.actions.small li:first-child{padding-top:0}.box{border-radius:0;box-shadow:none;margin:1em 0 0 0;padding:3em 1em !important}.box.features .features-row section{margin:3em 0 0 0 !important;padding:3em 0 0 0 !important}.box .image.featured{border-radius:0;margin-left:-1em;width:calc(100% + 2em)}.box .image.featured img{border-radius:0 !important}.box .image.featured:first-child{margin-bottom:3em;margin-top:-3em}.box .image.featured:last-child{margin-bottom:-3em;margin-top:3em}#banner{padding:5em 3em 4em 3em}#main>.box:first-child{margin-top:0}#cta{padding:2.5em 1em 3em 1em}} - -/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/resources/_gen/assets/scss/sass/main.scss_c17dc4edf7b1ac1463b44551a7348b1f.json b/resources/_gen/assets/scss/sass/main.scss_c17dc4edf7b1ac1463b44551a7348b1f.json deleted file mode 100644 index 8d03ad7..0000000 --- a/resources/_gen/assets/scss/sass/main.scss_c17dc4edf7b1ac1463b44551a7348b1f.json +++ /dev/null @@ -1 +0,0 @@ -{"Target":"style.css","MediaType":"text/css","Data":{}} \ No newline at end of file diff --git a/resources/_gen/assets/scss/sass/main.scss_e95820d474fe7cf9c38afe1151187c97.content b/resources/_gen/assets/scss/sass/main.scss_e95820d474fe7cf9c38afe1151187c97.content deleted file mode 100644 index dcd387c..0000000 --- a/resources/_gen/assets/scss/sass/main.scss_e95820d474fe7cf9c38afe1151187c97.content +++ /dev/null @@ -1,3 +0,0 @@ -@import url("css/fontawesome-all.min.css");@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}body{-webkit-text-size-adjust:none}mark{background-color:transparent;color:inherit}input::-moz-focus-inner{border:0;padding:0}input,select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none}@-ms-viewport{width:device-width}body{-ms-overflow-style:scrollbar}@media screen and (max-width: 480px){html,body{min-width:320px}}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{background:#f5f5f5}body,input,select,textarea{color:#777;font-family:"Source Sans Pro",sans-serif;font-size:16pt;font-weight:300;line-height:1.65em;letter-spacing:-0.015em}a{-moz-transition:color .2s ease-in-out,border-bottom-color .2s ease-in-out;-webkit-transition:color .2s ease-in-out,border-bottom-color .2s ease-in-out;-ms-transition:color .2s ease-in-out,border-bottom-color .2s ease-in-out;transition:color .2s ease-in-out,border-bottom-color .2s ease-in-out;border-bottom:dotted 1px;color:#e89980;text-decoration:none}a:hover{border-bottom-color:transparent}strong,b{color:#646464;font-weight:400}em,i{font-style:italic}p{margin:0 0 2em 0}h1,h2,h3,h4,h5,h6{color:#646464;font-weight:300;line-height:1em;margin:0 0 .5em 0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;text-decoration:none}h2{font-size:2.25em;line-height:1.5em;letter-spacing:-0.035em}h3{font-size:1.75em;line-height:1.5em;letter-spacing:-0.025em}h4{font-size:1.1em;line-height:1.5em;letter-spacing:0}h5{font-size:0.9em;line-height:1.5em;letter-spacing:0}h6{font-size:0.7em;line-height:1.5em;letter-spacing:0}sub{font-size:0.8em;position:relative;top:0.5em}sup{font-size:0.8em;position:relative;top:-0.5em}hr{border:0;border-bottom:solid 2px #e5e5e5;margin:2em 0}hr.major{margin:3em 0}blockquote{border-left:solid 4px #e5e5e5;font-style:italic;margin:0 0 2em 0;padding:0.5em 0 0.5em 2em}pre{-webkit-overflow-scrolling:touch;background:#f8f8f8;border-radius:6px;border:solid 1px #e5e5e5;font-family:monospace;font-size:0.9em;line-height:1.75em;margin:0 0 2em 0;overflow-x:auto;padding:1em 1.5em}pre code{border:solid 0px #e5e5e5;font-family:monospace;font-size:0.9em;line-height:1.75em;margin:0 0 2em 0;overflow-x:auto}code{background:#f8f8f8;border-radius:6px;border:solid 1px #e5e5e5;font-family:monospace;font-size:0.9em;margin:0 0.25em;padding:0.25em 0.65em}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp{order:-1}.row>.col-1{width:8.33333333%}.row>.off-1{margin-left:8.33333333%}.row>.col-2{width:16.66666667%}.row>.off-2{margin-left:16.66666667%}.row>.col-3{width:25%}.row>.off-3{margin-left:25%}.row>.col-4{width:33.33333333%}.row>.off-4{margin-left:33.33333333%}.row>.col-5{width:41.66666667%}.row>.off-5{margin-left:41.66666667%}.row>.col-6{width:50%}.row>.off-6{margin-left:50%}.row>.col-7{width:58.33333333%}.row>.off-7{margin-left:58.33333333%}.row>.col-8{width:66.66666667%}.row>.off-8{margin-left:66.66666667%}.row>.col-9{width:75%}.row>.off-9{margin-left:75%}.row>.col-10{width:83.33333333%}.row>.off-10{margin-left:83.33333333%}.row>.col-11{width:91.66666667%}.row>.off-11{margin-left:91.66666667%}.row>.col-12{width:100%}.row>.off-12{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}@media screen and (max-width: 1680px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-wide{order:-1}.row>.col-1-wide{width:8.33333333%}.row>.off-1-wide{margin-left:8.33333333%}.row>.col-2-wide{width:16.66666667%}.row>.off-2-wide{margin-left:16.66666667%}.row>.col-3-wide{width:25%}.row>.off-3-wide{margin-left:25%}.row>.col-4-wide{width:33.33333333%}.row>.off-4-wide{margin-left:33.33333333%}.row>.col-5-wide{width:41.66666667%}.row>.off-5-wide{margin-left:41.66666667%}.row>.col-6-wide{width:50%}.row>.off-6-wide{margin-left:50%}.row>.col-7-wide{width:58.33333333%}.row>.off-7-wide{margin-left:58.33333333%}.row>.col-8-wide{width:66.66666667%}.row>.off-8-wide{margin-left:66.66666667%}.row>.col-9-wide{width:75%}.row>.off-9-wide{margin-left:75%}.row>.col-10-wide{width:83.33333333%}.row>.off-10-wide{margin-left:83.33333333%}.row>.col-11-wide{width:91.66666667%}.row>.off-11-wide{margin-left:91.66666667%}.row>.col-12-wide{width:100%}.row>.off-12-wide{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}@media screen and (max-width: 1280px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-normal{order:-1}.row>.col-1-normal{width:8.33333333%}.row>.off-1-normal{margin-left:8.33333333%}.row>.col-2-normal{width:16.66666667%}.row>.off-2-normal{margin-left:16.66666667%}.row>.col-3-normal{width:25%}.row>.off-3-normal{margin-left:25%}.row>.col-4-normal{width:33.33333333%}.row>.off-4-normal{margin-left:33.33333333%}.row>.col-5-normal{width:41.66666667%}.row>.off-5-normal{margin-left:41.66666667%}.row>.col-6-normal{width:50%}.row>.off-6-normal{margin-left:50%}.row>.col-7-normal{width:58.33333333%}.row>.off-7-normal{margin-left:58.33333333%}.row>.col-8-normal{width:66.66666667%}.row>.off-8-normal{margin-left:66.66666667%}.row>.col-9-normal{width:75%}.row>.off-9-normal{margin-left:75%}.row>.col-10-normal{width:83.33333333%}.row>.off-10-normal{margin-left:83.33333333%}.row>.col-11-normal{width:91.66666667%}.row>.off-11-normal{margin-left:91.66666667%}.row>.col-12-normal{width:100%}.row>.off-12-normal{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}@media screen and (max-width: 980px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-narrow{order:-1}.row>.col-1-narrow{width:8.33333333%}.row>.off-1-narrow{margin-left:8.33333333%}.row>.col-2-narrow{width:16.66666667%}.row>.off-2-narrow{margin-left:16.66666667%}.row>.col-3-narrow{width:25%}.row>.off-3-narrow{margin-left:25%}.row>.col-4-narrow{width:33.33333333%}.row>.off-4-narrow{margin-left:33.33333333%}.row>.col-5-narrow{width:41.66666667%}.row>.off-5-narrow{margin-left:41.66666667%}.row>.col-6-narrow{width:50%}.row>.off-6-narrow{margin-left:50%}.row>.col-7-narrow{width:58.33333333%}.row>.off-7-narrow{margin-left:58.33333333%}.row>.col-8-narrow{width:66.66666667%}.row>.off-8-narrow{margin-left:66.66666667%}.row>.col-9-narrow{width:75%}.row>.off-9-narrow{margin-left:75%}.row>.col-10-narrow{width:83.33333333%}.row>.off-10-narrow{margin-left:83.33333333%}.row>.col-11-narrow{width:91.66666667%}.row>.off-11-narrow{margin-left:91.66666667%}.row>.col-12-narrow{width:100%}.row>.off-12-narrow{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}@media screen and (max-width: 840px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-narrower{order:-1}.row>.col-1-narrower{width:8.33333333%}.row>.off-1-narrower{margin-left:8.33333333%}.row>.col-2-narrower{width:16.66666667%}.row>.off-2-narrower{margin-left:16.66666667%}.row>.col-3-narrower{width:25%}.row>.off-3-narrower{margin-left:25%}.row>.col-4-narrower{width:33.33333333%}.row>.off-4-narrower{margin-left:33.33333333%}.row>.col-5-narrower{width:41.66666667%}.row>.off-5-narrower{margin-left:41.66666667%}.row>.col-6-narrower{width:50%}.row>.off-6-narrower{margin-left:50%}.row>.col-7-narrower{width:58.33333333%}.row>.off-7-narrower{margin-left:58.33333333%}.row>.col-8-narrower{width:66.66666667%}.row>.off-8-narrower{margin-left:66.66666667%}.row>.col-9-narrower{width:75%}.row>.off-9-narrower{margin-left:75%}.row>.col-10-narrower{width:83.33333333%}.row>.off-10-narrower{margin-left:83.33333333%}.row>.col-11-narrower{width:91.66666667%}.row>.off-11-narrower{margin-left:91.66666667%}.row>.col-12-narrower{width:100%}.row>.off-12-narrower{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}@media screen and (max-width: 736px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-mobile{order:-1}.row>.col-1-mobile{width:8.33333333%}.row>.off-1-mobile{margin-left:8.33333333%}.row>.col-2-mobile{width:16.66666667%}.row>.off-2-mobile{margin-left:16.66666667%}.row>.col-3-mobile{width:25%}.row>.off-3-mobile{margin-left:25%}.row>.col-4-mobile{width:33.33333333%}.row>.off-4-mobile{margin-left:33.33333333%}.row>.col-5-mobile{width:41.66666667%}.row>.off-5-mobile{margin-left:41.66666667%}.row>.col-6-mobile{width:50%}.row>.off-6-mobile{margin-left:50%}.row>.col-7-mobile{width:58.33333333%}.row>.off-7-mobile{margin-left:58.33333333%}.row>.col-8-mobile{width:66.66666667%}.row>.off-8-mobile{margin-left:66.66666667%}.row>.col-9-mobile{width:75%}.row>.off-9-mobile{margin-left:75%}.row>.col-10-mobile{width:83.33333333%}.row>.off-10-mobile{margin-left:83.33333333%}.row>.col-11-mobile{width:91.66666667%}.row>.off-11-mobile{margin-left:91.66666667%}.row>.col-12-mobile{width:100%}.row>.off-12-mobile{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}@media screen and (max-width: 480px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-mobilep{order:-1}.row>.col-1-mobilep{width:8.33333333%}.row>.off-1-mobilep{margin-left:8.33333333%}.row>.col-2-mobilep{width:16.66666667%}.row>.off-2-mobilep{margin-left:16.66666667%}.row>.col-3-mobilep{width:25%}.row>.off-3-mobilep{margin-left:25%}.row>.col-4-mobilep{width:33.33333333%}.row>.off-4-mobilep{margin-left:33.33333333%}.row>.col-5-mobilep{width:41.66666667%}.row>.off-5-mobilep{margin-left:41.66666667%}.row>.col-6-mobilep{width:50%}.row>.off-6-mobilep{margin-left:50%}.row>.col-7-mobilep{width:58.33333333%}.row>.off-7-mobilep{margin-left:58.33333333%}.row>.col-8-mobilep{width:66.66666667%}.row>.off-8-mobilep{margin-left:66.66666667%}.row>.col-9-mobilep{width:75%}.row>.off-9-mobilep{margin-left:75%}.row>.col-10-mobilep{width:83.33333333%}.row>.off-10-mobilep{margin-left:83.33333333%}.row>.col-11-mobilep{width:91.66666667%}.row>.off-11-mobilep{margin-left:91.66666667%}.row>.col-12-mobilep{width:100%}.row>.off-12-mobilep{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0em}.row.gtr-0>*{padding:0 0 0 0em}.row.gtr-0.gtr-uniform{margin-top:0em}.row.gtr-0.gtr-uniform>*{padding-top:0em}.row.gtr-25{margin-top:0;margin-left:-.5em}.row.gtr-25>*{padding:0 0 0 .5em}.row.gtr-25.gtr-uniform{margin-top:-.5em}.row.gtr-25.gtr-uniform>*{padding-top:.5em}.row.gtr-50{margin-top:0;margin-left:-1em}.row.gtr-50>*{padding:0 0 0 1em}.row.gtr-50.gtr-uniform{margin-top:-1em}.row.gtr-50.gtr-uniform>*{padding-top:1em}.row{margin-top:0;margin-left:-2em}.row>*{padding:0 0 0 2em}.row.gtr-uniform{margin-top:-2em}.row.gtr-uniform>*{padding-top:2em}.row.gtr-150{margin-top:0;margin-left:-3em}.row.gtr-150>*{padding:0 0 0 3em}.row.gtr-150.gtr-uniform{margin-top:-3em}.row.gtr-150.gtr-uniform>*{padding-top:3em}.row.gtr-200{margin-top:0;margin-left:-4em}.row.gtr-200>*{padding:0 0 0 4em}.row.gtr-200.gtr-uniform{margin-top:-4em}.row.gtr-200.gtr-uniform>*{padding-top:4em}}.container{margin:0 auto;max-width:calc(100% - 5em);width:60em}.container.xsmall{width:15em}.container.small{width:30em}.container.medium{width:45em}.container.large{width:75em}.container.xlarge{width:90em}.container.max{width:100%}@media screen and (max-width: 840px){.container{width:100% !important}}@media screen and (max-width: 736px){.container{max-width:100%}}section.special,article.special{text-align:center}header p{color:#999;position:relative;margin:0 0 1.5em 0;font-style:italic}header h2+p{font-size:1.25em;margin-top:-1em;line-height:1.5em}header h3+p{font-size:1.1em;margin-top:-0.85em;line-height:1.5em}header h4+p,header h5+p,header h6+p{font-size:0.8em;margin-top:-0.5em;line-height:1.5em}header.major{padding:1em 0;text-align:center}header.major h2{margin:0}header.major p{display:inline-block;border-top:solid 2px #e5e5e5;color:#777;margin:1.5em 0 0 0;padding:1.5em 0 0 0;font-style:normal}form{margin:0 0 2em 0}label{color:#646464;display:block;font-size:0.9em;font-weight:300;margin:0 0 1em 0}input[type="text"],input[type="password"],input[type="email"],select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;background-color:#f8f8f8;border-radius:6px;border:solid 1px #e5e5e5;color:inherit;display:block;outline:0;padding:0 1em;text-decoration:none;width:100%}input[type="text"]:invalid,input[type="password"]:invalid,input[type="email"]:invalid,select:invalid,textarea:invalid{box-shadow:none}input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,select:focus,textarea:focus{border-color:#e89980;box-shadow:0 0 0 2px #e89980}select{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23e5e5e5' /%3E%3C/svg%3E");background-size:1.25em;background-repeat:no-repeat;background-position:calc(100% - 1em) center;height:3em;padding-right:3em;text-overflow:ellipsis}select option{color:#777;background-color:#f5f5f5}select:focus::-ms-value{background-color:transparent}select::-ms-expand{display:none}input[type="text"],input[type="password"],input[type="email"],select{height:3em}textarea{padding:0.75em 1em}input[type="checkbox"],input[type="radio"]{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;display:block;float:left;margin-right:-2em;opacity:0;width:1em;z-index:-1}input[type="checkbox"]+label,input[type="radio"]+label{text-decoration:none;color:#777;cursor:pointer;display:inline-block;font-size:1em;font-weight:300;padding-left:2.55em;padding-right:0.75em;position:relative}input[type="checkbox"]+label:before,input[type="radio"]+label:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;text-transform:none !important;font-family:'Font Awesome 5 Free';font-weight:900}input[type="checkbox"]+label:before,input[type="radio"]+label:before{background:#f8f8f8;border-radius:6px;border:solid 1px #e5e5e5;content:'';display:inline-block;font-size:0.8em;height:2.25em;left:0;line-height:2.25em;position:absolute;text-align:center;top:0;width:2.25em}input[type="checkbox"]:checked+label:before,input[type="radio"]:checked+label:before{background:#666;border-color:#666;color:#fff;content:'\f00c'}input[type="checkbox"]:focus+label:before,input[type="radio"]:focus+label:before{border-color:#e89980;box-shadow:0 0 0 1px #e89980}input[type="checkbox"]+label:before{border-radius:6px}input[type="radio"]+label:before{border-radius:100%}::-webkit-input-placeholder{color:#999 !important;opacity:1.0}:-moz-placeholder{color:#999 !important;opacity:1.0}::-moz-placeholder{color:#999 !important;opacity:1.0}:-ms-input-placeholder{color:#999 !important;opacity:1.0}.box{background:#fff;border-radius:6px;box-shadow:0 2px 0 0 #e5e5e5;margin:0 0 2em 0;padding:3em}.box>:last-child{margin-bottom:0}.box.alt{background:none !important;border-radius:0 !important;box-shadow:none !important;margin:0 0 2em 0;padding:0 !important}.box.features .features-row{border-top:solid 2px #e5e5e5;position:relative}.box.features .features-row:after{clear:both;content:'';display:block}.box.features .features-row section{float:left;padding:3em;width:50%}.box.features .features-row section :last-child{margin-bottom:0}.box.features .features-row section:nth-child(2n){padding-right:0}.box.features .features-row section:nth-child(2n):before{background:#e5e5e5;content:'';display:block;height:100%;margin-left:-3em;position:absolute;top:0;width:2px}.box.features .features-row section:nth-child(2n-1){padding-left:0}.box.features .features-row:first-child{border-top:0}.box.features .features-row:first-child section{padding-top:0}.box.features .features-row:last-child{padding-bottom:0}.box.features .features-row:last-child section{padding-bottom:0}.box.special{text-align:center}.box .image.featured{border-radius:0;display:block;margin:3em 0 3em -3em;position:relative;width:calc(100% + 6em)}.box .image.featured img{border-radius:0;display:block;width:100%}.box .image.featured:first-child{border-radius:6px 6px 0 0;margin-bottom:3em;margin-top:-3em}.box .image.featured:first-child img{border-radius:6px 6px 0 0}.box .image.featured:last-child{border-radius:0 0 6px 6px;margin-bottom:-3em;margin-top:3em}.box .image.featured:last-child img{border-radius:0 0 6px 6px}.icon{text-decoration:none;border-bottom:none;position:relative}.icon:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;text-transform:none !important;font-family:'Font Awesome 5 Free';font-weight:400}.icon>.label{display:none}.icon:before{line-height:inherit}.icon.solid:before{font-weight:900}.icon.brands:before{font-family:'Font Awesome 5 Brands'}.icon.major{background:#666;border-radius:100%;color:#fff;cursor:default;display:inline-block;height:5.5em;line-height:5.5em;margin:0 0 2em 0;width:5.5em}.icon.major:before{font-size:2.5em}.icon.major.accent1{background:#666;color:#fff}.icon.major.accent2{background:#e89980;color:#fff}.icon.major.accent3{background:#7fcdb8;color:#fff}.icon.major.accent4{background:#90b0ba;color:#fff}.icon.major.accent5{background:#e5cb95;color:#fff}.image{border-radius:6px;border:0;display:inline-block;position:relative}.image img{border-radius:6px;display:block}.image.left{float:left;padding:0 1.5em 1em 0;top:0.25em}.image.right{float:right;padding:0 0 1em 1.5em;top:0.25em}.image.fit{display:block;margin:0 0 2em 0;width:100%}.image.fit img{display:block;width:100%}ol{list-style:decimal;margin:0 0 2em 0;padding-left:1.25em}ol li{padding-left:0.25em}ul{list-style:disc;margin:0 0 2em 0;padding-left:1em}ul li{padding-left:0.5em}ul.alt{list-style:none;padding-left:0}ul.alt li{border-top:solid 1px #e5e5e5;padding:0.5em 0}ul.alt li:first-child{border-top:0;padding-top:0}ul.icons{cursor:default;list-style:none;padding-left:0}ul.icons li{display:inline-block;padding:0 1.25em 0 0}ul.icons li:last-child{padding-right:0}ul.icons li .icon{color:inherit}ul.icons li .icon:before{font-size:1.75em}dl{margin:0 0 2em 0}ul.actions{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;cursor:default;list-style:none;margin-left:-1em;padding-left:0}ul.actions li{padding:0 0 0 1em;vertical-align:middle}ul.actions.special{-moz-justify-content:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;width:100%;margin-left:0}ul.actions.special li:first-child{padding-left:0}ul.actions.stacked{-moz-flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:0}ul.actions.stacked li{padding:1.3em 0 0 0}ul.actions.stacked li:first-child{padding-top:0}ul.actions.fit{width:calc(100% + 1em)}ul.actions.fit li{-moz-flex-grow:1;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;-moz-flex-shrink:1;-webkit-flex-shrink:1;-ms-flex-shrink:1;flex-shrink:1;width:100%}ul.actions.fit li>*{width:100%}ul.actions.fit.stacked{width:100%}@media screen and (max-width: 480px){ul.actions:not(.fixed){-moz-flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:0;width:100% !important}ul.actions:not(.fixed) li{-moz-flex-grow:1;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;-moz-flex-shrink:1;-webkit-flex-shrink:1;-ms-flex-shrink:1;flex-shrink:1;padding:1em 0 0 0;text-align:center;width:100%}ul.actions:not(.fixed) li>*{width:100%}ul.actions:not(.fixed) li:first-child{padding-top:0}ul.actions:not(.fixed) li input[type="submit"],ul.actions:not(.fixed) li input[type="reset"],ul.actions:not(.fixed) li input[type="button"],ul.actions:not(.fixed) li button,ul.actions:not(.fixed) li .button{width:100%}ul.actions:not(.fixed) li input.icon[type="submit"]:before,ul.actions:not(.fixed) li input.icon[type="reset"]:before,ul.actions:not(.fixed) li input.icon[type="button"]:before,ul.actions:not(.fixed) li button.icon:before,ul.actions:not(.fixed) li .button.icon:before{margin-left:-0.5em}}.table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}table{margin:0 0 2em 0;width:100%}table tbody tr{border:solid 1px #e5e5e5;border-left:0;border-right:0}table tbody tr:nth-child(2n + 1){background-color:#f8f8f8}table td{padding:0.75em 0.75em}table th{color:#646464;font-size:0.9em;font-weight:300;padding:0 0.75em 0.75em 0.75em;text-align:left}table thead{border-bottom:solid 2px #e5e5e5}table tfoot{border-top:solid 2px #e5e5e5}table.alt{border-collapse:separate}table.alt tbody tr td{border:solid 1px #e5e5e5;border-left-width:0;border-top-width:0}table.alt tbody tr td:first-child{border-left-width:1px}table.alt tbody tr:first-child td{border-top-width:1px}table.alt thead{border-bottom:0}table.alt tfoot{border-top:0}input[type="submit"],input[type="reset"],input[type="button"],.button{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;-moz-transition:background-color .2s ease-in-out,color .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out,color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out,color .2s ease-in-out;transition:background-color .2s ease-in-out,color .2s ease-in-out;background-color:#666;border-radius:6px;border:0;color:#fff;cursor:pointer;display:inline-block;font-weight:400;height:3em;line-height:3em;padding:0 2em;text-align:center;text-decoration:none;white-space:nowrap}input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.button:hover{background-color:#737373}input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active,.button:active{background-color:#595959}input.icon[type="submit"],input.icon[type="reset"],input.icon[type="button"],.button.icon{padding-left:1.35em}input.icon[type="submit"]:before,input.icon[type="reset"]:before,input.icon[type="button"]:before,.button.icon:before{margin-right:0.5em}input.fit[type="submit"],input.fit[type="reset"],input.fit[type="button"],.button.fit{width:100%}input.small[type="submit"],input.small[type="reset"],input.small[type="button"],.button.small{font-size:0.8em;height:2.7em;line-height:2.7em}input.large[type="submit"],input.large[type="reset"],input.large[type="button"],.button.large{font-size:1.25em;height:2.7em;line-height:2.7em}input.alt[type="submit"],input.alt[type="reset"],input.alt[type="button"],.button.alt{background-color:transparent;box-shadow:inset 0 0 0 2px #e5e5e5;color:#777}input.alt[type="submit"]:hover,input.alt[type="reset"]:hover,input.alt[type="button"]:hover,.button.alt:hover{background-color:#f8f8f8}input.alt[type="submit"]:active,input.alt[type="reset"]:active,input.alt[type="button"]:active,.button.alt:active{background-color:#f0f0f0}input.alt.icon[type="submit"]:before,input.alt.icon[type="reset"]:before,input.alt.icon[type="button"]:before,.button.alt.icon:before{color:#999}input.primary[type="submit"],input.primary[type="reset"],input.primary[type="button"],.button.primary{background-color:#e89980;color:#fff !important}input.primary[type="submit"]:hover,input.primary[type="reset"]:hover,input.primary[type="button"]:hover,.button.primary:hover{background-color:#ecaa96}input.primary[type="submit"]:active,input.primary[type="reset"]:active,input.primary[type="button"]:active,.button.primary:active{background-color:#e4886a}input.disabled[type="submit"],input[type="submit"]:disabled,input.disabled[type="reset"],input[type="reset"]:disabled,input.disabled[type="button"],input[type="button"]:disabled,.button.disabled,.button:disabled{background-color:#777 !important;box-shadow:inset 0 -0.15em 0 0 rgba(0,0,0,0.15);color:#f5f5f5 !important;cursor:default;opacity:0.25}#page-wrapper{padding-top:3em}body.landing #page-wrapper{padding-top:0}@-moz-keyframes reveal-header{0%{top:-5em}100%{top:0}}@-webkit-keyframes reveal-header{0%{top:-5em}100%{top:0}}@-ms-keyframes reveal-header{0%{top:-5em}100%{top:0}}@keyframes reveal-header{0%{top:-5em}100%{top:0}}#header{background:#444;color:#bbb;cursor:default;height:3.25em;left:0;line-height:3.25em;position:fixed;top:0;width:100%;z-index:10000}#header h1{color:inherit;height:inherit;left:1.25em;line-height:inherit;margin:0;padding:0;position:absolute;top:0}#header h1 a{color:#fff;font-weight:400;border:0}#header nav{height:inherit;line-height:inherit;position:absolute;right:0.75em;top:0;vertical-align:middle}#header nav>ul{list-style:none;margin:0;padding-left:0}#header nav>ul>li{display:inline-block;padding-left:0}#header nav>ul>li>ul{display:none}#header nav>ul>li a{display:inline-block;height:2em;line-height:1.95em;padding:0 1em;border-radius:6px}#header nav>ul>li a:not(.button){color:#fff;display:inline-block;text-decoration:none;border:0}#header nav>ul>li a.icon:not(.button):before{color:#999;margin-right:0.5em}#header nav>ul>li:first-child{margin-left:0}#header nav>ul>li.active a:not(.button){background-color:rgba(153,153,153,0.25)}#header nav>ul>li .button{margin:0 0 0 0.5em;position:relative}#header input[type="submit"],#header input[type="reset"],#header input[type="button"],#header .button{background-color:transparent;box-shadow:inset 0 0 0 2px #999;color:#fff}#header input[type="submit"]:hover,#header input[type="reset"]:hover,#header input[type="button"]:hover,#header .button:hover{background-color:rgba(153,153,153,0.25)}#header input[type="submit"]:active,#header input[type="reset"]:active,#header input[type="button"]:active,#header .button:active{background-color:rgba(153,153,153,0.5)}#header .container{position:relative}#header .container h1{left:0}#header .container nav{right:0}#header.reveal{-moz-animation:reveal-header 0.5s;-webkit-animation:reveal-header 0.5s;-ms-animation:reveal-header 0.5s;animation:reveal-header 0.5s}#header.alt{-moz-animation:none;-webkit-animation:none;-ms-animation:none;animation:none;background:none;color:rgba(255,255,255,0.75);position:absolute}#header.alt nav>ul>li a.icon:not(.button):before{color:rgba(255,255,255,0.75)}#header.alt nav>ul>li.active a:not(.button){background-color:rgba(255,255,255,0.2)}#header.alt input[type="submit"],#header.alt input[type="reset"],#header.alt input[type="button"],#header.alt .button{box-shadow:inset 0 0 0 2px rgba(255,255,255,0.5)}#header.alt input[type="submit"]:hover,#header.alt input[type="reset"]:hover,#header.alt input[type="button"]:hover,#header.alt .button:hover{background-color:rgba(255,255,255,0.1)}#header.alt input[type="submit"]:active,#header.alt input[type="reset"]:active,#header.alt input[type="button"]:active,#header.alt .button:active{background-color:rgba(255,255,255,0.2)}.dropotron{background:#fff;border-radius:6px;box-shadow:0 2px 0 0 rgba(0,0,0,0.065),inset 0 -1px 0 0 #fff,inset 0 0 0 1px rgba(229,229,229,0.5);list-style:none;margin:calc(-0.5em + 1px) 0 0 1px;padding:0.5em 0;width:11em}.dropotron li{padding:0}.dropotron li a,.dropotron li span{-moz-transition:none;-webkit-transition:none;-ms-transition:none;transition:none;border:0;border-top:solid 1px #f2f2f2;color:inherit;display:block;padding:0.15em 1em}.dropotron li:first-child>a,.dropotron li:first-child>span{border-top:0}.dropotron li.active>a,.dropotron li.active>span,.dropotron li:hover>a,.dropotron li:hover>span{background:#e89980;color:#fff}.dropotron.level-0{font-size:0.9em;margin:1em 0 0 0}.dropotron.level-0:before{-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;border:solid 1px rgba(229,229,229,0.5);border-bottom:0;border-right:0;box-shadow:-0.25em -0.125em 0.125em 0 rgba(0,0,0,0.015);content:'';display:block;height:0.75em;position:absolute;right:1.25em;top:-0.375em;width:0.75em;z-index:0}#banner{background-attachment:scroll, fixed;background-color:#666;background-image:url("images/banner.jpg");background-position:top left, center center;background-repeat:repeat, no-repeat;background-size:auto, cover;color:#fff;padding:12em 0 20em 0;text-align:center}#banner :last-child{margin-bottom:0}#banner h2,#banner h3,#banner h4,#banner h5,#banner h6{color:#fff}#banner h2{font-size:3.5em;line-height:1em;margin:0 0 0.5em 0;padding:0}#banner p{font-size:1.25em;margin-bottom:1.75em}#banner input[type="submit"],#banner input[type="reset"],#banner input[type="button"],#banner .button{background-color:transparent;box-shadow:inset 0 0 0 2px rgba(255,255,255,0.5);color:#fff;min-width:12em}#banner input[type="submit"]:hover,#banner input[type="reset"]:hover,#banner input[type="button"]:hover,#banner .button:hover{background-color:rgba(255,255,255,0.1)}#banner input[type="submit"]:active,#banner input[type="reset"]:active,#banner input[type="button"]:active,#banner .button:active{background-color:rgba(255,255,255,0.2)}#banner input.primary[type="submit"],#banner input.primary[type="reset"],#banner input.primary[type="button"],#banner .button.primary{background:#fff;color:#666 !important}#main{padding:4em 0}#main>header{text-align:center;margin:0 0 3em 0}#main>header h2{font-size:2.75em;margin:0}#main>header p{border-top:solid 2px #e5e5e5;color:#777;display:inline-block;font-style:normal;margin:1em 0 0 0;padding:1em 0 1.25em 0}body.landing #main{margin-top:-14em}#footer{background:#f0f0f0;padding:4em 0 6em 0;text-align:center}#footer .icons a{-moz-transition:opacity .2s ease-in-out;-webkit-transition:opacity .2s ease-in-out;-ms-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;opacity:0.35}#footer .icons a:hover{opacity:0.75}#footer .copyright{color:#999;font-size:0.9em;line-height:1em;margin:2em 0 0 0;padding:0;text-align:center}#footer .copyright a{color:inherit}#footer .copyright li{border-left:solid 1px #ddd;display:inline-block;list-style:none;margin-left:1em;padding-left:1em}#footer .copyright li:first-child{border-left:0;margin-left:0;padding-left:0}#cta{background:#e89980;color:#f9e6df;padding:3.5em 0 4em 0;text-align:center}#cta h2,#cta h3,#cta h4,#cta h5,#cta h6{color:inherit}#cta form{margin:0 auto;max-width:100%;width:25em}#cta input[type="submit"],#cta input[type="reset"],#cta input[type="button"],#cta .button{box-shadow:none;background:#fff;color:#e89980}#cta input[type="text"],#cta input[type="password"],#cta input[type="email"],#cta select,#cta textarea{color:#fff;background:rgba(255,255,255,0.15);border:0}#cta input[type="text"]:focus,#cta input[type="password"]:focus,#cta input[type="email"]:focus,#cta select:focus,#cta textarea:focus{box-shadow:inset 0 0 0 2px #fff}#cta ::-webkit-input-placeholder{color:rgba(255,255,255,0.75) !important}#cta :-moz-placeholder{color:rgba(255,255,255,0.75) !important}#cta ::-moz-placeholder{color:rgba(255,255,255,0.75) !important}#cta :-ms-input-placeholder{color:rgba(255,255,255,0.75) !important}#cta .formerize-placeholder{color:rgba(255,255,255,0.75) !important}@media screen and (max-width: 1680px){body,input,select,textarea{font-size:13pt}#banner{padding:10em 0 18em 0}}@media screen and (max-width: 1280px){body,input,select,textarea{font-size:11pt}.dropotron.level-0{font-size:1em}#banner{background-attachment:scroll}#banner h2{font-size:3.5em}}@media screen and (max-width: 980px){body,input,select,textarea{font-size:11pt}}#navPanel,#navButton{display:none}@media screen and (max-width: 840px){html,body{overflow-x:hidden}body,input,select,textarea{font-size:11pt}h2 br,h3 br,h4 br,h5 br,h6 br{display:none}header br{display:none}header.major{padding:0 4em}.box{padding:3em 2em}.box.features>section{padding:3em 2em}.box .image.featured{margin-left:-2em;width:calc(100% + 4em)}.box .image.featured:first-child{margin-bottom:3em;margin-top:-3em}.box .image.featured:last-child{margin-bottom:-3em;margin-top:3em}#page-wrapper{padding-top:0}#header{display:none}#page-wrapper{-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;-moz-transition:-moz-transform .5s ease;-webkit-transition:-webkit-transform .5s ease;-ms-transition:-ms-transform .5s ease;transition:transform .5s ease;padding-bottom:1px}#navButton{-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;-moz-transition:-moz-transform .5s ease;-webkit-transition:-webkit-transform .5s ease;-ms-transition:-ms-transform .5s ease;transition:transform .5s ease;display:block;height:44px;left:0;position:fixed;top:0;width:100%;z-index:10001}#navButton .toggle{text-decoration:none;height:100%;left:0;position:absolute;top:0;width:100%;border:0;outline:0}#navButton .toggle:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;text-transform:none !important;font-family:'Font Awesome 5 Free';font-weight:900}#navButton .toggle:before{background:rgba(192,192,192,0.75);border-radius:6px;color:#fff;content:'\f0c9';display:block;font-size:16px;height:2.25em;left:0.5em;line-height:2.25em;position:absolute;text-align:center;top:0.5em;width:3.5em}#navPanel{-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;-moz-transform:translateX(-275px);-webkit-transform:translateX(-275px);-ms-transform:translateX(-275px);transform:translateX(-275px);-moz-transition:-moz-transform .5s ease;-webkit-transition:-webkit-transform .5s ease;-ms-transition:-ms-transform .5s ease;transition:transform .5s ease;display:block;height:100%;left:0;overflow-y:auto;position:fixed;top:0;width:275px;z-index:10002;background:#2b2b2b;color:#bbb}#navPanel .link{border-bottom:0;border-top:solid 1px rgba(255,255,255,0.05);color:#bbb;display:block;height:44px;line-height:44px;padding:0 1em 0 1em;text-decoration:none}#navPanel .link:first-child{border-top:0}#navPanel .link.depth-0{color:#fff}#navPanel .link .indent-1{display:inline-block;width:1em}#navPanel .link .indent-2{display:inline-block;width:2em}#navPanel .link .indent-3{display:inline-block;width:3em}#navPanel .link .indent-4{display:inline-block;width:4em}#navPanel .link .indent-5{display:inline-block;width:5em}body.navPanel-visible #page-wrapper{-moz-transform:translateX(275px);-webkit-transform:translateX(275px);-ms-transform:translateX(275px);transform:translateX(275px)}body.navPanel-visible #navButton{-moz-transform:translateX(275px);-webkit-transform:translateX(275px);-ms-transform:translateX(275px);transform:translateX(275px)}body.navPanel-visible #navPanel{-moz-transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@media screen and (max-width: 736px){body,input,select,textarea{font-size:11pt}h2{font-size:1.75em;line-height:1.35em;letter-spacing:-0.025em}h3{font-size:1.5em}h4{font-size:1em}header.major{padding:1em}header.major h2,header.major p{padding-left:0.5em;padding-right:0.5em}.box{margin:1em;overflow-x:hidden;padding:2em 2em !important}.box.features .features-row{border-top:0;padding:0}.box.features .features-row section{border:0;border-top:solid 1px #e5e5e5 !important;float:none;margin:2em 0 0 0 !important;padding:2em 0 0 0 !important;width:100%}.box.features .features-row:first-child section:first-child{border-top:0 !important;margin-top:0 !important;padding-top:0 !important}.box .image.featured{margin-left:-2em;width:calc(100% + 4em)}.box .image.featured:first-child{margin-bottom:2em;margin-top:-2em}.box .image.featured:last-child{margin-bottom:-2em;margin-top:2em}#banner{padding:4em 0}#banner h2{font-size:2.25em}#banner p{font-size:1.25em}#main{padding:4em 0 0 0}#main>header{margin:0 2em 1.5em 2em}#main>header h2{font-size:2em}#main>header p{font-size:1em;padding-bottom:1em}body.landing #main{padding:0;margin-top:0}#footer{padding:4em 0}#footer .copyright li{border-left:0;display:block;line-height:2em;margin-left:0;padding-left:0}}@media screen and (max-width: 480px){html,body{min-width:320px}body,input,select,textarea{font-size:11pt}header.major{padding:0}ul.actions{margin:0 0 2em 0}ul.actions li{display:block;padding:1em 0 0 0;text-align:center;width:100%}ul.actions li:first-child{padding-top:0}ul.actions li>*{width:100%;margin:0 !important}ul.actions li>*.icon:before{margin-left:-2em}ul.actions.small li{padding:.5em 0 0 0}ul.actions.small li:first-child{padding-top:0}.box{border-radius:0;box-shadow:none;margin:1em 0 0 0;padding:3em 1em !important}.box.features .features-row section{margin:3em 0 0 0 !important;padding:3em 0 0 0 !important}.box .image.featured{border-radius:0;margin-left:-1em;width:calc(100% + 2em)}.box .image.featured img{border-radius:0 !important}.box .image.featured:first-child{margin-bottom:3em;margin-top:-3em}.box .image.featured:last-child{margin-bottom:-3em;margin-top:3em}#banner{padding:5em 3em 4em 3em}#main>.box:first-child{margin-top:0}#cta{padding:2.5em 1em 3em 1em}} - -/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/resources/_gen/assets/scss/sass/main.scss_e95820d474fe7cf9c38afe1151187c97.json b/resources/_gen/assets/scss/sass/main.scss_e95820d474fe7cf9c38afe1151187c97.json deleted file mode 100644 index 8d03ad7..0000000 --- a/resources/_gen/assets/scss/sass/main.scss_e95820d474fe7cf9c38afe1151187c97.json +++ /dev/null @@ -1 +0,0 @@ -{"Target":"style.css","MediaType":"text/css","Data":{}} \ No newline at end of file