diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48326d8..8540f3e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,28 @@
+# v1.0.2
+## 11/09/2022
+
+1. [](#bugfix)
+ * Fixed code in sidebar_navigation.html.twig and topmenu.html.twig
+ * Fixed code to choose columns number in portfolio and features templates.
+2. [](#improved)
+ * Updated header.class to header.layout in several blueprints
+ * Updated CSS and SCSS assets
+ * Updated languages.yaml
+ * Improved several templates to include subtitle and primary image.
+3. [](#new)
+ * Added centered alignment for images in portfolio template.
+ * Added option in theme to choose the miniposts category name.
+ * New logo twig template
# v1.0.1
## 02/05/2022
-1. [](#bugfix)
+1. [](#bugfix)
* Updated CSS Styles to show FontAwesome 5
# v1.0.0
## 05/12/2021
-1. [](#new)
+1. [](#new)
* Drop down menu functionality
* Fixed autoescaping in all twig templates
* Added slidedown functionality for sidebar menu with JQuery
diff --git a/README.md b/README.md
index bfed76d..048b43a 100644
--- a/README.md
+++ b/README.md
@@ -40,11 +40,14 @@ Redesigned from scratch (version 2021)
- Banner Modular view template
- Contact Modular view template
-
# Installation
Installing the Future 2021 theme can be done in one of two ways. Our GPM (Grav Package Manager) installation method enables you to quickly and easily install the theme with a simple terminal command, while the manual method enables you to do so via a zip file.
+# Demo page
+
+[http://future.juanvillen.es/](http://future.juanvillen.es/)
+
# Future plans
- ~~Translations English - Spanish for administration and front-end~~
diff --git a/_demo/config/themes/future.yaml b/_demo/config/themes/future.yaml
new file mode 100644
index 0000000..b7180ec
--- /dev/null
+++ b/_demo/config/themes/future.yaml
@@ -0,0 +1,41 @@
+enabled: true
+production-mode: true
+favicon:
+ user/themes/future2021/images/Grav_logo.png:
+ name: Grav_logo.png
+ type: image/png
+ size: 15355
+ path: user/themes/future2021/images/Grav_logo.png
+blog_page: /blog
+slogan: 'AYUDA DE GRAV EN ESPAÑOL'
+latestposts: true
+custom_logo:
+ user/themes/future2021/images/logo/Grav_logo.png:
+ name: Grav_logo.png
+ type: image/png
+ size: 15355
+ path: user/themes/future2021/images/logo/Grav_logo.png
+custom_logo_mobile: { }
+footer:
+ title: ABOUT
+ description: 'Mauris neque quam, fermentum ut nisl vitae, convallis maximus nisl. Sed mattis nunc id lorem euismod amet placerat. Vivamus porttitor magna enim, ac accumsan tortor cursus at phasellus sed ultricies.'
+ copyright_text: 'DESIGN: HTML5 UP . IMAGES: WALLPAPESWIDE .'
+ button_url: about
+ button_text: 'Show more'
+social:
+ -
+ name: Twitter
+ url: 'https://www.twitter.com'
+ icon: 'fa fa-twitter'
+ -
+ name: Facebook
+ url: 'https://www.facebook.com'
+ icon: 'fa fa-facebook'
+ -
+ name: Instagram
+ url: 'https://www.instagram.com'
+ icon: 'fa fa-instagram'
+dropdown:
+ enabled: true
+miniposts: true
+miniposts_number: 3
diff --git a/_demo/config/themes/future2021.yaml b/_demo/config/themes/future2021.yaml
new file mode 100644
index 0000000..9451b82
--- /dev/null
+++ b/_demo/config/themes/future2021.yaml
@@ -0,0 +1,50 @@
+enabled: true
+production-mode: false
+favicon:
+ user/themes/future2021/images/logo/Grav_logo.png:
+ name: Grav_logo.png
+ type: image/png
+ size: 15355
+ path: user/themes/future2021/images/logo/Grav_logo.png
+blog_page: /blog
+slogan: 'AYUDA DE GRAV EN ESPAÑOL'
+custom_logo: { }
+custom_logo_mobile:
+ user/themes/future2021/images/logo/Grav_logo.png:
+ name: Grav_logo.png
+ type: image/png
+ size: 15355
+ path: user/themes/future2021/images/logo/Grav_logo.png
+footer:
+ title: ABOUT
+ description: 'Mauris neque quam, fermentum ut nisl vitae, convallis maximus nisl. Sed mattis nunc id lorem euismod amet placerat. Vivamus porttitor magna enim, ac accumsan tortor cursus at phasellus sed ultricies.'
+ copyright_text: 'DESIGN: HTML5 UP . IMAGES: WALLPAPESWIDE .'
+ button_url: about
+ button_text: 'Show more'
+social:
+ -
+ name: Twitter
+ url: 'https://www.twitter.com'
+ icon: 'fa fa-twitter'
+ -
+ name: Facebook
+ url: 'https://www.facebook.com'
+ icon: 'fa fa-facebook'
+ -
+ name: Instagram
+ url: 'https://www.instagram.com'
+ icon: 'fa fa-instagram'
+miniposts: true
+miniposts_number: 3
+latestposts: true
+miniposts_category: minipost
+displaycustommenus:
+ enabled: false
+dropdown:
+ enabled: true
+custommenu:
+ -
+ text: Grav
+ icon: arrow-circle-right
+ url: 'https://getgrav.org'
+ target: _blank
diff --git a/_demo/pages/01.bienvenido/01._caracteristicas/Elements14-a1.svg b/_demo/pages/01.bienvenido/01._caracteristicas/Elements14-a1.svg
new file mode 100644
index 0000000..24c025a
--- /dev/null
+++ b/_demo/pages/01.bienvenido/01._caracteristicas/Elements14-a1.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/_demo/pages/01.bienvenido/01._caracteristicas/Elements14-b1.svg b/_demo/pages/01.bienvenido/01._caracteristicas/Elements14-b1.svg
new file mode 100644
index 0000000..7cbce8f
--- /dev/null
+++ b/_demo/pages/01.bienvenido/01._caracteristicas/Elements14-b1.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/_demo/pages/01.bienvenido/01._caracteristicas/Elements14-c1.svg b/_demo/pages/01.bienvenido/01._caracteristicas/Elements14-c1.svg
new file mode 100644
index 0000000..219c6e1
--- /dev/null
+++ b/_demo/pages/01.bienvenido/01._caracteristicas/Elements14-c1.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/_demo/pages/01.bienvenido/01._caracteristicas/features.es.md b/_demo/pages/01.bienvenido/01._caracteristicas/features.es.md
new file mode 100644
index 0000000..1c420b4
--- /dev/null
+++ b/_demo/pages/01.bienvenido/01._caracteristicas/features.es.md
@@ -0,0 +1,30 @@
+---
+title: Características
+body_classes: modular
+features:
+ -
+ image: Elements14-c1.svg
+ title: 'Flat-File CMS'
+ text: 'Grav es una plataforma web basada en archivos rápida, simple y flexible. No se requiere instalación. Simplemente extraiga el archivo ZIP y ya estará en funcionamiento. Aunque Grav sigue principios similares a otras plataformas CMS de archivos planos, tiene una filosofía de diseño diferente a la mayoría.'
+ buttontext: 'Ver más'
+ buttonurl: 'https://getgrav.org/'
+ buttonurl_target: '1'
+ -
+ image: Elements14-b1.svg
+ title: 'Requisitos mínimos'
+ text: "Puede ejecutar Grav fácilmente en su ordenador local, así como en el 99% de todos los proveedores de alojamiento web. Éstos son los requisitos del sistema Grav: \nServidor Web (Apache, Nginx, LiteSpeed, Lightly, IIS, etc.) y\nPHP 7.3.6 o superior. ¡ Eso es todo !"
+ buttontext: 'Ver más'
+ buttonurl: 'https://learn.getgrav.org/17/basics/requirements'
+ buttonurl_target: '1'
+ -
+ image: Elements14-a1.svg
+ title: Soporte
+ text: 'Grav dispone de una amplia documentación, eso sí, en inglés, pero muy detallada, que permitirá a cualquiera con un mínimo conocimiento de programación web, empezar a diseñar páginas web con Grav.'
+ buttontext: 'Ver más'
+ buttonurl: 'https://learn.getgrav.org/17/basics/getting-help'
+ buttonurl_target: '1'
+media_order: 'Elements14-c1.svg,Elements14-b1.svg,Elements14-a1.svg'
+class: standard
+layout: standard
+---
+
diff --git a/_demo/pages/01.bienvenido/02._banner/banner.es.md b/_demo/pages/01.bienvenido/02._banner/banner.es.md
new file mode 100644
index 0000000..04e3b0b
--- /dev/null
+++ b/_demo/pages/01.bienvenido/02._banner/banner.es.md
@@ -0,0 +1,21 @@
+---
+title: About
+subtitulo: Subtitle
+textoboton: More
+enlaceboton: 'https://juanvillen.es'
+primaryImage: 426-compressor.jpg
+media_order: 'undraw_polaroid_re_481f.svg,undraw_Video_call_re_4p26.png'
+titulo: About
+contenido: 'Nam elementum, justo sed faucibus imperdiet, mi sapien cursus dui, id tristique felis mauris ut metus. Sed quis tempor enim, nec pretium ante. Quisque in ante mi. Fusce in odio at magna venenatis aliquam. Aliquam mollis vel magna eu condimentum. Suspendisse a purus dui. Phasellus et tristique ipsum, quis feugiat sem. Proin luctus semper ligula, vel ultrices quam. Praesent feugiat est sem, ut imperdiet ante mollis ac. Vivamus scelerisque risus pharetra, placerat orci faucibus, scelerisque nunc. Proin pharetra pretium eros, non fermentum quam dapibus ut. Fusce augue erat, viverra non porta vitae, tempor id lorem. Sed fringilla elementum ante. Aenean facilisis tellus mauris, sed dapibus libero maximus non.'
+subtitle: Subtitle
+buttontext: 'View more'
+buttonurl: '#'
+image: undraw_Video_call_re_4p26.png
+buttons:
+ -
+ text: DFADSFADSF
+ url: DFASDFADSF
+ primary: true
+---
+
+Sed vel urna vitae elit viverra dignissim sit amet nec ex. Proin varius sed ex eu viverra. Suspendisse orci nibh, gravida ut purus quis, laoreet luctus augue. Nulla ornare neque nec nibh commodo auctor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Proin sed luctus magna. Suspendisse at gravida libero, sed porttitor odio. Aenean lacinia imperdiet risus a tincidunt.
\ No newline at end of file
diff --git a/_demo/pages/01.bienvenido/02._banner/undraw_Video_call_re_4p26.png b/_demo/pages/01.bienvenido/02._banner/undraw_Video_call_re_4p26.png
new file mode 100644
index 0000000..d716c68
Binary files /dev/null and b/_demo/pages/01.bienvenido/02._banner/undraw_Video_call_re_4p26.png differ
diff --git a/_demo/pages/01.bienvenido/02._banner/undraw_polaroid_re_481f.svg b/_demo/pages/01.bienvenido/02._banner/undraw_polaroid_re_481f.svg
new file mode 100644
index 0000000..a7844d2
--- /dev/null
+++ b/_demo/pages/01.bienvenido/02._banner/undraw_polaroid_re_481f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/_demo/pages/01.bienvenido/modular.es.md b/_demo/pages/01.bienvenido/modular.es.md
new file mode 100644
index 0000000..2536e36
--- /dev/null
+++ b/_demo/pages/01.bienvenido/modular.es.md
@@ -0,0 +1,13 @@
+---
+title: Bienvenido
+content:
+ items: '@self.modular'
+ order: { }
+sidebar: true
+---
+
+Bienvenido/a a la web ES-GRAV.COM, un sitio web dedicado en exclusiva al popular gestor de contenido GRAV, uno de los Flat-File CMS más reconocidos del mundo. El objetivo de este sitio es ser un punto de partida para conocer este popular CMS, el cual dispone de poca documentación en nuestro idioma, a la vez que servir de base documental para realizar tus proyectos con Grav, incluyendo algunos de los documentos oficiales de Grav, traducidos al castellano, así como pequeños tutoriales que harán más fácil la creación de un sitio web con Grav.
+
+Esperamos que este sitio web sea el punto de inicio para que conozcas Grav en profundidad y puedas sacarle el máximo provecho posible. Te animo a dejar tus comentarios y/o sugerencias en la sección de [CONTACTO](/contacto).
+
+Adelante !
\ No newline at end of file
diff --git a/_demo/pages/02.sobregrav/02.item-one/Elements14-1.svg b/_demo/pages/02.sobregrav/02.item-one/Elements14-1.svg
new file mode 100644
index 0000000..88767e8
--- /dev/null
+++ b/_demo/pages/02.sobregrav/02.item-one/Elements14-1.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/_demo/pages/02.sobregrav/02.item-one/Elements14-c1.svg b/_demo/pages/02.sobregrav/02.item-one/Elements14-c1.svg
new file mode 100644
index 0000000..6491f74
--- /dev/null
+++ b/_demo/pages/02.sobregrav/02.item-one/Elements14-c1.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/_demo/pages/02.sobregrav/02.item-one/default.es.md b/_demo/pages/02.sobregrav/02.item-one/default.es.md
new file mode 100644
index 0000000..a51b688
--- /dev/null
+++ b/_demo/pages/02.sobregrav/02.item-one/default.es.md
@@ -0,0 +1,21 @@
+---
+title: 'Item one'
+visible: true
+media_order: juan_avataaars.jpg
+primaryImage: Elements14-c1.svg
+taxonomy:
+ category:
+ - About
+ tag:
+ - tag2
+ author:
+ - 'Juan Villén'
+subtitle: Subtitle
+avatarImage: juan_avataaars.jpg
+---
+
+Donec placerat nibh ac tellus sagittis ullamcorper. Proin sapien ipsum, malesuada eget felis quis, luctus iaculis neque. Fusce convallis orci ac sem efficitur, quis dictum enim auctor. Morbi aliquet, eros at consequat luctus, sapien tellus imperdiet felis, et maximus diam sem at nisi.
+
+Donec quis est vel nunc semper dignissim. Suspendisse nec ante condimentum, tempor velit id, gravida tortor. Nullam efficitur egestas erat ac pellentesque. Pellentesque non ultrices odio, et gravida ligula. Ut convallis augue non congue rutrum. Praesent vel tellus eros. Aliquam aliquam felis eu mauris faucibus, ut consequat odio dapibus. Pellentesque molestie lacus vel mi auctor fermentum. Vestibulum ut eros commodo, eleifend odio ut, aliquam ex.
+
+Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Cras suscipit enim a magna accumsan bibendum. Suspendisse feugiat luctus tortor a rutrum. Curabitur leo leo, blandit sit amet suscipit sed, pretium et mauris. Etiam nec mauris ligula. Sed mattis erat in sem dignissim congue. Donec non facilisis metus. Phasellus risus erat, tincidunt non augue id, laoreet interdum nisi. Nullam ac metus vitae odio porta molestie. Nam consectetur erat vel eros dictum, nec tristique purus ultricies. Maecenas eu libero tempus, aliquam turpis ut, iaculis diam. Nulla facilisi. Vivamus porttitor euismod lorem nec mollis.
\ No newline at end of file
diff --git a/_demo/pages/02.sobregrav/02.item-one/juan_avataaars.jpg b/_demo/pages/02.sobregrav/02.item-one/juan_avataaars.jpg
new file mode 100644
index 0000000..fd55ff2
Binary files /dev/null and b/_demo/pages/02.sobregrav/02.item-one/juan_avataaars.jpg differ
diff --git a/_demo/pages/02.sobregrav/03.item-two/04.item-two-one/ana_avataaars.jpg b/_demo/pages/02.sobregrav/03.item-two/04.item-two-one/ana_avataaars.jpg
new file mode 100644
index 0000000..7498e1a
Binary files /dev/null and b/_demo/pages/02.sobregrav/03.item-two/04.item-two-one/ana_avataaars.jpg differ
diff --git a/_demo/pages/02.sobregrav/03.item-two/04.item-two-one/daily (6)_&_ae7dd5e9-2081-4fe1-93b3-9da2f162ddfe.jpg b/_demo/pages/02.sobregrav/03.item-two/04.item-two-one/daily (6)_&_ae7dd5e9-2081-4fe1-93b3-9da2f162ddfe.jpg
new file mode 100644
index 0000000..84bd71e
Binary files /dev/null and b/_demo/pages/02.sobregrav/03.item-two/04.item-two-one/daily (6)_&_ae7dd5e9-2081-4fe1-93b3-9da2f162ddfe.jpg differ
diff --git a/_demo/pages/02.sobregrav/03.item-two/04.item-two-one/default.es.md b/_demo/pages/02.sobregrav/03.item-two/04.item-two-one/default.es.md
new file mode 100644
index 0000000..032b952
--- /dev/null
+++ b/_demo/pages/02.sobregrav/03.item-two/04.item-two-one/default.es.md
@@ -0,0 +1,24 @@
+---
+title: 'Subitem Item two'
+visible: true
+media_order: 'daily (6)_&_ae7dd5e9-2081-4fe1-93b3-9da2f162ddfe.jpg,ana_avataaars.jpg'
+primaryImage: 'daily (6)_&_ae7dd5e9-2081-4fe1-93b3-9da2f162ddfe.jpg'
+subtitle: 'Subtitle Item two'
+avatarImage: ana_avataaars.jpg
+taxonomy:
+ category:
+ - About
+ tag:
+ - tag1
+ - tag4
+ author:
+ - 'Ana Fernández'
+---
+
+# Lorem Ipsum
+
+[notice=note]
+"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."[/notice]
+
+"There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain..."
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin imperdiet aliquet nunc, in dapibus ante gravida sed. Nulla facilisi. Integer ac finibus justo. Aenean scelerisque sollicitudin dui ut aliquet. Aliquam porta arcu magna, a interdum tortor consequat id. Cras fringilla luctus erat eget dictum. Etiam auctor sit amet risus nec volutpat. Integer bibendum interdum nisi non tincidunt. Morbi sed finibus nisi, et maximus orci. Duis luctus, dui in sodales aliquet, nisl mauris tristique diam, eget aliquet odio lectus sit amet eros. Quisque ex augue, convallis non aliquet aliquet, feugiat vitae lorem.
\ No newline at end of file
diff --git a/_demo/pages/02.sobregrav/03.item-two/04.item-two-one/single.es.md b/_demo/pages/02.sobregrav/03.item-two/04.item-two-one/single.es.md
new file mode 100644
index 0000000..780d451
--- /dev/null
+++ b/_demo/pages/02.sobregrav/03.item-two/04.item-two-one/single.es.md
@@ -0,0 +1,24 @@
+---
+title: 'Subitem Item two'
+visible: true
+media_order: 'daily (6)_&_ae7dd5e9-2081-4fe1-93b3-9da2f162ddfe.jpg,ana_avataaars.jpg'
+primaryImage: 'daily (6)_&_ae7dd5e9-2081-4fe1-93b3-9da2f162ddfe.jpg'
+subtitle: 'Subtitle Item two'
+avatarImage: ana_avataaars.jpg
+taxonomy:
+ category:
+ - About
+ tag:
+ - tag1
+ - tag4
+ author:
+ - 'Ana Fernández'
+---
+
+# Lorem Ipsum
+
+[notice=note]
+"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."[/notice]
+
+"There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain..."
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin imperdiet aliquet nunc, in dapibus ante gravida sed. Nulla facilisi. Integer ac finibus justo. Aenean scelerisque sollicitudin dui ut aliquet. Aliquam porta arcu magna, a interdum tortor consequat id. Cras fringilla luctus erat eget dictum. Etiam auctor sit amet risus nec volutpat. Integer bibendum interdum nisi non tincidunt. Morbi sed finibus nisi, et maximus orci. Duis luctus, dui in sodales aliquet, nisl mauris tristique diam, eget aliquet odio lectus sit amet eros. Quisque ex augue, convallis non aliquet aliquet, feugiat vitae lorem.
\ No newline at end of file
diff --git a/_demo/pages/02.sobregrav/03.item-two/default.es.md b/_demo/pages/02.sobregrav/03.item-two/default.es.md
new file mode 100644
index 0000000..2b2fac3
--- /dev/null
+++ b/_demo/pages/02.sobregrav/03.item-two/default.es.md
@@ -0,0 +1,9 @@
+---
+title: 'Item two'
+visible: true
+primaryImage: WhitePocket_EN-US11956274200_1920x1200.jpg
+taxonomy:
+ tag:
+ - tag3
+---
+
diff --git a/_demo/pages/02.sobregrav/04.item-three/Elements14-c1.svg b/_demo/pages/02.sobregrav/04.item-three/Elements14-c1.svg
new file mode 100644
index 0000000..6491f74
--- /dev/null
+++ b/_demo/pages/02.sobregrav/04.item-three/Elements14-c1.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/_demo/pages/02.sobregrav/04.item-three/Elements14b-1.svg b/_demo/pages/02.sobregrav/04.item-three/Elements14b-1.svg
new file mode 100644
index 0000000..852078b
--- /dev/null
+++ b/_demo/pages/02.sobregrav/04.item-three/Elements14b-1.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/_demo/pages/02.sobregrav/04.item-three/default.es.md b/_demo/pages/02.sobregrav/04.item-three/default.es.md
new file mode 100644
index 0000000..5fd326a
--- /dev/null
+++ b/_demo/pages/02.sobregrav/04.item-three/default.es.md
@@ -0,0 +1,20 @@
+---
+title: 'Item three'
+visible: true
+media_order: 'pedro_avataaars.png,Elements14-c1.svg'
+primaryImage: Elements14-c1.svg
+subtitle: 'Subtitle Item three'
+avatarImage: pedro_avataaars.png
+taxonomy:
+ category:
+ - About
+ tag:
+ - tag3
+ author:
+ - 'Juan Villén'
+ - 'Pedro Moreno'
+---
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin imperdiet aliquet nunc, in dapibus ante gravida sed. Nulla facilisi. Integer ac finibus justo. Aenean scelerisque sollicitudin dui ut aliquet. Aliquam porta arcu magna, a interdum tortor consequat id. Cras fringilla luctus erat eget dictum. Etiam auctor sit amet risus nec volutpat. Integer bibendum interdum nisi non tincidunt. Morbi sed finibus nisi, et maximus orci. Duis luctus, dui in sodales aliquet, nisl mauris tristique diam, eget aliquet odio lectus sit amet eros. Quisque ex augue, convallis non aliquet aliquet, feugiat vitae lorem.
+
+Donec placerat nibh ac tellus sagittis ullamcorper. Proin sapien ipsum, malesuada eget felis quis, luctus iaculis neque. Fusce convallis orci ac sem efficitur, quis dictum enim auctor. Morbi aliquet, eros at consequat luctus, sapien tellus imperdiet felis, et maximus diam sem at nisi. Donec quis est vel nunc semper dignissim. Suspendisse nec ante condimentum, tempor velit id, gravida tortor. Nullam efficitur egestas erat ac pellentesque. Pellentesque non ultrices odio, et gravida ligula. Ut convallis augue non congue rutrum. Praesent vel tellus eros. Aliquam aliquam felis eu mauris faucibus, ut consequat odio dapibus. Pellentesque molestie lacus vel mi auctor fermentum. Vestibulum ut eros commodo, eleifend odio ut, aliquam ex.
\ No newline at end of file
diff --git a/_demo/pages/02.sobregrav/04.item-three/pedro_avataaars.png b/_demo/pages/02.sobregrav/04.item-three/pedro_avataaars.png
new file mode 100644
index 0000000..9668fdb
Binary files /dev/null and b/_demo/pages/02.sobregrav/04.item-three/pedro_avataaars.png differ
diff --git a/_demo/pages/02.sobregrav/05.what-is-grav/Grav-dashboard.png.png b/_demo/pages/02.sobregrav/05.what-is-grav/Grav-dashboard.png.png
new file mode 100644
index 0000000..796773b
Binary files /dev/null and b/_demo/pages/02.sobregrav/05.what-is-grav/Grav-dashboard.png.png differ
diff --git a/_demo/pages/02.sobregrav/05.what-is-grav/default.es.md b/_demo/pages/02.sobregrav/05.what-is-grav/default.es.md
new file mode 100644
index 0000000..e36da54
--- /dev/null
+++ b/_demo/pages/02.sobregrav/05.what-is-grav/default.es.md
@@ -0,0 +1,35 @@
+---
+title: 'What is Grav?'
+media_order: 'Grav-dashboard.png.png,juan_avataaars.jpg'
+primaryImage: Grav-dashboard.png.png
+visible: true
+taxonomy:
+ category:
+ - About
+ tag:
+ - tag3
+ - tag1
+ author:
+ - 'Juan Villén'
+avatarImage: juan_avataaars.jpg
+---
+
+Grav is a **Fast**, **Simple**, and **Flexible** file-based Web-platform. There is **Zero** installation required. Just extract the ZIP archive, and you are already up and running. Although Grav follows principles similar to other flat-file CMS platforms, it has a different design philosophy than most.
+The name **Grav** is just a shortened version of the word **Gravity**. The shared namespace of our platform and a movie starring Sandra Bullock is pure coincidence! More importantly, gravity is also a fundamental physical principle that describes the forces of attraction between objects. Frankly, the name was chosen as a temporary "codename" for the project, and it just stuck.
+The underlying architecture of Grav is built using well established and _best-in-class_ technologies. This is to ensure that Grav is simple to use and easy to extend. Some of these key technologies include:
+* [Twig Templating](https://twig.symfony.com/): for powerful control of the user interface
+* [Markdown](https://en.wikipedia.org/wiki/Markdown): for easy content creation
+* [YAML](https://yaml.org): for simple configuration
+* [Parsedown](https://parsedown.org/): for fast Markdown and Markdown Extra support
+* [Doctrine Cache](https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/reference/caching.html): for performance
+* [Pimple Dependency Injection Container](https://pimple.symfony.com/): for extensibility and maintainability
+* [Symfony Event Dispatcher](https://symfony.com/doc/current/components/event_dispatcher.html): for plugin event handling
+* [Symfony Console](https://symfony.com/doc/current/components/console.html): for CLI interface
+* [Gregwar Image Library](https://github.com/Gregwar/Image): for dynamic image manipulation
+## Grav's Place in the Universe
+There are many powerful open source CMS solutions for building complex websites. Some of the more commonly used ones are [Joomla](https://joomla.org), [WordPress](https://wordpress.org), and [Drupal](https://drupal.org). The downside of these platforms is that they have a steep learning curve associated with them. This requires a significant amount of your time - and this may be the time that you do not have.
+These platforms provide a wealth of features and functionality that you can extend with a wide variety of open source and proprietary plug-ins and themes. These extensions and themes are themselves often feature-packed, requiring more knowledge and time on the part of the developer yet.
+In the end, you often find yourself creating a website that requires many plugins and extensions from many different vendors. This can make your design overly complicated and difficult to maintain over the long term.
+Grav tackles the problem differently. It focuses primarily on your content and turns your content structure into a navigable site. The underpinnings of Grav are simple, yet via extensive **events**, you have complete control over every step in the Grav workflow.
+This solution allows simple plugins to quickly and easily add powerful functionality. Using **Grav** also leads to a rapid development environment with an installation process that takes seconds, including a straightforward content creation method with a minimal learning curve. All of this contributes to making Grav friendly to the designer, the developer, and the end user.
+To get a basic site up-and-running requires minimal Web development experience. If you dig a little deeper, you will discover that there is very little Grav cannot accomplish.
\ No newline at end of file
diff --git a/_demo/pages/02.sobregrav/05.what-is-grav/juan_avataaars.jpg b/_demo/pages/02.sobregrav/05.what-is-grav/juan_avataaars.jpg
new file mode 100644
index 0000000..fd55ff2
Binary files /dev/null and b/_demo/pages/02.sobregrav/05.what-is-grav/juan_avataaars.jpg differ
diff --git a/_demo/pages/02.sobregrav/default.es.md b/_demo/pages/02.sobregrav/default.es.md
new file mode 100644
index 0000000..c47f203
--- /dev/null
+++ b/_demo/pages/02.sobregrav/default.es.md
@@ -0,0 +1,4 @@
+---
+title: 'Sobre Grav'
+---
+
diff --git a/_demo/pages/03.blog/admin01/admin01.svg b/_demo/pages/03.blog/admin01/admin01.svg
new file mode 100644
index 0000000..c2357f9
--- /dev/null
+++ b/_demo/pages/03.blog/admin01/admin01.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/_demo/pages/03.blog/admin01/item.es.md b/_demo/pages/03.blog/admin01/item.es.md
new file mode 100644
index 0000000..b8b5997
--- /dev/null
+++ b/_demo/pages/03.blog/admin01/item.es.md
@@ -0,0 +1,22 @@
+---
+title: 'Panel de Administración. Parte 1'
+media_order: 'pedro_avataaars.png,admin01.svg'
+primaryImage: admin01.svg
+avatarImage: pedro_avataaars.png
+taxonomy:
+ category:
+ - minipost
+ tag:
+ - tag3
+ author:
+ - 'Pedro Moreno'
+subtitle: Configuración
+order: 1
+summary: { }
+---
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam tincidunt diam at tortor volutpat placerat. Duis a dolor pharetra neque euismod porttitor. Ut pellentesque neque a odio pretium, eu feugiat lorem efficitur. Nunc pulvinar, dolor non facilisis semper, libero nisl auctor dolor, vitae dictum justo elit aliquet arcu. Curabitur quis posuere libero. Phasellus auctor purus turpis, non fringilla arcu scelerisque in. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam commodo tempus nisi, nec euismod augue commodo in.
+
+Vivamus egestas feugiat pellentesque. Donec eu est bibendum, fermentum mauris et, fringilla libero. Duis ultrices iaculis ipsum in pharetra. Curabitur a quam volutpat ex mollis rhoncus. Nam cursus magna non nisl posuere porttitor. Ut eget porttitor arcu. Vivamus ut imperdiet turpis, nec laoreet turpis. Morbi efficitur risus vehicula blandit convallis. Nulla eget metus bibendum, ornare metus eu, dignissim lorem. Nulla non tortor sed erat ullamcorper volutpat a vel justo.
+
+Sed eleifend ligula nec leo efficitur iaculis. Integer a vulputate dui, sit amet blandit dui. In lacinia congue nisl nec congue. Suspendisse ornare, dui non tincidunt iaculis, justo lorem viverra urna, sed vestibulum enim risus vitae nunc. Proin pretium faucibus libero. Sed vulputate commodo risus, semper varius lectus auctor quis. Aliquam a ex a augue ultricies dignissim. Vivamus est tellus, consequat vitae tempus ac, tempus id leo.
diff --git a/_demo/pages/03.blog/admin01/pedro_avataaars.png b/_demo/pages/03.blog/admin01/pedro_avataaars.png
new file mode 100644
index 0000000..9668fdb
Binary files /dev/null and b/_demo/pages/03.blog/admin01/pedro_avataaars.png differ
diff --git a/_demo/pages/03.blog/blog.es.md b/_demo/pages/03.blog/blog.es.md
new file mode 100644
index 0000000..12877a5
--- /dev/null
+++ b/_demo/pages/03.blog/blog.es.md
@@ -0,0 +1,15 @@
+---
+title: Blog
+content:
+ items:
+ - '@self.children'
+ limit: 5
+ order:
+ by: date
+ dir: desc
+ pagination: true
+ url_taxonomy_filters: true
+sidebar: true
+show_breadcrumbs: false
+---
+
diff --git a/_demo/pages/03.blog/instalaciongrav/ana_avataaars.jpg b/_demo/pages/03.blog/instalaciongrav/ana_avataaars.jpg
new file mode 100644
index 0000000..7498e1a
Binary files /dev/null and b/_demo/pages/03.blog/instalaciongrav/ana_avataaars.jpg differ
diff --git a/_demo/pages/03.blog/instalaciongrav/instalaciongrav.svg b/_demo/pages/03.blog/instalaciongrav/instalaciongrav.svg
new file mode 100644
index 0000000..9c250b0
--- /dev/null
+++ b/_demo/pages/03.blog/instalaciongrav/instalaciongrav.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/_demo/pages/03.blog/instalaciongrav/item.es.md b/_demo/pages/03.blog/instalaciongrav/item.es.md
new file mode 100644
index 0000000..f1828c6
--- /dev/null
+++ b/_demo/pages/03.blog/instalaciongrav/item.es.md
@@ -0,0 +1,26 @@
+---
+title: 'Instalación de Grav'
+taxonomy:
+ category:
+ - minipost
+ tag:
+ - tag3
+ - tag1
+ author:
+ - 'Ana Fernández'
+media_order: 'ana_avataaars.jpg,instalaciongrav.svg'
+primaryImage: instalaciongrav.svg
+avatarImage: ana_avataaars.jpg
+subtitle: 'Nullam convallis tempor mauris, in ornare lorem tristique sit amet'
+order: 2
+---
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam tincidunt diam at tortor volutpat placerat. Duis a dolor pharetra neque euismod porttitor. Ut pellentesque neque a odio pretium, eu feugiat lorem efficitur. Nunc pulvinar, dolor non facilisis semper, libero nisl auctor dolor, vitae dictum justo elit aliquet arcu. Curabitur quis posuere libero. Phasellus auctor purus turpis, non fringilla arcu scelerisque in. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam commodo tempus nisi, nec euismod augue commodo in.
+
+Vivamus egestas feugiat pellentesque. Donec eu est bibendum, fermentum mauris et, fringilla libero. Duis ultrices iaculis ipsum in pharetra. Curabitur a quam volutpat ex mollis rhoncus. Nam cursus magna non nisl posuere porttitor. Ut eget porttitor arcu. Vivamus ut imperdiet turpis, nec laoreet turpis. Morbi efficitur risus vehicula blandit convallis. Nulla eget metus bibendum, ornare metus eu, dignissim lorem. Nulla non tortor sed erat ullamcorper volutpat a vel justo.
+
+Sed eleifend ligula nec leo efficitur iaculis. Integer a vulputate dui, sit amet blandit dui. In lacinia congue nisl nec congue. Suspendisse ornare, dui non tincidunt iaculis, justo lorem viverra urna, sed vestibulum enim risus vitae nunc. Proin pretium faucibus libero. Sed vulputate commodo risus, semper varius lectus auctor quis. Aliquam a ex a augue ultricies dignissim. Vivamus est tellus, consequat vitae tempus ac, tempus id leo.
+
+Maecenas tincidunt, risus sit amet sodales dignissim, felis felis ullamcorper magna, quis posuere leo nisl nec dolor. Nullam ullamcorper eros consequat tristique aliquam. Pellentesque varius diam turpis, molestie vulputate justo facilisis sit amet. Sed tempus, mi at posuere lobortis, elit massa iaculis nisl, eu porta orci mi ac turpis. Phasellus dignissim, nunc ac maximus auctor, augue elit gravida leo, vel imperdiet felis libero sed est. Ut faucibus diam vitae justo consequat, non commodo neque mattis. Sed lacinia ultricies urna, vel pharetra nunc tempor a. Nulla suscipit ex a ex suscipit efficitur.
+
+Pellentesque dignissim nulla eu ipsum pharetra ornare. Nam sit amet quam leo. Aenean iaculis ipsum id maximus rhoncus. Proin id imperdiet elit. Integer ac nibh augue. Maecenas ullamcorper venenatis est in varius. Nam eu hendrerit purus, id tincidunt dui. In placerat, ipsum id pellentesque aliquam, nisl odio ultrices erat, sit amet lacinia tortor nulla vitae arcu. Nullam tincidunt odio eu orci tempus, a semper lectus fermentum. Integer pulvinar ex ut ipsum vehicula egestas. Pellentesque sit amet erat iaculis, facilisis augue sit amet, venenatis turpis. Ut at hendrerit sem. Vestibulum massa turpis, congue ut viverra eu, tincidunt et massa. Donec porttitor at magna viverra porttitor. Vestibulum posuere arcu et metus blandit faucibus tempus vitae dolor. Nullam vehicula justo sed ultricies varius.
\ No newline at end of file
diff --git a/_demo/pages/03.blog/post-five/Elements14-c1.svg b/_demo/pages/03.blog/post-five/Elements14-c1.svg
new file mode 100644
index 0000000..219c6e1
--- /dev/null
+++ b/_demo/pages/03.blog/post-five/Elements14-c1.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/_demo/pages/03.blog/post-five/ana_avataaars.jpg b/_demo/pages/03.blog/post-five/ana_avataaars.jpg
new file mode 100644
index 0000000..7498e1a
Binary files /dev/null and b/_demo/pages/03.blog/post-five/ana_avataaars.jpg differ
diff --git a/_demo/pages/03.blog/post-five/item.es.md b/_demo/pages/03.blog/post-five/item.es.md
new file mode 100644
index 0000000..8db95b0
--- /dev/null
+++ b/_demo/pages/03.blog/post-five/item.es.md
@@ -0,0 +1,25 @@
+---
+title: 'Post five'
+media_order: 'ana_avataaars.jpg,Elements14-c1.svg'
+taxonomy:
+ category:
+ - minipost
+ tag:
+ - tag3
+ - tag1
+ author:
+ - 'Ana Fernández'
+primaryImage: Elements14-c1.svg
+avatarImage: ana_avataaars.jpg
+subtitle: 'Morbi ultricies interdum turpis, nec tincidunt nulla gravida varius'
+order: 3
+---
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam tincidunt diam at tortor volutpat placerat. Duis a dolor pharetra neque euismod porttitor. Ut pellentesque neque a odio pretium, eu feugiat lorem efficitur. Nunc pulvinar, dolor non facilisis semper, libero nisl auctor dolor, vitae dictum justo elit aliquet arcu. Curabitur quis posuere libero. Phasellus auctor purus turpis, non fringilla arcu scelerisque in. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam commodo tempus nisi, nec euismod augue commodo in.
+
+Vivamus egestas feugiat pellentesque. Donec eu est bibendum, fermentum mauris et, fringilla libero. Duis ultrices iaculis ipsum in pharetra. Curabitur a quam volutpat ex mollis rhoncus. Nam cursus magna non nisl posuere porttitor. Ut eget porttitor arcu. Vivamus ut imperdiet turpis, nec laoreet turpis. Morbi efficitur risus vehicula blandit convallis. Nulla eget metus bibendum, ornare metus eu, dignissim lorem. Nulla non tortor sed erat ullamcorper volutpat a vel justo.
+
+Sed eleifend ligula nec leo efficitur iaculis. Integer a vulputate dui, sit amet blandit dui. In lacinia congue nisl nec congue. Suspendisse ornare, dui non tincidunt iaculis, justo lorem viverra urna, sed vestibulum enim risus vitae nunc. Proin pretium faucibus libero. Sed vulputate commodo risus, semper varius lectus auctor quis. Aliquam a ex a augue ultricies dignissim. Vivamus est tellus, consequat vitae tempus ac, tempus id leo.
+Vivamus egestas feugiat pellentesque. Donec eu est bibendum, fermentum mauris et, fringilla libero. Duis ultrices iaculis ipsum in pharetra. Curabitur a quam volutpat ex mollis rhoncus. Nam cursus magna non nisl posuere porttitor. Ut eget porttitor arcu. Vivamus ut imperdiet turpis, nec laoreet turpis. Morbi efficitur risus vehicula blandit convallis. Nulla eget metus bibendum, ornare metus eu, dignissim lorem. Nulla non tortor sed erat ullamcorper volutpat a vel justo.
+
+Sed eleifend ligula nec leo efficitur iaculis. Integer a vulputate dui, sit amet blandit dui. In lacinia congue nisl nec congue. Suspendisse ornare, dui non tincidunt iaculis, justo lorem viverra urna, sed vestibulum enim risus vitae nunc. Proin pretium faucibus libero. Sed vulputate commodo risus, semper varius lectus auctor quis. Aliquam a ex a augue ultricies dignissim. Vivamus est tellus, consequat vitae tempus ac, tempus id leo.
diff --git a/_demo/pages/03.blog/post-four/Elements14-b1.svg b/_demo/pages/03.blog/post-four/Elements14-b1.svg
new file mode 100644
index 0000000..7cbce8f
--- /dev/null
+++ b/_demo/pages/03.blog/post-four/Elements14-b1.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/_demo/pages/03.blog/post-four/item.es.md b/_demo/pages/03.blog/post-four/item.es.md
new file mode 100644
index 0000000..3bce44a
--- /dev/null
+++ b/_demo/pages/03.blog/post-four/item.es.md
@@ -0,0 +1,25 @@
+---
+title: 'Post four'
+media_order: 'juan_avataaars.jpg,Elements14-b1.svg'
+taxonomy:
+ category:
+ - minipost
+ tag:
+ - tag1
+ - tag4
+ author:
+ - 'Juan Villén'
+primaryImage: Elements14-b1.svg
+avatarImage: juan_avataaars.jpg
+subtitle: 'Nulla consequat auctor odio non vehicula'
+order: 4
+---
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam tincidunt diam at tortor volutpat placerat. Duis a dolor pharetra neque euismod porttitor. Ut pellentesque neque a odio pretium, eu feugiat lorem efficitur. Nunc pulvinar, dolor non facilisis semper, libero nisl auctor dolor, vitae dictum justo elit aliquet arcu. Curabitur quis posuere libero. Phasellus auctor purus turpis, non fringilla arcu scelerisque in. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam commodo tempus nisi, nec euismod augue commodo in.
+
+Vivamus egestas feugiat pellentesque. Donec eu est bibendum, fermentum mauris et, fringilla libero. Duis ultrices iaculis ipsum in pharetra. Curabitur a quam volutpat ex mollis rhoncus. Nam cursus magna non nisl posuere porttitor. Ut eget porttitor arcu. Vivamus ut imperdiet turpis, nec laoreet turpis. Morbi efficitur risus vehicula blandit convallis. Nulla eget metus bibendum, ornare metus eu, dignissim lorem. Nulla non tortor sed erat ullamcorper volutpat a vel justo.
+
+Sed eleifend ligula nec leo efficitur iaculis. Integer a vulputate dui, sit amet blandit dui. In lacinia congue nisl nec congue. Suspendisse ornare, dui non tincidunt iaculis, justo lorem viverra urna, sed vestibulum enim risus vitae nunc. Proin pretium faucibus libero. Sed vulputate commodo risus, semper varius lectus auctor quis. Aliquam a ex a augue ultricies dignissim. Vivamus est tellus, consequat vitae tempus ac, tempus id leo.
+Vivamus egestas feugiat pellentesque. Donec eu est bibendum, fermentum mauris et, fringilla libero. Duis ultrices iaculis ipsum in pharetra. Curabitur a quam volutpat ex mollis rhoncus. Nam cursus magna non nisl posuere porttitor. Ut eget porttitor arcu. Vivamus ut imperdiet turpis, nec laoreet turpis. Morbi efficitur risus vehicula blandit convallis. Nulla eget metus bibendum, ornare metus eu, dignissim lorem. Nulla non tortor sed erat ullamcorper volutpat a vel justo.
+
+Sed eleifend ligula nec leo efficitur iaculis. Integer a vulputate dui, sit amet blandit dui. In lacinia congue nisl nec congue. Suspendisse ornare, dui non tincidunt iaculis, justo lorem viverra urna, sed vestibulum enim risus vitae nunc. Proin pretium faucibus libero. Sed vulputate commodo risus, semper varius lectus auctor quis. Aliquam a ex a augue ultricies dignissim. Vivamus est tellus, consequat vitae tempus ac, tempus id leo.
diff --git a/_demo/pages/03.blog/post-four/juan_avataaars.jpg b/_demo/pages/03.blog/post-four/juan_avataaars.jpg
new file mode 100644
index 0000000..fd55ff2
Binary files /dev/null and b/_demo/pages/03.blog/post-four/juan_avataaars.jpg differ
diff --git a/_demo/pages/03.blog/post-seven/Elements14-c1.svg b/_demo/pages/03.blog/post-seven/Elements14-c1.svg
new file mode 100644
index 0000000..219c6e1
--- /dev/null
+++ b/_demo/pages/03.blog/post-seven/Elements14-c1.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/_demo/pages/03.blog/post-seven/item.es.md b/_demo/pages/03.blog/post-seven/item.es.md
new file mode 100644
index 0000000..b642e66
--- /dev/null
+++ b/_demo/pages/03.blog/post-seven/item.es.md
@@ -0,0 +1,21 @@
+---
+title: 'Post Seven'
+media_order: 'pedro_avataaars.png,Elements14-c1.svg'
+primaryImage: Elements14-c1.svg
+avatarImage: pedro_avataaars.png
+taxonomy:
+ category:
+ - minipost
+ tag:
+ - tag2
+ author:
+ - 'Pedro Moreno'
+subtitle: 'Quisque et neque interdum, sodales metus id, ullamcorper est'
+order: 5
+---
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam tincidunt diam at tortor volutpat placerat. Duis a dolor pharetra neque euismod porttitor. Ut pellentesque neque a odio pretium, eu feugiat lorem efficitur. Nunc pulvinar, dolor non facilisis semper, libero nisl auctor dolor, vitae dictum justo elit aliquet arcu. Curabitur quis posuere libero. Phasellus auctor purus turpis, non fringilla arcu scelerisque in. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam commodo tempus nisi, nec euismod augue commodo in.
+
+Vivamus egestas feugiat pellentesque. Donec eu est bibendum, fermentum mauris et, fringilla libero. Duis ultrices iaculis ipsum in pharetra. Curabitur a quam volutpat ex mollis rhoncus. Nam cursus magna non nisl posuere porttitor. Ut eget porttitor arcu. Vivamus ut imperdiet turpis, nec laoreet turpis. Morbi efficitur risus vehicula blandit convallis. Nulla eget metus bibendum, ornare metus eu, dignissim lorem. Nulla non tortor sed erat ullamcorper volutpat a vel justo.
+
+Sed eleifend ligula nec leo efficitur iaculis. Integer a vulputate dui, sit amet blandit dui. In lacinia congue nisl nec congue. Suspendisse ornare, dui non tincidunt iaculis, justo lorem viverra urna, sed vestibulum enim risus vitae nunc. Proin pretium faucibus libero. Sed vulputate commodo risus, semper varius lectus auctor quis. Aliquam a ex a augue ultricies dignissim. Vivamus est tellus, consequat vitae tempus ac, tempus id leo.
diff --git a/_demo/pages/03.blog/post-seven/pedro_avataaars.png b/_demo/pages/03.blog/post-seven/pedro_avataaars.png
new file mode 100644
index 0000000..9668fdb
Binary files /dev/null and b/_demo/pages/03.blog/post-seven/pedro_avataaars.png differ
diff --git a/_demo/pages/03.blog/post-six/Elements14-b1.svg b/_demo/pages/03.blog/post-six/Elements14-b1.svg
new file mode 100644
index 0000000..7cbce8f
--- /dev/null
+++ b/_demo/pages/03.blog/post-six/Elements14-b1.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/_demo/pages/03.blog/post-six/item.es.md b/_demo/pages/03.blog/post-six/item.es.md
new file mode 100644
index 0000000..40df237
--- /dev/null
+++ b/_demo/pages/03.blog/post-six/item.es.md
@@ -0,0 +1,18 @@
+---
+title: 'Post six'
+media_order: 'pedro_avataaars.png,Elements14-b1.svg'
+primaryImage: Elements14-b1.svg
+avatarImage: pedro_avataaars.png
+taxonomy:
+ tag:
+ - tag4
+ author:
+ - 'Pedro Moreno'
+subtitle: 'Cras ac dolor sit amet mi convallis lacinia non non massa'
+---
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam tincidunt diam at tortor volutpat placerat. Duis a dolor pharetra neque euismod porttitor. Ut pellentesque neque a odio pretium, eu feugiat lorem efficitur. Nunc pulvinar, dolor non facilisis semper, libero nisl auctor dolor, vitae dictum justo elit aliquet arcu. Curabitur quis posuere libero. Phasellus auctor purus turpis, non fringilla arcu scelerisque in. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam commodo tempus nisi, nec euismod augue commodo in.
+
+Vivamus egestas feugiat pellentesque. Donec eu est bibendum, fermentum mauris et, fringilla libero. Duis ultrices iaculis ipsum in pharetra. Curabitur a quam volutpat ex mollis rhoncus. Nam cursus magna non nisl posuere porttitor. Ut eget porttitor arcu. Vivamus ut imperdiet turpis, nec laoreet turpis. Morbi efficitur risus vehicula blandit convallis. Nulla eget metus bibendum, ornare metus eu, dignissim lorem. Nulla non tortor sed erat ullamcorper volutpat a vel justo.
+
+Sed eleifend ligula nec leo efficitur iaculis. Integer a vulputate dui, sit amet blandit dui. In lacinia congue nisl nec congue. Suspendisse ornare, dui non tincidunt iaculis, justo lorem viverra urna, sed vestibulum enim risus vitae nunc. Proin pretium faucibus libero. Sed vulputate commodo risus, semper varius lectus auctor quis. Aliquam a ex a augue ultricies dignissim. Vivamus est tellus, consequat vitae tempus ac, tempus id leo.
diff --git a/_demo/pages/03.blog/post-six/pedro_avataaars.png b/_demo/pages/03.blog/post-six/pedro_avataaars.png
new file mode 100644
index 0000000..9668fdb
Binary files /dev/null and b/_demo/pages/03.blog/post-six/pedro_avataaars.png differ
diff --git a/_demo/pages/03.blog/post-three/Elements14-b1.svg b/_demo/pages/03.blog/post-three/Elements14-b1.svg
new file mode 100644
index 0000000..7cbce8f
--- /dev/null
+++ b/_demo/pages/03.blog/post-three/Elements14-b1.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/_demo/pages/03.blog/post-three/item.es.md b/_demo/pages/03.blog/post-three/item.es.md
new file mode 100644
index 0000000..d2a1294
--- /dev/null
+++ b/_demo/pages/03.blog/post-three/item.es.md
@@ -0,0 +1,22 @@
+---
+title: 'Post three'
+media_order: 'juan_avataaars.jpg,Elements14-b1.svg'
+taxonomy:
+ tag:
+ - tag2
+ - tag4
+ author:
+ - 'Juan Villén'
+avatarImage: juan_avataaars.jpg
+subtitle: 'Donec dolor velit, posuere eget metus at, hendrerit malesuada magna'
+primaryImage: Elements14-b1.svg
+---
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam tincidunt diam at tortor volutpat placerat. Duis a dolor pharetra neque euismod porttitor. Ut pellentesque neque a odio pretium, eu feugiat lorem efficitur. Nunc pulvinar, dolor non facilisis semper, libero nisl auctor dolor, vitae dictum justo elit aliquet arcu. Curabitur quis posuere libero. Phasellus auctor purus turpis, non fringilla arcu scelerisque in. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam commodo tempus nisi, nec euismod augue commodo in.
+
+Vivamus egestas feugiat pellentesque. Donec eu est bibendum, fermentum mauris et, fringilla libero. Duis ultrices iaculis ipsum in pharetra. Curabitur a quam volutpat ex mollis rhoncus. Nam cursus magna non nisl posuere porttitor. Ut eget porttitor arcu. Vivamus ut imperdiet turpis, nec laoreet turpis. Morbi efficitur risus vehicula blandit convallis. Nulla eget metus bibendum, ornare metus eu, dignissim lorem. Nulla non tortor sed erat ullamcorper volutpat a vel justo.
+
+Sed eleifend ligula nec leo efficitur iaculis. Integer a vulputate dui, sit amet blandit dui. In lacinia congue nisl nec congue. Suspendisse ornare, dui non tincidunt iaculis, justo lorem viverra urna, sed vestibulum enim risus vitae nunc. Proin pretium faucibus libero. Sed vulputate commodo risus, semper varius lectus auctor quis. Aliquam a ex a augue ultricies dignissim. Vivamus est tellus, consequat vitae tempus ac, tempus id leo.
+Vivamus egestas feugiat pellentesque. Donec eu est bibendum, fermentum mauris et, fringilla libero. Duis ultrices iaculis ipsum in pharetra. Curabitur a quam volutpat ex mollis rhoncus. Nam cursus magna non nisl posuere porttitor. Ut eget porttitor arcu. Vivamus ut imperdiet turpis, nec laoreet turpis. Morbi efficitur risus vehicula blandit convallis. Nulla eget metus bibendum, ornare metus eu, dignissim lorem. Nulla non tortor sed erat ullamcorper volutpat a vel justo.
+
+Sed eleifend ligula nec leo efficitur iaculis. Integer a vulputate dui, sit amet blandit dui. In lacinia congue nisl nec congue. Suspendisse ornare, dui non tincidunt iaculis, justo lorem viverra urna, sed vestibulum enim risus vitae nunc. Proin pretium faucibus libero. Sed vulputate commodo risus, semper varius lectus auctor quis. Aliquam a ex a augue ultricies dignissim. Vivamus est tellus, consequat vitae tempus ac, tempus id leo.
diff --git a/_demo/pages/03.blog/post-three/juan_avataaars.jpg b/_demo/pages/03.blog/post-three/juan_avataaars.jpg
new file mode 100644
index 0000000..fd55ff2
Binary files /dev/null and b/_demo/pages/03.blog/post-three/juan_avataaars.jpg differ
diff --git a/_demo/pages/04.portafolio/deep_sea_monster-wallpaper-1920x1080.jpg b/_demo/pages/04.portafolio/deep_sea_monster-wallpaper-1920x1080.jpg
new file mode 100644
index 0000000..319804c
Binary files /dev/null and b/_demo/pages/04.portafolio/deep_sea_monster-wallpaper-1920x1080.jpg differ
diff --git a/_demo/pages/04.portafolio/headphones_black_and_white-wallpaper-1920x1080.jpg b/_demo/pages/04.portafolio/headphones_black_and_white-wallpaper-1920x1080.jpg
new file mode 100644
index 0000000..c7a9b7d
Binary files /dev/null and b/_demo/pages/04.portafolio/headphones_black_and_white-wallpaper-1920x1080.jpg differ
diff --git a/_demo/pages/04.portafolio/howls_moving_castle-wallpaper-1920x1080.jpg b/_demo/pages/04.portafolio/howls_moving_castle-wallpaper-1920x1080.jpg
new file mode 100644
index 0000000..7f47b79
Binary files /dev/null and b/_demo/pages/04.portafolio/howls_moving_castle-wallpaper-1920x1080.jpg differ
diff --git a/_demo/pages/04.portafolio/magic_butterfly-wallpaper-1920x1080.jpg b/_demo/pages/04.portafolio/magic_butterfly-wallpaper-1920x1080.jpg
new file mode 100644
index 0000000..eb61759
Binary files /dev/null and b/_demo/pages/04.portafolio/magic_butterfly-wallpaper-1920x1080.jpg differ
diff --git a/_demo/pages/04.portafolio/mushroom_forest-wallpaper-1920x1080.jpg b/_demo/pages/04.portafolio/mushroom_forest-wallpaper-1920x1080.jpg
new file mode 100644
index 0000000..b9d1f22
Binary files /dev/null and b/_demo/pages/04.portafolio/mushroom_forest-wallpaper-1920x1080.jpg differ
diff --git a/_demo/pages/04.portafolio/portfolio.es.md b/_demo/pages/04.portafolio/portfolio.es.md
new file mode 100644
index 0000000..e1551bd
--- /dev/null
+++ b/_demo/pages/04.portafolio/portfolio.es.md
@@ -0,0 +1,48 @@
+---
+title: Portafolio
+content:
+ items:
+ - '@self.children'
+ limit: 5
+ order:
+ by: date
+ dir: desc
+ pagination: true
+ url_taxonomy_filters: true
+media_order: 'headphones_black_and_white-wallpaper-1920x1080.jpg,deep_sea_monster-wallpaper-1920x1080.jpg,howls_moving_castle-wallpaper-1920x1080.jpg,mushroom_forest-wallpaper-1920x1080.jpg,magic_butterfly-wallpaper-1920x1080.jpg,the_forest_house-wallpaper-1920x1080.jpg,thumb_headphones_black_and_white-wallpaper-1920x1080.jpg,thumb_deep_sea_monster-wallpaper-1920x1080.jpg,thumb_howls_moving_castle-wallpaper-1920x1080.jpg,thumb_magic_butterfly-wallpaper-1920x1080.jpg,thumb_mushroom_forest-wallpaper-1920x1080.jpg,thumb_the_forest_house-wallpaper-1920x1080.jpg'
+images:
+ -
+ image: headphones_black_and_white-wallpaper-1920x1080.jpg
+ title: 'Title 1'
+ description: 'Description 1'
+ thumb: thumb_headphones_black_and_white-wallpaper-1920x1080.jpg
+ -
+ image: the_forest_house-wallpaper-1920x1080.jpg
+ title: 'Title 2'
+ description: 'Description 2'
+ thumb: thumb_the_forest_house-wallpaper-1920x1080.jpg
+ -
+ image: deep_sea_monster-wallpaper-1920x1080.jpg
+ title: 'Title 3'
+ description: 'Description 3'
+ thumb: thumb_deep_sea_monster-wallpaper-1920x1080.jpg
+ -
+ image: howls_moving_castle-wallpaper-1920x1080.jpg
+ title: 'Title 4'
+ description: 'Description 4'
+ thumb: thumb_howls_moving_castle-wallpaper-1920x1080.jpg
+ -
+ image: mushroom_forest-wallpaper-1920x1080.jpg
+ title: 'Title 5'
+ description: 'Description 5'
+ thumb: thumb_mushroom_forest-wallpaper-1920x1080.jpg
+ -
+ image: magic_butterfly-wallpaper-1920x1080.jpg
+ title: 'Title 6'
+ description: 'Description 6'
+ thumb: thumb_magic_butterfly-wallpaper-1920x1080.jpg
+published: true
+layout: standard
+---
+
+## [center]Some pictures for your portfolio[/center]
\ No newline at end of file
diff --git a/_demo/pages/04.portafolio/the_forest_house-wallpaper-1920x1080.jpg b/_demo/pages/04.portafolio/the_forest_house-wallpaper-1920x1080.jpg
new file mode 100644
index 0000000..e5557db
Binary files /dev/null and b/_demo/pages/04.portafolio/the_forest_house-wallpaper-1920x1080.jpg differ
diff --git a/_demo/pages/04.portafolio/thumb_deep_sea_monster-wallpaper-1920x1080.jpg b/_demo/pages/04.portafolio/thumb_deep_sea_monster-wallpaper-1920x1080.jpg
new file mode 100644
index 0000000..4b968dd
Binary files /dev/null and b/_demo/pages/04.portafolio/thumb_deep_sea_monster-wallpaper-1920x1080.jpg differ
diff --git a/_demo/pages/04.portafolio/thumb_headphones_black_and_white-wallpaper-1920x1080.jpg b/_demo/pages/04.portafolio/thumb_headphones_black_and_white-wallpaper-1920x1080.jpg
new file mode 100644
index 0000000..b877cbb
Binary files /dev/null and b/_demo/pages/04.portafolio/thumb_headphones_black_and_white-wallpaper-1920x1080.jpg differ
diff --git a/_demo/pages/04.portafolio/thumb_howls_moving_castle-wallpaper-1920x1080.jpg b/_demo/pages/04.portafolio/thumb_howls_moving_castle-wallpaper-1920x1080.jpg
new file mode 100644
index 0000000..bb39773
Binary files /dev/null and b/_demo/pages/04.portafolio/thumb_howls_moving_castle-wallpaper-1920x1080.jpg differ
diff --git a/_demo/pages/04.portafolio/thumb_magic_butterfly-wallpaper-1920x1080.jpg b/_demo/pages/04.portafolio/thumb_magic_butterfly-wallpaper-1920x1080.jpg
new file mode 100644
index 0000000..475cecc
Binary files /dev/null and b/_demo/pages/04.portafolio/thumb_magic_butterfly-wallpaper-1920x1080.jpg differ
diff --git a/_demo/pages/04.portafolio/thumb_mushroom_forest-wallpaper-1920x1080.jpg b/_demo/pages/04.portafolio/thumb_mushroom_forest-wallpaper-1920x1080.jpg
new file mode 100644
index 0000000..99bc76d
Binary files /dev/null and b/_demo/pages/04.portafolio/thumb_mushroom_forest-wallpaper-1920x1080.jpg differ
diff --git a/_demo/pages/04.portafolio/thumb_the_forest_house-wallpaper-1920x1080.jpg b/_demo/pages/04.portafolio/thumb_the_forest_house-wallpaper-1920x1080.jpg
new file mode 100644
index 0000000..63c0326
Binary files /dev/null and b/_demo/pages/04.portafolio/thumb_the_forest_house-wallpaper-1920x1080.jpg differ
diff --git a/_demo/pages/05.contacto/04._contact-us/contact.md b/_demo/pages/05.contacto/04._contact-us/contact.md
new file mode 100644
index 0000000..bcc2665
--- /dev/null
+++ b/_demo/pages/05.contacto/04._contact-us/contact.md
@@ -0,0 +1,80 @@
+---
+title: 'Contacta con nosotros'
+form:
+ name: contact-form
+ template: form-messages
+ action: /
+ classes: 'row gtr-uniform'
+ refresh_prevention: true
+ fields:
+ -
+ name: name
+ label: false
+ placeholder: Nombre
+ validate:
+ required: true
+ message: 'El nombre es obligatorio'
+ autofocus: 'off'
+ autocomplete: 'on'
+ type: text
+ outerclasses: 'col-6 col-12-small'
+ classes: null
+ -
+ name: email
+ label: false
+ placeholder: Email
+ validate:
+ required: true
+ message: 'El Email es obligatorio'
+ type: email
+ outerclasses: 'col-6 col-12-small'
+ classes: null
+ -
+ name: subject
+ label: false
+ type: text
+ placeholder: Asunto
+ validate:
+ required: true
+ message: 'El asunto es obligatorio'
+ outerclasses: 'col-12 col-12-small'
+ classes: null
+ -
+ name: message
+ label: false
+ placeholder: Mensaje
+ validate:
+ required: true
+ message: 'El mensaje es obligatorio'
+ type: textarea
+ outerclasses: 'col-12 col-12-small'
+ classes: null
+ rows: 10
+ -
+ name: privacy
+ type: privacy
+ label: 'Política de Privacidad'
+ validate:
+ required: true
+ message: 'Al usar este formulario estás de acuerdo con nuestra política de privacidad'
+ buttons:
+ -
+ type: submit
+ value: Enviar
+ outerclasses: form-field
+ classes: 'button primary'
+ process:
+ save:
+ fileprefix: contact-
+ dateformat: dmY-His-u
+ extension: txt
+ body: '{% include ''forms/data.txt.twig'' %}'
+ email:
+ subject: '[Formulario desde ES-GRAV.COM] {{ form.value.name|e }}'
+ body: '{% include ''forms/data.html.twig'' %}'
+ message: 'Gracias por su comentario !'
+ display: /thankyou
+ reset: true
+---
+
+
Envíenos sus comentarios
\ No newline at end of file
diff --git a/_demo/pages/05.contacto/modular.md b/_demo/pages/05.contacto/modular.md
new file mode 100644
index 0000000..867013c
--- /dev/null
+++ b/_demo/pages/05.contacto/modular.md
@@ -0,0 +1,8 @@
+---
+title: 'Contacta con nosotros'
+content:
+ items: '@self.modular'
+body_classes: modular
+menu: Contacto
+---
+
diff --git a/_demo/pages/06.privacy/default.es.md b/_demo/pages/06.privacy/default.es.md
new file mode 100644
index 0000000..fb20e76
--- /dev/null
+++ b/_demo/pages/06.privacy/default.es.md
@@ -0,0 +1,179 @@
+---
+title: 'Política de Privacidad'
+primaryImage: privacy-policy.jpg
+media_order: privacy-policy.jpg
+visible: false
+subtitle: 'Our privacy terms'
+---
+
+Last updated: December 02, 2020
+This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You.
+We use Your Personal data to provide and improve the Service. By using the Service, You agree to the collection and use of information in accordance with this Privacy Policy. This Privacy Policy has been created with the help of the Privacy Policy Generator .
+Interpretation and Definitions
+Interpretation
+The words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural.
+Definitions
+For the purposes of this Privacy Policy:
+
+
+Account means a unique account created for You to access our Service or parts of our Service.
+
+
+Company (referred to as either "the Company", "We", "Us" or "Our" in this Agreement) refers to My site.
+
+
+Cookies are small files that are placed on Your computer, mobile device or any other device by a website, containing the details of Your browsing history on that website among its many uses.
+
+
+Country refers to: Spain
+
+
+Device means any device that can access the Service such as a computer, a cellphone or a digital tablet.
+
+
+Personal Data is any information that relates to an identified or identifiable individual.
+
+
+Service refers to the Website.
+
+
+Service Provider means any natural or legal person who processes the data on behalf of the Company. It refers to third-party companies or individuals employed by the Company to facilitate the Service, to provide the Service on behalf of the Company, to perform services related to the Service or to assist the Company in analyzing how the Service is used.
+
+
+Third-party Social Media Service refers to any website or any social network website through which a User can log in or create an account to use the Service.
+
+
+Usage Data refers to data collected automatically, either generated by the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit).
+
+
+Website refers to My site, accessible from http://mysite.com
+
+
+You means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.
+
+
+Collecting and Using Your Personal Data
+Types of Data Collected
+Personal Data
+While using Our Service, We may ask You to provide Us with certain personally identifiable information that can be used to contact or identify You. Personally identifiable information may include, but is not limited to:
+
+
+Email address
+
+
+First name and last name
+
+
+Phone number
+
+
+Usage Data
+
+
+Usage Data
+Usage Data is collected automatically when using the Service.
+Usage Data may include information such as Your Device's Internet Protocol address (e.g. IP address), browser type, browser version, the pages of our Service that You visit, the time and date of Your visit, the time spent on those pages, unique device identifiers and other diagnostic data.
+When You access the Service by or through a mobile device, We may collect certain information automatically, including, but not limited to, the type of mobile device You use, Your mobile device unique ID, the IP address of Your mobile device, Your mobile operating system, the type of mobile Internet browser You use, unique device identifiers and other diagnostic data.
+We may also collect information that Your browser sends whenever You visit our Service or when You access the Service by or through a mobile device.
+Tracking Technologies and Cookies
+We use Cookies and similar tracking technologies to track the activity on Our Service and store certain information. Tracking technologies used are beacons, tags, and scripts to collect and track information and to improve and analyze Our Service. The technologies We use may include:
+
+Cookies or Browser Cookies. A cookie is a small file placed on Your Device. You can instruct Your browser to refuse all Cookies or to indicate when a Cookie is being sent. However, if You do not accept Cookies, You may not be able to use some parts of our Service. Unless you have adjusted Your browser setting so that it will refuse Cookies, our Service may use Cookies.
+Flash Cookies. Certain features of our Service may use local stored objects (or Flash Cookies) to collect and store information about Your preferences or Your activity on our Service. Flash Cookies are not managed by the same browser settings as those used for Browser Cookies. For more information on how You can delete Flash Cookies, please read "Where can I change the settings for disabling, or deleting local shared objects?" available at https://helpx.adobe.com/flash-player/kb/disable-local-shared-objects-flash.html#main_Where_can_I_change_the_settings_for_disabling__or_deleting_local_shared_objects_
+Web Beacons. Certain sections of our Service and our emails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit the Company, for example, to count users who have visited those pages or opened an email and for other related website statistics (for example, recording the popularity of a certain section and verifying system and server integrity).
+
+Cookies can be "Persistent" or "Session" Cookies. Persistent Cookies remain on Your personal computer or mobile device when You go offline, while Session Cookies are deleted as soon as You close Your web browser. You can learn more about cookies here: All About Cookies by TermsFeed .
+We use both Session and Persistent Cookies for the purposes set out below:
+
+
+Necessary / Essential Cookies
+Type: Session Cookies
+Administered by: Us
+Purpose: These Cookies are essential to provide You with services available through the Website and to enable You to use some of its features. They help to authenticate users and prevent fraudulent use of user accounts. Without these Cookies, the services that You have asked for cannot be provided, and We only use these Cookies to provide You with those services.
+
+
+Cookies Policy / Notice Acceptance Cookies
+Type: Persistent Cookies
+Administered by: Us
+Purpose: These Cookies identify if users have accepted the use of cookies on the Website.
+
+
+Functionality Cookies
+Type: Persistent Cookies
+Administered by: Us
+Purpose: These Cookies allow us to remember choices You make when You use the Website, such as remembering your login details or language preference. The purpose of these Cookies is to provide You with a more personal experience and to avoid You having to re-enter your preferences every time You use the Website.
+
+
+For more information about the cookies we use and your choices regarding cookies, please visit our Cookies Policy or the Cookies section of our Privacy Policy.
+Use of Your Personal Data
+The Company may use Personal Data for the following purposes:
+
+
+To provide and maintain our Service , including to monitor the usage of our Service.
+
+
+To manage Your Account: to manage Your registration as a user of the Service. The Personal Data You provide can give You access to different functionalities of the Service that are available to You as a registered user.
+
+
+For the performance of a contract: the development, compliance and undertaking of the purchase contract for the products, items or services You have purchased or of any other contract with Us through the Service.
+
+
+To contact You: To contact You by email, telephone calls, SMS, or other equivalent forms of electronic communication, such as a mobile application's push notifications regarding updates or informative communications related to the functionalities, products or contracted services, including the security updates, when necessary or reasonable for their implementation.
+
+
+To provide You with news, special offers and general information about other goods, services and events which we offer that are similar to those that you have already purchased or enquired about unless You have opted not to receive such information.
+
+
+To manage Your requests: To attend and manage Your requests to Us.
+
+
+For business transfers: We may use Your information to evaluate or conduct a merger, divestiture, restructuring, reorganization, dissolution, or other sale or transfer of some or all of Our assets, whether as a going concern or as part of bankruptcy, liquidation, or similar proceeding, in which Personal Data held by Us about our Service users is among the assets transferred.
+
+
+For other purposes : We may use Your information for other purposes, such as data analysis, identifying usage trends, determining the effectiveness of our promotional campaigns and to evaluate and improve our Service, products, services, marketing and your experience.
+
+
+We may share Your personal information in the following situations:
+
+With Service Providers: We may share Your personal information with Service Providers to monitor and analyze the use of our Service, to contact You.
+For business transfers: We may share or transfer Your personal information in connection with, or during negotiations of, any merger, sale of Company assets, financing, or acquisition of all or a portion of Our business to another company.
+With Affiliates: We may share Your information with Our affiliates, in which case we will require those affiliates to honor this Privacy Policy. Affiliates include Our parent company and any other subsidiaries, joint venture partners or other companies that We control or that are under common control with Us.
+With business partners: We may share Your information with Our business partners to offer You certain products, services or promotions.
+With other users: when You share personal information or otherwise interact in the public areas with other users, such information may be viewed by all users and may be publicly distributed outside. If You interact with other users or register through a Third-Party Social Media Service, Your contacts on the Third-Party Social Media Service may see Your name, profile, pictures and description of Your activity. Similarly, other users will be able to view descriptions of Your activity, communicate with You and view Your profile.
+With Your consent : We may disclose Your personal information for any other purpose with Your consent.
+
+Retention of Your Personal Data
+The Company will retain Your Personal Data only for as long as is necessary for the purposes set out in this Privacy Policy. We will retain and use Your Personal Data to the extent necessary to comply with our legal obligations (for example, if we are required to retain your data to comply with applicable laws), resolve disputes, and enforce our legal agreements and policies.
+The Company will also retain Usage Data for internal analysis purposes. Usage Data is generally retained for a shorter period of time, except when this data is used to strengthen the security or to improve the functionality of Our Service, or We are legally obligated to retain this data for longer time periods.
+Transfer of Your Personal Data
+Your information, including Personal Data, is processed at the Company's operating offices and in any other places where the parties involved in the processing are located. It means that this information may be transferred to — and maintained on — computers located outside of Your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from Your jurisdiction.
+Your consent to this Privacy Policy followed by Your submission of such information represents Your agreement to that transfer.
+The Company will take all steps reasonably necessary to ensure that Your data is treated securely and in accordance with this Privacy Policy and no transfer of Your Personal Data will take place to an organization or a country unless there are adequate controls in place including the security of Your data and other personal information.
+Disclosure of Your Personal Data
+Business Transactions
+If the Company is involved in a merger, acquisition or asset sale, Your Personal Data may be transferred. We will provide notice before Your Personal Data is transferred and becomes subject to a different Privacy Policy.
+Law enforcement
+Under certain circumstances, the Company may be required to disclose Your Personal Data if required to do so by law or in response to valid requests by public authorities (e.g. a court or a government agency).
+Other legal requirements
+The Company may disclose Your Personal Data in the good faith belief that such action is necessary to:
+
+Comply with a legal obligation
+Protect and defend the rights or property of the Company
+Prevent or investigate possible wrongdoing in connection with the Service
+Protect the personal safety of Users of the Service or the public
+Protect against legal liability
+
+Security of Your Personal Data
+The security of Your Personal Data is important to Us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While We strive to use commercially acceptable means to protect Your Personal Data, We cannot guarantee its absolute security.
+Links to Other Websites
+Our Service may contain links to other websites that are not operated by Us. If You click on a third party link, You will be directed to that third party's site. We strongly advise You to review the Privacy Policy of every site You visit.
+We have no control over and assume no responsibility for the content, privacy policies or practices of any third party sites or services.
+Changes to this Privacy Policy
+We may update Our Privacy Policy from time to time. We will notify You of any changes by posting the new Privacy Policy on this page.
+We will let You know via email and/or a prominent notice on Our Service, prior to the change becoming effective and update the "Last updated" date at the top of this Privacy Policy.
+You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.
+Contact Us
+If you have any questions about this Privacy Policy, You can contact us:
+
+By email: office@mycompany.com
+
\ No newline at end of file
diff --git a/_demo/pages/06.privacy/privacy-policy.jpg b/_demo/pages/06.privacy/privacy-policy.jpg
new file mode 100644
index 0000000..201ceac
Binary files /dev/null and b/_demo/pages/06.privacy/privacy-policy.jpg differ
diff --git a/_demo/pages/offline/offline.es.md b/_demo/pages/offline/offline.es.md
new file mode 100644
index 0000000..c8f3771
--- /dev/null
+++ b/_demo/pages/offline/offline.es.md
@@ -0,0 +1,10 @@
+---
+title: Offline
+visible: false
+---
+
+# [notice=warning]Sitio web en mantenimiento[/notice]
+
+Estamos realizando cambios en la web. En breve estaremos en funcionamiento.
+
+Por favor, inténtalo más tarde.
diff --git a/_demo/pages/thankyou/form.md b/_demo/pages/thankyou/form.md
new file mode 100644
index 0000000..bde039a
--- /dev/null
+++ b/_demo/pages/thankyou/form.md
@@ -0,0 +1,12 @@
+---
+title: 'Email sent'
+process:
+ markdown: true
+ twig: true
+cache_enable: false
+visible: false
+---
+
+## Your form has been sent successful
+
+##### We will offer you a quickly response.
\ No newline at end of file
diff --git a/assets/css/custom.css b/assets/css/custom.css
index 64cfc43..651a2f3 100644
--- a/assets/css/custom.css
+++ b/assets/css/custom.css
@@ -1,14 +1,16 @@
+/* Styles for Back to Top button */
+
#back-to-top {
display: inline-block;
- font-family: 'FontAwesome';
+ font-family: 'Font Awesome 5 Free';
font-weight: 400;
font-style: normal;
- font-size: 2em;
- line-height: 1.3em;
+ font-size: 1.5em;
+ line-height: 1.5em;
background-color: #ab1d35;
color: #fff;
- width: 50px;
- height: 50px;
+ width: 1.5em;
+ height: 1.5em;
text-align: center;
border-radius: 4px;
position: fixed;
@@ -35,6 +37,7 @@
visibility: visible;
}
+/* Styles for Langswitcher plugin */
#header .main ul li.langswitcher > a {
text-decoration: none;
@@ -46,3 +49,36 @@
@media screen and (max-width: 736px) {
#header .main ul li.langswitcher {
display: none; } }
+
+/* Styles to show Font Awesome 5 Free in shortcode core notices */
+
+.sc-notice > div:before {
+ position: absolute;
+ top: 2px;
+ color: #fff;
+ font-family: 'Font Awesome 5 Free';
+ content: '\f05a';
+ left: 10px;
+}
+
+/* Styles to support svg images in search results */
+
+.search-row {
+ display: flex;
+ align-items: top;
+
+}
+.search-image img {
+ overflow:hidden;
+ width: 100px;
+ height: 100px;
+ object-fit: cover;
+ object-position: 0 100%;
+}
+@media only all and (max-width: 47.938em) {
+ .search-image img {display:none;}
+}
+.search-item {
+ margin-left: 30px;
+ margin-bottom: 50px;
+}
\ No newline at end of file
diff --git a/assets/css/fontawesome-all.min.css b/assets/css/fontawesome-all.min.css
new file mode 100644
index 0000000..93e3aed
--- /dev/null
+++ b/assets/css/fontawesome-all.min.css
@@ -0,0 +1,226 @@
+/*!
+ * 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/assets/css/main.css b/assets/css/main.css
index 1836566..6b5e957 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -1,4 +1,4 @@
-@import url(font-awesome.min.css);
+@import 'fontawesome-all.min.css';
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900");
/*
Future Imperfect by HTML5 UP
@@ -21,71 +21,84 @@ section, summary, time, mark, audio, video {
border: 0;
font-size: 100%;
font: inherit;
- vertical-align: baseline; }
+ vertical-align: baseline;
+}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
- display: block; }
+ display: block;
+}
body {
- line-height: 1; }
+ line-height: 1;
+}
ol, ul {
- list-style: none; }
+ list-style: none;
+}
blockquote, q {
- quotes: none; }
- blockquote:before, blockquote:after, q:before, q:after {
- content: '';
- content: none; }
+ quotes: none;
+}
+blockquote:before, blockquote:after, q:before, q:after {
+ content: "";
+ content: none;
+}
table {
border-collapse: collapse;
- border-spacing: 0; }
+ border-spacing: 0;
+}
body {
- -webkit-text-size-adjust: none; }
+ -webkit-text-size-adjust: none;
+}
mark {
background-color: transparent;
- color: inherit; }
+ color: inherit;
+}
input::-moz-focus-inner {
border: 0;
- padding: 0; }
+ padding: 0;
+}
input, select, textarea {
-moz-appearance: none;
-webkit-appearance: none;
- -ms-appearance: none;
- appearance: none; }
+ appearance: none;
+}
/* Basic */
@-ms-viewport {
- width: device-width; }
+ width: device-width;
+}
body {
- -ms-overflow-style: scrollbar; }
+ -ms-overflow-style: scrollbar;
+}
@media screen and (max-width: 480px) {
html, body {
- min-width: 320px; } }
+ min-width: 320px;
+ }
+}
html {
- box-sizing: border-box; }
+ box-sizing: border-box;
+}
*, *:before, *:after {
- box-sizing: inherit; }
+ box-sizing: inherit;
+}
body {
- background: #f4f4f4; }
- body.is-preload *, body.is-preload *:before, body.is-preload *:after {
- -moz-animation: none !important;
- -webkit-animation: none !important;
- -ms-animation: none !important;
- animation: none !important;
- -moz-transition: none !important;
- -webkit-transition: none !important;
- -ms-transition: none !important;
- transition: none !important; }
+ background: #f4f4f4;
+}
+body.is-preload *, body.is-preload *:before, body.is-preload *:after {
+ -webkit-animation: none !important;
+ animation: none !important;
+ transition: none !important;
+}
/* Type */
body, input, select, textarea {
@@ -93,51 +106,63 @@ body, input, select, textarea {
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-size: 14pt;
font-weight: 400;
- line-height: 1.75; }
- @media screen and (max-width: 1680px) {
- body, input, select, textarea {
- font-size: 12pt; } }
- @media screen and (max-width: 1280px) {
- body, input, select, textarea {
- font-size: 12pt; } }
- @media screen and (max-width: 980px) {
- body, input, select, textarea {
- font-size: 12pt; } }
- @media screen and (max-width: 736px) {
- body, input, select, textarea {
- font-size: 12pt; } }
- @media screen and (max-width: 480px) {
- body, input, select, textarea {
- font-size: 12pt; } }
+ line-height: 1.75;
+}
+@media screen and (max-width: 1680px) {
+ body, input, select, textarea {
+ font-size: 12pt;
+ }
+}
+@media screen and (max-width: 1280px) {
+ body, input, select, textarea {
+ font-size: 12pt;
+ }
+}
+@media screen and (max-width: 980px) {
+ body, input, select, textarea {
+ font-size: 12pt;
+ }
+}
+@media screen and (max-width: 736px) {
+ body, input, select, textarea {
+ font-size: 12pt;
+ }
+}
+@media screen and (max-width: 480px) {
+ body, input, select, textarea {
+ font-size: 12pt;
+ }
+}
a {
- -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
- -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
- -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
transition: color 0.2s ease, border-bottom-color 0.2s ease;
border-bottom: dotted 1px rgba(160, 160, 160, 0.65);
color: inherit;
- text-decoration: none; }
- a:before {
- -moz-transition: color 0.2s ease;
- -webkit-transition: color 0.2s ease;
- -ms-transition: color 0.2s ease;
- transition: color 0.2s ease; }
- a:hover {
- border-bottom-color: transparent;
- color: #ba2e5d !important; }
- a:hover:before {
- color: #ba2e5d !important; }
+ text-decoration: none;
+}
+a:before {
+ transition: color 0.2s ease;
+}
+a:hover {
+ border-bottom-color: transparent;
+ color: #ba2e5d !important;
+}
+a:hover:before {
+ color: #ba2e5d !important;
+}
strong, b {
color: #3c3b3b;
- font-weight: 700; }
+ font-weight: 700;
+}
em, i {
- font-style: italic; }
+ font-style: italic;
+}
p {
- margin: 0 0 2em 0; }
+ margin: 0 0 2em 0;
+}
h1, h2, h3, h4, h5, h6 {
color: #3c3b3b;
@@ -146,41 +171,51 @@ h1, h2, h3, h4, h5, h6 {
letter-spacing: 0.25em;
line-height: 1.65;
margin: 0 0 1em 0;
- text-transform: uppercase; }
- h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
- color: inherit;
- border-bottom: 0; }
+ text-transform: uppercase;
+}
+h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
+ color: inherit;
+ border-bottom: 0;
+}
h2 {
- font-size: 1.1em; }
+ font-size: 1.1em;
+}
h3 {
- font-size: 0.9em; }
+ font-size: 0.9em;
+}
h4 {
- font-size: 0.7em; }
+ font-size: 0.7em;
+}
h5 {
- font-size: 0.7em; }
+ font-size: 0.7em;
+}
h6 {
- font-size: 0.7em; }
+ font-size: 0.7em;
+}
sub {
font-size: 0.8em;
position: relative;
- top: 0.5em; }
+ top: 0.5em;
+}
sup {
font-size: 0.8em;
position: relative;
- top: -0.5em; }
+ top: -0.5em;
+}
blockquote {
border-left: solid 4px rgba(160, 160, 160, 0.3);
font-style: italic;
margin: 0 0 2em 0;
- padding: 0.5em 0 0.5em 2em; }
+ padding: 0.5em 0 0.5em 2em;
+}
code {
background: rgba(160, 160, 160, 0.075);
@@ -188,808 +223,1164 @@ code {
font-family: "Courier New", monospace;
font-size: 0.9em;
margin: 0 0.25em;
- padding: 0.25em 0.65em; }
+ padding: 0.25em 0.65em;
+}
pre {
-webkit-overflow-scrolling: touch;
font-family: "Courier New", monospace;
font-size: 0.9em;
- margin: 0 0 2em 0; }
- pre code {
- display: block;
- line-height: 1.75em;
- padding: 1em 1.5em;
- overflow-x: auto; }
+ margin: 0 0 2em 0;
+}
+pre code {
+ display: block;
+ line-height: 1.75em;
+ padding: 1em 1.5em;
+ overflow-x: auto;
+}
hr {
border: 0;
border-bottom: solid 1px rgba(160, 160, 160, 0.3);
- margin: 2em 0; }
- hr.major {
- margin: 3em 0; }
+ margin: 2em 0;
+}
+hr.major {
+ margin: 3em 0;
+}
.align-left {
- text-align: left; }
+ text-align: left;
+}
.align-center {
- text-align: center; }
+ text-align: center;
+}
.align-right {
- text-align: right; }
+ text-align: right;
+}
/* Row */
.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
- align-items: stretch; }
+ 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.3333333333%;
+}
+.row > .off-1 {
+ margin-left: 8.3333333333%;
+}
+.row > .col-2 {
+ width: 16.6666666667%;
+}
+.row > .off-2 {
+ margin-left: 16.6666666667%;
+}
+.row > .col-3 {
+ width: 25%;
+}
+.row > .off-3 {
+ margin-left: 25%;
+}
+.row > .col-4 {
+ width: 33.3333333333%;
+}
+.row > .off-4 {
+ margin-left: 33.3333333333%;
+}
+.row > .col-5 {
+ width: 41.6666666667%;
+}
+.row > .off-5 {
+ margin-left: 41.6666666667%;
+}
+.row > .col-6 {
+ width: 50%;
+}
+.row > .off-6 {
+ margin-left: 50%;
+}
+.row > .col-7 {
+ width: 58.3333333333%;
+}
+.row > .off-7 {
+ margin-left: 58.3333333333%;
+}
+.row > .col-8 {
+ width: 66.6666666667%;
+}
+.row > .off-8 {
+ margin-left: 66.6666666667%;
+}
+.row > .col-9 {
+ width: 75%;
+}
+.row > .off-9 {
+ margin-left: 75%;
+}
+.row > .col-10 {
+ width: 83.3333333333%;
+}
+.row > .off-10 {
+ margin-left: 83.3333333333%;
+}
+.row > .col-11 {
+ width: 91.6666666667%;
+}
+.row > .off-11 {
+ margin-left: 91.6666666667%;
+}
+.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: -0.25em;
+}
+.row.gtr-25 > * {
+ padding: 0 0 0 0.25em;
+}
+.row.gtr-25.gtr-uniform {
+ margin-top: -0.25em;
+}
+.row.gtr-25.gtr-uniform > * {
+ padding-top: 0.25em;
+}
+.row.gtr-50 {
+ margin-top: 0;
+ margin-left: -0.5em;
+}
+.row.gtr-50 > * {
+ padding: 0 0 0 0.5em;
+}
+.row.gtr-50.gtr-uniform {
+ margin-top: -0.5em;
+}
+.row.gtr-50.gtr-uniform > * {
+ padding-top: 0.5em;
+}
+.row {
+ margin-top: 0;
+ margin-left: -1em;
+}
+.row > * {
+ padding: 0 0 0 1em;
+}
+.row.gtr-uniform {
+ margin-top: -1em;
+}
+.row.gtr-uniform > * {
+ padding-top: 1em;
+}
+.row.gtr-150 {
+ margin-top: 0;
+ margin-left: -1.5em;
+}
+.row.gtr-150 > * {
+ padding: 0 0 0 1.5em;
+}
+.row.gtr-150.gtr-uniform {
+ margin-top: -1.5em;
+}
+.row.gtr-150.gtr-uniform > * {
+ padding-top: 1.5em;
+}
+.row.gtr-200 {
+ margin-top: 0;
+ margin-left: -2em;
+}
+.row.gtr-200 > * {
+ padding: 0 0 0 2em;
+}
+.row.gtr-200.gtr-uniform {
+ margin-top: -2em;
+}
+.row.gtr-200.gtr-uniform > * {
+ padding-top: 2em;
+}
+@media screen and (max-width: 1680px) {
+ .row {
+ display: flex;
+ flex-wrap: wrap;
+ box-sizing: border-box;
+ align-items: stretch;
+ }
.row > * {
- box-sizing: border-box; }
+ box-sizing: border-box;
+ }
.row.gtr-uniform > * > :last-child {
- margin-bottom: 0; }
+ margin-bottom: 0;
+ }
.row.aln-left {
- justify-content: flex-start; }
+ justify-content: flex-start;
+ }
.row.aln-center {
- justify-content: center; }
+ justify-content: center;
+ }
.row.aln-right {
- justify-content: flex-end; }
+ justify-content: flex-end;
+ }
.row.aln-top {
- align-items: flex-start; }
+ align-items: flex-start;
+ }
.row.aln-middle {
- align-items: center; }
+ align-items: center;
+ }
.row.aln-bottom {
- align-items: flex-end; }
- .row > .imp {
- order: -1; }
- .row > .col-1 {
- width: 8.3333333333%; }
- .row > .off-1 {
- margin-left: 8.3333333333%; }
- .row > .col-2 {
- width: 16.6666666667%; }
- .row > .off-2 {
- margin-left: 16.6666666667%; }
- .row > .col-3 {
- width: 25%; }
- .row > .off-3 {
- margin-left: 25%; }
- .row > .col-4 {
- width: 33.3333333333%; }
- .row > .off-4 {
- margin-left: 33.3333333333%; }
- .row > .col-5 {
- width: 41.6666666667%; }
- .row > .off-5 {
- margin-left: 41.6666666667%; }
- .row > .col-6 {
- width: 50%; }
- .row > .off-6 {
- margin-left: 50%; }
- .row > .col-7 {
- width: 58.3333333333%; }
- .row > .off-7 {
- margin-left: 58.3333333333%; }
- .row > .col-8 {
- width: 66.6666666667%; }
- .row > .off-8 {
- margin-left: 66.6666666667%; }
- .row > .col-9 {
- width: 75%; }
- .row > .off-9 {
- margin-left: 75%; }
- .row > .col-10 {
- width: 83.3333333333%; }
- .row > .off-10 {
- margin-left: 83.3333333333%; }
- .row > .col-11 {
- width: 91.6666666667%; }
- .row > .off-11 {
- margin-left: 91.6666666667%; }
- .row > .col-12 {
- width: 100%; }
- .row > .off-12 {
- margin-left: 100%; }
+ align-items: flex-end;
+ }
+ .row > .imp-xlarge {
+ order: -1;
+ }
+ .row > .col-1-xlarge {
+ width: 8.3333333333%;
+ }
+ .row > .off-1-xlarge {
+ margin-left: 8.3333333333%;
+ }
+ .row > .col-2-xlarge {
+ width: 16.6666666667%;
+ }
+ .row > .off-2-xlarge {
+ margin-left: 16.6666666667%;
+ }
+ .row > .col-3-xlarge {
+ width: 25%;
+ }
+ .row > .off-3-xlarge {
+ margin-left: 25%;
+ }
+ .row > .col-4-xlarge {
+ width: 33.3333333333%;
+ }
+ .row > .off-4-xlarge {
+ margin-left: 33.3333333333%;
+ }
+ .row > .col-5-xlarge {
+ width: 41.6666666667%;
+ }
+ .row > .off-5-xlarge {
+ margin-left: 41.6666666667%;
+ }
+ .row > .col-6-xlarge {
+ width: 50%;
+ }
+ .row > .off-6-xlarge {
+ margin-left: 50%;
+ }
+ .row > .col-7-xlarge {
+ width: 58.3333333333%;
+ }
+ .row > .off-7-xlarge {
+ margin-left: 58.3333333333%;
+ }
+ .row > .col-8-xlarge {
+ width: 66.6666666667%;
+ }
+ .row > .off-8-xlarge {
+ margin-left: 66.6666666667%;
+ }
+ .row > .col-9-xlarge {
+ width: 75%;
+ }
+ .row > .off-9-xlarge {
+ margin-left: 75%;
+ }
+ .row > .col-10-xlarge {
+ width: 83.3333333333%;
+ }
+ .row > .off-10-xlarge {
+ margin-left: 83.3333333333%;
+ }
+ .row > .col-11-xlarge {
+ width: 91.6666666667%;
+ }
+ .row > .off-11-xlarge {
+ margin-left: 91.6666666667%;
+ }
+ .row > .col-12-xlarge {
+ width: 100%;
+ }
+ .row > .off-12-xlarge {
+ 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; }
+ 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: -0.25em; }
- .row.gtr-25 > * {
- padding: 0 0 0 0.25em; }
- .row.gtr-25.gtr-uniform {
- margin-top: -0.25em; }
- .row.gtr-25.gtr-uniform > * {
- padding-top: 0.25em; }
+ margin-left: -0.25em;
+ }
+ .row.gtr-25 > * {
+ padding: 0 0 0 0.25em;
+ }
+ .row.gtr-25.gtr-uniform {
+ margin-top: -0.25em;
+ }
+ .row.gtr-25.gtr-uniform > * {
+ padding-top: 0.25em;
+ }
.row.gtr-50 {
margin-top: 0;
- margin-left: -0.5em; }
- .row.gtr-50 > * {
- padding: 0 0 0 0.5em; }
- .row.gtr-50.gtr-uniform {
- margin-top: -0.5em; }
- .row.gtr-50.gtr-uniform > * {
- padding-top: 0.5em; }
+ margin-left: -0.5em;
+ }
+ .row.gtr-50 > * {
+ padding: 0 0 0 0.5em;
+ }
+ .row.gtr-50.gtr-uniform {
+ margin-top: -0.5em;
+ }
+ .row.gtr-50.gtr-uniform > * {
+ padding-top: 0.5em;
+ }
.row {
margin-top: 0;
- margin-left: -1em; }
- .row > * {
- padding: 0 0 0 1em; }
- .row.gtr-uniform {
- margin-top: -1em; }
- .row.gtr-uniform > * {
- padding-top: 1em; }
+ margin-left: -1em;
+ }
+ .row > * {
+ padding: 0 0 0 1em;
+ }
+ .row.gtr-uniform {
+ margin-top: -1em;
+ }
+ .row.gtr-uniform > * {
+ padding-top: 1em;
+ }
.row.gtr-150 {
margin-top: 0;
- margin-left: -1.5em; }
- .row.gtr-150 > * {
- padding: 0 0 0 1.5em; }
- .row.gtr-150.gtr-uniform {
- margin-top: -1.5em; }
- .row.gtr-150.gtr-uniform > * {
- padding-top: 1.5em; }
+ margin-left: -1.5em;
+ }
+ .row.gtr-150 > * {
+ padding: 0 0 0 1.5em;
+ }
+ .row.gtr-150.gtr-uniform {
+ margin-top: -1.5em;
+ }
+ .row.gtr-150.gtr-uniform > * {
+ padding-top: 1.5em;
+ }
.row.gtr-200 {
margin-top: 0;
- margin-left: -2em; }
- .row.gtr-200 > * {
- padding: 0 0 0 2em; }
- .row.gtr-200.gtr-uniform {
- margin-top: -2em; }
- .row.gtr-200.gtr-uniform > * {
- padding-top: 2em; }
- @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-xlarge {
- order: -1; }
- .row > .col-1-xlarge {
- width: 8.3333333333%; }
- .row > .off-1-xlarge {
- margin-left: 8.3333333333%; }
- .row > .col-2-xlarge {
- width: 16.6666666667%; }
- .row > .off-2-xlarge {
- margin-left: 16.6666666667%; }
- .row > .col-3-xlarge {
- width: 25%; }
- .row > .off-3-xlarge {
- margin-left: 25%; }
- .row > .col-4-xlarge {
- width: 33.3333333333%; }
- .row > .off-4-xlarge {
- margin-left: 33.3333333333%; }
- .row > .col-5-xlarge {
- width: 41.6666666667%; }
- .row > .off-5-xlarge {
- margin-left: 41.6666666667%; }
- .row > .col-6-xlarge {
- width: 50%; }
- .row > .off-6-xlarge {
- margin-left: 50%; }
- .row > .col-7-xlarge {
- width: 58.3333333333%; }
- .row > .off-7-xlarge {
- margin-left: 58.3333333333%; }
- .row > .col-8-xlarge {
- width: 66.6666666667%; }
- .row > .off-8-xlarge {
- margin-left: 66.6666666667%; }
- .row > .col-9-xlarge {
- width: 75%; }
- .row > .off-9-xlarge {
- margin-left: 75%; }
- .row > .col-10-xlarge {
- width: 83.3333333333%; }
- .row > .off-10-xlarge {
- margin-left: 83.3333333333%; }
- .row > .col-11-xlarge {
- width: 91.6666666667%; }
- .row > .off-11-xlarge {
- margin-left: 91.6666666667%; }
- .row > .col-12-xlarge {
- width: 100%; }
- .row > .off-12-xlarge {
- 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: -0.25em; }
- .row.gtr-25 > * {
- padding: 0 0 0 0.25em; }
- .row.gtr-25.gtr-uniform {
- margin-top: -0.25em; }
- .row.gtr-25.gtr-uniform > * {
- padding-top: 0.25em; }
- .row.gtr-50 {
- margin-top: 0;
- margin-left: -0.5em; }
- .row.gtr-50 > * {
- padding: 0 0 0 0.5em; }
- .row.gtr-50.gtr-uniform {
- margin-top: -0.5em; }
- .row.gtr-50.gtr-uniform > * {
- padding-top: 0.5em; }
- .row {
- margin-top: 0;
- margin-left: -1em; }
- .row > * {
- padding: 0 0 0 1em; }
- .row.gtr-uniform {
- margin-top: -1em; }
- .row.gtr-uniform > * {
- padding-top: 1em; }
- .row.gtr-150 {
- margin-top: 0;
- margin-left: -1.5em; }
- .row.gtr-150 > * {
- padding: 0 0 0 1.5em; }
- .row.gtr-150.gtr-uniform {
- margin-top: -1.5em; }
- .row.gtr-150.gtr-uniform > * {
- padding-top: 1.5em; }
- .row.gtr-200 {
- margin-top: 0;
- margin-left: -2em; }
- .row.gtr-200 > * {
- padding: 0 0 0 2em; }
- .row.gtr-200.gtr-uniform {
- margin-top: -2em; }
- .row.gtr-200.gtr-uniform > * {
- padding-top: 2em; } }
- @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-large {
- order: -1; }
- .row > .col-1-large {
- width: 8.3333333333%; }
- .row > .off-1-large {
- margin-left: 8.3333333333%; }
- .row > .col-2-large {
- width: 16.6666666667%; }
- .row > .off-2-large {
- margin-left: 16.6666666667%; }
- .row > .col-3-large {
- width: 25%; }
- .row > .off-3-large {
- margin-left: 25%; }
- .row > .col-4-large {
- width: 33.3333333333%; }
- .row > .off-4-large {
- margin-left: 33.3333333333%; }
- .row > .col-5-large {
- width: 41.6666666667%; }
- .row > .off-5-large {
- margin-left: 41.6666666667%; }
- .row > .col-6-large {
- width: 50%; }
- .row > .off-6-large {
- margin-left: 50%; }
- .row > .col-7-large {
- width: 58.3333333333%; }
- .row > .off-7-large {
- margin-left: 58.3333333333%; }
- .row > .col-8-large {
- width: 66.6666666667%; }
- .row > .off-8-large {
- margin-left: 66.6666666667%; }
- .row > .col-9-large {
- width: 75%; }
- .row > .off-9-large {
- margin-left: 75%; }
- .row > .col-10-large {
- width: 83.3333333333%; }
- .row > .off-10-large {
- margin-left: 83.3333333333%; }
- .row > .col-11-large {
- width: 91.6666666667%; }
- .row > .off-11-large {
- margin-left: 91.6666666667%; }
- .row > .col-12-large {
- width: 100%; }
- .row > .off-12-large {
- 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: -0.25em; }
- .row.gtr-25 > * {
- padding: 0 0 0 0.25em; }
- .row.gtr-25.gtr-uniform {
- margin-top: -0.25em; }
- .row.gtr-25.gtr-uniform > * {
- padding-top: 0.25em; }
- .row.gtr-50 {
- margin-top: 0;
- margin-left: -0.5em; }
- .row.gtr-50 > * {
- padding: 0 0 0 0.5em; }
- .row.gtr-50.gtr-uniform {
- margin-top: -0.5em; }
- .row.gtr-50.gtr-uniform > * {
- padding-top: 0.5em; }
- .row {
- margin-top: 0;
- margin-left: -1em; }
- .row > * {
- padding: 0 0 0 1em; }
- .row.gtr-uniform {
- margin-top: -1em; }
- .row.gtr-uniform > * {
- padding-top: 1em; }
- .row.gtr-150 {
- margin-top: 0;
- margin-left: -1.5em; }
- .row.gtr-150 > * {
- padding: 0 0 0 1.5em; }
- .row.gtr-150.gtr-uniform {
- margin-top: -1.5em; }
- .row.gtr-150.gtr-uniform > * {
- padding-top: 1.5em; }
- .row.gtr-200 {
- margin-top: 0;
- margin-left: -2em; }
- .row.gtr-200 > * {
- padding: 0 0 0 2em; }
- .row.gtr-200.gtr-uniform {
- margin-top: -2em; }
- .row.gtr-200.gtr-uniform > * {
- padding-top: 2em; } }
- @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-medium {
- order: -1; }
- .row > .col-1-medium {
- width: 8.3333333333%; }
- .row > .off-1-medium {
- margin-left: 8.3333333333%; }
- .row > .col-2-medium {
- width: 16.6666666667%; }
- .row > .off-2-medium {
- margin-left: 16.6666666667%; }
- .row > .col-3-medium {
- width: 25%; }
- .row > .off-3-medium {
- margin-left: 25%; }
- .row > .col-4-medium {
- width: 33.3333333333%; }
- .row > .off-4-medium {
- margin-left: 33.3333333333%; }
- .row > .col-5-medium {
- width: 41.6666666667%; }
- .row > .off-5-medium {
- margin-left: 41.6666666667%; }
- .row > .col-6-medium {
- width: 50%; }
- .row > .off-6-medium {
- margin-left: 50%; }
- .row > .col-7-medium {
- width: 58.3333333333%; }
- .row > .off-7-medium {
- margin-left: 58.3333333333%; }
- .row > .col-8-medium {
- width: 66.6666666667%; }
- .row > .off-8-medium {
- margin-left: 66.6666666667%; }
- .row > .col-9-medium {
- width: 75%; }
- .row > .off-9-medium {
- margin-left: 75%; }
- .row > .col-10-medium {
- width: 83.3333333333%; }
- .row > .off-10-medium {
- margin-left: 83.3333333333%; }
- .row > .col-11-medium {
- width: 91.6666666667%; }
- .row > .off-11-medium {
- margin-left: 91.6666666667%; }
- .row > .col-12-medium {
- width: 100%; }
- .row > .off-12-medium {
- 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: -0.25em; }
- .row.gtr-25 > * {
- padding: 0 0 0 0.25em; }
- .row.gtr-25.gtr-uniform {
- margin-top: -0.25em; }
- .row.gtr-25.gtr-uniform > * {
- padding-top: 0.25em; }
- .row.gtr-50 {
- margin-top: 0;
- margin-left: -0.5em; }
- .row.gtr-50 > * {
- padding: 0 0 0 0.5em; }
- .row.gtr-50.gtr-uniform {
- margin-top: -0.5em; }
- .row.gtr-50.gtr-uniform > * {
- padding-top: 0.5em; }
- .row {
- margin-top: 0;
- margin-left: -1em; }
- .row > * {
- padding: 0 0 0 1em; }
- .row.gtr-uniform {
- margin-top: -1em; }
- .row.gtr-uniform > * {
- padding-top: 1em; }
- .row.gtr-150 {
- margin-top: 0;
- margin-left: -1.5em; }
- .row.gtr-150 > * {
- padding: 0 0 0 1.5em; }
- .row.gtr-150.gtr-uniform {
- margin-top: -1.5em; }
- .row.gtr-150.gtr-uniform > * {
- padding-top: 1.5em; }
- .row.gtr-200 {
- margin-top: 0;
- margin-left: -2em; }
- .row.gtr-200 > * {
- padding: 0 0 0 2em; }
- .row.gtr-200.gtr-uniform {
- margin-top: -2em; }
- .row.gtr-200.gtr-uniform > * {
- padding-top: 2em; } }
- @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-small {
- order: -1; }
- .row > .col-1-small {
- width: 8.3333333333%; }
- .row > .off-1-small {
- margin-left: 8.3333333333%; }
- .row > .col-2-small {
- width: 16.6666666667%; }
- .row > .off-2-small {
- margin-left: 16.6666666667%; }
- .row > .col-3-small {
- width: 25%; }
- .row > .off-3-small {
- margin-left: 25%; }
- .row > .col-4-small {
- width: 33.3333333333%; }
- .row > .off-4-small {
- margin-left: 33.3333333333%; }
- .row > .col-5-small {
- width: 41.6666666667%; }
- .row > .off-5-small {
- margin-left: 41.6666666667%; }
- .row > .col-6-small {
- width: 50%; }
- .row > .off-6-small {
- margin-left: 50%; }
- .row > .col-7-small {
- width: 58.3333333333%; }
- .row > .off-7-small {
- margin-left: 58.3333333333%; }
- .row > .col-8-small {
- width: 66.6666666667%; }
- .row > .off-8-small {
- margin-left: 66.6666666667%; }
- .row > .col-9-small {
- width: 75%; }
- .row > .off-9-small {
- margin-left: 75%; }
- .row > .col-10-small {
- width: 83.3333333333%; }
- .row > .off-10-small {
- margin-left: 83.3333333333%; }
- .row > .col-11-small {
- width: 91.6666666667%; }
- .row > .off-11-small {
- margin-left: 91.6666666667%; }
- .row > .col-12-small {
- width: 100%; }
- .row > .off-12-small {
- 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: -0.25em; }
- .row.gtr-25 > * {
- padding: 0 0 0 0.25em; }
- .row.gtr-25.gtr-uniform {
- margin-top: -0.25em; }
- .row.gtr-25.gtr-uniform > * {
- padding-top: 0.25em; }
- .row.gtr-50 {
- margin-top: 0;
- margin-left: -0.5em; }
- .row.gtr-50 > * {
- padding: 0 0 0 0.5em; }
- .row.gtr-50.gtr-uniform {
- margin-top: -0.5em; }
- .row.gtr-50.gtr-uniform > * {
- padding-top: 0.5em; }
- .row {
- margin-top: 0;
- margin-left: -1em; }
- .row > * {
- padding: 0 0 0 1em; }
- .row.gtr-uniform {
- margin-top: -1em; }
- .row.gtr-uniform > * {
- padding-top: 1em; }
- .row.gtr-150 {
- margin-top: 0;
- margin-left: -1.5em; }
- .row.gtr-150 > * {
- padding: 0 0 0 1.5em; }
- .row.gtr-150.gtr-uniform {
- margin-top: -1.5em; }
- .row.gtr-150.gtr-uniform > * {
- padding-top: 1.5em; }
- .row.gtr-200 {
- margin-top: 0;
- margin-left: -2em; }
- .row.gtr-200 > * {
- padding: 0 0 0 2em; }
- .row.gtr-200.gtr-uniform {
- margin-top: -2em; }
- .row.gtr-200.gtr-uniform > * {
- padding-top: 2em; } }
- @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-xsmall {
- order: -1; }
- .row > .col-1-xsmall {
- width: 8.3333333333%; }
- .row > .off-1-xsmall {
- margin-left: 8.3333333333%; }
- .row > .col-2-xsmall {
- width: 16.6666666667%; }
- .row > .off-2-xsmall {
- margin-left: 16.6666666667%; }
- .row > .col-3-xsmall {
- width: 25%; }
- .row > .off-3-xsmall {
- margin-left: 25%; }
- .row > .col-4-xsmall {
- width: 33.3333333333%; }
- .row > .off-4-xsmall {
- margin-left: 33.3333333333%; }
- .row > .col-5-xsmall {
- width: 41.6666666667%; }
- .row > .off-5-xsmall {
- margin-left: 41.6666666667%; }
- .row > .col-6-xsmall {
- width: 50%; }
- .row > .off-6-xsmall {
- margin-left: 50%; }
- .row > .col-7-xsmall {
- width: 58.3333333333%; }
- .row > .off-7-xsmall {
- margin-left: 58.3333333333%; }
- .row > .col-8-xsmall {
- width: 66.6666666667%; }
- .row > .off-8-xsmall {
- margin-left: 66.6666666667%; }
- .row > .col-9-xsmall {
- width: 75%; }
- .row > .off-9-xsmall {
- margin-left: 75%; }
- .row > .col-10-xsmall {
- width: 83.3333333333%; }
- .row > .off-10-xsmall {
- margin-left: 83.3333333333%; }
- .row > .col-11-xsmall {
- width: 91.6666666667%; }
- .row > .off-11-xsmall {
- margin-left: 91.6666666667%; }
- .row > .col-12-xsmall {
- width: 100%; }
- .row > .off-12-xsmall {
- 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: -0.25em; }
- .row.gtr-25 > * {
- padding: 0 0 0 0.25em; }
- .row.gtr-25.gtr-uniform {
- margin-top: -0.25em; }
- .row.gtr-25.gtr-uniform > * {
- padding-top: 0.25em; }
- .row.gtr-50 {
- margin-top: 0;
- margin-left: -0.5em; }
- .row.gtr-50 > * {
- padding: 0 0 0 0.5em; }
- .row.gtr-50.gtr-uniform {
- margin-top: -0.5em; }
- .row.gtr-50.gtr-uniform > * {
- padding-top: 0.5em; }
- .row {
- margin-top: 0;
- margin-left: -1em; }
- .row > * {
- padding: 0 0 0 1em; }
- .row.gtr-uniform {
- margin-top: -1em; }
- .row.gtr-uniform > * {
- padding-top: 1em; }
- .row.gtr-150 {
- margin-top: 0;
- margin-left: -1.5em; }
- .row.gtr-150 > * {
- padding: 0 0 0 1.5em; }
- .row.gtr-150.gtr-uniform {
- margin-top: -1.5em; }
- .row.gtr-150.gtr-uniform > * {
- padding-top: 1.5em; }
- .row.gtr-200 {
- margin-top: 0;
- margin-left: -2em; }
- .row.gtr-200 > * {
- padding: 0 0 0 2em; }
- .row.gtr-200.gtr-uniform {
- margin-top: -2em; }
- .row.gtr-200.gtr-uniform > * {
- padding-top: 2em; } }
+ margin-left: -2em;
+ }
+ .row.gtr-200 > * {
+ padding: 0 0 0 2em;
+ }
+ .row.gtr-200.gtr-uniform {
+ margin-top: -2em;
+ }
+ .row.gtr-200.gtr-uniform > * {
+ padding-top: 2em;
+ }
+}
+@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-large {
+ order: -1;
+ }
+ .row > .col-1-large {
+ width: 8.3333333333%;
+ }
+ .row > .off-1-large {
+ margin-left: 8.3333333333%;
+ }
+ .row > .col-2-large {
+ width: 16.6666666667%;
+ }
+ .row > .off-2-large {
+ margin-left: 16.6666666667%;
+ }
+ .row > .col-3-large {
+ width: 25%;
+ }
+ .row > .off-3-large {
+ margin-left: 25%;
+ }
+ .row > .col-4-large {
+ width: 33.3333333333%;
+ }
+ .row > .off-4-large {
+ margin-left: 33.3333333333%;
+ }
+ .row > .col-5-large {
+ width: 41.6666666667%;
+ }
+ .row > .off-5-large {
+ margin-left: 41.6666666667%;
+ }
+ .row > .col-6-large {
+ width: 50%;
+ }
+ .row > .off-6-large {
+ margin-left: 50%;
+ }
+ .row > .col-7-large {
+ width: 58.3333333333%;
+ }
+ .row > .off-7-large {
+ margin-left: 58.3333333333%;
+ }
+ .row > .col-8-large {
+ width: 66.6666666667%;
+ }
+ .row > .off-8-large {
+ margin-left: 66.6666666667%;
+ }
+ .row > .col-9-large {
+ width: 75%;
+ }
+ .row > .off-9-large {
+ margin-left: 75%;
+ }
+ .row > .col-10-large {
+ width: 83.3333333333%;
+ }
+ .row > .off-10-large {
+ margin-left: 83.3333333333%;
+ }
+ .row > .col-11-large {
+ width: 91.6666666667%;
+ }
+ .row > .off-11-large {
+ margin-left: 91.6666666667%;
+ }
+ .row > .col-12-large {
+ width: 100%;
+ }
+ .row > .off-12-large {
+ 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: -0.25em;
+ }
+ .row.gtr-25 > * {
+ padding: 0 0 0 0.25em;
+ }
+ .row.gtr-25.gtr-uniform {
+ margin-top: -0.25em;
+ }
+ .row.gtr-25.gtr-uniform > * {
+ padding-top: 0.25em;
+ }
+ .row.gtr-50 {
+ margin-top: 0;
+ margin-left: -0.5em;
+ }
+ .row.gtr-50 > * {
+ padding: 0 0 0 0.5em;
+ }
+ .row.gtr-50.gtr-uniform {
+ margin-top: -0.5em;
+ }
+ .row.gtr-50.gtr-uniform > * {
+ padding-top: 0.5em;
+ }
+ .row {
+ margin-top: 0;
+ margin-left: -1em;
+ }
+ .row > * {
+ padding: 0 0 0 1em;
+ }
+ .row.gtr-uniform {
+ margin-top: -1em;
+ }
+ .row.gtr-uniform > * {
+ padding-top: 1em;
+ }
+ .row.gtr-150 {
+ margin-top: 0;
+ margin-left: -1.5em;
+ }
+ .row.gtr-150 > * {
+ padding: 0 0 0 1.5em;
+ }
+ .row.gtr-150.gtr-uniform {
+ margin-top: -1.5em;
+ }
+ .row.gtr-150.gtr-uniform > * {
+ padding-top: 1.5em;
+ }
+ .row.gtr-200 {
+ margin-top: 0;
+ margin-left: -2em;
+ }
+ .row.gtr-200 > * {
+ padding: 0 0 0 2em;
+ }
+ .row.gtr-200.gtr-uniform {
+ margin-top: -2em;
+ }
+ .row.gtr-200.gtr-uniform > * {
+ padding-top: 2em;
+ }
+}
+@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-medium {
+ order: -1;
+ }
+ .row > .col-1-medium {
+ width: 8.3333333333%;
+ }
+ .row > .off-1-medium {
+ margin-left: 8.3333333333%;
+ }
+ .row > .col-2-medium {
+ width: 16.6666666667%;
+ }
+ .row > .off-2-medium {
+ margin-left: 16.6666666667%;
+ }
+ .row > .col-3-medium {
+ width: 25%;
+ }
+ .row > .off-3-medium {
+ margin-left: 25%;
+ }
+ .row > .col-4-medium {
+ width: 33.3333333333%;
+ }
+ .row > .off-4-medium {
+ margin-left: 33.3333333333%;
+ }
+ .row > .col-5-medium {
+ width: 41.6666666667%;
+ }
+ .row > .off-5-medium {
+ margin-left: 41.6666666667%;
+ }
+ .row > .col-6-medium {
+ width: 50%;
+ }
+ .row > .off-6-medium {
+ margin-left: 50%;
+ }
+ .row > .col-7-medium {
+ width: 58.3333333333%;
+ }
+ .row > .off-7-medium {
+ margin-left: 58.3333333333%;
+ }
+ .row > .col-8-medium {
+ width: 66.6666666667%;
+ }
+ .row > .off-8-medium {
+ margin-left: 66.6666666667%;
+ }
+ .row > .col-9-medium {
+ width: 75%;
+ }
+ .row > .off-9-medium {
+ margin-left: 75%;
+ }
+ .row > .col-10-medium {
+ width: 83.3333333333%;
+ }
+ .row > .off-10-medium {
+ margin-left: 83.3333333333%;
+ }
+ .row > .col-11-medium {
+ width: 91.6666666667%;
+ }
+ .row > .off-11-medium {
+ margin-left: 91.6666666667%;
+ }
+ .row > .col-12-medium {
+ width: 100%;
+ }
+ .row > .off-12-medium {
+ 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: -0.25em;
+ }
+ .row.gtr-25 > * {
+ padding: 0 0 0 0.25em;
+ }
+ .row.gtr-25.gtr-uniform {
+ margin-top: -0.25em;
+ }
+ .row.gtr-25.gtr-uniform > * {
+ padding-top: 0.25em;
+ }
+ .row.gtr-50 {
+ margin-top: 0;
+ margin-left: -0.5em;
+ }
+ .row.gtr-50 > * {
+ padding: 0 0 0 0.5em;
+ }
+ .row.gtr-50.gtr-uniform {
+ margin-top: -0.5em;
+ }
+ .row.gtr-50.gtr-uniform > * {
+ padding-top: 0.5em;
+ }
+ .row {
+ margin-top: 0;
+ margin-left: -1em;
+ }
+ .row > * {
+ padding: 0 0 0 1em;
+ }
+ .row.gtr-uniform {
+ margin-top: -1em;
+ }
+ .row.gtr-uniform > * {
+ padding-top: 1em;
+ }
+ .row.gtr-150 {
+ margin-top: 0;
+ margin-left: -1.5em;
+ }
+ .row.gtr-150 > * {
+ padding: 0 0 0 1.5em;
+ }
+ .row.gtr-150.gtr-uniform {
+ margin-top: -1.5em;
+ }
+ .row.gtr-150.gtr-uniform > * {
+ padding-top: 1.5em;
+ }
+ .row.gtr-200 {
+ margin-top: 0;
+ margin-left: -2em;
+ }
+ .row.gtr-200 > * {
+ padding: 0 0 0 2em;
+ }
+ .row.gtr-200.gtr-uniform {
+ margin-top: -2em;
+ }
+ .row.gtr-200.gtr-uniform > * {
+ padding-top: 2em;
+ }
+}
+@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-small {
+ order: -1;
+ }
+ .row > .col-1-small {
+ width: 8.3333333333%;
+ }
+ .row > .off-1-small {
+ margin-left: 8.3333333333%;
+ }
+ .row > .col-2-small {
+ width: 16.6666666667%;
+ }
+ .row > .off-2-small {
+ margin-left: 16.6666666667%;
+ }
+ .row > .col-3-small {
+ width: 25%;
+ }
+ .row > .off-3-small {
+ margin-left: 25%;
+ }
+ .row > .col-4-small {
+ width: 33.3333333333%;
+ }
+ .row > .off-4-small {
+ margin-left: 33.3333333333%;
+ }
+ .row > .col-5-small {
+ width: 41.6666666667%;
+ }
+ .row > .off-5-small {
+ margin-left: 41.6666666667%;
+ }
+ .row > .col-6-small {
+ width: 50%;
+ }
+ .row > .off-6-small {
+ margin-left: 50%;
+ }
+ .row > .col-7-small {
+ width: 58.3333333333%;
+ }
+ .row > .off-7-small {
+ margin-left: 58.3333333333%;
+ }
+ .row > .col-8-small {
+ width: 66.6666666667%;
+ }
+ .row > .off-8-small {
+ margin-left: 66.6666666667%;
+ }
+ .row > .col-9-small {
+ width: 75%;
+ }
+ .row > .off-9-small {
+ margin-left: 75%;
+ }
+ .row > .col-10-small {
+ width: 83.3333333333%;
+ }
+ .row > .off-10-small {
+ margin-left: 83.3333333333%;
+ }
+ .row > .col-11-small {
+ width: 91.6666666667%;
+ }
+ .row > .off-11-small {
+ margin-left: 91.6666666667%;
+ }
+ .row > .col-12-small {
+ width: 100%;
+ }
+ .row > .off-12-small {
+ 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: -0.25em;
+ }
+ .row.gtr-25 > * {
+ padding: 0 0 0 0.25em;
+ }
+ .row.gtr-25.gtr-uniform {
+ margin-top: -0.25em;
+ }
+ .row.gtr-25.gtr-uniform > * {
+ padding-top: 0.25em;
+ }
+ .row.gtr-50 {
+ margin-top: 0;
+ margin-left: -0.5em;
+ }
+ .row.gtr-50 > * {
+ padding: 0 0 0 0.5em;
+ }
+ .row.gtr-50.gtr-uniform {
+ margin-top: -0.5em;
+ }
+ .row.gtr-50.gtr-uniform > * {
+ padding-top: 0.5em;
+ }
+ .row {
+ margin-top: 0;
+ margin-left: -1em;
+ }
+ .row > * {
+ padding: 0 0 0 1em;
+ }
+ .row.gtr-uniform {
+ margin-top: -1em;
+ }
+ .row.gtr-uniform > * {
+ padding-top: 1em;
+ }
+ .row.gtr-150 {
+ margin-top: 0;
+ margin-left: -1.5em;
+ }
+ .row.gtr-150 > * {
+ padding: 0 0 0 1.5em;
+ }
+ .row.gtr-150.gtr-uniform {
+ margin-top: -1.5em;
+ }
+ .row.gtr-150.gtr-uniform > * {
+ padding-top: 1.5em;
+ }
+ .row.gtr-200 {
+ margin-top: 0;
+ margin-left: -2em;
+ }
+ .row.gtr-200 > * {
+ padding: 0 0 0 2em;
+ }
+ .row.gtr-200.gtr-uniform {
+ margin-top: -2em;
+ }
+ .row.gtr-200.gtr-uniform > * {
+ padding-top: 2em;
+ }
+}
+@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-xsmall {
+ order: -1;
+ }
+ .row > .col-1-xsmall {
+ width: 8.3333333333%;
+ }
+ .row > .off-1-xsmall {
+ margin-left: 8.3333333333%;
+ }
+ .row > .col-2-xsmall {
+ width: 16.6666666667%;
+ }
+ .row > .off-2-xsmall {
+ margin-left: 16.6666666667%;
+ }
+ .row > .col-3-xsmall {
+ width: 25%;
+ }
+ .row > .off-3-xsmall {
+ margin-left: 25%;
+ }
+ .row > .col-4-xsmall {
+ width: 33.3333333333%;
+ }
+ .row > .off-4-xsmall {
+ margin-left: 33.3333333333%;
+ }
+ .row > .col-5-xsmall {
+ width: 41.6666666667%;
+ }
+ .row > .off-5-xsmall {
+ margin-left: 41.6666666667%;
+ }
+ .row > .col-6-xsmall {
+ width: 50%;
+ }
+ .row > .off-6-xsmall {
+ margin-left: 50%;
+ }
+ .row > .col-7-xsmall {
+ width: 58.3333333333%;
+ }
+ .row > .off-7-xsmall {
+ margin-left: 58.3333333333%;
+ }
+ .row > .col-8-xsmall {
+ width: 66.6666666667%;
+ }
+ .row > .off-8-xsmall {
+ margin-left: 66.6666666667%;
+ }
+ .row > .col-9-xsmall {
+ width: 75%;
+ }
+ .row > .off-9-xsmall {
+ margin-left: 75%;
+ }
+ .row > .col-10-xsmall {
+ width: 83.3333333333%;
+ }
+ .row > .off-10-xsmall {
+ margin-left: 83.3333333333%;
+ }
+ .row > .col-11-xsmall {
+ width: 91.6666666667%;
+ }
+ .row > .off-11-xsmall {
+ margin-left: 91.6666666667%;
+ }
+ .row > .col-12-xsmall {
+ width: 100%;
+ }
+ .row > .off-12-xsmall {
+ 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: -0.25em;
+ }
+ .row.gtr-25 > * {
+ padding: 0 0 0 0.25em;
+ }
+ .row.gtr-25.gtr-uniform {
+ margin-top: -0.25em;
+ }
+ .row.gtr-25.gtr-uniform > * {
+ padding-top: 0.25em;
+ }
+ .row.gtr-50 {
+ margin-top: 0;
+ margin-left: -0.5em;
+ }
+ .row.gtr-50 > * {
+ padding: 0 0 0 0.5em;
+ }
+ .row.gtr-50.gtr-uniform {
+ margin-top: -0.5em;
+ }
+ .row.gtr-50.gtr-uniform > * {
+ padding-top: 0.5em;
+ }
+ .row {
+ margin-top: 0;
+ margin-left: -1em;
+ }
+ .row > * {
+ padding: 0 0 0 1em;
+ }
+ .row.gtr-uniform {
+ margin-top: -1em;
+ }
+ .row.gtr-uniform > * {
+ padding-top: 1em;
+ }
+ .row.gtr-150 {
+ margin-top: 0;
+ margin-left: -1.5em;
+ }
+ .row.gtr-150 > * {
+ padding: 0 0 0 1.5em;
+ }
+ .row.gtr-150.gtr-uniform {
+ margin-top: -1.5em;
+ }
+ .row.gtr-150.gtr-uniform > * {
+ padding-top: 1.5em;
+ }
+ .row.gtr-200 {
+ margin-top: 0;
+ margin-left: -2em;
+ }
+ .row.gtr-200 > * {
+ padding: 0 0 0 2em;
+ }
+ .row.gtr-200.gtr-uniform {
+ margin-top: -2em;
+ }
+ .row.gtr-200.gtr-uniform > * {
+ padding-top: 2em;
+ }
+}
/* Author */
.author {
display: -moz-flex;
- display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: row;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
flex-direction: row;
-moz-align-items: center;
- -webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-moz-justify-content: -moz-flex-end;
- -webkit-justify-content: -webkit-flex-end;
-ms-justify-content: -ms-flex-end;
justify-content: flex-end;
border-bottom: 0;
@@ -998,59 +1389,62 @@ hr {
font-weight: 400;
letter-spacing: 0.25em;
text-transform: uppercase;
- white-space: nowrap; }
- .author .name {
- -moz-transition: border-bottom-color 0.2s ease;
- -webkit-transition: border-bottom-color 0.2s ease;
- -ms-transition: border-bottom-color 0.2s ease;
- transition: border-bottom-color 0.2s ease;
- border-bottom: dotted 1px rgba(160, 160, 160, 0.65);
- display: block;
- margin: 0 1.5em 0 0; }
- .author img {
- border-radius: 100%;
- display: block;
- width: 4em; }
- .author:hover .name {
- border-bottom-color: transparent; }
+ white-space: nowrap;
+}
+.author .name {
+ transition: border-bottom-color 0.2s ease;
+ border-bottom: dotted 1px rgba(160, 160, 160, 0.65);
+ display: block;
+ margin: 0 1.5em 0 0;
+}
+.author img {
+ border-radius: 100%;
+ display: block;
+ width: 4em;
+}
+.author:hover .name {
+ border-bottom-color: transparent;
+}
/* Blurb */
.blurb h2 {
font-size: 0.8em;
- margin: 0 0 1.5em 0; }
+ margin: 0 0 1.5em 0;
+}
.blurb h3 {
- font-size: 0.7em; }
+ font-size: 0.7em;
+}
.blurb p {
- font-size: 0.9em; }
+ font-size: 0.9em;
+}
/* Box */
.box {
border: solid 1px rgba(160, 160, 160, 0.3);
margin-bottom: 2em;
- padding: 0em; }
- .box > :last-child,
- .box > :last-child > :last-child,
- .box > :last-child > :last-child > :last-child {
- margin-bottom: 0;
- padding: 0.5em; }
- .box.alt {
- border: 0;
- border-radius: 0;
- padding: 0; }
+ padding: 0em;
+}
+.box > :last-child,
+.box > :last-child > :last-child,
+.box > :last-child > :last-child > :last-child {
+ margin-bottom: 0;
+ padding: 0.5em;
+}
+.box.alt {
+ border: 0;
+ border-radius: 0;
+ padding: 0;
+}
/* Button */
-input[type="submit"],
-input[type="reset"],
-input[type="button"],
+input[type=submit],
+input[type=reset],
+input[type=button],
button,
.button {
-moz-appearance: none;
-webkit-appearance: none;
- -ms-appearance: none;
appearance: none;
- -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
- -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
- -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
background-color: transparent;
border: 0;
@@ -1068,133 +1462,149 @@ button,
text-align: center;
text-decoration: none;
text-transform: uppercase;
- white-space: nowrap; }
- input[type="submit"]:hover,
- input[type="reset"]:hover,
- input[type="button"]:hover,
- button:hover,
- .button:hover {
- box-shadow: inset 0 0 0 1px #ba2e5d;
- color: #ba2e5d !important; }
- input[type="submit"]:hover:active,
- input[type="reset"]:hover:active,
- input[type="button"]:hover:active,
- button:hover:active,
- .button:hover:active {
- background-color: rgba(186, 46, 93, 0.05); }
- input[type="submit"]:before, input[type="submit"]:after,
- input[type="reset"]:before,
- input[type="reset"]:after,
- input[type="button"]:before,
- input[type="button"]:after,
- button:before,
- button:after,
- .button:before,
- .button:after {
- color: #838383;
- position: relative; }
- input[type="submit"]:before,
- input[type="reset"]:before,
- input[type="button"]:before,
- button:before,
- .button:before {
- left: -1em;
- padding: 0 0 0 0.75em; }
- input[type="submit"]:after,
- input[type="reset"]:after,
- input[type="button"]:after,
- button:after,
- .button:after {
- left: 1em;
- padding: 0 0.75em 0 0; }
- input[type="submit"].fit,
- input[type="reset"].fit,
- input[type="button"].fit,
- button.fit,
- .button.fit {
- width: 100%; }
- input[type="submit"].large,
- input[type="reset"].large,
- input[type="button"].large,
- button.large,
- .button.large {
- font-size: 0.7em;
- padding: 0 3em; }
- input[type="submit"].small,
- input[type="reset"].small,
- input[type="button"].small,
- button.small,
- .button.small {
- font-size: 0.5em; }
- 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,
- .button.disabled,
- .button:disabled {
- pointer-events: none;
- color: rgba(160, 160, 160, 0.3) !important; }
- input[type="submit"].disabled:before, input[type="submit"]:disabled:before,
- input[type="reset"].disabled:before,
- input[type="reset"]:disabled:before,
- input[type="button"].disabled:before,
- input[type="button"]:disabled:before,
- button.disabled:before,
- button:disabled:before,
- .button.disabled:before,
- .button:disabled:before {
- color: rgba(160, 160, 160, 0.3) !important; }
+ white-space: nowrap;
+}
+input[type=submit]:hover,
+input[type=reset]:hover,
+input[type=button]:hover,
+button:hover,
+.button:hover {
+ box-shadow: inset 0 0 0 1px #ba2e5d;
+ color: #ba2e5d !important;
+}
+input[type=submit]:hover:active,
+input[type=reset]:hover:active,
+input[type=button]:hover:active,
+button:hover:active,
+.button:hover:active {
+ background-color: rgba(186, 46, 93, 0.05);
+}
+input[type=submit]:before, input[type=submit]:after,
+input[type=reset]:before,
+input[type=reset]:after,
+input[type=button]:before,
+input[type=button]:after,
+button:before,
+button:after,
+.button:before,
+.button:after {
+ color: #838383;
+ position: relative;
+}
+input[type=submit]:before,
+input[type=reset]:before,
+input[type=button]:before,
+button:before,
+.button:before {
+ left: -1em;
+ padding: 0 0 0 0.75em;
+}
+input[type=submit]:after,
+input[type=reset]:after,
+input[type=button]:after,
+button:after,
+.button:after {
+ left: 1em;
+ padding: 0 0.75em 0 0;
+}
+input[type=submit].fit,
+input[type=reset].fit,
+input[type=button].fit,
+button.fit,
+.button.fit {
+ width: 100%;
+}
+input[type=submit].large,
+input[type=reset].large,
+input[type=button].large,
+button.large,
+.button.large {
+ font-size: 0.7em;
+ padding: 0 3em;
+}
+input[type=submit].small,
+input[type=reset].small,
+input[type=button].small,
+button.small,
+.button.small {
+ font-size: 0.5em;
+}
+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,
+.button.disabled,
+.button:disabled {
+ pointer-events: none;
+ color: rgba(160, 160, 160, 0.3) !important;
+}
+input[type=submit].disabled:before, input[type=submit]:disabled:before,
+input[type=reset].disabled:before,
+input[type=reset]:disabled:before,
+input[type=button].disabled:before,
+input[type=button]:disabled:before,
+button.disabled:before,
+button:disabled:before,
+.button.disabled:before,
+.button:disabled:before {
+ color: rgba(160, 160, 160, 0.3) !important;
+}
/* Form */
form {
- margin: 0 0 2em 0; }
- form.search {
- text-decoration: none;
- position: relative; }
- form.search: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: 'FontAwesome';
- font-weight: 900; }
- form.search:before {
- color: #838383;
- content: '\f002';
- display: block;
- height: 2.75em;
- left: 0;
- line-height: 2.75em;
- position: absolute;
- text-align: center;
- top: 0;
- width: 2.5em; }
- form.search > input:first-child {
- padding-left: 2.5em; }
+ margin: 0 0 2em 0;
+}
+form.search {
+ text-decoration: none;
+ position: relative;
+}
+form.search: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;
+}
+form.search:before {
+ color: #838383;
+ content: "\f002";
+ display: block;
+ height: 2.75em;
+ left: 0;
+ line-height: 2.75em;
+ position: absolute;
+ text-align: center;
+ top: 0;
+ width: 2.5em;
+}
+form.search > input:first-child {
+ padding-left: 2.5em;
+}
label {
color: #3c3b3b;
display: block;
font-size: 0.9em;
font-weight: 700;
- margin: 0 0 1em 0; }
+ margin: 0 0 1em 0;
+}
-input[type="text"],
-input[type="password"],
-input[type="email"],
-input[type="tel"],
+input[type=text],
+input[type=password],
+input[type=email],
+input[type=tel],
select,
textarea {
-moz-appearance: none;
-webkit-appearance: none;
- -ms-appearance: none;
appearance: none;
background: rgba(160, 160, 160, 0.075);
border: none;
@@ -1205,52 +1615,59 @@ textarea {
outline: 0;
padding: 0 1em;
text-decoration: none;
- width: 100%; }
- input[type="text"]:invalid,
- input[type="password"]:invalid,
- input[type="email"]:invalid,
- input[type="tel"]:invalid,
- select:invalid,
- textarea:invalid {
- box-shadow: none; }
- input[type="text"]:focus,
- input[type="password"]:focus,
- input[type="email"]:focus,
- input[type="tel"]:focus,
- select:focus,
- textarea:focus {
- border-color: #ba2e5d;
- box-shadow: inset 0 0 0 1px #ba2e5d; }
+ width: 100%;
+}
+input[type=text]:invalid,
+input[type=password]:invalid,
+input[type=email]:invalid,
+input[type=tel]:invalid,
+select:invalid,
+textarea:invalid {
+ box-shadow: none;
+}
+input[type=text]:focus,
+input[type=password]:focus,
+input[type=email]:focus,
+input[type=tel]:focus,
+select:focus,
+textarea:focus {
+ border-color: #ba2e5d;
+ box-shadow: inset 0 0 0 1px #ba2e5d;
+}
.select-wrapper {
text-decoration: none;
display: block;
- position: relative; }
- .select-wrapper: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: 'FontAwesome';
- font-weight: 900; }
- .select-wrapper:before {
- color: rgba(160, 160, 160, 0.3);
- content: '\f078';
- display: block;
- height: 2.75em;
- line-height: 2.75em;
- pointer-events: none;
- position: absolute;
- right: 0;
- text-align: center;
- top: 0;
- width: 2.75em; }
- .select-wrapper select::-ms-expand {
- display: none; }
+ position: relative;
+}
+.select-wrapper: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;
+}
+.select-wrapper:before {
+ color: rgba(160, 160, 160, 0.3);
+ content: "\f078";
+ display: block;
+ height: 2.75em;
+ line-height: 2.75em;
+ pointer-events: none;
+ position: absolute;
+ right: 0;
+ text-align: center;
+ top: 0;
+ width: 2.75em;
+}
+.select-wrapper select::-ms-expand {
+ display: none;
+}
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='rgba(160, 160, 160, 0.3)' /%3E%3C/svg%3E");
@@ -1259,641 +1676,724 @@ select {
background-position: calc(100% - 1rem) center;
height: 2.75em;
padding-right: 2.75em;
- text-overflow: ellipsis; }
- select option {
- color: #3c3b3b;
- background: #ffffff; }
- select:focus::-ms-value {
- background-color: transparent; }
- select::-ms-expand {
- display: none; }
+ text-overflow: ellipsis;
+}
+select option {
+ color: #3c3b3b;
+ background: #ffffff;
+}
+select:focus::-ms-value {
+ background-color: transparent;
+}
+select::-ms-expand {
+ display: none;
+}
-input[type="text"],
-input[type="password"],
-input[type="email"],
+input[type=text],
+input[type=password],
+input[type=email],
select {
- height: 2.75em; }
+ height: 2.75em;
+}
textarea {
- padding: 0.75em 1em; }
+ padding: 0.75em 1em;
+}
-input[type="checkbox"],
-input[type="radio"] {
+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: #2e2e2e;
- cursor: pointer;
- display: inline-block;
- font-size: 1em;
- font-weight: 400;
- padding-left: 2.4em;
- 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: 'FontAwesome';
- font-weight: 900; }
- input[type="checkbox"] + label:before,
- input[type="radio"] + label:before {
- background: rgba(160, 160, 160, 0.075);
- border: solid 1px rgba(160, 160, 160, 0.3);
- content: '';
- display: inline-block;
- font-size: 0.8em;
- height: 2.0625em;
- left: 0;
- line-height: 2.0625em;
- position: absolute;
- text-align: center;
- top: 0;
- width: 2.0625em; }
- input[type="checkbox"]:checked + label:before,
- input[type="radio"]:checked + label:before {
- background: #3c3b3b;
- border-color: #3c3b3b;
- color: #ffffff;
- content: '\f00c'; }
- input[type="checkbox"]:focus + label:before,
- input[type="radio"]:focus + label:before {
- border-color: #ba2e5d;
- box-shadow: 0 0 0 1px #ba2e5d; }
+ z-index: -1;
+}
+input[type=checkbox] + label,
+input[type=radio] + label {
+ text-decoration: none;
+ color: #2e2e2e;
+ cursor: pointer;
+ display: inline-block;
+ font-size: 1em;
+ font-weight: 400;
+ padding-left: 2.4em;
+ 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: rgba(160, 160, 160, 0.075);
+ border: solid 1px rgba(160, 160, 160, 0.3);
+ content: "";
+ display: inline-block;
+ font-size: 0.8em;
+ height: 2.0625em;
+ left: 0;
+ line-height: 2.0625em;
+ position: absolute;
+ text-align: center;
+ top: 0;
+ width: 2.0625em;
+}
+input[type=checkbox]:checked + label:before,
+input[type=radio]:checked + label:before {
+ background: #3c3b3b;
+ border-color: #3c3b3b;
+ color: #ffffff;
+ content: "\f00c";
+}
+input[type=checkbox]:focus + label:before,
+input[type=radio]:focus + label:before {
+ border-color: #ba2e5d;
+ box-shadow: 0 0 0 1px #ba2e5d;
+}
-input[type="radio"] + label:before {
- border-radius: 100%; }
+input[type=radio] + label:before {
+ border-radius: 100%;
+}
::-webkit-input-placeholder {
color: #838383 !important;
- opacity: 1.0; }
+ opacity: 1;
+}
:-moz-placeholder {
color: #838383 !important;
- opacity: 1.0; }
+ opacity: 1;
+}
::-moz-placeholder {
color: #838383 !important;
- opacity: 1.0; }
+ opacity: 1;
+}
:-ms-input-placeholder {
color: #838383 !important;
- opacity: 1.0; }
+ opacity: 1;
+}
/* Icon */
.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: 'FontAwesome';
- font-weight: 400; }
- .icon > .label {
- display: none; }
- .icon:before {
- line-height: inherit; }
- .icon.solid:before {
- font-weight: 900; }
- .icon.brands:before {
- font-family: 'FontAwesome'; }
- .icon.suffix:before {
- float: right; }
+ 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.suffix:before {
+ float: right;
+}
/* Image */
.image {
border: 0;
display: inline-block;
- position: relative; }
- .image img {
- display: block; }
- .image.left, .image.right {
- max-width: 40%; }
- .image.left img, .image.right img {
- width: 100%; }
- .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 {
- width: 100%; }
+ position: relative;
+}
+.image img {
+ display: block;
+}
+.image.left, .image.right {
+ max-width: 40%;
+}
+.image.left img, .image.right img {
+ width: 100%;
+}
+.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 {
+ width: 100%;
+}
+.image.featured {
+ display: block;
+ margin: 0 0 3em 0;
+ width: 100%;
+}
+.image.featured img {
+ width: 100%;
+}
+@media screen and (max-width: 736px) {
.image.featured {
- display: block;
- margin: 0 0 3em 0;
- width: 100%; }
- .image.featured img {
- width: 100%; }
- @media screen and (max-width: 736px) {
- .image.featured {
- margin: 0 0 1.5em 0; } }
- .image.main {
- display: block;
- margin: 0 0 3em 0;
- width: 100%; }
- .image.main img {
- width: 100%; }
+ margin: 0 0 1.5em 0;
+ }
+}
+.image.main {
+ display: block;
+ margin: 0 0 3em 0;
+ width: 100%;
+}
+.image.main img {
+ width: 100%;
+}
/* List */
ol {
list-style: decimal;
margin: 0 0 2em 0;
- padding-left: 1.25em; }
- ol li {
- padding-left: 0.25em; }
+ 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 rgba(160, 160, 160, 0.3);
- padding: 0.5em 0; }
- ul.alt li:first-child {
- border-top: 0;
- padding-top: 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 rgba(160, 160, 160, 0.3);
+ padding: 0.5em 0;
+}
+ul.alt li:first-child {
+ border-top: 0;
+ padding-top: 0;
+}
dl {
- margin: 0 0 2em 0; }
- dl dt {
- display: block;
- font-weight: 700;
- margin: 0 0 1em 0; }
- dl dd {
- margin-left: 2em; }
+ margin: 0 0 2em 0;
+}
+dl dt {
+ display: block;
+ font-weight: 700;
+ margin: 0 0 1em 0;
+}
+dl dd {
+ margin-left: 2em;
+}
/* Actions */
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 {
+ padding-left: 0;
+}
+ul.actions li {
+ padding: 0 0 0 1em;
+ vertical-align: middle;
+}
+ul.actions.special {
+ -moz-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;
+ 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;
+ -ms-flex-grow: 1;
+ flex-grow: 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; }
- 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; } }
+ margin-left: 0;
+ width: 100% !important;
+ }
+ ul.actions:not(.fixed) li {
+ -moz-flex-grow: 1;
+ -ms-flex-grow: 1;
+ flex-grow: 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;
+ }
+}
/* Icons */
ul.icons {
cursor: default;
list-style: none;
- padding-left: 0; }
- ul.icons li {
- display: inline-block;
- padding: 0 1em 0 0; }
- ul.icons li:last-child {
- padding-right: 0; }
- ul.icons li > * {
- border: 0; }
- ul.icons li > * .label {
- display: none; }
+ padding-left: 0;
+}
+ul.icons li {
+ display: inline-block;
+ padding: 0 1em 0 0;
+}
+ul.icons li:last-child {
+ padding-right: 0;
+}
+ul.icons li > * {
+ border: 0;
+}
+ul.icons li > * .label {
+ display: none;
+}
/* Posts */
ul.posts {
list-style: none;
- padding: 0; }
- ul.posts li {
- border-top: dotted 1px rgba(160, 160, 160, 0.3);
- margin: 1.5em 0 0 0;
- padding: 1.5em 0 0 0; }
- ul.posts li:first-child {
- border-top: 0;
- margin-top: 0;
- padding-top: 0; }
- ul.posts article {
- display: -moz-flex;
- display: -webkit-flex;
- display: -ms-flex;
- display: flex;
- -moz-align-items: -moz-flex-start;
- -webkit-align-items: -webkit-flex-start;
- -ms-align-items: -ms-flex-start;
- align-items: flex-start;
- -moz-flex-direction: row-reverse;
- -webkit-flex-direction: row-reverse;
- -ms-flex-direction: row-reverse;
- flex-direction: row-reverse; }
- ul.posts article .image {
- display: block;
- margin-right: 1.5em;
- min-width: 4em;
- width: 4em; }
- ul.posts article .image img {
- width: 100%; }
- ul.posts article header {
- -moz-flex-grow: 1;
- -webkit-flex-grow: 1;
- -ms-flex-grow: 1;
- flex-grow: 1;
- flex: 1;
- -ms-flex: 1; }
- ul.posts article header h3 {
- font-size: 0.7em;
- margin-top: 0.125em; }
- ul.posts article header .published {
- display: block;
- font-family: "Raleway", Helvetica, sans-serif;
- font-size: 0.6em;
- font-weight: 400;
- letter-spacing: 0.25em;
- margin: -0.625em 0 1.7em 0;
- text-transform: uppercase; }
- ul.posts article header > :last-child {
- margin-bottom: 0; }
+ padding: 0;
+}
+ul.posts li {
+ border-top: dotted 1px rgba(160, 160, 160, 0.3);
+ margin: 1.5em 0 0 0;
+ padding: 1.5em 0 0 0;
+}
+ul.posts li:first-child {
+ border-top: 0;
+ margin-top: 0;
+ padding-top: 0;
+}
+ul.posts article {
+ display: -moz-flex;
+ display: -ms-flex;
+ display: flex;
+ -moz-align-items: -moz-flex-start;
+ -ms-align-items: -ms-flex-start;
+ align-items: flex-start;
+ -moz-flex-direction: row-reverse;
+ flex-direction: row-reverse;
+}
+ul.posts article .image {
+ display: block;
+ margin-right: 1.5em;
+ min-width: 4em;
+ width: 4em;
+}
+ul.posts article .image img {
+ width: 100%;
+}
+ul.posts article header {
+ -moz-flex-grow: 1;
+ -ms-flex-grow: 1;
+ flex-grow: 1;
+ flex: 1;
+ -ms-flex: 1;
+}
+ul.posts article header h3 {
+ font-size: 0.7em;
+ margin-top: 0.125em;
+}
+ul.posts article header .published {
+ display: block;
+ font-family: "Raleway", Helvetica, sans-serif;
+ font-size: 0.6em;
+ font-weight: 400;
+ letter-spacing: 0.25em;
+ margin: -0.625em 0 1.7em 0;
+ text-transform: uppercase;
+}
+ul.posts article header > :last-child {
+ margin-bottom: 0;
+}
/* Mini Post */
.mini-post {
display: -moz-flex;
- display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: column-reverse;
- -webkit-flex-direction: column-reverse;
- -ms-flex-direction: column-reverse;
flex-direction: column-reverse;
background: #ffffff;
border: solid 1px rgba(160, 160, 160, 0.3);
- margin: 0 0 2em 0; }
- .mini-post .image {
- overflow: hidden;
- width: 100%; }
- .mini-post .image img {
- -moz-transition: -moz-transform 0.2s ease-out;
- -webkit-transition: -webkit-transform 0.2s ease-out;
- -ms-transition: -ms-transform 0.2s ease-out;
- transition: transform 0.2s ease-out;
- width: 100%; }
- .mini-post .image:hover img {
- -moz-transform: scale(1.05);
- -webkit-transform: scale(1.05);
- -ms-transform: scale(1.05);
- transform: scale(1.05); }
- .mini-post header {
- padding: 1.25em 4.25em 0.1em 1.25em ;
- min-height: 4em;
- position: relative;
- -moz-flex-grow: 1;
- -webkit-flex-grow: 1;
- -ms-flex-grow: 1;
- flex-grow: 1; }
- .mini-post header h3 {
- font-size: 0.7em; }
- .mini-post header .published {
- display: block;
- font-family: "Raleway", Helvetica, sans-serif;
- font-size: 0.6em;
- font-weight: 400;
- letter-spacing: 0.25em;
- margin: -0.625em 0 1.7em 0;
- text-transform: uppercase; }
- .mini-post header .author {
- position: absolute;
- right: 2em;
- top: 2em; }
+ margin: 0 0 2em 0;
+}
+.mini-post .image {
+ overflow: hidden;
+ width: 100%;
+}
+.mini-post .image img {
+ transition: transform 0.2s ease-out;
+ width: 100%;
+}
+.mini-post .image:hover img {
+ transform: scale(1.05);
+}
+.mini-post header {
+ padding: 1.25em 4.25em 0.1em 1.25em;
+ min-height: 4em;
+ position: relative;
+ -moz-flex-grow: 1;
+ -ms-flex-grow: 1;
+ flex-grow: 1;
+}
+.mini-post header h3 {
+ font-size: 0.7em;
+}
+.mini-post header .published {
+ display: block;
+ font-family: "Raleway", Helvetica, sans-serif;
+ font-size: 0.6em;
+ font-weight: 400;
+ letter-spacing: 0.25em;
+ margin: -0.625em 0 1.7em 0;
+ text-transform: uppercase;
+}
+.mini-post header .author {
+ position: absolute;
+ right: 2em;
+ top: 2em;
+}
.mini-posts {
- margin: 0 0 2em 0; }
- @media screen and (max-width: 1280px) {
- .mini-posts {
- display: -moz-flex;
- display: -webkit-flex;
- display: -ms-flex;
- display: flex;
- -moz-flex-wrap: wrap;
- -webkit-flex-wrap: wrap;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- width: calc(100% + 2em); }
- .mini-posts > * {
- margin: 2em 2em 0 0;
- width: calc(50% - 2em); }
- .mini-posts > :nth-child(-n + 2) {
- margin-top: 0; } }
- @media screen and (max-width: 480px) {
- .mini-posts {
- display: block;
- width: 100%; }
- .mini-posts > * {
- margin: 0 0 2em 0;
- width: 100%; } }
+ margin: 0 0 2em 0;
+}
+@media screen and (max-width: 1280px) {
+ .mini-posts {
+ display: -moz-flex;
+ display: -ms-flex;
+ display: flex;
+ flex-wrap: wrap;
+ width: calc(100% + 2em);
+ }
+ .mini-posts > * {
+ margin: 2em 2em 0 0;
+ width: calc(50% - 2em);
+ }
+ .mini-posts > :nth-child(-n+2) {
+ margin-top: 0;
+ }
+}
+@media screen and (max-width: 480px) {
+ .mini-posts {
+ display: block;
+ width: 100%;
+ }
+ .mini-posts > * {
+ margin: 0 0 2em 0;
+ width: 100%;
+ }
+}
/* Post */
.post {
- padding: 3em 3em 1em 3em ;
+ padding: 3em 3em 1em 3em;
background: #ffffff;
border: solid 1px rgba(160, 160, 160, 0.3);
margin: 0 0 3em 0;
- position: relative; }
- .post > header {
- display: -moz-flex;
- display: -webkit-flex;
- display: -ms-flex;
- display: flex;
- border-bottom: solid 1px rgba(160, 160, 160, 0.3);
+ position: relative;
+}
+.post > header {
+ display: -moz-flex;
+ display: -ms-flex;
+ display: flex;
+ border-bottom: solid 1px rgba(160, 160, 160, 0.3);
+ left: -3em;
+ margin: -3em 0 3em 0;
+ position: relative;
+ width: calc(100% + 6em);
+}
+.post > header .title {
+ -moz-flex-grow: 1;
+ -ms-flex-grow: 1;
+ flex-grow: 1;
+ -ms-flex: 1;
+ padding: 3.75em 3em 3.3em 3em;
+}
+.post > header .title h2 {
+ font-weight: 900;
+ font-size: 1.5em;
+}
+.post > header .title > :last-child {
+ margin-bottom: 0;
+}
+.post > header .meta {
+ padding: 3.75em 3em 1.75em 3em;
+ border-left: solid 1px rgba(160, 160, 160, 0.3);
+ min-width: 17em;
+ text-align: right;
+ width: 17em;
+}
+.post > header .meta > * {
+ margin: 0 0 1em 0;
+}
+.post > header .meta > :last-child {
+ margin-bottom: 0;
+}
+.post > header .meta .published {
+ color: #3c3b3b;
+ display: block;
+ font-family: "Raleway", Helvetica, sans-serif;
+ font-size: 0.7em;
+ font-weight: 800;
+ letter-spacing: 0.25em;
+ margin-top: 0.5em;
+ text-transform: uppercase;
+ white-space: nowrap;
+}
+.post > a.image.featured {
+ overflow: hidden;
+}
+.post > a.image.featured img {
+ transition: transform 0.2s ease-out;
+}
+.post > a.image.featured:hover img {
+ transform: scale(1.05);
+}
+.post > footer {
+ display: -moz-flex;
+ display: -ms-flex;
+ display: flex;
+ -moz-align-items: center;
+ -ms-align-items: center;
+ align-items: center;
+}
+.post > footer .actions {
+ -moz-flex-grow: 1;
+ -ms-flex-grow: 1;
+ flex-grow: 1;
+}
+.post > footer .stats {
+ cursor: default;
+ list-style: none;
+ padding: 0;
+}
+.post > footer .stats li {
+ border-left: solid 1px rgba(160, 160, 160, 0.3);
+ display: inline-block;
+ font-family: "Raleway", Helvetica, sans-serif;
+ font-size: 0.6em;
+ font-weight: 400;
+ letter-spacing: 0.25em;
+ line-height: 1;
+ margin: 0 0 0 2em;
+ padding: 0 0 0 2em;
+ text-transform: uppercase;
+}
+.post > footer .stats li:first-child {
+ border-left: 0;
+ margin-left: 0;
+ padding-left: 0;
+}
+.post > footer .stats li .icon {
+ border-bottom: 0;
+}
+.post > footer .stats li .icon:before {
+ margin-right: 0.75em;
+}
+@media screen and (max-width: 980px) {
+ .post {
+ border-left: 0;
+ border-right: 0;
left: -3em;
- margin: -3em 0 3em 0;
- position: relative;
- width: calc(100% + 6em); }
- .post > header .title {
- -moz-flex-grow: 1;
- -webkit-flex-grow: 1;
- -ms-flex-grow: 1;
- flex-grow: 1;
- -ms-flex: 1;
- padding: 3.75em 3em 3.3em 3em; }
- .post > header .title h2 {
- font-weight: 900;
- font-size: 1.5em; }
- .post > header .title > :last-child {
- margin-bottom: 0; }
- .post > header .meta {
- padding: 3.75em 3em 1.75em 3em ;
- border-left: solid 1px rgba(160, 160, 160, 0.3);
- min-width: 17em;
- text-align: right;
- width: 17em; }
- .post > header .meta > * {
- margin: 0 0 1em 0; }
- .post > header .meta > :last-child {
- margin-bottom: 0; }
- .post > header .meta .published {
- color: #3c3b3b;
- display: block;
- font-family: "Raleway", Helvetica, sans-serif;
- font-size: 0.7em;
- font-weight: 800;
- letter-spacing: 0.25em;
- margin-top: 0.5em;
- text-transform: uppercase;
- white-space: nowrap; }
- .post > a.image.featured {
- overflow: hidden; }
- .post > a.image.featured img {
- -moz-transition: -moz-transform 0.2s ease-out;
- -webkit-transition: -webkit-transform 0.2s ease-out;
- -ms-transition: -ms-transform 0.2s ease-out;
- transition: transform 0.2s ease-out; }
- .post > a.image.featured:hover img {
- -moz-transform: scale(1.05);
- -webkit-transform: scale(1.05);
- -ms-transform: scale(1.05);
- transform: scale(1.05); }
- .post > footer {
+ width: calc(100% + (3em * 2));
+ }
+ .post > header {
+ -moz-flex-direction: column;
+ flex-direction: column;
+ padding: 3.75em 3em 1.25em 3em;
+ border-left: 0;
+ }
+ .post > header .title {
+ -ms-flex: 0 1 auto;
+ margin: 0 0 2em 0;
+ padding: 0;
+ text-align: center;
+ }
+ .post > header .meta {
+ -moz-align-items: center;
+ -ms-align-items: center;
+ align-items: center;
display: -moz-flex;
- display: -webkit-flex;
display: -ms-flex;
display: flex;
+ -moz-justify-content: center;
+ -ms-justify-content: center;
+ justify-content: center;
+ border-left: 0;
+ margin: 0 0 2em 0;
+ padding-top: 0;
+ padding: 0;
+ text-align: left;
+ width: 100%;
+ }
+ .post > header .meta > * {
+ border-left: solid 1px rgba(160, 160, 160, 0.3);
+ margin-left: 2em;
+ padding-left: 2em;
+ }
+ .post > header .meta > :first-child {
+ border-left: 0;
+ margin-left: 0;
+ padding-left: 0;
+ }
+ .post > header .meta .published {
+ margin-bottom: 0;
+ margin-top: 0;
+ }
+ .post > header .meta .author {
+ -moz-flex-direction: row-reverse;
+ flex-direction: row-reverse;
+ margin-bottom: 0;
+ }
+ .post > header .meta .author .name {
+ margin: 0 0 0 1.5em;
+ }
+ .post > header .meta .author img {
+ width: 3.5em;
+ }
+}
+@media screen and (max-width: 736px) {
+ .post {
+ padding: 1.5em 1.5em 0.1em 1.5em;
+ left: -1.5em;
+ margin: 0 0 2em 0;
+ width: calc(100% + (1.5em * 2));
+ }
+ .post > header {
+ padding: 3em 1.5em 0.5em 1.5em;
+ left: -1.5em;
+ margin: -1.5em 0 1.5em 0;
+ width: calc(100% + 3em);
+ }
+ .post > header .title h2 {
+ font-size: 1.1em;
+ }
+}
+@media screen and (max-width: 480px) {
+ .post > header .meta {
-moz-align-items: center;
- -webkit-align-items: center;
-ms-align-items: center;
- align-items: center; }
- .post > footer .actions {
- -moz-flex-grow: 1;
- -webkit-flex-grow: 1;
- -ms-flex-grow: 1;
- flex-grow: 1; }
- .post > footer .stats {
- cursor: default;
- list-style: none;
- padding: 0; }
- .post > footer .stats li {
- border-left: solid 1px rgba(160, 160, 160, 0.3);
- display: inline-block;
- font-family: "Raleway", Helvetica, sans-serif;
- font-size: 0.6em;
- font-weight: 400;
- letter-spacing: 0.25em;
- line-height: 1;
- margin: 0 0 0 2em;
- padding: 0 0 0 2em;
- text-transform: uppercase; }
- .post > footer .stats li:first-child {
- border-left: 0;
- margin-left: 0;
- padding-left: 0; }
- .post > footer .stats li .icon {
- border-bottom: 0; }
- .post > footer .stats li .icon:before {
- color: rgba(43, 43, 43, 0.785);
- margin-right: 0.75em; }
- @media screen and (max-width: 980px) {
- .post {
- border-left: 0;
- border-right: 0;
- left: -3em;
- width: calc(100% + (3em * 2)); }
- .post > header {
- -moz-flex-direction: column;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- padding: 3.75em 3em 1.25em 3em ;
- border-left: 0; }
- .post > header .title {
- -ms-flex: 0 1 auto;
- margin: 0 0 2em 0;
- padding: 0;
- text-align: center; }
- .post > header .meta {
- -moz-align-items: center;
- -webkit-align-items: center;
- -ms-align-items: center;
- align-items: center;
- display: -moz-flex;
- display: -webkit-flex;
- display: -ms-flex;
- display: flex;
- -moz-justify-content: center;
- -webkit-justify-content: center;
- -ms-justify-content: center;
- justify-content: center;
- border-left: 0;
- margin: 0 0 2em 0;
- padding-top: 0;
- padding: 0;
- text-align: left;
- width: 100%; }
- .post > header .meta > * {
- border-left: solid 1px rgba(160, 160, 160, 0.3);
- margin-left: 2em;
- padding-left: 2em; }
- .post > header .meta > :first-child {
- border-left: 0;
- margin-left: 0;
- padding-left: 0; }
- .post > header .meta .published {
- margin-bottom: 0;
- margin-top: 0; }
- .post > header .meta .author {
- -moz-flex-direction: row-reverse;
- -webkit-flex-direction: row-reverse;
- -ms-flex-direction: row-reverse;
- flex-direction: row-reverse;
- margin-bottom: 0; }
- .post > header .meta .author .name {
- margin: 0 0 0 1.5em; }
- .post > header .meta .author img {
- width: 3.5em; } }
- @media screen and (max-width: 736px) {
- .post {
- padding: 1.5em 1.5em 0.1em 1.5em ;
- left: -1.5em;
- margin: 0 0 2em 0;
- width: calc(100% + (1.5em * 2)); }
- .post > header {
- padding: 3em 1.5em 0.5em 1.5em ;
- left: -1.5em;
- margin: -1.5em 0 1.5em 0;
- width: calc(100% + 3em); }
- .post > header .title h2 {
- font-size: 1.1em; } }
- @media screen and (max-width: 480px) {
- .post > header .meta {
- -moz-align-items: center;
- -webkit-align-items: center;
- -ms-align-items: center;
- align-items: center;
- -moz-flex-direction: column;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column; }
- .post > header .meta > * {
- border-left: 0;
- margin: 1em 0 0 0;
- padding-left: 0; }
- .post > header .meta .author .name {
- display: none; }
- .post > .image.featured {
- margin-left: -1.5em;
- margin-top: calc(-1.5em - 1px);
- width: calc(100% + 3em); }
- .post > footer {
- -moz-align-items: -moz-stretch;
- -webkit-align-items: -webkit-stretch;
- -ms-align-items: -ms-stretch;
- align-items: stretch;
- -moz-flex-direction: column-reverse;
- -webkit-flex-direction: column-reverse;
- -ms-flex-direction: column-reverse;
- flex-direction: column-reverse; }
- .post > footer .stats {
- text-align: center; }
- .post > footer .stats li {
- margin: 0 0 0 1.25em;
- padding: 0 0 0 1.25em; } }
+ align-items: center;
+ -moz-flex-direction: column;
+ flex-direction: column;
+ }
+ .post > header .meta > * {
+ border-left: 0;
+ margin: 1em 0 0 0;
+ padding-left: 0;
+ }
+ .post > header .meta .author .name {
+ display: none;
+ }
+ .post > .image.featured {
+ margin-left: -1.5em;
+ margin-top: calc(-1.5em - 1px);
+ width: calc(100% + 3em);
+ }
+ .post > footer {
+ -moz-align-items: -moz-stretch;
+ -ms-align-items: -ms-stretch;
+ align-items: stretch;
+ -moz-flex-direction: column-reverse;
+ flex-direction: column-reverse;
+ }
+ .post > footer .stats {
+ text-align: center;
+ }
+ .post > footer .stats li {
+ margin: 0 0 0 1.25em;
+ padding: 0 0 0 1.25em;
+ }
+}
/* Section/Article */
section.special, article.special {
- text-align: center; }
+ text-align: center;
+}
header p {
font-family: "Raleway", Helvetica, sans-serif;
@@ -1902,149 +2402,159 @@ header p {
letter-spacing: 0.25em;
line-height: 2.5;
margin-top: -1em;
- text-transform: uppercase; }
+ text-transform: uppercase;
+}
/* Table */
.table-wrapper {
-webkit-overflow-scrolling: touch;
- overflow-x: auto; }
+ overflow-x: auto;
+}
table {
margin: 0 0 2em 0;
- width: 100%; }
- table tbody tr {
- border: solid 1px rgba(160, 160, 160, 0.3);
- border-left: 0;
- border-right: 0; }
- table tbody tr:nth-child(2n + 1) {
- background-color: rgba(160, 160, 160, 0.075); }
- table td {
- padding: 0.75em 0.75em; }
- table th {
- color: #3c3b3b;
- font-size: 0.9em;
- font-weight: 700;
- padding: 0 0.75em 0.75em 0.75em;
- text-align: left; }
- table thead {
- border-bottom: solid 2px rgba(160, 160, 160, 0.3); }
- table tfoot {
- border-top: solid 2px rgba(160, 160, 160, 0.3); }
- table.alt {
- border-collapse: separate; }
- table.alt tbody tr td {
- border: solid 1px rgba(160, 160, 160, 0.3);
- 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; }
+ width: 100%;
+}
+table tbody tr {
+ border: solid 1px rgba(160, 160, 160, 0.3);
+ border-left: 0;
+ border-right: 0;
+}
+table tbody tr:nth-child(2n+1) {
+ background-color: rgba(160, 160, 160, 0.075);
+}
+table td {
+ padding: 0.75em 0.75em;
+}
+table th {
+ color: #3c3b3b;
+ font-size: 0.9em;
+ font-weight: 700;
+ padding: 0 0.75em 0.75em 0.75em;
+ text-align: left;
+}
+table thead {
+ border-bottom: solid 2px rgba(160, 160, 160, 0.3);
+}
+table tfoot {
+ border-top: solid 2px rgba(160, 160, 160, 0.3);
+}
+table.alt {
+ border-collapse: separate;
+}
+table.alt tbody tr td {
+ border: solid 1px rgba(160, 160, 160, 0.3);
+ 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;
+}
/* Portofolio */
-.portfolio_item {
- padding: 0.5em; }
- .portfolio_item .image {
- overflow: hidden;
- width: 100%;
- border-radius: 10px; }
- .portfolio_item .image img {
- -moz-transition: -moz-transform 0.2s ease-out;
- -webkit-transition: -webkit-transform 0.2s ease-out;
- -ms-transition: -ms-transform 0.2s ease-out;
- transition: transform 0.2s ease-out;
- width: 100%; }
- .portfolio_item .image:hover img {
- -moz-transform: scale(1.05);
- -webkit-transform: scale(1.05);
- -ms-transform: scale(1.05);
- transform: scale(1.05); }
+.portfolio_item .image {
+ overflow: hidden;
+ width: 100%;
+ border-radius: 10px;
+}
+.portfolio_item .image img {
+ transition: transform 0.2s ease-out;
+ width: 100%;
+}
+.portfolio_item .image:hover img {
+ transform: scale(1.05);
+}
/* Banner */
#banner {
- padding: 6em 0 4em 0 ;
+ padding: 6em 0 4em 0;
display: -moz-flex;
- display: -webkit-flex;
display: -ms-flex;
- display: flex; }
- #banner h1 {
- margin-top: -0.125em;
- font-size: 1.1em; }
- #banner h2 {
- margin-top: -0.125em;
- font-size: 1em; }
+ display: flex;
+}
+#banner h1 {
+ margin-top: -0.125em;
+ font-size: 1.1em;
+}
+#banner h2 {
+ margin-top: -0.125em;
+ font-size: 1em;
+}
+#banner .content {
+ -moz-flex-grow: 1;
+ -ms-flex-grow: 1;
+ flex-grow: 1;
+ -ms-flex-shrink: 1;
+ flex-shrink: 1;
+ width: 60%;
+}
+#banner .image {
+ -moz-flex-grow: 0;
+ -ms-flex-grow: 0;
+ flex-grow: 0;
+ -ms-flex-shrink: 0;
+ flex-shrink: 0;
+ display: block;
+ margin: 0 0 2em 4em;
+ width: 40%;
+}
+#banner .image img {
+ height: 100%;
+ -moz-object-fit: contain;
+ -webkit-object-fit: contain;
+ -ms-object-fit: contain;
+ -o-object-fit: contain;
+ object-fit: contain;
+ -moz-object-position: center;
+ -webkit-object-position: center;
+ -ms-object-position: center;
+ -o-object-position: center;
+ object-position: center;
+ width: 100%;
+}
+@media screen and (orientation: portrait) {
+ #banner {
+ -moz-flex-direction: column-reverse;
+ flex-direction: column-reverse;
+ }
+ #banner h1 br {
+ display: none;
+ }
#banner .content {
- -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: 60%; }
- #banner .image {
-moz-flex-grow: 0;
- -webkit-flex-grow: 0;
-ms-flex-grow: 0;
flex-grow: 0;
- -moz-flex-shrink: 0;
- -webkit-flex-shrink: 0;
-ms-flex-shrink: 0;
flex-shrink: 0;
- display: block;
- margin: 0 0 2em 4em;
- width: 40%; }
- #banner .image img {
- height: 100%;
- -moz-object-fit: contain;
- -webkit-object-fit: contain;
- -ms-object-fit: contain;
- object-fit: contain;
- -moz-object-position: center;
- -webkit-object-position: center;
- -ms-object-position: center;
- object-position: center;
- width: 100%; }
- @media screen and (orientation: portrait) {
- #banner {
- -moz-flex-direction: column-reverse;
- -webkit-flex-direction: column-reverse;
- -ms-flex-direction: column-reverse;
- flex-direction: column-reverse; }
- #banner h1 br {
- display: none; }
- #banner .content {
- -moz-flex-grow: 0;
- -webkit-flex-grow: 0;
- -ms-flex-grow: 0;
- flex-grow: 0;
- -moz-flex-shrink: 0;
- -webkit-flex-shrink: 0;
- -ms-flex-shrink: 0;
- flex-shrink: 0;
- width: 100%; }
- #banner .image {
- -moz-flex-grow: 0;
- -webkit-flex-grow: 0;
- -ms-flex-grow: 0;
- flex-grow: 0;
- -moz-flex-shrink: 0;
- -webkit-flex-shrink: 0;
- -ms-flex-shrink: 0;
- flex-shrink: 0;
- margin: 0 0 4em 0;
- height: 25em;
- max-height: 50vh;
- min-height: 18em;
- width: 100%; } }
- @media screen and (orientation: portrait) and (max-width: 480px) {
- #banner .image {
- max-height: 35vh; } }
+ width: 100%;
+ }
+ #banner .image {
+ -moz-flex-grow: 0;
+ -ms-flex-grow: 0;
+ flex-grow: 0;
+ -ms-flex-shrink: 0;
+ flex-shrink: 0;
+ margin: 0 0 4em 0;
+ height: 25em;
+ max-height: 50vh;
+ min-height: 18em;
+ width: 100%;
+ }
+}
+@media screen and (orientation: portrait) and (max-width: 480px) {
+ #banner .image {
+ max-height: 35vh;
+ }
+}
/* Feautres */
#features header p {
@@ -2054,110 +2564,127 @@ table {
letter-spacing: 0em;
line-height: inherit;
margin-top: 1em;
- text-transform: initial; }
+ text-transform: initial;
+}
#features header h3 {
- margin-top: 0em; }
+ margin-top: 0em;
+}
/* Logo */
#header .logo {
font-family: "Raleway", Helvetica, sans-serif;
font-size: 1.3em;
- font-weight: 800; }
- @media screen and (max-width: 736px) {
- #header .logo {
- font-size: 1em; } }
+ font-weight: 800;
+}
+@media screen and (max-width: 736px) {
+ #header .logo {
+ font-size: 1em;
+ }
+}
+
/* Dropdown menu in header */
#header .dropdown {
-moz-flex: 1;
- -webkit-flex: 1;
- -ms-flex: 1;
flex: 1;
border-left: solid 1px rgba(160, 160, 160, 0.3);
height: inherit;
line-height: inherit;
- margin-left: 1.5em; }
- #header .dropdown li {
- position: relative;
- float: left;
- text-transform: uppercase;
- font-size: 12pt;
- height: inherit; }
- #header .dropdown li a {
- font-family: "Raleway", Helvetica, sans-serif;
- font-size: 0.8em;
- font-weight: 600;
- letter-spacing: 0.15em;
- display: block;
- border-bottom: none;
- padding: 0.3rem 0.8rem;
- height: inherit; }
- #header .dropdown li ul {
- position: absolute;
- top: 100%;
- margin: 0;
- padding: 0;
- list-style: none;
- display: none;
- line-height: normal;
- background-color: #333333;
- box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important; }
- #header .dropdown li ul li a {
- font-family: "Raleway", Helvetica, sans-serif;
- font-size: 0.7em;
- font-weight: 400;
- letter-spacing: 0.15em;
- text-transform: initial;
- display: block;
- border-bottom: none;
- padding: 0.3rem 0.8rem;
- line-height: 2.5em; }
- #header .dropdown li ul li a:hover {
- color: #181818; }
- #header .dropdown li ul li ul {
- left: 100%;
- top: 0; }
- #header .dropdown ul li {
- margin-left: 0.5em;
- padding-left: 0.5em; }
- #header .dropdown ul li:first-child {
- border-left: 0; }
- #header .dropdown ul li:hover > ul {
- display: -moz-flex;
- display: -webkit-flex;
- display: -ms-flex;
- display: flex;
- -moz-flex-direction: column;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- -moz-flex-wrap: nowrap;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- min-width: 15em;
- border: solid 1px rgba(160, 160, 160, 0.3);
- background-color: #f4f4f4;
- box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important; }
+ margin-left: 1.5em;
+}
+#header .dropdown li {
+ position: relative;
+ float: left;
+ text-transform: uppercase;
+ font-size: 12pt;
+ height: inherit;
+}
+#header .dropdown li a {
+ font-family: "Raleway", Helvetica, sans-serif;
+ font-size: 0.8em;
+ font-weight: 400;
+ letter-spacing: 0.15em;
+ display: block;
+ border-bottom: none;
+ padding: 0 0.8rem;
+ height: inherit;
+}
+#header .dropdown li ul {
+ position: absolute;
+ top: 100%;
+ margin: 0;
+ padding: 0;
+ list-style: none;
+ display: none;
+ line-height: normal;
+ background-color: rgb(230, 230, 230);
+ box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important;
+}
+#header .dropdown li ul li a {
+ font-family: "Raleway", Helvetica, sans-serif;
+ font-size: 0.8em;
+ font-weight: 400;
+ letter-spacing: 0.15em;
+ text-transform: uppercase;
+ display: block;
+ border-bottom: none;
+ padding: 0.3rem 0.8rem;
+ line-height: 2.5em;
+}
+#header .dropdown li ul li a:hover {
+ color: #181818;
+}
+#header .dropdown li ul li ul {
+ left: 100%;
+ top: 0;
+}
+#header .dropdown ul li {
+ margin-left: 0.5em;
+ padding-left: 0.5em;
+}
+#header .dropdown ul li:first-child {
+ border-left: 0;
+}
+#header .dropdown ul li:hover > ul {
+ display: -moz-flex;
+ display: -ms-flex;
+ display: flex;
+ -moz-flex-direction: column;
+ flex-direction: column;
+ flex-wrap: nowrap;
+ min-width: 15em;
+ border: solid 1px rgba(160, 160, 160, 0.3);
+ background-color: #ffffff;
+ box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important;
+}
@media screen and (max-width: 980px) {
#header .dropdown {
- display: none; } }
+ display: none;
+ }
+}
@media screen and (max-width: 736px) {
#header .dropdown {
margin-left: -1rem;
- margin-right: -1rem; }
+ margin-right: -1rem;
+ }
#header .dropdown .fixed {
- margin: 0; } }
+ margin: 0;
+ }
+}
/* Sidebar menu */
#sidebarmenu {
- display: none; }
+ display: none;
+}
@media screen and (max-width: 980px) {
#sidebarmenu {
- display: block; } }
+ display: block;
+ }
+}
.menulink {
margin: 0;
- padding: 0; }
+ padding: 0;
+}
ul.menulink > li,
ul.menulink > li > ul {
@@ -2165,260 +2692,299 @@ ul.menulink > li > ul {
font-family: "Raleway", Helvetica, sans-serif;
padding: 0.1em 0 0 0;
margin: 0em;
- line-height: 2.3em; }
+ line-height: 2.3em;
+}
ul.menulink > li a.tags {
border: dotted 1px rgba(119, 118, 118, 0.65);
padding: 0.2em;
- font-size: 0.8em; }
+ font-size: 0.8em;
+}
ul.menulink > li a:hover.tags {
background-color: #ba2e5d;
- color: #f4f4f4 !important; }
+ color: #f4f4f4 !important;
+}
ul.menulink > li > ul,
ul.menulink > li a span {
- -webkit-transition: color 0.2s ease;
transition: color 0.2s ease;
font-size: 0.9em;
text-transform: uppercase;
- font-weight: 600; }
+ font-weight: 400;
+}
ul.menulink > li a span li {
- -webkit-transition: color 0.2s ease;
transition: color 0.2s ease;
font-size: 0.8em;
- font-weight: 600;
- text-transform: uppercase; }
+ font-weight: 400;
+ text-transform: uppercase;
+}
ul.menulink > li * {
- list-style-type: none; }
+ list-style-type: none;
+}
ul.menulink > li a:hover span {
- color: #ba2e5d !important; }
+ color: #ba2e5d !important;
+}
ul.subitem {
- display: block; }
+ display: block;
+}
ul.subitem > li > ul,
ul.subitem > li a span {
- -webkit-transition: color 0.2s ease;
transition: color 0.2s ease;
font-size: 0.9em;
- font-weight: 600;
+ font-weight: 400;
text-transform: capitalize;
- margin-bottom: 0; }
+ margin-bottom: 0;
+}
ul.subitem > li {
list-style-type: none;
- margin-left: 0.4em; }
+ margin-left: 0.4em;
+}
ul.subitem_hide {
- display: none; }
+ display: none;
+}
ul.subitem_hide > li > ul,
ul.subitem_hide > li a span {
- -webkit-transition: color 0.2s ease;
transition: color 0.2s ease;
margin-bottom: 0;
- font-weight: 600;
- text-transform: capitalize; }
+ font-weight: 400;
+ text-transform: capitalize;
+}
ul.subitem_hide > li {
list-style-type: none;
- margin-left: 0.4em; }
+ margin-left: 0.4em;
+}
.dropdown-btn {
- cursor: pointer; }
+ cursor: pointer;
+}
.fa-caret-down {
float: right;
- padding-right: 8px; }
+ padding-right: 8px;
+}
/* Header */
body {
- padding-top: 3.5em; }
+ padding-top: 3.5em;
+}
#header {
display: -moz-flex;
- display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-justify-content: space-between;
- -webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
background-color: #ffffff;
border-bottom: solid 1px rgba(160, 160, 160, 0.3);
- box-shadow: 0 5px 6px -6px #333333;
+ box-shadow: 0 5px 6px -6px rgb(230, 230, 230);
height: 3.5em;
left: 0;
line-height: 3.5em;
position: fixed;
top: 0;
width: 100%;
- z-index: 10000; }
- #header a {
- color: inherit;
- text-decoration: none; }
- #header ul {
- list-style: none;
- margin: 0;
- padding-left: 0; }
- #header ul li {
- display: inline-block;
- padding-left: 0; }
+ z-index: 10000;
+}
+#header a {
+ color: inherit;
+ text-decoration: none;
+}
+#header ul {
+ list-style: none;
+ margin: 0;
+ padding-left: 0;
+}
+#header ul li {
+ display: inline-block;
+ padding-left: 0;
+}
+#header h1 {
+ height: inherit;
+ line-height: inherit;
+ padding: 0 0 0 1.5em;
+ white-space: nowrap;
+}
+#header h1 a {
+ font-size: 0.7em;
+}
+#header .main {
+ height: inherit;
+ line-height: inherit;
+ text-align: right;
+}
+#header .main ul {
+ height: inherit;
+ line-height: inherit;
+}
+#header .main ul li {
+ border-left: solid 1px rgba(160, 160, 160, 0.3);
+ height: inherit;
+ line-height: inherit;
+ white-space: nowrap;
+}
+#header .main ul li > * {
+ display: block;
+ float: left;
+}
+#header .main ul li > a {
+ text-decoration: none;
+ border-bottom: 0;
+ color: #838383;
+ overflow: hidden;
+ position: relative;
+ text-indent: 4em;
+ width: 4em;
+}
+#header .main ul li > a: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;
+}
+#header .main ul li > a:before {
+ display: block;
+ height: inherit;
+ left: 0;
+ line-height: inherit;
+ position: absolute;
+ text-align: center;
+ text-indent: 0;
+ top: 0;
+ width: inherit;
+}
+#header form {
+ margin: 0;
+}
+#header form input {
+ display: inline-block;
+ height: 2.5em;
+ position: relative;
+ top: -2px;
+ vertical-align: middle;
+}
+#header #search {
+ transition: all 0.5s ease;
+ max-width: 0;
+ opacity: 0;
+ overflow: hidden;
+ padding: 0;
+ white-space: nowrap;
+}
+#header #search input {
+ width: 12em;
+}
+#header #search.visible {
+ max-width: 12.5em;
+ opacity: 1;
+ padding: 0 0.5em 0 0;
+}
+@media screen and (max-width: 980px) {
+ #header .links {
+ display: none;
+ }
+}
+@media screen and (max-width: 736px) {
+ #header {
+ height: 2.75em;
+ line-height: 2.75em;
+ }
#header h1 {
- height: inherit;
- line-height: inherit;
- padding: 0 0 0 1.5em;
- white-space: nowrap; }
- #header h1 a {
- font-size: 0.7em; }
- #header .main {
- height: inherit;
- line-height: inherit;
- text-align: right; }
- #header .main ul {
- height: inherit;
- line-height: inherit; }
- #header .main ul li {
- border-left: solid 1px rgba(160, 160, 160, 0.3);
- height: inherit;
- line-height: inherit;
- white-space: nowrap; }
- #header .main ul li > * {
- display: block;
- float: left; }
- #header .main ul li > a {
- text-decoration: none;
- border-bottom: 0;
- color: #838383;
- overflow: hidden;
- position: relative;
- text-indent: 4em;
- width: 4em; }
- #header .main ul li > a: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: 'FontAwesome';
- font-weight: 900; }
- #header .main ul li > a:before {
- display: block;
- height: inherit;
- left: 0;
- line-height: inherit;
- position: absolute;
- text-align: center;
- text-indent: 0;
- top: 0;
- width: inherit; }
- #header form {
- margin: 0; }
- #header form input {
- display: inline-block;
- height: 2.5em;
- position: relative;
- top: -2px;
- vertical-align: middle; }
- #header #search {
- -moz-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- transition: all 0.5s ease;
- max-width: 0;
- opacity: 0;
- overflow: hidden;
- padding: 0;
- white-space: nowrap; }
- #header #search input {
- width: 12em; }
- #header #search.visible {
- max-width: 12.5em;
- opacity: 1;
- padding: 0 0.5em 0 0; }
- @media screen and (max-width: 980px) {
- #header .links {
- display: none; } }
- @media screen and (max-width: 736px) {
- #header {
- height: 2.75em;
- line-height: 2.75em; }
- #header h1 {
- padding: 0 0 0 1em; }
- #header .main .search {
- display: none; } }
+ padding: 0 0 0 1em;
+ }
+ #header .main .search {
+ display: none;
+ }
+}
/* Wrapper */
#wrapper {
display: -moz-flex;
- display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: row-reverse;
- -webkit-flex-direction: row-reverse;
- -ms-flex-direction: row-reverse;
flex-direction: row-reverse;
- -moz-transition: opacity 0.5s ease;
- -webkit-transition: opacity 0.5s ease;
- -ms-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
margin: 0 auto;
max-width: 100%;
opacity: 1;
padding: 4.5em;
- width: 90em; }
- body.is-menu-visible #wrapper {
- opacity: 0.15; }
- @media screen and (max-width: 1680px) {
- #wrapper {
- padding: 3em; } }
- @media screen and (max-width: 1280px) {
- #wrapper {
- display: block; } }
- @media screen and (max-width: 736px) {
- #wrapper {
- padding: 1.5em; } }
- body.single #wrapper {
- display: block; }
+ width: 90em;
+}
+body.is-menu-visible #wrapper {
+ opacity: 0.15;
+}
+@media screen and (max-width: 1680px) {
+ #wrapper {
+ padding: 3em;
+ }
+}
+@media screen and (max-width: 1280px) {
+ #wrapper {
+ display: block;
+ }
+}
+@media screen and (max-width: 736px) {
+ #wrapper {
+ padding: 1.5em;
+ }
+}
+body.single #wrapper {
+ display: block;
+}
/* Main */
#main {
-moz-flex-grow: 1;
- -webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
flex: 1;
-ms-flex: 1;
- width: 100%; }
+ width: 100%;
+}
/* Sidebar */
#sidebar {
margin-right: 3em;
min-width: 22em;
- width: 22em; }
- #sidebar > * {
+ width: 22em;
+}
+#sidebar > * {
+ border-top: solid 1px rgba(160, 160, 160, 0.3);
+ margin: 3em 0 0 0;
+ padding: 3em 0 0 0;
+}
+#sidebar > :first-child {
+ border-top: 0;
+ margin-top: 0;
+ padding-top: 0;
+}
+@media screen and (max-width: 1280px) {
+ #sidebar {
border-top: solid 1px rgba(160, 160, 160, 0.3);
margin: 3em 0 0 0;
- padding: 3em 0 0 0; }
- #sidebar > :first-child {
- border-top: 0;
- margin-top: 0;
- padding-top: 0; }
- @media screen and (max-width: 1280px) {
- #sidebar {
- border-top: solid 1px rgba(160, 160, 160, 0.3);
- margin: 3em 0 0 0;
- min-width: 0;
- padding: 3em 0 0 0;
- width: 100%;
- overflow-x: hidden; } }
+ min-width: 0;
+ padding: 3em 0 0 0;
+ width: 100%;
+ overflow-x: hidden;
+ }
+}
/* Intro */
#intro .logo {
@@ -2427,71 +2993,83 @@ body {
margin: 0 0 1em 0;
overflow: hidden;
position: relative;
- width: 4em; }
- #intro .logo:before {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px' viewBox='0 0 100 100' preserveAspectRatio='none' zoomAndPan='disable'%3E%3Cpolygon points='0,0 100,0 100,25 50,0 0,25' style='fill:%23f4f4f4' /%3E%3Cpolygon points='0,100 100,100 100,75 50,100 0,75' style='fill:%23f4f4f4' /%3E%3C/svg%3E");
- background-position: top left;
- background-repeat: no-repeat;
- background-size: 100% 100%;
- content: '';
- display: block;
- height: 100%;
- left: 0;
- position: absolute;
- top: 0;
- width: 100%; }
- #intro .logo img {
- display: block;
- margin-left: -0.25em;
- width: 4.5em; }
+ width: 4em;
+}
+#intro .logo:before {
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px' viewBox='0 0 100 100' preserveAspectRatio='none' zoomAndPan='disable'%3E%3Cpolygon points='0,0 100,0 100,25 50,0 0,25' style='fill:%23f4f4f4' /%3E%3Cpolygon points='0,100 100,100 100,75 50,100 0,75' style='fill:%23f4f4f4' /%3E%3C/svg%3E");
+ background-position: top left;
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ content: "";
+ display: block;
+ height: 100%;
+ left: 0;
+ position: absolute;
+ top: 0;
+ width: 100%;
+}
+#intro .logo img {
+ display: block;
+ margin-left: -0.25em;
+ width: 4.5em;
+}
#intro header h2 {
font-size: 2em;
- font-weight: 900; }
+ font-weight: 900;
+}
#intro header p {
- font-size: 0.8em; }
+ font-size: 0.8em;
+}
@media screen and (max-width: 1280px) {
#intro {
margin: 0 0 3em 0;
- text-align: center; }
- #intro header h2 {
- font-size: 2em; }
- #intro header p {
- font-size: 0.7em; } }
+ text-align: center;
+ }
+ #intro header h2 {
+ font-size: 2em;
+ }
+ #intro header p {
+ font-size: 0.7em;
+ }
+}
@media screen and (max-width: 736px) {
#intro {
margin: 0 0 1.5em 0;
- padding: 1.25em 0; }
- #intro > :last-child {
- margin-bottom: 0; }
- #intro .logo {
- margin: 0 0 0.5em 0; }
- #intro header h2 {
- font-size: 1.25em; }
- #intro header > :last-child {
- margin-bottom: 0; } }
+ padding: 1.25em 0;
+ }
+ #intro > :last-child {
+ margin-bottom: 0;
+ }
+ #intro .logo {
+ margin: 0 0 0.5em 0;
+ }
+ #intro header h2 {
+ font-size: 1.25em;
+ }
+ #intro header > :last-child {
+ margin-bottom: 0;
+ }
+}
/* Footer */
#footer .icons {
- color: #2e2e2e; }
+ color: #2e2e2e;
+}
#footer .copyright {
color: #2e2e2e;
font-family: "Raleway", Helvetica, sans-serif;
font-size: 0.5em;
font-weight: 400;
letter-spacing: 0.25em;
- text-transform: uppercase; }
+ text-transform: uppercase;
+}
body.single #footer {
- text-align: center; }
+ text-align: center;
+}
/* Menu */
#menu {
- -moz-transform: translateX(25em);
- -webkit-transform: translateX(25em);
- -ms-transform: translateX(25em);
transform: translateX(25em);
- -moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
- -webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
- -ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
transition: transform 0.5s ease, visibility 0.5s;
-webkit-overflow-scrolling: touch;
background: #ffffff;
@@ -2505,53 +3083,59 @@ body.single #footer {
top: 0;
visibility: hidden;
width: 25em;
- z-index: 10002; }
+ z-index: 10002;
+}
+#menu > * {
+ border-top: solid 1px rgba(160, 160, 160, 0.3);
+ padding: 3em;
+}
+#menu > * > :last-child {
+ margin-bottom: 0;
+}
+#menu > :first-child {
+ border-top: 0;
+}
+#menu .links {
+ list-style: none;
+ padding: 0;
+}
+#menu .links > li {
+ border: 0;
+ border-top: dotted 1px rgba(160, 160, 160, 0.3);
+ margin: 1.5em 0 0 0;
+ padding: 1.5em 0 0 0;
+}
+#menu .links > li a {
+ display: block;
+ border-bottom: 0;
+}
+#menu .links > li a h3 {
+ transition: color 0.2s ease;
+ font-size: 0.7em;
+}
+#menu .links > li a p {
+ font-family: "Raleway", Helvetica, sans-serif;
+ font-size: 0.6em;
+ font-weight: 400;
+ letter-spacing: 0.25em;
+ margin-bottom: 0;
+ text-decoration: none;
+ text-transform: uppercase;
+}
+#menu .links > li a:hover h3 {
+ color: #ba2e5d;
+}
+#menu .links > li:first-child {
+ border-top: 0;
+ margin-top: 0;
+ padding-top: 0;
+}
+body.is-menu-visible #menu {
+ transform: translateX(0);
+ visibility: visible;
+}
+@media screen and (max-width: 736px) {
#menu > * {
- border-top: solid 1px rgba(160, 160, 160, 0.3);
- padding: 3em; }
- #menu > * > :last-child {
- margin-bottom: 0; }
- #menu > :first-child {
- border-top: 0; }
- #menu .links {
- list-style: none;
- padding: 0; }
- #menu .links > li {
- border: 0;
- border-top: dotted 1px rgba(160, 160, 160, 0.3);
- margin: 1.5em 0 0 0;
- padding: 1.5em 0 0 0; }
- #menu .links > li a {
- display: block;
- border-bottom: 0; }
- #menu .links > li a h3 {
- -moz-transition: color 0.2s ease;
- -webkit-transition: color 0.2s ease;
- -ms-transition: color 0.2s ease;
- transition: color 0.2s ease;
- font-size: 0.7em; }
- #menu .links > li a p {
- font-family: "Raleway", Helvetica, sans-serif;
- font-size: 0.6em;
- font-weight: 400;
- letter-spacing: 0.25em;
- margin-bottom: 0;
- text-decoration: none;
- text-transform: uppercase; }
- #menu .links > li a:hover h3 {
- color: #ba2e5d; }
- #menu .links > li:first-child {
- border-top: 0;
- margin-top: 0;
- padding-top: 0; }
- body.is-menu-visible #menu {
- -moz-transform: translateX(0);
- -webkit-transform: translateX(0);
- -ms-transform: translateX(0);
- transform: translateX(0);
- visibility: visible; }
- @media screen and (max-width: 736px) {
- #menu > * {
- padding: 1.5em; } }
-
-/*# sourceMappingURL=main.css.map */
+ padding: 1.5em;
+ }
+}/*# sourceMappingURL=main.css.map */
\ No newline at end of file
diff --git a/assets/css/main.min.css b/assets/css/main.min.css
index 29849b2..6d837c0 100644
--- a/assets/css/main.min.css
+++ b/assets/css/main.min.css
@@ -1 +1 @@
-@import url(font-awesome.min.css);@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900");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:#f4f4f4}body.is-preload *,body.is-preload *:before,body.is-preload *:after{-moz-animation:none!important;-webkit-animation:none!important;-ms-animation:none!important;animation:none!important;-moz-transition:none!important;-webkit-transition:none!important;-ms-transition:none!important;transition:none!important}body,input,select,textarea{color:#2e2e2e;font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:14pt;font-weight:400;line-height:1.75}@media screen and (max-width:1680px){body,input,select,textarea{font-size:12pt}}@media screen and (max-width:1280px){body,input,select,textarea{font-size:12pt}}@media screen and (max-width:980px){body,input,select,textarea{font-size:12pt}}@media screen and (max-width:736px){body,input,select,textarea{font-size:12pt}}@media screen and (max-width:480px){body,input,select,textarea{font-size:12pt}}a{-moz-transition:color .2s ease,border-bottom-color .2s ease;-webkit-transition:color .2s ease,border-bottom-color .2s ease;-ms-transition:color .2s ease,border-bottom-color .2s ease;transition:color .2s ease,border-bottom-color .2s ease;border-bottom:dotted 1px rgba(160,160,160,.65);color:inherit;text-decoration:none}a:before{-moz-transition:color .2s ease;-webkit-transition:color .2s ease;-ms-transition:color .2s ease;transition:color .2s ease}a:hover{border-bottom-color:transparent;color:#ba2e5d!important}a:hover:before{color:#ba2e5d!important}strong,b{color:#3c3b3b;font-weight:700}em,i{font-style:italic}p{margin:0 0 2em 0}h1,h2,h3,h4,h5,h6{color:#3c3b3b;font-family:"Raleway",Helvetica,sans-serif;font-weight:800;letter-spacing:.25em;line-height:1.65;margin:0 0 1em 0;text-transform:uppercase}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;border-bottom:0}h2{font-size:1.1em}h3{font-size:.9em}h4{font-size:.7em}h5{font-size:.7em}h6{font-size:.7em}sub{font-size:.8em;position:relative;top:.5em}sup{font-size:.8em;position:relative;top:-.5em}blockquote{border-left:solid 4px rgba(160,160,160,.3);font-style:italic;margin:0 0 2em 0;padding:.5em 0 .5em 2em}code{background:rgba(160,160,160,.075);border:solid 1px rgba(160,160,160,.3);font-family:"Courier New",monospace;font-size:.9em;margin:0 .25em;padding:.25em .65em}pre{-webkit-overflow-scrolling:touch;font-family:"Courier New",monospace;font-size:.9em;margin:0 0 2em 0}pre code{display:block;line-height:1.75em;padding:1em 1.5em;overflow-x:auto}hr{border:0;border-bottom:solid 1px rgba(160,160,160,.3);margin:2em 0}hr.major{margin:3em 0}.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.3333333333%}.row>.off-1{margin-left:8.3333333333%}.row>.col-2{width:16.6666666667%}.row>.off-2{margin-left:16.6666666667%}.row>.col-3{width:25%}.row>.off-3{margin-left:25%}.row>.col-4{width:33.3333333333%}.row>.off-4{margin-left:33.3333333333%}.row>.col-5{width:41.6666666667%}.row>.off-5{margin-left:41.6666666667%}.row>.col-6{width:50%}.row>.off-6{margin-left:50%}.row>.col-7{width:58.3333333333%}.row>.off-7{margin-left:58.3333333333%}.row>.col-8{width:66.6666666667%}.row>.off-8{margin-left:66.6666666667%}.row>.col-9{width:75%}.row>.off-9{margin-left:75%}.row>.col-10{width:83.3333333333%}.row>.off-10{margin-left:83.3333333333%}.row>.col-11{width:91.6666666667%}.row>.off-11{margin-left:91.6666666667%}.row>.col-12{width:100%}.row>.off-12{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:0;margin-left:-.25em}.row.gtr-25>*{padding:0 0 0 .25em}.row.gtr-25.gtr-uniform{margin-top:-.25em}.row.gtr-25.gtr-uniform>*{padding-top:.25em}.row.gtr-50{margin-top:0;margin-left:-.5em}.row.gtr-50>*{padding:0 0 0 .5em}.row.gtr-50.gtr-uniform{margin-top:-.5em}.row.gtr-50.gtr-uniform>*{padding-top:.5em}.row{margin-top:0;margin-left:-1em}.row>*{padding:0 0 0 1em}.row.gtr-uniform{margin-top:-1em}.row.gtr-uniform>*{padding-top:1em}.row.gtr-150{margin-top:0;margin-left:-1.5em}.row.gtr-150>*{padding:0 0 0 1.5em}.row.gtr-150.gtr-uniform{margin-top:-1.5em}.row.gtr-150.gtr-uniform>*{padding-top:1.5em}.row.gtr-200{margin-top:0;margin-left:-2em}.row.gtr-200>*{padding:0 0 0 2em}.row.gtr-200.gtr-uniform{margin-top:-2em}.row.gtr-200.gtr-uniform>*{padding-top:2em}@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-xlarge{order:-1}.row>.col-1-xlarge{width:8.3333333333%}.row>.off-1-xlarge{margin-left:8.3333333333%}.row>.col-2-xlarge{width:16.6666666667%}.row>.off-2-xlarge{margin-left:16.6666666667%}.row>.col-3-xlarge{width:25%}.row>.off-3-xlarge{margin-left:25%}.row>.col-4-xlarge{width:33.3333333333%}.row>.off-4-xlarge{margin-left:33.3333333333%}.row>.col-5-xlarge{width:41.6666666667%}.row>.off-5-xlarge{margin-left:41.6666666667%}.row>.col-6-xlarge{width:50%}.row>.off-6-xlarge{margin-left:50%}.row>.col-7-xlarge{width:58.3333333333%}.row>.off-7-xlarge{margin-left:58.3333333333%}.row>.col-8-xlarge{width:66.6666666667%}.row>.off-8-xlarge{margin-left:66.6666666667%}.row>.col-9-xlarge{width:75%}.row>.off-9-xlarge{margin-left:75%}.row>.col-10-xlarge{width:83.3333333333%}.row>.off-10-xlarge{margin-left:83.3333333333%}.row>.col-11-xlarge{width:91.6666666667%}.row>.off-11-xlarge{margin-left:91.6666666667%}.row>.col-12-xlarge{width:100%}.row>.off-12-xlarge{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:0;margin-left:-.25em}.row.gtr-25>*{padding:0 0 0 .25em}.row.gtr-25.gtr-uniform{margin-top:-.25em}.row.gtr-25.gtr-uniform>*{padding-top:.25em}.row.gtr-50{margin-top:0;margin-left:-.5em}.row.gtr-50>*{padding:0 0 0 .5em}.row.gtr-50.gtr-uniform{margin-top:-.5em}.row.gtr-50.gtr-uniform>*{padding-top:.5em}.row{margin-top:0;margin-left:-1em}.row>*{padding:0 0 0 1em}.row.gtr-uniform{margin-top:-1em}.row.gtr-uniform>*{padding-top:1em}.row.gtr-150{margin-top:0;margin-left:-1.5em}.row.gtr-150>*{padding:0 0 0 1.5em}.row.gtr-150.gtr-uniform{margin-top:-1.5em}.row.gtr-150.gtr-uniform>*{padding-top:1.5em}.row.gtr-200{margin-top:0;margin-left:-2em}.row.gtr-200>*{padding:0 0 0 2em}.row.gtr-200.gtr-uniform{margin-top:-2em}.row.gtr-200.gtr-uniform>*{padding-top:2em}}@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-large{order:-1}.row>.col-1-large{width:8.3333333333%}.row>.off-1-large{margin-left:8.3333333333%}.row>.col-2-large{width:16.6666666667%}.row>.off-2-large{margin-left:16.6666666667%}.row>.col-3-large{width:25%}.row>.off-3-large{margin-left:25%}.row>.col-4-large{width:33.3333333333%}.row>.off-4-large{margin-left:33.3333333333%}.row>.col-5-large{width:41.6666666667%}.row>.off-5-large{margin-left:41.6666666667%}.row>.col-6-large{width:50%}.row>.off-6-large{margin-left:50%}.row>.col-7-large{width:58.3333333333%}.row>.off-7-large{margin-left:58.3333333333%}.row>.col-8-large{width:66.6666666667%}.row>.off-8-large{margin-left:66.6666666667%}.row>.col-9-large{width:75%}.row>.off-9-large{margin-left:75%}.row>.col-10-large{width:83.3333333333%}.row>.off-10-large{margin-left:83.3333333333%}.row>.col-11-large{width:91.6666666667%}.row>.off-11-large{margin-left:91.6666666667%}.row>.col-12-large{width:100%}.row>.off-12-large{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:0;margin-left:-.25em}.row.gtr-25>*{padding:0 0 0 .25em}.row.gtr-25.gtr-uniform{margin-top:-.25em}.row.gtr-25.gtr-uniform>*{padding-top:.25em}.row.gtr-50{margin-top:0;margin-left:-.5em}.row.gtr-50>*{padding:0 0 0 .5em}.row.gtr-50.gtr-uniform{margin-top:-.5em}.row.gtr-50.gtr-uniform>*{padding-top:.5em}.row{margin-top:0;margin-left:-1em}.row>*{padding:0 0 0 1em}.row.gtr-uniform{margin-top:-1em}.row.gtr-uniform>*{padding-top:1em}.row.gtr-150{margin-top:0;margin-left:-1.5em}.row.gtr-150>*{padding:0 0 0 1.5em}.row.gtr-150.gtr-uniform{margin-top:-1.5em}.row.gtr-150.gtr-uniform>*{padding-top:1.5em}.row.gtr-200{margin-top:0;margin-left:-2em}.row.gtr-200>*{padding:0 0 0 2em}.row.gtr-200.gtr-uniform{margin-top:-2em}.row.gtr-200.gtr-uniform>*{padding-top:2em}}@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-medium{order:-1}.row>.col-1-medium{width:8.3333333333%}.row>.off-1-medium{margin-left:8.3333333333%}.row>.col-2-medium{width:16.6666666667%}.row>.off-2-medium{margin-left:16.6666666667%}.row>.col-3-medium{width:25%}.row>.off-3-medium{margin-left:25%}.row>.col-4-medium{width:33.3333333333%}.row>.off-4-medium{margin-left:33.3333333333%}.row>.col-5-medium{width:41.6666666667%}.row>.off-5-medium{margin-left:41.6666666667%}.row>.col-6-medium{width:50%}.row>.off-6-medium{margin-left:50%}.row>.col-7-medium{width:58.3333333333%}.row>.off-7-medium{margin-left:58.3333333333%}.row>.col-8-medium{width:66.6666666667%}.row>.off-8-medium{margin-left:66.6666666667%}.row>.col-9-medium{width:75%}.row>.off-9-medium{margin-left:75%}.row>.col-10-medium{width:83.3333333333%}.row>.off-10-medium{margin-left:83.3333333333%}.row>.col-11-medium{width:91.6666666667%}.row>.off-11-medium{margin-left:91.6666666667%}.row>.col-12-medium{width:100%}.row>.off-12-medium{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:0;margin-left:-.25em}.row.gtr-25>*{padding:0 0 0 .25em}.row.gtr-25.gtr-uniform{margin-top:-.25em}.row.gtr-25.gtr-uniform>*{padding-top:.25em}.row.gtr-50{margin-top:0;margin-left:-.5em}.row.gtr-50>*{padding:0 0 0 .5em}.row.gtr-50.gtr-uniform{margin-top:-.5em}.row.gtr-50.gtr-uniform>*{padding-top:.5em}.row{margin-top:0;margin-left:-1em}.row>*{padding:0 0 0 1em}.row.gtr-uniform{margin-top:-1em}.row.gtr-uniform>*{padding-top:1em}.row.gtr-150{margin-top:0;margin-left:-1.5em}.row.gtr-150>*{padding:0 0 0 1.5em}.row.gtr-150.gtr-uniform{margin-top:-1.5em}.row.gtr-150.gtr-uniform>*{padding-top:1.5em}.row.gtr-200{margin-top:0;margin-left:-2em}.row.gtr-200>*{padding:0 0 0 2em}.row.gtr-200.gtr-uniform{margin-top:-2em}.row.gtr-200.gtr-uniform>*{padding-top:2em}}@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-small{order:-1}.row>.col-1-small{width:8.3333333333%}.row>.off-1-small{margin-left:8.3333333333%}.row>.col-2-small{width:16.6666666667%}.row>.off-2-small{margin-left:16.6666666667%}.row>.col-3-small{width:25%}.row>.off-3-small{margin-left:25%}.row>.col-4-small{width:33.3333333333%}.row>.off-4-small{margin-left:33.3333333333%}.row>.col-5-small{width:41.6666666667%}.row>.off-5-small{margin-left:41.6666666667%}.row>.col-6-small{width:50%}.row>.off-6-small{margin-left:50%}.row>.col-7-small{width:58.3333333333%}.row>.off-7-small{margin-left:58.3333333333%}.row>.col-8-small{width:66.6666666667%}.row>.off-8-small{margin-left:66.6666666667%}.row>.col-9-small{width:75%}.row>.off-9-small{margin-left:75%}.row>.col-10-small{width:83.3333333333%}.row>.off-10-small{margin-left:83.3333333333%}.row>.col-11-small{width:91.6666666667%}.row>.off-11-small{margin-left:91.6666666667%}.row>.col-12-small{width:100%}.row>.off-12-small{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:0;margin-left:-.25em}.row.gtr-25>*{padding:0 0 0 .25em}.row.gtr-25.gtr-uniform{margin-top:-.25em}.row.gtr-25.gtr-uniform>*{padding-top:.25em}.row.gtr-50{margin-top:0;margin-left:-.5em}.row.gtr-50>*{padding:0 0 0 .5em}.row.gtr-50.gtr-uniform{margin-top:-.5em}.row.gtr-50.gtr-uniform>*{padding-top:.5em}.row{margin-top:0;margin-left:-1em}.row>*{padding:0 0 0 1em}.row.gtr-uniform{margin-top:-1em}.row.gtr-uniform>*{padding-top:1em}.row.gtr-150{margin-top:0;margin-left:-1.5em}.row.gtr-150>*{padding:0 0 0 1.5em}.row.gtr-150.gtr-uniform{margin-top:-1.5em}.row.gtr-150.gtr-uniform>*{padding-top:1.5em}.row.gtr-200{margin-top:0;margin-left:-2em}.row.gtr-200>*{padding:0 0 0 2em}.row.gtr-200.gtr-uniform{margin-top:-2em}.row.gtr-200.gtr-uniform>*{padding-top:2em}}@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-xsmall{order:-1}.row>.col-1-xsmall{width:8.3333333333%}.row>.off-1-xsmall{margin-left:8.3333333333%}.row>.col-2-xsmall{width:16.6666666667%}.row>.off-2-xsmall{margin-left:16.6666666667%}.row>.col-3-xsmall{width:25%}.row>.off-3-xsmall{margin-left:25%}.row>.col-4-xsmall{width:33.3333333333%}.row>.off-4-xsmall{margin-left:33.3333333333%}.row>.col-5-xsmall{width:41.6666666667%}.row>.off-5-xsmall{margin-left:41.6666666667%}.row>.col-6-xsmall{width:50%}.row>.off-6-xsmall{margin-left:50%}.row>.col-7-xsmall{width:58.3333333333%}.row>.off-7-xsmall{margin-left:58.3333333333%}.row>.col-8-xsmall{width:66.6666666667%}.row>.off-8-xsmall{margin-left:66.6666666667%}.row>.col-9-xsmall{width:75%}.row>.off-9-xsmall{margin-left:75%}.row>.col-10-xsmall{width:83.3333333333%}.row>.off-10-xsmall{margin-left:83.3333333333%}.row>.col-11-xsmall{width:91.6666666667%}.row>.off-11-xsmall{margin-left:91.6666666667%}.row>.col-12-xsmall{width:100%}.row>.off-12-xsmall{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:0;margin-left:-.25em}.row.gtr-25>*{padding:0 0 0 .25em}.row.gtr-25.gtr-uniform{margin-top:-.25em}.row.gtr-25.gtr-uniform>*{padding-top:.25em}.row.gtr-50{margin-top:0;margin-left:-.5em}.row.gtr-50>*{padding:0 0 0 .5em}.row.gtr-50.gtr-uniform{margin-top:-.5em}.row.gtr-50.gtr-uniform>*{padding-top:.5em}.row{margin-top:0;margin-left:-1em}.row>*{padding:0 0 0 1em}.row.gtr-uniform{margin-top:-1em}.row.gtr-uniform>*{padding-top:1em}.row.gtr-150{margin-top:0;margin-left:-1.5em}.row.gtr-150>*{padding:0 0 0 1.5em}.row.gtr-150.gtr-uniform{margin-top:-1.5em}.row.gtr-150.gtr-uniform>*{padding-top:1.5em}.row.gtr-200{margin-top:0;margin-left:-2em}.row.gtr-200>*{padding:0 0 0 2em}.row.gtr-200.gtr-uniform{margin-top:-2em}.row.gtr-200.gtr-uniform>*{padding-top:2em}}.author{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-flex-direction:row;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-moz-align-items:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;-moz-justify-content:-moz-flex-end;-webkit-justify-content:-webkit-flex-end;-ms-justify-content:-ms-flex-end;justify-content:flex-end;border-bottom:0;font-family:"Raleway",Helvetica,sans-serif;font-size:.6em;font-weight:400;letter-spacing:.25em;text-transform:uppercase;white-space:nowrap}.author .name{-moz-transition:border-bottom-color .2s ease;-webkit-transition:border-bottom-color .2s ease;-ms-transition:border-bottom-color .2s ease;transition:border-bottom-color .2s ease;border-bottom:dotted 1px rgba(160,160,160,.65);display:block;margin:0 1.5em 0 0}.author img{border-radius:100%;display:block;width:4em}.author:hover .name{border-bottom-color:transparent}.blurb h2{font-size:.8em;margin:0 0 1.5em 0}.blurb h3{font-size:.7em}.blurb p{font-size:.9em}.box{border:solid 1px rgba(160,160,160,.3);margin-bottom:2em;padding:0}.box>:last-child,.box>:last-child>:last-child,.box>:last-child>:last-child>:last-child{margin-bottom:0;padding:.5em}.box.alt{border:0;border-radius:0;padding:0}input[type="submit"],input[type="reset"],input[type="button"],button,.button{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;-moz-transition:background-color .2s ease,box-shadow .2s ease,color .2s ease;-webkit-transition:background-color .2s ease,box-shadow .2s ease,color .2s ease;-ms-transition:background-color .2s ease,box-shadow .2s ease,color .2s ease;transition:background-color .2s ease,box-shadow .2s ease,color .2s ease;background-color:transparent;border:0;box-shadow:inset 0 0 0 1px rgba(160,160,160,.3);color:#3c3b3b!important;cursor:pointer;display:inline-block;font-family:"Raleway",Helvetica,sans-serif;font-size:.6em;font-weight:800;height:4.8125em;letter-spacing:.25em;line-height:4.8125em;padding:0 2.5em;text-align:center;text-decoration:none;text-transform:uppercase;white-space:nowrap}input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,button:hover,.button:hover{box-shadow:inset 0 0 0 1px #ba2e5d;color:#ba2e5d!important}input[type="submit"]:hover:active,input[type="reset"]:hover:active,input[type="button"]:hover:active,button:hover:active,.button:hover:active{background-color:rgba(186,46,93,.05)}input[type="submit"]:before,input[type="submit"]:after,input[type="reset"]:before,input[type="reset"]:after,input[type="button"]:before,input[type="button"]:after,button:before,button:after,.button:before,.button:after{color:#838383;position:relative}input[type="submit"]:before,input[type="reset"]:before,input[type="button"]:before,button:before,.button:before{left:-1em;padding:0 0 0 .75em}input[type="submit"]:after,input[type="reset"]:after,input[type="button"]:after,button:after,.button:after{left:1em;padding:0 .75em 0 0}input[type="submit"].fit,input[type="reset"].fit,input[type="button"].fit,button.fit,.button.fit{width:100%}input[type="submit"].large,input[type="reset"].large,input[type="button"].large,button.large,.button.large{font-size:.7em;padding:0 3em}input[type="submit"].small,input[type="reset"].small,input[type="button"].small,button.small,.button.small{font-size:.5em}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,.button.disabled,.button:disabled{pointer-events:none;color:rgba(160,160,160,.3)!important}input[type="submit"].disabled:before,input[type="submit"]:disabled:before,input[type="reset"].disabled:before,input[type="reset"]:disabled:before,input[type="button"].disabled:before,input[type="button"]:disabled:before,button.disabled:before,button:disabled:before,.button.disabled:before,.button:disabled:before{color:rgba(160,160,160,.3)!important}form{margin:0 0 2em 0}form.search{text-decoration:none;position:relative}form.search: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:'FontAwesome';font-weight:900}form.search:before{color:#838383;content:'\f002';display:block;height:2.75em;left:0;line-height:2.75em;position:absolute;text-align:center;top:0;width:2.5em}form.search>input:first-child{padding-left:2.5em}label{color:#3c3b3b;display:block;font-size:.9em;font-weight:700;margin:0 0 1em 0}input[type="text"],input[type="password"],input[type="email"],input[type="tel"],select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;background:rgba(160,160,160,.075);border:none;border:solid 1px rgba(160,160,160,.3);border-radius:0;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,input[type="tel"]:invalid,select:invalid,textarea:invalid{box-shadow:none}input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="tel"]:focus,select:focus,textarea:focus{border-color:#ba2e5d;box-shadow:inset 0 0 0 1px #ba2e5d}.select-wrapper{text-decoration:none;display:block;position:relative}.select-wrapper: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:'FontAwesome';font-weight:900}.select-wrapper:before{color:rgba(160,160,160,.3);content:'\f078';display:block;height:2.75em;line-height:2.75em;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:2.75em}.select-wrapper select::-ms-expand{display:none}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-.2,.5-.4,.9-.4c0.3,0,.6,.1,.9,.4l3.3,3.3c0.2,.2,.4,.5,.4,.9 c0,.4-.1,.6-.4,.9L20.7,31.9c-.2,.2-.5,.4-.9,.4c-.3,0-.6-.1-.9-.4L4.3,17.3c-.2-.2-.4-.5-.4-.9 c0-.4,.1-.6,.4-.9l3.3-3.3c0.2-.2,.5-.4,.9-.4S9.1,12.1,9.4,12.3z' fill='rgba(160,160,160,.3)' /%3E%3C/svg%3E");background-size:1.25rem;background-repeat:no-repeat;background-position:calc(100% - 1rem) center;height:2.75em;padding-right:2.75em;text-overflow:ellipsis}select option{color:#3c3b3b;background:#ffffff}select:focus::-ms-value{background-color:transparent}select::-ms-expand{display:none}input[type="text"],input[type="password"],input[type="email"],select{height:2.75em}textarea{padding:.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:#2e2e2e;cursor:pointer;display:inline-block;font-size:1em;font-weight:400;padding-left:2.4em;padding-right:.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:'FontAwesome';font-weight:900}input[type="checkbox"] + label:before,input[type="radio"] + label:before{background:rgba(160,160,160,.075);border:solid 1px rgba(160,160,160,.3);content:'';display:inline-block;font-size:.8em;height:2.0625em;left:0;line-height:2.0625em;position:absolute;text-align:center;top:0;width:2.0625em}input[type="checkbox"]:checked + label:before,input[type="radio"]:checked + label:before{background:#3c3b3b;border-color:#3c3b3b;color:#ffffff;content:'\f00c'}input[type="checkbox"]:focus + label:before,input[type="radio"]:focus + label:before{border-color:#ba2e5d;box-shadow:0 0 0 1px #ba2e5d}input[type="radio"] + label:before{border-radius:100%}::-webkit-input-placeholder{color:#838383!important;opacity:1.0}:-moz-placeholder{color:#838383!important;opacity:1.0}::-moz-placeholder{color:#838383!important;opacity:1.0}:-ms-input-placeholder{color:#838383!important;opacity:1.0}.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:'FontAwesome';font-weight:400}.icon>.label{display:none}.icon:before{line-height:inherit}.icon.solid:before{font-weight:900}.icon.brands:before{font-family:'FontAwesome'}.icon.suffix:before{float:right}.image{border:0;display:inline-block;position:relative}.image img{display:block}.image.left,.image.right{max-width:40%}.image.left img,.image.right img{width:100%}.image.left{float:left;padding:0 1.5em 1em 0;top:.25em}.image.right{float:right;padding:0 0 1em 1.5em;top:.25em}.image.fit{display:block;margin:0 0 2em 0;width:100%}.image.fit img{width:100%}.image.featured{display:block;margin:0 0 3em 0;width:100%}.image.featured img{width:100%}@media screen and (max-width:736px){.image.featured{margin:0 0 1.5em 0}}.image.main{display:block;margin:0 0 3em 0;width:100%}.image.main img{width:100%}ol{list-style:decimal;margin:0 0 2em 0;padding-left:1.25em}ol li{padding-left:.25em}ul{list-style:disc;margin:0 0 2em 0;padding-left:1em}ul li{padding-left:.5em}ul.alt{list-style:none;padding-left:0}ul.alt li{border-top:solid 1px rgba(160,160,160,.3);padding:.5em 0}ul.alt li:first-child{border-top:0;padding-top:0}dl{margin:0 0 2em 0}dl dt{display:block;font-weight:700;margin:0 0 1em 0}dl dd{margin-left:2em}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:-.5em}}ul.icons{cursor:default;list-style:none;padding-left:0}ul.icons li{display:inline-block;padding:0 1em 0 0}ul.icons li:last-child{padding-right:0}ul.icons li>*{border:0}ul.icons li>* .label{display:none}ul.posts{list-style:none;padding:0}ul.posts li{border-top:dotted 1px rgba(160,160,160,.3);margin:1.5em 0 0 0;padding:1.5em 0 0 0}ul.posts li:first-child{border-top:0;margin-top:0;padding-top:0}ul.posts article{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-align-items:-moz-flex-start;-webkit-align-items:-webkit-flex-start;-ms-align-items:-ms-flex-start;align-items:flex-start;-moz-flex-direction:row-reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}ul.posts article .image{display:block;margin-right:1.5em;min-width:4em;width:4em}ul.posts article .image img{width:100%}ul.posts article header{-moz-flex-grow:1;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;flex:1;-ms-flex:1}ul.posts article header h3{font-size:.7em;margin-top:.125em}ul.posts article header .published{display:block;font-family:"Raleway",Helvetica,sans-serif;font-size:.6em;font-weight:400;letter-spacing:.25em;margin:-.625em 0 1.7em 0;text-transform:uppercase}ul.posts article header>:last-child{margin-bottom:0}.mini-post{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;background:#ffffff;border:solid 1px rgba(160,160,160,.3);margin:0 0 2em 0}.mini-post .image{overflow:hidden;width:100%}.mini-post .image img{-moz-transition:-moz-transform .2s ease-out;-webkit-transition:-webkit-transform .2s ease-out;-ms-transition:-ms-transform .2s ease-out;transition:transform .2s ease-out;width:100%}.mini-post .image:hover img{-moz-transform:scale(1.05);-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.mini-post header{padding:1.25em 4.25em .1em 1.25em;min-height:4em;position:relative;-moz-flex-grow:1;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1}.mini-post header h3{font-size:.7em}.mini-post header .published{display:block;font-family:"Raleway",Helvetica,sans-serif;font-size:.6em;font-weight:400;letter-spacing:.25em;margin:-.625em 0 1.7em 0;text-transform:uppercase}.mini-post header .author{position:absolute;right:2em;top:2em}.mini-posts{margin:0 0 2em 0}@media screen and (max-width:1280px){.mini-posts{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 2em)}.mini-posts>*{margin:2em 2em 0 0;width:calc(50% - 2em)}.mini-posts>:nth-child(-n + 2){margin-top:0}}@media screen and (max-width:480px){.mini-posts{display:block;width:100%}.mini-posts>*{margin:0 0 2em 0;width:100%}}.post{padding:3em 3em 1em 3em;background:#ffffff;border:solid 1px rgba(160,160,160,.3);margin:0 0 3em 0;position:relative}.post>header{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;border-bottom:solid 1px rgba(160,160,160,.3);left:-3em;margin:-3em 0 3em 0;position:relative;width:calc(100% + 6em)}.post>header .title{-moz-flex-grow:1;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;-ms-flex:1;padding:3.75em 3em 3.3em 3em}.post>header .title h2{font-weight:900;font-size:1.5em}.post>header .title>:last-child{margin-bottom:0}.post>header .meta{padding:3.75em 3em 1.75em 3em;border-left:solid 1px rgba(160,160,160,.3);min-width:17em;text-align:right;width:17em}.post>header .meta>*{margin:0 0 1em 0}.post>header .meta>:last-child{margin-bottom:0}.post>header .meta .published{color:#3c3b3b;display:block;font-family:"Raleway",Helvetica,sans-serif;font-size:.7em;font-weight:800;letter-spacing:.25em;margin-top:.5em;text-transform:uppercase;white-space:nowrap}.post>a.image.featured{overflow:hidden}.post>a.image.featured img{-moz-transition:-moz-transform .2s ease-out;-webkit-transition:-webkit-transform .2s ease-out;-ms-transition:-ms-transform .2s ease-out;transition:transform .2s ease-out}.post>a.image.featured:hover img{-moz-transform:scale(1.05);-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.post>footer{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-align-items:center;-webkit-align-items:center;-ms-align-items:center;align-items:center}.post>footer .actions{-moz-flex-grow:1;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1}.post>footer .stats{cursor:default;list-style:none;padding:0}.post>footer .stats li{border-left:solid 1px rgba(160,160,160,.3);display:inline-block;font-family:"Raleway",Helvetica,sans-serif;font-size:.6em;font-weight:400;letter-spacing:.25em;line-height:1;margin:0 0 0 2em;padding:0 0 0 2em;text-transform:uppercase}.post>footer .stats li:first-child{border-left:0;margin-left:0;padding-left:0}.post>footer .stats li .icon{border-bottom:0}.post>footer .stats li .icon:before{color:rgba(43,43,43,.785);margin-right:.75em}@media screen and (max-width:980px){.post{border-left:0;border-right:0;left:-3em;width:calc(100% + (3em * 2))}.post>header{-moz-flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:3.75em 3em 1.25em 3em;border-left:0}.post>header .title{-ms-flex:0 1 auto;margin:0 0 2em 0;padding:0;text-align:center}.post>header .meta{-moz-align-items:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-justify-content:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;border-left:0;margin:0 0 2em 0;padding-top:0;padding:0;text-align:left;width:100%}.post>header .meta>*{border-left:solid 1px rgba(160,160,160,.3);margin-left:2em;padding-left:2em}.post>header .meta>:first-child{border-left:0;margin-left:0;padding-left:0}.post>header .meta .published{margin-bottom:0;margin-top:0}.post>header .meta .author{-moz-flex-direction:row-reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-bottom:0}.post>header .meta .author .name{margin:0 0 0 1.5em}.post>header .meta .author img{width:3.5em}}@media screen and (max-width:736px){.post{padding:1.5em 1.5em .1em 1.5em;left:-1.5em;margin:0 0 2em 0;width:calc(100% + (1.5em * 2))}.post>header{padding:3em 1.5em .5em 1.5em;left:-1.5em;margin:-1.5em 0 1.5em 0;width:calc(100% + 3em)}.post>header .title h2{font-size:1.1em}}@media screen and (max-width:480px){.post>header .meta{-moz-align-items:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;-moz-flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.post>header .meta>*{border-left:0;margin:1em 0 0 0;padding-left:0}.post>header .meta .author .name{display:none}.post>.image.featured{margin-left:-1.5em;margin-top:calc(-1.5em - 1px);width:calc(100% + 3em)}.post>footer{-moz-align-items:-moz-stretch;-webkit-align-items:-webkit-stretch;-ms-align-items:-ms-stretch;align-items:stretch;-moz-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.post>footer .stats{text-align:center}.post>footer .stats li{margin:0 0 0 1.25em;padding:0 0 0 1.25em}}section.special,article.special{text-align:center}header p{font-family:"Raleway",Helvetica,sans-serif;font-size:.7em;font-weight:400;letter-spacing:.25em;line-height:2.5;margin-top:-1em;text-transform:uppercase}.table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}table{margin:0 0 2em 0;width:100%}table tbody tr{border:solid 1px rgba(160,160,160,.3);border-left:0;border-right:0}table tbody tr:nth-child(2n + 1){background-color:rgba(160,160,160,.075)}table td{padding:.75em .75em}table th{color:#3c3b3b;font-size:.9em;font-weight:700;padding:0 .75em .75em .75em;text-align:left}table thead{border-bottom:solid 2px rgba(160,160,160,.3)}table tfoot{border-top:solid 2px rgba(160,160,160,.3)}table.alt{border-collapse:separate}table.alt tbody tr td{border:solid 1px rgba(160,160,160,.3);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}.portfolio_item{padding:.5em}.portfolio_item .image{overflow:hidden;width:100%;border-radius:10px}.portfolio_item .image img{-moz-transition:-moz-transform .2s ease-out;-webkit-transition:-webkit-transform .2s ease-out;-ms-transition:-ms-transform .2s ease-out;transition:transform .2s ease-out;width:100%}.portfolio_item .image:hover img{-moz-transform:scale(1.05);-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}#banner{padding:6em 0 4em 0;display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex}#banner h1{margin-top:-.125em;font-size:1.1em}#banner h2{margin-top:-.125em;font-size:1em}#banner .content{-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:60%}#banner .image{-moz-flex-grow:0;-webkit-flex-grow:0;-ms-flex-grow:0;flex-grow:0;-moz-flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-shrink:0;flex-shrink:0;display:block;margin:0 0 2em 4em;width:40%}#banner .image img{height:100%;-moz-object-fit:contain;-webkit-object-fit:contain;-ms-object-fit:contain;object-fit:contain;-moz-object-position:center;-webkit-object-position:center;-ms-object-position:center;object-position:center;width:100%}@media screen and (orientation:portrait){#banner{-moz-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}#banner h1 br{display:none}#banner .content{-moz-flex-grow:0;-webkit-flex-grow:0;-ms-flex-grow:0;flex-grow:0;-moz-flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-shrink:0;flex-shrink:0;width:100%}#banner .image{-moz-flex-grow:0;-webkit-flex-grow:0;-ms-flex-grow:0;flex-grow:0;-moz-flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-shrink:0;flex-shrink:0;margin:0 0 4em 0;height:25em;max-height:50vh;min-height:18em;width:100%}}@media screen and (orientation:portrait) and (max-width:480px){#banner .image{max-height:35vh}}#features header p{font-family:"Source Sans Pro",Helvetica,sans-serif;font-weight:400;font-size:inherit;letter-spacing:0;line-height:inherit;margin-top:1em;text-transform:initial}#features header h3{margin-top:0}#header .logo{font-family:"Raleway",Helvetica,sans-serif;font-size:1.3em;font-weight:800}@media screen and (max-width:736px){#header .logo{font-size:1em}}#header .dropdown{-moz-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border-left:solid 1px rgba(160,160,160,.3);height:inherit;line-height:inherit;margin-left:1.5em}#header .dropdown li{position:relative;float:left;text-transform:uppercase;font-size:12pt;height:inherit}#header .dropdown li a{font-family:"Raleway",Helvetica,sans-serif;font-size:.8em;font-weight:600;letter-spacing:.15em;display:block;border-bottom:none;padding:.3rem .8rem;height:inherit}#header .dropdown li ul{position:absolute;top:100%;margin:0;padding:0;list-style:none;display:none;line-height:normal;background-color:#333333;box-shadow:0 .05rem 1rem rgba(0,0,0,.15)!important}#header .dropdown li ul li a{font-family:"Raleway",Helvetica,sans-serif;font-size:.7em;font-weight:400;letter-spacing:.15em;text-transform:initial;display:block;border-bottom:none;padding:.3rem .8rem;line-height:2.5em}#header .dropdown li ul li a:hover{color:#181818}#header .dropdown li ul li ul{left:100%;top:0}#header .dropdown ul li{margin-left:.5em;padding-left:.5em}#header .dropdown ul li:first-child{border-left:0}#header .dropdown ul li:hover>ul{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-moz-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;min-width:15em;border:solid 1px rgba(160,160,160,.3);background-color:#f4f4f4;box-shadow:0 .05rem 1rem rgba(0,0,0,.15)!important}@media screen and (max-width:980px){#header .dropdown{display:none}}@media screen and (max-width:736px){#header .dropdown{margin-left:-1rem;margin-right:-1rem}#header .dropdown .fixed{margin:0}}#sidebarmenu{display:none}@media screen and (max-width:980px){#sidebarmenu{display:block}}.menulink{margin:0;padding:0}ul.menulink>li,ul.menulink>li>ul{list-style:none;font-family:"Raleway",Helvetica,sans-serif;padding:.1em 0 0 0;margin:0;line-height:2.3em}ul.menulink>li a.tags{border:dotted 1px rgba(119,118,118,.65);padding:.2em;font-size:.8em}ul.menulink>li a:hover.tags{background-color:#ba2e5d;color:#f4f4f4!important}ul.menulink>li>ul,ul.menulink>li a span{-webkit-transition:color .2s ease;transition:color .2s ease;font-size:.9em;text-transform:uppercase;font-weight:600}ul.menulink>li a span li{-webkit-transition:color .2s ease;transition:color .2s ease;font-size:.8em;font-weight:600;text-transform:uppercase}ul.menulink>li *{list-style-type:none}ul.menulink>li a:hover span{color:#ba2e5d!important}ul.subitem{display:block}ul.subitem>li>ul,ul.subitem>li a span{-webkit-transition:color .2s ease;transition:color .2s ease;font-size:.9em;font-weight:600;text-transform:capitalize;margin-bottom:0}ul.subitem>li{list-style-type:none;margin-left:.4em}ul.subitem_hide{display:none}ul.subitem_hide>li>ul,ul.subitem_hide>li a span{-webkit-transition:color .2s ease;transition:color .2s ease;margin-bottom:0;font-weight:600;text-transform:capitalize}ul.subitem_hide>li{list-style-type:none;margin-left:.4em}.dropdown-btn{cursor:pointer}.fa-caret-down{float:right;padding-right:8px}body{padding-top:3.5em}#header{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-justify-content:space-between;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;background-color:#ffffff;border-bottom:solid 1px rgba(160,160,160,.3);box-shadow:0 5px 6px -6px #333333;height:3.5em;left:0;line-height:3.5em;position:fixed;top:0;width:100%;z-index:10000}#header a{color:inherit;text-decoration:none}#header ul{list-style:none;margin:0;padding-left:0}#header ul li{display:inline-block;padding-left:0}#header h1{height:inherit;line-height:inherit;padding:0 0 0 1.5em;white-space:nowrap}#header h1 a{font-size:.7em}#header .main{height:inherit;line-height:inherit;text-align:right}#header .main ul{height:inherit;line-height:inherit}#header .main ul li{border-left:solid 1px rgba(160,160,160,.3);height:inherit;line-height:inherit;white-space:nowrap}#header .main ul li>*{display:block;float:left}#header .main ul li>a{text-decoration:none;border-bottom:0;color:#838383;overflow:hidden;position:relative;text-indent:4em;width:4em}#header .main ul li>a: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:'FontAwesome';font-weight:900}#header .main ul li>a:before{display:block;height:inherit;left:0;line-height:inherit;position:absolute;text-align:center;text-indent:0;top:0;width:inherit}#header form{margin:0}#header form input{display:inline-block;height:2.5em;position:relative;top:-2px;vertical-align:middle}#header #search{-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;max-width:0;opacity:0;overflow:hidden;padding:0;white-space:nowrap}#header #search input{width:12em}#header #search.visible{max-width:12.5em;opacity:1;padding:0 .5em 0 0}@media screen and (max-width:980px){#header .links{display:none}}@media screen and (max-width:736px){#header{height:2.75em;line-height:2.75em}#header h1{padding:0 0 0 1em}#header .main .search{display:none}}#wrapper{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-flex-direction:row-reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-moz-transition:opacity .5s ease;-webkit-transition:opacity .5s ease;-ms-transition:opacity .5s ease;transition:opacity .5s ease;margin:0 auto;max-width:100%;opacity:1;padding:4.5em;width:90em}body.is-menu-visible #wrapper{opacity:.15}@media screen and (max-width:1680px){#wrapper{padding:3em}}@media screen and (max-width:1280px){#wrapper{display:block}}@media screen and (max-width:736px){#wrapper{padding:1.5em}}body.single #wrapper{display:block}#main{-moz-flex-grow:1;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;flex:1;-ms-flex:1;width:100%}#sidebar{margin-right:3em;min-width:22em;width:22em}#sidebar>*{border-top:solid 1px rgba(160,160,160,.3);margin:3em 0 0 0;padding:3em 0 0 0}#sidebar>:first-child{border-top:0;margin-top:0;padding-top:0}@media screen and (max-width:1280px){#sidebar{border-top:solid 1px rgba(160,160,160,.3);margin:3em 0 0 0;min-width:0;padding:3em 0 0 0;width:100%;overflow-x:hidden}}#intro .logo{border-bottom:0;display:inline-block;margin:0 0 1em 0;overflow:hidden;position:relative;width:4em}#intro .logo:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px' viewBox='0 0 100 100' preserveAspectRatio='none' zoomAndPan='disable'%3E%3Cpolygon points='0,0 100,0 100,25 50,0 0,25' style='fill:%23f4f4f4' /%3E%3Cpolygon points='0,100 100,100 100,75 50,100 0,75' style='fill:%23f4f4f4' /%3E%3C/svg%3E");background-position:top left;background-repeat:no-repeat;background-size:100% 100%;content:'';display:block;height:100%;left:0;position:absolute;top:0;width:100%}#intro .logo img{display:block;margin-left:-.25em;width:4.5em}#intro header h2{font-size:2em;font-weight:900}#intro header p{font-size:.8em}@media screen and (max-width:1280px){#intro{margin:0 0 3em 0;text-align:center}#intro header h2{font-size:2em}#intro header p{font-size:.7em}}@media screen and (max-width:736px){#intro{margin:0 0 1.5em 0;padding:1.25em 0}#intro>:last-child{margin-bottom:0}#intro .logo{margin:0 0 .5em 0}#intro header h2{font-size:1.25em}#intro header>:last-child{margin-bottom:0}}#footer .icons{color:#2e2e2e}#footer .copyright{color:#2e2e2e;font-family:"Raleway",Helvetica,sans-serif;font-size:.5em;font-weight:400;letter-spacing:.25em;text-transform:uppercase}body.single #footer{text-align:center}#menu{-moz-transform:translateX(25em);-webkit-transform:translateX(25em);-ms-transform:translateX(25em);transform:translateX(25em);-moz-transition:-moz-transform .5s ease,visibility .5s;-webkit-transition:-webkit-transform .5s ease,visibility .5s;-ms-transition:-ms-transform .5s ease,visibility .5s;transition:transform .5s ease,visibility .5s;-webkit-overflow-scrolling:touch;background:#ffffff;border-left:solid 1px rgba(160,160,160,.3);box-shadow:none;height:100%;max-width:80%;overflow-y:auto;position:fixed;right:0;top:0;visibility:hidden;width:25em;z-index:10002}#menu>*{border-top:solid 1px rgba(160,160,160,.3);padding:3em}#menu>*>:last-child{margin-bottom:0}#menu>:first-child{border-top:0}#menu .links{list-style:none;padding:0}#menu .links>li{border:0;border-top:dotted 1px rgba(160,160,160,.3);margin:1.5em 0 0 0;padding:1.5em 0 0 0}#menu .links>li a{display:block;border-bottom:0}#menu .links>li a h3{-moz-transition:color .2s ease;-webkit-transition:color .2s ease;-ms-transition:color .2s ease;transition:color .2s ease;font-size:.7em}#menu .links>li a p{font-family:"Raleway",Helvetica,sans-serif;font-size:.6em;font-weight:400;letter-spacing:.25em;margin-bottom:0;text-decoration:none;text-transform:uppercase}#menu .links>li a:hover h3{color:#ba2e5d}#menu .links>li:first-child{border-top:0;margin-top:0;padding-top:0}body.is-menu-visible #menu{-moz-transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);visibility:visible}@media screen and (max-width:736px){#menu>*{padding:1.5em}}
\ No newline at end of file
+@import 'fontawesome-all.min.css';@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900");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;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:#f4f4f4;}body.is-preload *,body.is-preload *:before,body.is-preload *:after{-webkit-animation:none!important;animation:none!important;transition:none!important;}body,input,select,textarea{color:#2e2e2e;font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:14pt;font-weight:400;line-height:1.75;}@media screen and (max-width:1680px){body,input,select,textarea{font-size:12pt}}@media screen and (max-width:1280px){body,input,select,textarea{font-size:12pt}}@media screen and (max-width:980px){body,input,select,textarea{font-size:12pt}}@media screen and (max-width:736px){body,input,select,textarea{font-size:12pt}}@media screen and (max-width:480px){body,input,select,textarea{font-size:12pt}}a{transition:color .2s ease,border-bottom-color .2s ease;border-bottom:dotted 1px rgba(160,160,160,.65);color:inherit;text-decoration:none;}a:before{transition:color .2s ease;}a:hover{border-bottom-color:transparent;color:#ba2e5d!important;}a:hover:before{color:#ba2e5d!important;}strong,b{color:#3c3b3b;font-weight:700;}em,i{font-style:italic;}p{margin:0 0 2em 0;}h1,h2,h3,h4,h5,h6{color:#3c3b3b;font-family:"Raleway",Helvetica,sans-serif;font-weight:800;letter-spacing:.25em;line-height:1.65;margin:0 0 1em 0;text-transform:uppercase;}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;border-bottom:0;}h2{font-size:1.1em;}h3{font-size:.9em;}h4{font-size:.7em;}h5{font-size:.7em;}h6{font-size:.7em;}sub{font-size:.8em;position:relative;top:.5em;}sup{font-size:.8em;position:relative;top:-.5em;}blockquote{border-left:solid 4px rgba(160,160,160,.3);font-style:italic;margin:0 0 2em 0;padding:.5em 0 .5em 2em;}code{background:rgba(160,160,160,.075);border:solid 1px rgba(160,160,160,.3);font-family:"Courier New",monospace;font-size:.9em;margin:0 .25em;padding:.25em .65em;}pre{-webkit-overflow-scrolling:touch;font-family:"Courier New",monospace;font-size:.9em;margin:0 0 2em 0;}pre code{display:block;line-height:1.75em;padding:1em 1.5em;overflow-x:auto;}hr{border:0;border-bottom:solid 1px rgba(160,160,160,.3);margin:2em 0;}hr.major{margin:3em 0;}.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.3333333333%;}.row>.off-1{margin-left:8.3333333333%;}.row>.col-2{width:16.6666666667%;}.row>.off-2{margin-left:16.6666666667%;}.row>.col-3{width:25%;}.row>.off-3{margin-left:25%;}.row>.col-4{width:33.3333333333%;}.row>.off-4{margin-left:33.3333333333%;}.row>.col-5{width:41.6666666667%;}.row>.off-5{margin-left:41.6666666667%;}.row>.col-6{width:50%;}.row>.off-6{margin-left:50%;}.row>.col-7{width:58.3333333333%;}.row>.off-7{margin-left:58.3333333333%;}.row>.col-8{width:66.6666666667%;}.row>.off-8{margin-left:66.6666666667%;}.row>.col-9{width:75%;}.row>.off-9{margin-left:75%;}.row>.col-10{width:83.3333333333%;}.row>.off-10{margin-left:83.3333333333%;}.row>.col-11{width:91.6666666667%;}.row>.off-11{margin-left:91.6666666667%;}.row>.col-12{width:100%;}.row>.off-12{margin-left:100%;}.row.gtr-0{margin-top:0;margin-left:0;}.row.gtr-0>*{padding:0 0 0 0;}.row.gtr-0.gtr-uniform{margin-top:0;}.row.gtr-0.gtr-uniform>*{padding-top:0;}.row.gtr-25{margin-top:0;margin-left:-.25em;}.row.gtr-25>*{padding:0 0 0 .25em;}.row.gtr-25.gtr-uniform{margin-top:-.25em;}.row.gtr-25.gtr-uniform>*{padding-top:.25em;}.row.gtr-50{margin-top:0;margin-left:-.5em;}.row.gtr-50>*{padding:0 0 0 .5em;}.row.gtr-50.gtr-uniform{margin-top:-.5em;}.row.gtr-50.gtr-uniform>*{padding-top:.5em;}.row{margin-top:0;margin-left:-1em;}.row>*{padding:0 0 0 1em;}.row.gtr-uniform{margin-top:-1em;}.row.gtr-uniform>*{padding-top:1em;}.row.gtr-150{margin-top:0;margin-left:-1.5em;}.row.gtr-150>*{padding:0 0 0 1.5em;}.row.gtr-150.gtr-uniform{margin-top:-1.5em;}.row.gtr-150.gtr-uniform>*{padding-top:1.5em;}.row.gtr-200{margin-top:0;margin-left:-2em;}.row.gtr-200>*{padding:0 0 0 2em;}.row.gtr-200.gtr-uniform{margin-top:-2em;}.row.gtr-200.gtr-uniform>*{padding-top:2em;}@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-xlarge{order:-1}.row>.col-1-xlarge{width:8.3333333333%}.row>.off-1-xlarge{margin-left:8.3333333333%}.row>.col-2-xlarge{width:16.6666666667%}.row>.off-2-xlarge{margin-left:16.6666666667%}.row>.col-3-xlarge{width:25%}.row>.off-3-xlarge{margin-left:25%}.row>.col-4-xlarge{width:33.3333333333%}.row>.off-4-xlarge{margin-left:33.3333333333%}.row>.col-5-xlarge{width:41.6666666667%}.row>.off-5-xlarge{margin-left:41.6666666667%}.row>.col-6-xlarge{width:50%}.row>.off-6-xlarge{margin-left:50%}.row>.col-7-xlarge{width:58.3333333333%}.row>.off-7-xlarge{margin-left:58.3333333333%}.row>.col-8-xlarge{width:66.6666666667%}.row>.off-8-xlarge{margin-left:66.6666666667%}.row>.col-9-xlarge{width:75%}.row>.off-9-xlarge{margin-left:75%}.row>.col-10-xlarge{width:83.3333333333%}.row>.off-10-xlarge{margin-left:83.3333333333%}.row>.col-11-xlarge{width:91.6666666667%}.row>.off-11-xlarge{margin-left:91.6666666667%}.row>.col-12-xlarge{width:100%}.row>.off-12-xlarge{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:0;margin-left:-.25em}.row.gtr-25>*{padding:0 0 0 .25em}.row.gtr-25.gtr-uniform{margin-top:-.25em}.row.gtr-25.gtr-uniform>*{padding-top:.25em}.row.gtr-50{margin-top:0;margin-left:-.5em}.row.gtr-50>*{padding:0 0 0 .5em}.row.gtr-50.gtr-uniform{margin-top:-.5em}.row.gtr-50.gtr-uniform>*{padding-top:.5em}.row{margin-top:0;margin-left:-1em}.row>*{padding:0 0 0 1em}.row.gtr-uniform{margin-top:-1em}.row.gtr-uniform>*{padding-top:1em}.row.gtr-150{margin-top:0;margin-left:-1.5em}.row.gtr-150>*{padding:0 0 0 1.5em}.row.gtr-150.gtr-uniform{margin-top:-1.5em}.row.gtr-150.gtr-uniform>*{padding-top:1.5em}.row.gtr-200{margin-top:0;margin-left:-2em}.row.gtr-200>*{padding:0 0 0 2em}.row.gtr-200.gtr-uniform{margin-top:-2em}.row.gtr-200.gtr-uniform>*{padding-top:2em}}@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-large{order:-1}.row>.col-1-large{width:8.3333333333%}.row>.off-1-large{margin-left:8.3333333333%}.row>.col-2-large{width:16.6666666667%}.row>.off-2-large{margin-left:16.6666666667%}.row>.col-3-large{width:25%}.row>.off-3-large{margin-left:25%}.row>.col-4-large{width:33.3333333333%}.row>.off-4-large{margin-left:33.3333333333%}.row>.col-5-large{width:41.6666666667%}.row>.off-5-large{margin-left:41.6666666667%}.row>.col-6-large{width:50%}.row>.off-6-large{margin-left:50%}.row>.col-7-large{width:58.3333333333%}.row>.off-7-large{margin-left:58.3333333333%}.row>.col-8-large{width:66.6666666667%}.row>.off-8-large{margin-left:66.6666666667%}.row>.col-9-large{width:75%}.row>.off-9-large{margin-left:75%}.row>.col-10-large{width:83.3333333333%}.row>.off-10-large{margin-left:83.3333333333%}.row>.col-11-large{width:91.6666666667%}.row>.off-11-large{margin-left:91.6666666667%}.row>.col-12-large{width:100%}.row>.off-12-large{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:0;margin-left:-.25em}.row.gtr-25>*{padding:0 0 0 .25em}.row.gtr-25.gtr-uniform{margin-top:-.25em}.row.gtr-25.gtr-uniform>*{padding-top:.25em}.row.gtr-50{margin-top:0;margin-left:-.5em}.row.gtr-50>*{padding:0 0 0 .5em}.row.gtr-50.gtr-uniform{margin-top:-.5em}.row.gtr-50.gtr-uniform>*{padding-top:.5em}.row{margin-top:0;margin-left:-1em}.row>*{padding:0 0 0 1em}.row.gtr-uniform{margin-top:-1em}.row.gtr-uniform>*{padding-top:1em}.row.gtr-150{margin-top:0;margin-left:-1.5em}.row.gtr-150>*{padding:0 0 0 1.5em}.row.gtr-150.gtr-uniform{margin-top:-1.5em}.row.gtr-150.gtr-uniform>*{padding-top:1.5em}.row.gtr-200{margin-top:0;margin-left:-2em}.row.gtr-200>*{padding:0 0 0 2em}.row.gtr-200.gtr-uniform{margin-top:-2em}.row.gtr-200.gtr-uniform>*{padding-top:2em}}@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-medium{order:-1}.row>.col-1-medium{width:8.3333333333%}.row>.off-1-medium{margin-left:8.3333333333%}.row>.col-2-medium{width:16.6666666667%}.row>.off-2-medium{margin-left:16.6666666667%}.row>.col-3-medium{width:25%}.row>.off-3-medium{margin-left:25%}.row>.col-4-medium{width:33.3333333333%}.row>.off-4-medium{margin-left:33.3333333333%}.row>.col-5-medium{width:41.6666666667%}.row>.off-5-medium{margin-left:41.6666666667%}.row>.col-6-medium{width:50%}.row>.off-6-medium{margin-left:50%}.row>.col-7-medium{width:58.3333333333%}.row>.off-7-medium{margin-left:58.3333333333%}.row>.col-8-medium{width:66.6666666667%}.row>.off-8-medium{margin-left:66.6666666667%}.row>.col-9-medium{width:75%}.row>.off-9-medium{margin-left:75%}.row>.col-10-medium{width:83.3333333333%}.row>.off-10-medium{margin-left:83.3333333333%}.row>.col-11-medium{width:91.6666666667%}.row>.off-11-medium{margin-left:91.6666666667%}.row>.col-12-medium{width:100%}.row>.off-12-medium{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:0;margin-left:-.25em}.row.gtr-25>*{padding:0 0 0 .25em}.row.gtr-25.gtr-uniform{margin-top:-.25em}.row.gtr-25.gtr-uniform>*{padding-top:.25em}.row.gtr-50{margin-top:0;margin-left:-.5em}.row.gtr-50>*{padding:0 0 0 .5em}.row.gtr-50.gtr-uniform{margin-top:-.5em}.row.gtr-50.gtr-uniform>*{padding-top:.5em}.row{margin-top:0;margin-left:-1em}.row>*{padding:0 0 0 1em}.row.gtr-uniform{margin-top:-1em}.row.gtr-uniform>*{padding-top:1em}.row.gtr-150{margin-top:0;margin-left:-1.5em}.row.gtr-150>*{padding:0 0 0 1.5em}.row.gtr-150.gtr-uniform{margin-top:-1.5em}.row.gtr-150.gtr-uniform>*{padding-top:1.5em}.row.gtr-200{margin-top:0;margin-left:-2em}.row.gtr-200>*{padding:0 0 0 2em}.row.gtr-200.gtr-uniform{margin-top:-2em}.row.gtr-200.gtr-uniform>*{padding-top:2em}}@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-small{order:-1}.row>.col-1-small{width:8.3333333333%}.row>.off-1-small{margin-left:8.3333333333%}.row>.col-2-small{width:16.6666666667%}.row>.off-2-small{margin-left:16.6666666667%}.row>.col-3-small{width:25%}.row>.off-3-small{margin-left:25%}.row>.col-4-small{width:33.3333333333%}.row>.off-4-small{margin-left:33.3333333333%}.row>.col-5-small{width:41.6666666667%}.row>.off-5-small{margin-left:41.6666666667%}.row>.col-6-small{width:50%}.row>.off-6-small{margin-left:50%}.row>.col-7-small{width:58.3333333333%}.row>.off-7-small{margin-left:58.3333333333%}.row>.col-8-small{width:66.6666666667%}.row>.off-8-small{margin-left:66.6666666667%}.row>.col-9-small{width:75%}.row>.off-9-small{margin-left:75%}.row>.col-10-small{width:83.3333333333%}.row>.off-10-small{margin-left:83.3333333333%}.row>.col-11-small{width:91.6666666667%}.row>.off-11-small{margin-left:91.6666666667%}.row>.col-12-small{width:100%}.row>.off-12-small{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:0;margin-left:-.25em}.row.gtr-25>*{padding:0 0 0 .25em}.row.gtr-25.gtr-uniform{margin-top:-.25em}.row.gtr-25.gtr-uniform>*{padding-top:.25em}.row.gtr-50{margin-top:0;margin-left:-.5em}.row.gtr-50>*{padding:0 0 0 .5em}.row.gtr-50.gtr-uniform{margin-top:-.5em}.row.gtr-50.gtr-uniform>*{padding-top:.5em}.row{margin-top:0;margin-left:-1em}.row>*{padding:0 0 0 1em}.row.gtr-uniform{margin-top:-1em}.row.gtr-uniform>*{padding-top:1em}.row.gtr-150{margin-top:0;margin-left:-1.5em}.row.gtr-150>*{padding:0 0 0 1.5em}.row.gtr-150.gtr-uniform{margin-top:-1.5em}.row.gtr-150.gtr-uniform>*{padding-top:1.5em}.row.gtr-200{margin-top:0;margin-left:-2em}.row.gtr-200>*{padding:0 0 0 2em}.row.gtr-200.gtr-uniform{margin-top:-2em}.row.gtr-200.gtr-uniform>*{padding-top:2em}}@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-xsmall{order:-1}.row>.col-1-xsmall{width:8.3333333333%}.row>.off-1-xsmall{margin-left:8.3333333333%}.row>.col-2-xsmall{width:16.6666666667%}.row>.off-2-xsmall{margin-left:16.6666666667%}.row>.col-3-xsmall{width:25%}.row>.off-3-xsmall{margin-left:25%}.row>.col-4-xsmall{width:33.3333333333%}.row>.off-4-xsmall{margin-left:33.3333333333%}.row>.col-5-xsmall{width:41.6666666667%}.row>.off-5-xsmall{margin-left:41.6666666667%}.row>.col-6-xsmall{width:50%}.row>.off-6-xsmall{margin-left:50%}.row>.col-7-xsmall{width:58.3333333333%}.row>.off-7-xsmall{margin-left:58.3333333333%}.row>.col-8-xsmall{width:66.6666666667%}.row>.off-8-xsmall{margin-left:66.6666666667%}.row>.col-9-xsmall{width:75%}.row>.off-9-xsmall{margin-left:75%}.row>.col-10-xsmall{width:83.3333333333%}.row>.off-10-xsmall{margin-left:83.3333333333%}.row>.col-11-xsmall{width:91.6666666667%}.row>.off-11-xsmall{margin-left:91.6666666667%}.row>.col-12-xsmall{width:100%}.row>.off-12-xsmall{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:0;margin-left:-.25em}.row.gtr-25>*{padding:0 0 0 .25em}.row.gtr-25.gtr-uniform{margin-top:-.25em}.row.gtr-25.gtr-uniform>*{padding-top:.25em}.row.gtr-50{margin-top:0;margin-left:-.5em}.row.gtr-50>*{padding:0 0 0 .5em}.row.gtr-50.gtr-uniform{margin-top:-.5em}.row.gtr-50.gtr-uniform>*{padding-top:.5em}.row{margin-top:0;margin-left:-1em}.row>*{padding:0 0 0 1em}.row.gtr-uniform{margin-top:-1em}.row.gtr-uniform>*{padding-top:1em}.row.gtr-150{margin-top:0;margin-left:-1.5em}.row.gtr-150>*{padding:0 0 0 1.5em}.row.gtr-150.gtr-uniform{margin-top:-1.5em}.row.gtr-150.gtr-uniform>*{padding-top:1.5em}.row.gtr-200{margin-top:0;margin-left:-2em}.row.gtr-200>*{padding:0 0 0 2em}.row.gtr-200.gtr-uniform{margin-top:-2em}.row.gtr-200.gtr-uniform>*{padding-top:2em}}.author{display:-moz-flex;display:-ms-flex;display:flex;-moz-flex-direction:row;flex-direction:row;-moz-align-items:center;-ms-align-items:center;align-items:center;-moz-justify-content:-moz-flex-end;-ms-justify-content:-ms-flex-end;justify-content:flex-end;border-bottom:0;font-family:"Raleway",Helvetica,sans-serif;font-size:.6em;font-weight:400;letter-spacing:.25em;text-transform:uppercase;white-space:nowrap;}.author .name{transition:border-bottom-color .2s ease;border-bottom:dotted 1px rgba(160,160,160,.65);display:block;margin:0 1.5em 0 0;}.author img{border-radius:100%;display:block;width:4em;}.author:hover .name{border-bottom-color:transparent;}.blurb h2{font-size:.8em;margin:0 0 1.5em 0;}.blurb h3{font-size:.7em;}.blurb p{font-size:.9em;}.box{border:solid 1px rgba(160,160,160,.3);margin-bottom:2em;padding:0;}.box>:last-child,.box>:last-child>:last-child,.box>:last-child>:last-child>:last-child{margin-bottom:0;padding:.5em;}.box.alt{border:0;border-radius:0;padding:0;}input[type=submit],input[type=reset],input[type=button],button,.button{-moz-appearance:none;-webkit-appearance:none;appearance:none;transition:background-color .2s ease,box-shadow .2s ease,color .2s ease;background-color:transparent;border:0;box-shadow:inset 0 0 0 1px rgba(160,160,160,.3);color:#3c3b3b!important;cursor:pointer;display:inline-block;font-family:"Raleway",Helvetica,sans-serif;font-size:.6em;font-weight:800;height:4.8125em;letter-spacing:.25em;line-height:4.8125em;padding:0 2.5em;text-align:center;text-decoration:none;text-transform:uppercase;white-space:nowrap;}input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover,button:hover,.button:hover{box-shadow:inset 0 0 0 1px #ba2e5d;color:#ba2e5d!important;}input[type=submit]:hover:active,input[type=reset]:hover:active,input[type=button]:hover:active,button:hover:active,.button:hover:active{background-color:rgba(186,46,93,.05);}input[type=submit]:before,input[type=submit]:after,input[type=reset]:before,input[type=reset]:after,input[type=button]:before,input[type=button]:after,button:before,button:after,.button:before,.button:after{color:#838383;position:relative;}input[type=submit]:before,input[type=reset]:before,input[type=button]:before,button:before,.button:before{left:-1em;padding:0 0 0 .75em;}input[type=submit]:after,input[type=reset]:after,input[type=button]:after,button:after,.button:after{left:1em;padding:0 .75em 0 0;}input[type=submit].fit,input[type=reset].fit,input[type=button].fit,button.fit,.button.fit{width:100%;}input[type=submit].large,input[type=reset].large,input[type=button].large,button.large,.button.large{font-size:.7em;padding:0 3em;}input[type=submit].small,input[type=reset].small,input[type=button].small,button.small,.button.small{font-size:.5em;}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,.button.disabled,.button:disabled{pointer-events:none;color:rgba(160,160,160,.3)!important;}input[type=submit].disabled:before,input[type=submit]:disabled:before,input[type=reset].disabled:before,input[type=reset]:disabled:before,input[type=button].disabled:before,input[type=button]:disabled:before,button.disabled:before,button:disabled:before,.button.disabled:before,.button:disabled:before{color:rgba(160,160,160,.3)!important;}form{margin:0 0 2em 0;}form.search{text-decoration:none;position:relative;}form.search: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;}form.search:before{color:#838383;content:"\f002";display:block;height:2.75em;left:0;line-height:2.75em;position:absolute;text-align:center;top:0;width:2.5em;}form.search>input:first-child{padding-left:2.5em;}label{color:#3c3b3b;display:block;font-size:.9em;font-weight:700;margin:0 0 1em 0;}input[type=text],input[type=password],input[type=email],input[type=tel],select,textarea{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:rgba(160,160,160,.075);border:none;border:solid 1px rgba(160,160,160,.3);border-radius:0;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,input[type=tel]:invalid,select:invalid,textarea:invalid{box-shadow:none;}input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=tel]:focus,select:focus,textarea:focus{border-color:#ba2e5d;box-shadow:inset 0 0 0 1px #ba2e5d;}.select-wrapper{text-decoration:none;display:block;position:relative;}.select-wrapper: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;}.select-wrapper:before{color:rgba(160,160,160,.3);content:"\f078";display:block;height:2.75em;line-height:2.75em;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:2.75em;}.select-wrapper select::-ms-expand{display:none;}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-.2,.5-.4,.9-.4c0.3,0,.6,.1,.9,.4l3.3,3.3c0.2,.2,.4,.5,.4,.9 c0,.4-.1,.6-.4,.9L20.7,31.9c-.2,.2-.5,.4-.9,.4c-.3,0-.6-.1-.9-.4L4.3,17.3c-.2-.2-.4-.5-.4-.9 c0-.4,.1-.6,.4-.9l3.3-3.3c0.2-.2,.5-.4,.9-.4S9.1,12.1,9.4,12.3z' fill='rgba(160,160,160,.3)' /%3E%3C/svg%3E");background-size:1.25rem;background-repeat:no-repeat;background-position:calc(100% - 1rem) center;height:2.75em;padding-right:2.75em;text-overflow:ellipsis;}select option{color:#3c3b3b;background:#ffffff;}select:focus::-ms-value{background-color:transparent;}select::-ms-expand{display:none;}input[type=text],input[type=password],input[type=email],select{height:2.75em;}textarea{padding:.75em 1em;}input[type=checkbox],input[type=radio]{-moz-appearance:none;-webkit-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:#2e2e2e;cursor:pointer;display:inline-block;font-size:1em;font-weight:400;padding-left:2.4em;padding-right:.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:rgba(160,160,160,.075);border:solid 1px rgba(160,160,160,.3);content:"";display:inline-block;font-size:.8em;height:2.0625em;left:0;line-height:2.0625em;position:absolute;text-align:center;top:0;width:2.0625em;}input[type=checkbox]:checked + label:before,input[type=radio]:checked + label:before{background:#3c3b3b;border-color:#3c3b3b;color:#ffffff;content:"\f00c";}input[type=checkbox]:focus + label:before,input[type=radio]:focus + label:before{border-color:#ba2e5d;box-shadow:0 0 0 1px #ba2e5d;}input[type=radio] + label:before{border-radius:100%;}::-webkit-input-placeholder{color:#838383!important;opacity:1;}:-moz-placeholder{color:#838383!important;opacity:1;}::-moz-placeholder{color:#838383!important;opacity:1;}:-ms-input-placeholder{color:#838383!important;opacity:1;}.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.suffix:before{float:right;}.image{border:0;display:inline-block;position:relative;}.image img{display:block;}.image.left,.image.right{max-width:40%;}.image.left img,.image.right img{width:100%;}.image.left{float:left;padding:0 1.5em 1em 0;top:.25em;}.image.right{float:right;padding:0 0 1em 1.5em;top:.25em;}.image.fit{display:block;margin:0 0 2em 0;width:100%;}.image.fit img{width:100%;}.image.featured{display:block;margin:0 0 3em 0;width:100%;}.image.featured img{width:100%;}@media screen and (max-width:736px){.image.featured{margin:0 0 1.5em 0}}.image.main{display:block;margin:0 0 3em 0;width:100%;}.image.main img{width:100%;}ol{list-style:decimal;margin:0 0 2em 0;padding-left:1.25em;}ol li{padding-left:.25em;}ul{list-style:disc;margin:0 0 2em 0;padding-left:1em;}ul li{padding-left:.5em;}ul.alt{list-style:none;padding-left:0;}ul.alt li{border-top:solid 1px rgba(160,160,160,.3);padding:.5em 0;}ul.alt li:first-child{border-top:0;padding-top:0;}dl{margin:0 0 2em 0;}dl dt{display:block;font-weight:700;margin:0 0 1em 0;}dl dd{margin-left:2em;}ul.actions{display:-moz-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;-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;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;-ms-flex-grow:1;flex-grow: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;flex-direction:column;margin-left:0;width:100%!important}ul.actions:not(.fixed) li{-moz-flex-grow:1;-ms-flex-grow:1;flex-grow: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:-.5em}}ul.icons{cursor:default;list-style:none;padding-left:0;}ul.icons li{display:inline-block;padding:0 1em 0 0;}ul.icons li:last-child{padding-right:0;}ul.icons li>*{border:0;}ul.icons li>* .label{display:none;}ul.posts{list-style:none;padding:0;}ul.posts li{border-top:dotted 1px rgba(160,160,160,.3);margin:1.5em 0 0 0;padding:1.5em 0 0 0;}ul.posts li:first-child{border-top:0;margin-top:0;padding-top:0;}ul.posts article{display:-moz-flex;display:-ms-flex;display:flex;-moz-align-items:-moz-flex-start;-ms-align-items:-ms-flex-start;align-items:flex-start;-moz-flex-direction:row-reverse;flex-direction:row-reverse;}ul.posts article .image{display:block;margin-right:1.5em;min-width:4em;width:4em;}ul.posts article .image img{width:100%;}ul.posts article header{-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1;flex:1;-ms-flex:1;}ul.posts article header h3{font-size:.7em;margin-top:.125em;}ul.posts article header .published{display:block;font-family:"Raleway",Helvetica,sans-serif;font-size:.6em;font-weight:400;letter-spacing:.25em;margin:-.625em 0 1.7em 0;text-transform:uppercase;}ul.posts article header>:last-child{margin-bottom:0;}.mini-post{display:-moz-flex;display:-ms-flex;display:flex;-moz-flex-direction:column-reverse;flex-direction:column-reverse;background:#ffffff;border:solid 1px rgba(160,160,160,.3);margin:0 0 2em 0;}.mini-post .image{overflow:hidden;width:100%;}.mini-post .image img{transition:transform .2s ease-out;width:100%;}.mini-post .image:hover img{transform:scale(1.05);}.mini-post header{padding:1.25em 4.25em .1em 1.25em;min-height:4em;position:relative;-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1;}.mini-post header h3{font-size:.7em;}.mini-post header .published{display:block;font-family:"Raleway",Helvetica,sans-serif;font-size:.6em;font-weight:400;letter-spacing:.25em;margin:-.625em 0 1.7em 0;text-transform:uppercase;}.mini-post header .author{position:absolute;right:2em;top:2em;}.mini-posts{margin:0 0 2em 0;}@media screen and (max-width:1280px){.mini-posts{display:-moz-flex;display:-ms-flex;display:flex;flex-wrap:wrap;width:calc(100% + 2em)}.mini-posts>*{margin:2em 2em 0 0;width:calc(50% - 2em)}.mini-posts>:nth-child(-n+2){margin-top:0}}@media screen and (max-width:480px){.mini-posts{display:block;width:100%}.mini-posts>*{margin:0 0 2em 0;width:100%}}.post{padding:3em 3em 1em 3em;background:#ffffff;border:solid 1px rgba(160,160,160,.3);margin:0 0 3em 0;position:relative;}.post>header{display:-moz-flex;display:-ms-flex;display:flex;border-bottom:solid 1px rgba(160,160,160,.3);left:-3em;margin:-3em 0 3em 0;position:relative;width:calc(100% + 6em);}.post>header .title{-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1;-ms-flex:1;padding:3.75em 3em 3.3em 3em;}.post>header .title h2{font-weight:900;font-size:1.5em;}.post>header .title>:last-child{margin-bottom:0;}.post>header .meta{padding:3.75em 3em 1.75em 3em;border-left:solid 1px rgba(160,160,160,.3);min-width:17em;text-align:right;width:17em;}.post>header .meta>*{margin:0 0 1em 0;}.post>header .meta>:last-child{margin-bottom:0;}.post>header .meta .published{color:#3c3b3b;display:block;font-family:"Raleway",Helvetica,sans-serif;font-size:.7em;font-weight:800;letter-spacing:.25em;margin-top:.5em;text-transform:uppercase;white-space:nowrap;}.post>a.image.featured{overflow:hidden;}.post>a.image.featured img{transition:transform .2s ease-out;}.post>a.image.featured:hover img{transform:scale(1.05);}.post>footer{display:-moz-flex;display:-ms-flex;display:flex;-moz-align-items:center;-ms-align-items:center;align-items:center;}.post>footer .actions{-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1;}.post>footer .stats{cursor:default;list-style:none;padding:0;}.post>footer .stats li{border-left:solid 1px rgba(160,160,160,.3);display:inline-block;font-family:"Raleway",Helvetica,sans-serif;font-size:.6em;font-weight:400;letter-spacing:.25em;line-height:1;margin:0 0 0 2em;padding:0 0 0 2em;text-transform:uppercase;}.post>footer .stats li:first-child{border-left:0;margin-left:0;padding-left:0;}.post>footer .stats li .icon{border-bottom:0;}.post>footer .stats li .icon:before{margin-right:.75em;}@media screen and (max-width:980px){.post{border-left:0;border-right:0;left:-3em;width:calc(100% + (3em * 2))}.post>header{-moz-flex-direction:column;flex-direction:column;padding:3.75em 3em 1.25em 3em;border-left:0}.post>header .title{-ms-flex:0 1 auto;margin:0 0 2em 0;padding:0;text-align:center}.post>header .meta{-moz-align-items:center;-ms-align-items:center;align-items:center;display:-moz-flex;display:-ms-flex;display:flex;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;border-left:0;margin:0 0 2em 0;padding-top:0;padding:0;text-align:left;width:100%}.post>header .meta>*{border-left:solid 1px rgba(160,160,160,.3);margin-left:2em;padding-left:2em}.post>header .meta>:first-child{border-left:0;margin-left:0;padding-left:0}.post>header .meta .published{margin-bottom:0;margin-top:0}.post>header .meta .author{-moz-flex-direction:row-reverse;flex-direction:row-reverse;margin-bottom:0}.post>header .meta .author .name{margin:0 0 0 1.5em}.post>header .meta .author img{width:3.5em}}@media screen and (max-width:736px){.post{padding:1.5em 1.5em .1em 1.5em;left:-1.5em;margin:0 0 2em 0;width:calc(100% + (1.5em * 2))}.post>header{padding:3em 1.5em .5em 1.5em;left:-1.5em;margin:-1.5em 0 1.5em 0;width:calc(100% + 3em)}.post>header .title h2{font-size:1.1em}}@media screen and (max-width:480px){.post>header .meta{-moz-align-items:center;-ms-align-items:center;align-items:center;-moz-flex-direction:column;flex-direction:column}.post>header .meta>*{border-left:0;margin:1em 0 0 0;padding-left:0}.post>header .meta .author .name{display:none}.post>.image.featured{margin-left:-1.5em;margin-top:calc(-1.5em - 1px);width:calc(100% + 3em)}.post>footer{-moz-align-items:-moz-stretch;-ms-align-items:-ms-stretch;align-items:stretch;-moz-flex-direction:column-reverse;flex-direction:column-reverse}.post>footer .stats{text-align:center}.post>footer .stats li{margin:0 0 0 1.25em;padding:0 0 0 1.25em}}section.special,article.special{text-align:center;}header p{font-family:"Raleway",Helvetica,sans-serif;font-size:.7em;font-weight:400;letter-spacing:.25em;line-height:2.5;margin-top:-1em;text-transform:uppercase;}.table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto;}table{margin:0 0 2em 0;width:100%;}table tbody tr{border:solid 1px rgba(160,160,160,.3);border-left:0;border-right:0;}table tbody tr:nth-child(2n+1){background-color:rgba(160,160,160,.075);}table td{padding:.75em .75em;}table th{color:#3c3b3b;font-size:.9em;font-weight:700;padding:0 .75em .75em .75em;text-align:left;}table thead{border-bottom:solid 2px rgba(160,160,160,.3);}table tfoot{border-top:solid 2px rgba(160,160,160,.3);}table.alt{border-collapse:separate;}table.alt tbody tr td{border:solid 1px rgba(160,160,160,.3);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;}.portfolio_item .image{overflow:hidden;width:100%;border-radius:10px;}.portfolio_item .image img{transition:transform .2s ease-out;width:100%;}.portfolio_item .image:hover img{transform:scale(1.05);}#banner{padding:6em 0 4em 0;display:-moz-flex;display:-ms-flex;display:flex;}#banner h1{margin-top:-.125em;font-size:1.1em;}#banner h2{margin-top:-.125em;font-size:1em;}#banner .content{-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1;-ms-flex-shrink:1;flex-shrink:1;width:60%;}#banner .image{-moz-flex-grow:0;-ms-flex-grow:0;flex-grow:0;-ms-flex-shrink:0;flex-shrink:0;display:block;margin:0 0 2em 4em;width:40%;}#banner .image img{height:100%;-moz-object-fit:contain;-webkit-object-fit:contain;-ms-object-fit:contain;-o-object-fit:contain;object-fit:contain;-moz-object-position:center;-webkit-object-position:center;-ms-object-position:center;-o-object-position:center;object-position:center;width:100%;}@media screen and (orientation:portrait){#banner{-moz-flex-direction:column-reverse;flex-direction:column-reverse}#banner h1 br{display:none}#banner .content{-moz-flex-grow:0;-ms-flex-grow:0;flex-grow:0;-ms-flex-shrink:0;flex-shrink:0;width:100%}#banner .image{-moz-flex-grow:0;-ms-flex-grow:0;flex-grow:0;-ms-flex-shrink:0;flex-shrink:0;margin:0 0 4em 0;height:25em;max-height:50vh;min-height:18em;width:100%}}@media screen and (orientation:portrait) and (max-width:480px){#banner .image{max-height:35vh}}#features header p{font-family:"Source Sans Pro",Helvetica,sans-serif;font-weight:400;font-size:inherit;letter-spacing:0;line-height:inherit;margin-top:1em;text-transform:initial;}#features header h3{margin-top:0;}#header .logo{font-family:"Raleway",Helvetica,sans-serif;font-size:1.3em;font-weight:800;}@media screen and (max-width:736px){#header .logo{font-size:1em}}#header .dropdown{-moz-flex:1;flex:1;border-left:solid 1px rgba(160,160,160,.3);height:inherit;line-height:inherit;margin-left:1.5em;}#header .dropdown li{position:relative;float:left;text-transform:uppercase;font-size:12pt;height:inherit;}#header .dropdown li a{font-family:"Raleway",Helvetica,sans-serif;font-size:.8em;font-weight:400;letter-spacing:.15em;display:block;border-bottom:none;padding:0 .8rem;height:inherit;}#header .dropdown li ul{position:absolute;top:100%;margin:0;padding:0;list-style:none;display:none;line-height:normal;background-color:rgb(230,230,230);box-shadow:0 .05rem 1rem rgba(0,0,0,.15)!important;}#header .dropdown li ul li a{font-family:"Raleway",Helvetica,sans-serif;font-size:.8em;font-weight:400;letter-spacing:.15em;text-transform:uppercase;display:block;border-bottom:none;padding:.3rem .8rem;line-height:2.5em;}#header .dropdown li ul li a:hover{color:#181818;}#header .dropdown li ul li ul{left:100%;top:0;}#header .dropdown ul li{margin-left:.5em;padding-left:.5em;}#header .dropdown ul li:first-child{border-left:0;}#header .dropdown ul li:hover>ul{display:-moz-flex;display:-ms-flex;display:flex;-moz-flex-direction:column;flex-direction:column;flex-wrap:nowrap;min-width:15em;border:solid 1px rgba(160,160,160,.3);background-color:#ffffff;box-shadow:0 .05rem 1rem rgba(0,0,0,.15)!important;}@media screen and (max-width:980px){#header .dropdown{display:none}}@media screen and (max-width:736px){#header .dropdown{margin-left:-1rem;margin-right:-1rem}#header .dropdown .fixed{margin:0}}#sidebarmenu{display:none;}@media screen and (max-width:980px){#sidebarmenu{display:block}}.menulink{margin:0;padding:0;}ul.menulink>li,ul.menulink>li>ul{list-style:none;font-family:"Raleway",Helvetica,sans-serif;padding:.1em 0 0 0;margin:0;line-height:2.3em;}ul.menulink>li a.tags{border:dotted 1px rgba(119,118,118,.65);padding:.2em;font-size:.8em;}ul.menulink>li a:hover.tags{background-color:#ba2e5d;color:#f4f4f4!important;}ul.menulink>li>ul,ul.menulink>li a span{transition:color .2s ease;font-size:.9em;text-transform:uppercase;font-weight:400;}ul.menulink>li a span li{transition:color .2s ease;font-size:.8em;font-weight:400;text-transform:uppercase;}ul.menulink>li *{list-style-type:none;}ul.menulink>li a:hover span{color:#ba2e5d!important;}ul.subitem{display:block;}ul.subitem>li>ul,ul.subitem>li a span{transition:color .2s ease;font-size:.9em;font-weight:400;text-transform:capitalize;margin-bottom:0;}ul.subitem>li{list-style-type:none;margin-left:.4em;}ul.subitem_hide{display:none;}ul.subitem_hide>li>ul,ul.subitem_hide>li a span{transition:color .2s ease;margin-bottom:0;font-weight:400;text-transform:capitalize;}ul.subitem_hide>li{list-style-type:none;margin-left:.4em;}.dropdown-btn{cursor:pointer;}.fa-caret-down{float:right;padding-right:8px;}body{padding-top:3.5em;}#header{display:-moz-flex;display:-ms-flex;display:flex;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;background-color:#ffffff;border-bottom:solid 1px rgba(160,160,160,.3);box-shadow:0 5px 6px -6px rgb(230,230,230);height:3.5em;left:0;line-height:3.5em;position:fixed;top:0;width:100%;z-index:10000;}#header a{color:inherit;text-decoration:none;}#header ul{list-style:none;margin:0;padding-left:0;}#header ul li{display:inline-block;padding-left:0;}#header h1{height:inherit;line-height:inherit;padding:0 0 0 1.5em;white-space:nowrap;}#header h1 a{font-size:.7em;}#header .main{height:inherit;line-height:inherit;text-align:right;}#header .main ul{height:inherit;line-height:inherit;}#header .main ul li{border-left:solid 1px rgba(160,160,160,.3);height:inherit;line-height:inherit;white-space:nowrap;}#header .main ul li>*{display:block;float:left;}#header .main ul li>a{text-decoration:none;border-bottom:0;color:#838383;overflow:hidden;position:relative;text-indent:4em;width:4em;}#header .main ul li>a: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;}#header .main ul li>a:before{display:block;height:inherit;left:0;line-height:inherit;position:absolute;text-align:center;text-indent:0;top:0;width:inherit;}#header form{margin:0;}#header form input{display:inline-block;height:2.5em;position:relative;top:-2px;vertical-align:middle;}#header #search{transition:all .5s ease;max-width:0;opacity:0;overflow:hidden;padding:0;white-space:nowrap;}#header #search input{width:12em;}#header #search.visible{max-width:12.5em;opacity:1;padding:0 .5em 0 0;}@media screen and (max-width:980px){#header .links{display:none}}@media screen and (max-width:736px){#header{height:2.75em;line-height:2.75em}#header h1{padding:0 0 0 1em}#header .main .search{display:none}}#wrapper{display:-moz-flex;display:-ms-flex;display:flex;-moz-flex-direction:row-reverse;flex-direction:row-reverse;transition:opacity .5s ease;margin:0 auto;max-width:100%;opacity:1;padding:4.5em;width:90em;}body.is-menu-visible #wrapper{opacity:.15;}@media screen and (max-width:1680px){#wrapper{padding:3em}}@media screen and (max-width:1280px){#wrapper{display:block}}@media screen and (max-width:736px){#wrapper{padding:1.5em}}body.single #wrapper{display:block;}#main{-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1;flex:1;-ms-flex:1;width:100%;}#sidebar{margin-right:3em;min-width:22em;width:22em;}#sidebar>*{border-top:solid 1px rgba(160,160,160,.3);margin:3em 0 0 0;padding:3em 0 0 0;}#sidebar>:first-child{border-top:0;margin-top:0;padding-top:0;}@media screen and (max-width:1280px){#sidebar{border-top:solid 1px rgba(160,160,160,.3);margin:3em 0 0 0;min-width:0;padding:3em 0 0 0;width:100%;overflow-x:hidden}}#intro .logo{border-bottom:0;display:inline-block;margin:0 0 1em 0;overflow:hidden;position:relative;width:4em;}#intro .logo:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px' viewBox='0 0 100 100' preserveAspectRatio='none' zoomAndPan='disable'%3E%3Cpolygon points='0,0 100,0 100,25 50,0 0,25' style='fill:%23f4f4f4' /%3E%3Cpolygon points='0,100 100,100 100,75 50,100 0,75' style='fill:%23f4f4f4' /%3E%3C/svg%3E");background-position:top left;background-repeat:no-repeat;background-size:100% 100%;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;}#intro .logo img{display:block;margin-left:-.25em;width:4.5em;}#intro header h2{font-size:2em;font-weight:900;}#intro header p{font-size:.8em;}@media screen and (max-width:1280px){#intro{margin:0 0 3em 0;text-align:center}#intro header h2{font-size:2em}#intro header p{font-size:.7em}}@media screen and (max-width:736px){#intro{margin:0 0 1.5em 0;padding:1.25em 0}#intro>:last-child{margin-bottom:0}#intro .logo{margin:0 0 .5em 0}#intro header h2{font-size:1.25em}#intro header>:last-child{margin-bottom:0}}#footer .icons{color:#2e2e2e;}#footer .copyright{color:#2e2e2e;font-family:"Raleway",Helvetica,sans-serif;font-size:.5em;font-weight:400;letter-spacing:.25em;text-transform:uppercase;}body.single #footer{text-align:center;}#menu{transform:translateX(25em);transition:transform .5s ease,visibility .5s;-webkit-overflow-scrolling:touch;background:#ffffff;border-left:solid 1px rgba(160,160,160,.3);box-shadow:none;height:100%;max-width:80%;overflow-y:auto;position:fixed;right:0;top:0;visibility:hidden;width:25em;z-index:10002;}#menu>*{border-top:solid 1px rgba(160,160,160,.3);padding:3em;}#menu>*>:last-child{margin-bottom:0;}#menu>:first-child{border-top:0;}#menu .links{list-style:none;padding:0;}#menu .links>li{border:0;border-top:dotted 1px rgba(160,160,160,.3);margin:1.5em 0 0 0;padding:1.5em 0 0 0;}#menu .links>li a{display:block;border-bottom:0;}#menu .links>li a h3{transition:color .2s ease;font-size:.7em;}#menu .links>li a p{font-family:"Raleway",Helvetica,sans-serif;font-size:.6em;font-weight:400;letter-spacing:.25em;margin-bottom:0;text-decoration:none;text-transform:uppercase;}#menu .links>li a:hover h3{color:#ba2e5d;}#menu .links>li:first-child{border-top:0;margin-top:0;padding-top:0;}body.is-menu-visible #menu{transform:translateX(0);visibility:visible;}@media screen and (max-width:736px){#menu>*{padding:1.5em}}
\ No newline at end of file
diff --git a/assets/sass/components/_dropdownmenu.scss b/assets/sass/components/_dropdownmenu.scss
index 74999eb..0e8cfc0 100644
--- a/assets/sass/components/_dropdownmenu.scss
+++ b/assets/sass/components/_dropdownmenu.scss
@@ -17,11 +17,11 @@
a {
font-family: _font(family-heading);
font-size: 0.8em;
- font-weight: _font(weight-medium);
+ font-weight: _font(weight);
letter-spacing: 0.15em;
@include vendor('display', 'block');
border-bottom: none;
- padding: 0.3rem 0.8rem;
+ padding: 0 0.8rem;
height: inherit;
}
@@ -40,10 +40,10 @@
a {
font-family: _font(family-heading);
- font-size: 0.7em;
+ font-size: 0.8em;
font-weight: _font(weight);
letter-spacing: 0.15em;
- text-transform: initial;
+ text-transform: uppercase;
@include vendor('display', 'block');
border-bottom: none;
padding: 0.3rem 0.8rem;
@@ -81,7 +81,7 @@
@include vendor('flex-wrap', 'nowrap');
min-width: 15em;
border: solid 1px rgba(160, 160, 160, 0.3);
- background-color: _palette(bg-alt);
+ background-color: _palette(bg);
box-shadow: 0 0.05rem 1rem _palette(border-dropdown) !important;
}
diff --git a/assets/sass/components/_icon.scss b/assets/sass/components/_icon.scss
index 0422829..4a2be35 100644
--- a/assets/sass/components/_icon.scss
+++ b/assets/sass/components/_icon.scss
@@ -27,7 +27,7 @@
&.brands {
&:before {
- font-family: 'FontAwesome';
+ font-family: 'Font Awesome 5 Brands';
}
}
diff --git a/assets/sass/components/_portfolio.scss b/assets/sass/components/_portfolio.scss
index b06128e..47ab455 100644
--- a/assets/sass/components/_portfolio.scss
+++ b/assets/sass/components/_portfolio.scss
@@ -3,7 +3,7 @@
.portfolio_item {
- padding: 0.5em;
+
.image {
overflow: hidden;
diff --git a/assets/sass/components/_sidebarmenu.scss b/assets/sass/components/_sidebarmenu.scss
index c746875..35ca671 100644
--- a/assets/sass/components/_sidebarmenu.scss
+++ b/assets/sass/components/_sidebarmenu.scss
@@ -37,13 +37,13 @@ ul.menulink > li a span {
transition: color 0.2s ease;
font-size: 0.9em;
text-transform: uppercase;
- font-weight: _font(weight-medium);
+ font-weight: _font(weight);
}
ul.menulink > li a span li {
-webkit-transition: color 0.2s ease;
transition: color 0.2s ease;
font-size: 0.8em;
- font-weight: _font(weight-medium);
+ font-weight: _font(weight);
text-transform: uppercase;
}
@@ -62,7 +62,7 @@ ul.subitem > li a span {
-webkit-transition: color 0.2s ease;
transition: color 0.2s ease;
font-size: 0.9em;
- font-weight: _font(weight-medium);
+ font-weight: _font(weight);
text-transform: capitalize;
margin-bottom: 0;
}
@@ -79,7 +79,7 @@ ul.subitem_hide > li a span {
-webkit-transition: color 0.2s ease;
transition: color 0.2s ease;
margin-bottom: 0;
- font-weight: _font(weight-medium);
+ font-weight: _font(weight);
text-transform: capitalize;
}
ul.subitem_hide > li {
diff --git a/assets/sass/layout/_header.scss b/assets/sass/layout/_header.scss
index 4ec2793..56c79bf 100644
--- a/assets/sass/layout/_header.scss
+++ b/assets/sass/layout/_header.scss
@@ -51,40 +51,6 @@
}
}
- // .links {
- // @include vendor('flex', '1');
- // border-left: solid 1px _palette(border);
- // height: inherit;
- // line-height: inherit;
- // margin-left: 1.5em;
- // overflow: hidden;
- // padding-left: 1.5em;
-
- // ul {
- // li {
- // border-left: solid 1px _palette(border);
- // line-height: 1;
- // margin-left: 1em;
- // padding-left: 1em;
-
- // &:first-child {
- // border-left: 0;
- // margin-left: 0;
- // padding-left: 0;
- // }
-
- // a {
- // border-bottom: 0;
- // font-family: _font(family-heading);
- // font-size: 0.7em;
- // font-weight: _font(weight-heading);
- // letter-spacing: _font(kerning-heading);
- // text-transform: uppercase;
- // }
- // }
- // }
- // }
-
.main {
height: inherit;
line-height: inherit;
diff --git a/assets/sass/libs/_mixins.scss b/assets/sass/libs/_mixins.scss
index 74006f5..cba763c 100644
--- a/assets/sass/libs/_mixins.scss
+++ b/assets/sass/libs/_mixins.scss
@@ -22,14 +22,14 @@
text-transform: none !important;
@if ($category == brands) {
- font-family: 'FontAwesome';
+ font-family: 'Font Awesome 5 Brands';
}
@else if ($category == solid) {
- font-family: 'FontAwesome';
+ font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
@else {
- font-family: 'FontAwesome';
+ font-family: 'Font Awesome 5 Free';
font-weight: 400;
}
diff --git a/assets/sass/libs/_vars.scss b/assets/sass/libs/_vars.scss
index ff71b82..6f0caaf 100644
--- a/assets/sass/libs/_vars.scss
+++ b/assets/sass/libs/_vars.scss
@@ -36,7 +36,7 @@
// Palette.
$palette: (
bg: #ffffff,
- bg-alt: #d8d8d8,
+ bg-alt: #f4f4f4,
bg-dropdown: rgb(230, 230, 230),
fg: #2e2e2e,
fg-bold: #3c3b3b,
diff --git a/assets/sass/main.scss b/assets/sass/main.scss
index ad8c3d7..debf4b6 100644
--- a/assets/sass/main.scss
+++ b/assets/sass/main.scss
@@ -4,7 +4,7 @@
@import 'libs/vendor';
@import 'libs/breakpoints';
@import 'libs/html-grid';
-@import 'font-awesome.min.css';
+@import 'fontawesome-all.min.css';
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900');
/*
diff --git a/blueprints.yaml b/blueprints.yaml
index e95f3f2..d49b951 100644
--- a/blueprints.yaml
+++ b/blueprints.yaml
@@ -1,13 +1,13 @@
name: Future 2021
slug: future2021
type: theme
-version: 1.0.1
+version: 1.0.2
description: Grav Future Imperfect by HTML5 UP (Version 2021)
icon: microchip
author:
name: Pedro Moreno
email: webmaster@juanvillen.es
- url: https://github.com/pmoreno-rodriguez/grav-theme-future2021
+ url:
homepage: https://github.com/pmoreno-rodriguez/grav-theme-future2021
demo: http://future.juanvillen.es
keywords: future imperfect, html5up, theme, core, modern, fast, responsive, html5, css3
@@ -16,21 +16,16 @@ license: CC-BY-3.0
dependencies:
- { name: grav, version: '>=1.6.0' }
+ - archives
+ - breadcrumbs
+ - pagination
+ - simplesearch
+ - taxonomylist
form:
validation: loose
- fields:
- dropdown.enabled:
- type: toggle
- label: FUTURE.ADMIN.THEME.DROPDOWN_MENU
- highlight: 1
- default: 0
- options:
- 1: PLUGIN_ADMIN.ENABLED
- 0: PLUGIN_ADMIN.DISABLED
- validate:
- type: bool
+ fields:
production-mode:
type: toggle
label: FUTURE.ADMIN.THEME.PRODUCTION_MODE
@@ -43,6 +38,11 @@ form:
validate:
type: bool
+ header_section:
+ type: section
+ title: FUTURE.ADMIN.THEME.HEADER_SECTION
+ underline: true
+
favicon:
type: file
label: FUTURE.ADMIN.THEME.FAVICON
@@ -63,7 +63,7 @@ form:
markdown: true
description: FUTURE.ADMIN.THEME.CUSTOM_LOGO_DESCRIPTION
accept:
- - image/png
+ - image/*
custom_logo_mobile:
type: file
@@ -72,7 +72,7 @@ form:
destination: 'theme://images/logo'
multiple: false
accept:
- - image/png
+ - image/*
slogan:
type: text
@@ -109,6 +109,13 @@ form:
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
+ miniposts_category:
+ type: text
+ markdown: true
+ label: FUTURE.ADMIN.THEME.MINIPOSTS_CATEGORY
+ description: FUTURE.ADMIN.THEME.MINIPOSTS_CATEGORY_DESCRIPTION
+ size: medium
+ default: 'minipost'
miniposts_number:
type: range
@@ -172,5 +179,49 @@ form:
.icon:
type: iconpicker
label: FUTURE.ADMIN.THEME.FOOTER_SOCIALS_ICON_ICON
-
+ custommenu_options:
+ type: fieldset
+ collapsible: true
+ collapsed: true
+ icon: bars
+ title: 'Custom Menu Items'
+ fields:
+ displaycustommenus.enabled:
+ type: toggle
+ label: 'Display Custom Menu Items'
+ help: 'Determines if any defined custom menu entries are displayed in the menubar.'
+ default: 0
+ highlight: 1
+ options:
+ '0': No
+ '1': Yes
+ validate:
+ type: bool
+ custommenu:
+ name: menu
+ type: list
+ label: 'Custom Menu Items'
+ fields:
+ .text:
+ type: text
+ label: Text
+ description: 'Text label for menu item.'
+ .icon:
+ type: text
+ label: Icon
+ description: 'Font Awesome icon for menu item.'
+ .url:
+ type: text
+ label: URL
+ description: 'URL for menu item.'
+ .target:
+ type: select
+ label: Target
+ default: _self
+ size: medium
+ options:
+ _blank: 'Open in a new window'
+ _parent: 'Open in the parent frame'
+ _top: 'Open in the full body of the window'
+ _self: 'Open in the same frame as clicked'
diff --git a/blueprints/blog.yaml b/blueprints/blog.yaml
index c3e31a2..71f3e5c 100644
--- a/blueprints/blog.yaml
+++ b/blueprints/blog.yaml
@@ -5,9 +5,6 @@ title: Blog
child_type: item
-
-title: Default
-
rules:
slug:
pattern: "[a-z][a-z0-9_-]+"
@@ -72,6 +69,17 @@ form:
asc: FUTURE.ADMIN.BLOG.BLOG_CONTENT_ITEMS_ORDER_DIR_ASC
desc: FUTURE.ADMIN.BLOG.BLOG_CONTENT_ITEMS_ORDER_DIR_DESC
+ header.show_breadcrumbs:
+ type: toggle
+ toggleable: true
+ label: Show Breadcrumbs
+ highlight: 1
+ options:
+ 1: PLUGIN_ADMIN.ENABLED
+ 0: PLUGIN_ADMIN.DISABLED
+ validate:
+ type: bool
+
header.content.pagination:
type: toggle
label: FUTURE.ADMIN.BLOG.BLOG_CONTENT_ITEMS_PAGINATION
diff --git a/blueprints/default.yaml b/blueprints/default.yaml
index 9bd504e..67a1ddf 100644
--- a/blueprints/default.yaml
+++ b/blueprints/default.yaml
@@ -23,15 +23,10 @@ form:
type: text
style: vertical
label: FUTURE.ADMIN.ITEM.ITEM_SUBTITLE
- header.image:
- type: column
- fields:
header.primaryImage:
+ ordering@: header.subtitle
+ style: vertical
+ size: medium
type: pagemediaselect
label: FUTURE.ADMIN.DEFAULT.PRIMARY_IMAGE
preview_images: true
- header.avatarImage:
- ordering@: header.primaryImage
- type: pagemediaselect
- label: FUTURE.ADMIN.ITEM.ITEM_AVATAR
- preview_images: true
diff --git a/blueprints/item.yaml b/blueprints/item.yaml
index 8024ce7..55a2455 100644
--- a/blueprints/item.yaml
+++ b/blueprints/item.yaml
@@ -53,4 +53,10 @@ form:
toggleable: true
label: FUTURE.ADMIN.ITEM.ITEM_SUMMARY_DELIMITER
classes: large
- placeholder: ===
\ No newline at end of file
+ placeholder: ===
+
+ header.avatarImage:
+ type: pagemediaselect
+ toggleable: true
+ label: FUTURE.ADMIN.ITEM.ITEM_AVATAR
+ preview_images: true
\ No newline at end of file
diff --git a/blueprints/modular/banner.yaml b/blueprints/modular/banner.yaml
index 0d068a5..b159b98 100644
--- a/blueprints/modular/banner.yaml
+++ b/blueprints/modular/banner.yaml
@@ -5,13 +5,19 @@ form:
fields:
tabs:
fields:
+ content:
+ type: tab
+ fields:
+ header.options:
+ fields:
+ header.content:
+ fields:
+ header.primaryImage:
+ unset@: true
banner:
type: tab
title: FUTURE.ADMIN.MODULAR.BANNER.BANNER_TAB
fields:
- header.subtitle:
- type: text
- label: FUTURE.ADMIN.MODULAR.BANNER.BANNER_SUBTITLE
header.buttontext:
type: text
label: FUTURE.ADMIN.MODULAR.BANNER.BANNER_BUTTON_TEXT
diff --git a/blueprints/modular/features.yaml b/blueprints/modular/features.yaml
index 6f0c1b8..8fdceed 100644
--- a/blueprints/modular/features.yaml
+++ b/blueprints/modular/features.yaml
@@ -9,7 +9,7 @@ form:
type: tab
title: FUTURE.ADMIN.MODULAR.FEATURES.FEATURES_TAB
fields:
- header.class:
+ header.layout:
type: select
label: FUTURE.ADMIN.MODULAR.FEATURES.FEATURES_LAYOUT
default: standard
diff --git a/blueprints/portfolio.yaml b/blueprints/portfolio.yaml
index fcaa835..c85b5a7 100644
--- a/blueprints/portfolio.yaml
+++ b/blueprints/portfolio.yaml
@@ -1,32 +1,25 @@
-extends@: default
+title: Portfolio
+'@extends': default
form:
fields:
tabs:
- type: tabs
- active: 1
-
fields:
-
portfolio:
type: tab
title: FUTURE.ADMIN.PORTFOLIO.PORTFOLIO_TAB
-
fields:
-
content_title:
type: spacer
title: FUTURE.ADMIN.PORTFOLIO.PORTFOLIO_TITLE
-
- header.class:
+ header.layout:
type: select
label: FUTURE.ADMIN.PORTFOLIO.PORTFOLIO_LAYOUT
default: standard
size: medium
options:
medium: FUTURE.ADMIN.PORTFOLIO.PORTFOLIO_LAYOUT_TWOCOLS
- standard: FUTURE.ADMIN.PORTFOLIO.PORTOFOLIO_LAYOUT_THREECOLS
-
+ standard: FUTURE.ADMIN.PORTFOLIO.PORTOFOLIO_LAYOUT_THREECOLS
header.images:
type: list
style: vertical
@@ -34,27 +27,27 @@ form:
collapsed: true
fields:
.image:
- type: pagemediaselect
- label: FUTURE.ADMIN.PORTFOLIO.PORTFOLIO_IMAGE
- preview_images: true
- accept:
- - .png
- - .jpg
- - .gif
- - .svg
+ type: pagemediaselect
+ label: FUTURE.ADMIN.PORTFOLIO.PORTFOLIO_IMAGE
+ preview_images: true
+ accept:
+ - .png
+ - .jpg
+ - .gif
+ - .svg
.title:
- type: text
- label: FUTURE.ADMIN.PORTFOLIO.PORTFOLIO_IMAGE_TITLE
+ type: text
+ label: FUTURE.ADMIN.PORTFOLIO.PORTFOLIO_IMAGE_TITLE
.description:
- type: text
- label: FUTURE.ADMIN.PORTFOLIO.PORTFOLIO_IMAGE_DESCRIPTION
+ type: text
+ label: FUTURE.ADMIN.PORTFOLIO.PORTFOLIO_IMAGE_DESCRIPTION
.thumb:
- type: filepicker
- folder: 'self@'
- label: FUTURE.ADMIN.PORTFOLIO.PORTFOLIO_IMAGE_THUMB
- preview_images: true
- accept:
- - .png
- - .jpg
- - .gif
- - .svg
\ No newline at end of file
+ type: filepicker
+ folder: 'self@'
+ label: FUTURE.ADMIN.PORTFOLIO.PORTFOLIO_IMAGE_THUMB
+ preview_images: true
+ accept:
+ - .png
+ - .jpg
+ - .gif
+ - .svg
\ No newline at end of file
diff --git a/future2021.php b/future2021.php
index 04907aa..9a0d142 100644
--- a/future2021.php
+++ b/future2021.php
@@ -1,9 +1,22 @@
findResources('theme://images');
+ foreach($theme_paths as $images_path) {
+ $this->grav['twig']->addPath($images_path, 'images');
+ }
+ }
}
diff --git a/future2021.yaml b/future2021.yaml
index edabbac..6d977f1 100644
--- a/future2021.yaml
+++ b/future2021.yaml
@@ -1,11 +1,11 @@
enabled: true
-production-mode: true
+production-mode: false
favicon:
- user/themes/future2021/images/Grav_logo.png:
+ user/themes/future2021/images/logo/Grav_logo.png:
name: Grav_logo.png
type: image/png
size: 15355
- path: user/themes/future2021/images/Grav_logo.png
+ path: user/themes/future2021/images/logo/Grav_logo.png
blog_page: /blog
slogan: 'AYUDA DE GRAV EN ESPAÑOL'
custom_logo:
@@ -34,7 +34,9 @@ social:
name: Instagram
url: 'https://www.instagram.com'
icon: 'fa fa-instagram'
-dropdown:
- enabled: true
miniposts: true
-miniposts_number: 3
\ No newline at end of file
+miniposts_number: 3
+latestposts: true
+miniposts_category: minipost
+displaycustommenus:
+ enabled: true
\ No newline at end of file
diff --git a/images/grav-logo.svg b/images/grav-logo.svg
new file mode 100644
index 0000000..845a994
--- /dev/null
+++ b/images/grav-logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/languages.yaml b/languages.yaml
index 387ee05..1f63733 100644
--- a/languages.yaml
+++ b/languages.yaml
@@ -2,9 +2,10 @@ en:
FUTURE:
ADMIN:
THEME:
- DROPDOWN_MENU: Dropdown in navbar
+ DROPDOWN_MENU: Dropdown menu
PRODUCTION_MODE: Production Mode
PRODUCTION_MODE_HELP: When enabled, Future will render with minified CSS
+ HEADER_SECTION: Header Section
FAVICON: Choose your own favicon
CUSTOM_LOGO: Custom Logo
CUSTOM_LOGO_DESCRIPTION: Will be used instead of default logo `theme://images/grav-logo.svg`
@@ -16,6 +17,8 @@ en:
MINIPOSTS: Enable Miniposts in Sidebar
MINIPOSTS_NUMBER: Miniposts number to show
MINIPOSTS_NUMBER_DESCRIPTION: Number of miniposts that will be showed in sidebar
+ MINIPOSTS_CATEGORY: Miniposts category
+ MINIPOSTS_CATEGORY_DESCRIPTION: Set name to miniposts category. `You must include this name in Options->Taxonomy->Category`
FOOTER: Footer
FOOTER_TITLE: Footer Title
FOOTER_DESCRIPTION: Footer Description
@@ -130,6 +133,7 @@ es:
DROPDOWN_MENU: Menu Desplegable
PRODUCTION_MODE: Modo Producción
PRODUCTION_MODE_HELP: Si está activado, Future cargará con CSS minificado
+ HEADER_SECTION: Sección de encabezado
FAVICON: Elige tu propio favicon
CUSTOM_LOGO: Logo personalizado
CUSTOM_LOGO_DESCRIPTION: Este logo se usará en lugar del log por defecto `theme://images/grav-logo.svg`
@@ -141,6 +145,8 @@ es:
MINIPOSTS: Activar Miniposts en la barra lateral
MINIPOSTS_NUMBER: Número de miniposts a mostrar
MINIPOSTS_NUMBER_DESCRIPTION: Número de miniposts que se mostrarán en la barra lateral
+ MINIPOSTS_CATEGORY: Categoría para miniposts
+ MINIPOSTS_CATEGORY_DESCRIPTION: Establezca un nombre para la categoría de miniposts. `Deberá incluir este nombre en Opciones->Taxonomía->Categoría`
FOOTER: Pie de página
FOOTER_TITLE: Título del pie de página
FOOTER_DESCRIPTION: Descripción del pie de página
diff --git a/templates/blog.html.twig b/templates/blog.html.twig
index 941fb99..3c9743a 100644
--- a/templates/blog.html.twig
+++ b/templates/blog.html.twig
@@ -3,6 +3,16 @@
{% set collection = page.collection() %}
{% set base_url = page.url %}
{% set feed_url = base_url %}
+ {% if page.header.show_breadcrumbs is defined %}
+ {% set show_breadcrumbs = page.header.show_breadcrumbs %}
+ {% else %}
+ {% set show_breadcrumbs = true %}
+ {% endif %}
+ {% if page.header.show_pagination is defined %}
+ {% set show_pagination = page.header.show_pagination %}
+ {% else %}
+ {% set show_pagination = true %}
+ {% endif %}
{% if base_url == '/' %}
{% set base_url = '' %}
@@ -17,16 +27,16 @@
{% endblock %}
{% block content %}
- {% if config.plugins.breadcrumbs.enabled %}
- {% include 'partials/breadcrumbs.html.twig' %}
+ {% if show_breadcrumbs and config.plugins.breadcrumbs.enabled %}
+ {% include 'partials/breadcrumbs.html.twig' %}
{% endif %}
{% for child in collection %}
{% include 'partials/blog_item.html.twig' with {'page':child, 'truncate':true} %}
{% endfor %}
- {% if config.plugins.pagination.enabled and collection.params.pagination %}
- {% include 'partials/pagination.html.twig' with {'pagination':collection.params.pagination} %}
+ {% if show_pagination and config.plugins.pagination.enabled and collection.params.pagination %}
+ {% include 'partials/pagination.html.twig' with {base_url: page.url, pagination: collection.params.pagination} %}
{% endif %}
{% endblock %}
diff --git a/templates/item.html.twig b/templates/item.html.twig
index 10ced84..baa5f01 100644
--- a/templates/item.html.twig
+++ b/templates/item.html.twig
@@ -1,29 +1,31 @@
{% embed 'partials/base.html.twig' %}
- {% set base_url = page.parent.url %}
- {% set feed_url = base_url %}
+ {% set base_url = page.parent.url %}
+ {% set feed_url = base_url %}
+ {% set show_breadcrumbs = header_var('show_breadcrumbs', [page, blog]) %}
- {% if base_url == '/' %}
- {% set base_url = '' %}
- {% endif %}
-
- {% if base_url == base_url_relative %}
- {% set feed_url = base_url~'/'~page.parent.slug %}
- {% endif %}
-
- {% block menu %}
- {% include 'partials/sidebar_right.html.twig' %}
- {% endblock %}
-
- {% block content %}
- {% if config.plugins.breadcrumbs.enabled %}
- {% include 'partials/breadcrumbs.html.twig' %}
+ {% if base_url == '/' %}
+ {% set base_url = '' %}
{% endif %}
- {% include 'partials/blog_item.html.twig' with {'truncate':false,'big_header':true} %}
+ {% if base_url == base_url_relative %}
+ {% set feed_url = base_url~'/'~page.parent.slug %}
+ {% endif %}
+
+ {% block menu %}
+ {% include 'partials/sidebar_right.html.twig' %}
+ {% endblock %}
-
- {% endblock %}
+ {% block content %}
+
+ {% if show_breadcrumbs and config.plugins.breadcrumbs.enabled %}
+ {% include 'partials/breadcrumbs.html.twig' %}
+ {% endif %}
+
+ {% include 'partials/blog_item.html.twig' with {'truncate':false} %}
+
+
+ {% endblock %}
{% endembed %}
diff --git a/templates/macros/topmenu.html.twig b/templates/macros/topmenu.html.twig
index a3aa674..ae0954b 100644
--- a/templates/macros/topmenu.html.twig
+++ b/templates/macros/topmenu.html.twig
@@ -4,22 +4,10 @@
{% set current_page = (p.active or p.activeChild) ? 'active' : '' %}
{% if p.children.visible.count > 0 %}
- {% if p.routable == false %}
{% if p.header.icon %}{% endif %}
- {{ p.menu }}
+ {{ p.menu }}{% if p.routable ?? false %} {% endif %}
- {% elseif p.routable != false and p.children.count > 0 %}
-
- {% if p.header.icon %}{% endif %}
- {{ p.menu }}
-
- {% else %}
-
- {% if p.header.icon %}{% endif %}
- {{ p.menu }}
-
- {% endif %}
@@ -28,7 +16,7 @@
{% if p.header.icon %}{% endif %}
- {{ p.menu }}
+ {{ p.menu }}
{% endif %}
diff --git a/templates/modular.html.twig b/templates/modular.html.twig
index fd30fc8..01e929c 100644
--- a/templates/modular.html.twig
+++ b/templates/modular.html.twig
@@ -15,12 +15,12 @@
- {% if big_header %}
- {{ page.media.images|first.cropResize(1038,437).html(page.title, page.title, 'image featured')|raw }}
+ {% if page.header.primaryImage %}
+ {{ page.media[page.header.primaryImage].cropZoom(1038,437).loading('lazy').html(page.title, page.title, 'image featured')|raw }}
{% else %}
- {{ page.media.images|first.cropZoom(1038,437).html(page.title, page.title, 'image featured')|raw }}
+ {{ page.media.images|first.cropZoom(1038,437).loading('lazy').html(page.title, page.title, 'image featured')|raw }}
{% endif %}
- {{ page.content}}
+ {{ page.content|raw}}
{% for module in page.collection() %}
{{ module.content|raw }}
{% endfor %}
diff --git a/templates/modular/banner.html.twig b/templates/modular/banner.html.twig
index 516c3aa..355cb12 100644
--- a/templates/modular/banner.html.twig
+++ b/templates/modular/banner.html.twig
@@ -1,10 +1,14 @@
-
{{page.content|raw}}
+
+ {{page.content|raw}}
+
diff --git a/templates/modular/features.html.twig b/templates/modular/features.html.twig
index fa5ee07..6d876ad 100644
--- a/templates/modular/features.html.twig
+++ b/templates/modular/features.html.twig
@@ -1,11 +1,14 @@
+{% set columns = page.header.layout == 'standard' ? 'col-4 col-6-medium col-12-small' : 'col-6 col-12-small' %}
+
-{% set columns = page.header.class == 'standard' ? 'col-4 col-6-medium col-12-small' : 'col-6 col-12-small' %}
{{ content|raw }}
-
diff --git a/templates/partials/base.html.twig b/templates/partials/base.html.twig
index 4946c0f..a31908f 100644
--- a/templates/partials/base.html.twig
+++ b/templates/partials/base.html.twig
@@ -1,7 +1,6 @@
{% set theme_config = attribute(config.themes, config.system.pages.theme) %}
{% set compress = theme_var('production-mode') ? '.min.css' : '.css' %}
-{% set favicon = theme_config.favicon ? theme_config.favicon|first : { type:'image/png', path: url('theme://images/logo.png') } %}
-{% set customlogo = theme_config.custom_logo ? theme_config.custom_logo|first : {type:'image/png', path: url('theme://images/logo.png') } %}
+{% set favicon = theme_config.favicon ? theme_config.favicon|first : { type:'image/png', path: url('theme://images/favicon.png') } %}
{% set new_base_url = base_url_absolute ~ theme_config.blog_page %}
@@ -19,7 +18,7 @@
{% block stylesheets %}
{% do assets.addCss('theme://assets/css/main'~compress) %}
- {% do assets.addCss('theme://assets/css/font-awesome.min.css') %}
+ {% do assets.addCss('theme://assets/css/fontawesome-all.min.css') %}
{% do assets.addCss('theme://assets/css/custom.css', 10) %}
{% if page.template() == 'portfolio' %}
{% do assets.addCss('theme://assets/css/glightbox.min.css') %}
@@ -62,6 +61,8 @@
{% endblock %}
+
+
{% block bottom %}
{{ assets.js('bottom')|raw }}
{% if page.template() == 'portfolio' %}
@@ -77,7 +78,6 @@
{% endif %}
{% endblock %}
-